* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:#fff;
	font-size:12px;	
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#333;
}
.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:1200px; margin:0 auto;}
.navBar {
	width:100%;
	margin:0 auto;
	
	height:60px;
	line-height:60px;
	background: url(/images/line.png);/*#3B91E3;*/
	color:#333;
	
}
.nav {
	position:relative;
	width:1300px; 
	margin:0 auto;
	/*font-family:"Microsoft YaHei",SimSun,SimHei; */font-family:Microsoft YaHei;
	font-size:14px;
}
.nav a {
	color:#fff;
}
.nav h3 {
	font-size:100%;
	font-weight:normal;
}
.nav .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
	line-height: 60px;
}
.nav h3 a {
	display:block;
	width:182px;
	text-align:center;
	font-weight:bold;
	font-size: 16px;
	font-weight: 400;
	line-height:60px;
	background:url(../images/index_02.jpg) no-repeat right center;
}
.nav h3 a:hover{
	background:url(../images/index_03.jpg) no-repeat center; text-decoration:none;
	
	}
.nav .sub {
	display:none;
	position:absolute;
	left:-1px;
	top:60px;
	z-index:1;
	width:161px;
	border:1px solid #E6E4E3;
	border-top:0;
	background:#fff;
}
.nav .sub li {
	text-align:center;
	margin-bottom:-1px;
}
.nav .sub li a {
		display: block;
		border-bottom: 1px solid #E6E4E3;
		padding: 8px 0;
		/*height: 30px;*/
height: 25px;
		line-height: 30px;
		color: #000;
		font-size: 14px;
		font-weight: normal;
}
.nav .sub li a:hover {
	color:#045daa;
}
.nav .block {
	height:5px;
	width:161px;
	background:#045daa;
	position:absolute;
	left:0;
	top:55px;
	overflow:hidden;
	margin-left:3px;
}
