.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


.menu_Bar {
	width:1190px;
	margin:0 auto;
	height:50px;
	line-height:50px;
	background:#2e91af;
	padding-left:10px;
}
.nav002 {
	position:relative;
	width:100%;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
	font-size:16px;
}
.nav002 a {
	color:#fff;
}
.nav002 a:hover{
	color:yellow;
}
.nav002 h3 {
	font-size:100%;
	font-weight:normal;
}
.nav002 .m {
	float:left;
	position:relative;
	z-index:1;
}
.nav002 .s {
	float:left;
	width:3px;
	text-align:center;
	color:#D4D4D4;
	font-size:12px;
}
.nav002 h3 a {
	display:block;
	width:185px;
	text-align:center;
	font-weight:bold;
}
.nav002 .sub {
	display:none;
	position:absolute;
	left:-3px;
	top:50px;
	z-index:1;
	width:187px;
	border:1px solid #E6E4E3;
	border-top:0;
	background:#fff;
}
.nav002 .sub li {
	text-align:center;
	padding:0 8px;
	margin-bottom:-1px;
}
.nav002 .sub li a {
	display:block;
	border-bottom:1px solid #E6E4E3;
	padding:8px 0;
	height:28px;
	line-height:28px;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
.nav002 .sub li a:hover {
	color:#FE7700;
}
.nav002 .block {
	height:8px;
	width:190px;
	background:#FE7700;
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}