* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 12px;
}

.top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	z-index: 2;
	background: #FFFFFF;
}

.head {
	margin: 0 auto;
	width: 1200px;
	height: 70px;
}
.headbg{
	display: none;
	position: absolute;
	margin-top: -1px;
	width: 100%;
	height: 18px;
	background: url(../images/headbg.png) repeat-x bottom;
	z-index: 2;
}
.logo {
	width: 61px;
	height: 70px;
	float: left;
}

.navBar {
	width: 570px;
	height: 70px;
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.nav {
	width: 540px;
}

.nav .m {
	float: left;
	position: relative;
	border-top: 0;
	border-bottom: 0;
	margin-left: -1px;
}

.nav h3 {
	float: left;
	font-size: 100%;
	font-weight: normal;
	font-size: 14px;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

.nav h3 a {
	display: block;
	padding: 0 20px;
	font-size: 18px;
	color: #090909;
}
.nav .on {
	border: 0;
}
.nav .on h3 {
	background: #3581ff;
}
.nav .on h3 a {
	color: #FFFFFF;
	font-weight: bold;
}
.nav .on h3.home {
	background: #FFFFFF;
}
.nav .on h3.home a {
	color: #090909;
	font-weight: normal;
}
.nav .on h3.home a:hover{
	font-weight: bold;
}
.nav .sub {
	display: none;
	/*默认隐藏*/
	width: 129px;
	/*padding: 5px 10px 10px 10px;*/
	position: absolute;
	left: 0;
	top: 70px;
	background: #3581ff;
	border-top: 0;
}
.nav .sub li {
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	width: 89px;
}
.nav .sub li a {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
}
.nav .sub li a i{
	display: inline-block;
	margin: 14px 7px 0 0;
	float: left;
	width: 22px;
	height: 17px;
	background: url(../images/css_sprite.png) no-repeat;
}
.nav .sub li a i.navi1{
	background-position: 0 0;
}
.nav .sub li a i.navi2{
	background-position: -22px 0;
}
.nav .sub li a i.navi3{
	background-position: -44px 0;
}
.nav .sub li a i.navi4{
	background-position: -335px 0;
}
.nav .sub li a i.navi5{
	background-position: -357px 0;
}

.nav .sub li:hover {
	background: #5a91ee;
}
.navBar .search{
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin: 21px 10px;
	background: url(../images/css_sprite.png) -66px 0;
}
