a {
	text-decoration: none;
	color: #333
}
a:hover {
	color: #ff8400
}
.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: 100%;
	margin: 0 auto
}
.navBar {
	width: 70%;
	height: 100%;
	line-height: 100%;
	background: #fff;
	color: #000;
	float:right;
}
.nav {
	position: relative;
	width: auto;
	font-family: microsoft yahei, SimSun, SimHei;
	font-size: 14px;
	height:100%;
	float:right;
	display: flex;
  justify-content: space-between;
  width: 100%;
}
.nav a {
	color: #000
}
.nav h3 {
	font-size: 16px;
	line-height:100%;
	line-height: 50px;
margin-top: 20px;
}
.nav .m {
	float: left;
	position: relative;
	z-index: 1;
	height:100%;
}
.nav .m.on:after{
	content:"";
	height: 8px;
width: 100%;
background: #22ac43;
position: absolute;
left: 0;
top: 72px;
overflow: hidden;
left: 0;
}
.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #d4d4d4;
	font-size: 12px
}
.nav h3 a {
	display: block;

	text-align: center;
}
.nav li.on h3 a{
	color:#22ac43;
	}
.nav .sub {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	min-width: 100%;
	/*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: 0 8px;
	height: 32px;
	line-height: 32px;
	color: #000;
	font-size: 13px;
	font-weight: 700;
	white-space:nowrap;
}
.nav .sub li a:hover {
	color: #22ac43
}
.nav .block {
	height: 8px;
	width: 116px;
	background: #22ac43;
	position: absolute;
	left: 0;
	top: 72px;
	overflow: hidden
}
