
img {
	border:0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix10:after {
	content:".";
	display:block;
	height:10px;
	clear:both;
	visibility:hidden;
}
.h10{height:10px;}
.h15{height:15px;}
#header{width:1000px; margin:0 auto;}
.navBar {
	width:100%; max-width: 1100px;
	margin:0 auto;

	height:70px;
	line-height:70px;
	
	color:#333;
}
.nav {
	position:relative;
	z-index: 99;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:14px;
}
.nav a {
	color:#333;
}
.nav h3 {

	font-weight:normal; font-size: 16px;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1; width: 12.5%
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
}
.nav h3 a {
	display:block;
	width:100%;
	text-align:center;
	
}
.nav .sub {
	display:none;
	position:absolute;
	left:50%; margin-left: -90px;
	top:70px;
	z-index:100;
	width:180px;
	
	border-top:0;
	background:#084897;
	padding: 10px 0;
}
.nav .sub li {
	text-align:center;
	padding:0 8px;
	
	padding:8px 4px;
}
.nav .sub li a {
	display:block;
	line-height:20px;
	color:#fff;
	font-size:14px;
	
}
.nav .sub li a  span{
	padding-bottom: 2px;
	border-bottom:1px dashed #084897;
	
}
.nav .sub li a:hover span {
	border-bottom:1px dashed #fff;
}
.nav .block {
	height:8px;
	width:120px;
	background:#FE7700;
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}
