.fl{
	float: left;
}
.fr{
	float: right;
}
.hid{
	overflow: hidden;
}
body{
	color: #333;
	background: #eeeeee;
}
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.headera{
	font-size: 0;
	background: #333333;
}
.headera p{
	font-size: 12px;
	color: #666666;
	height: 30px;
	line-height: 30px;
}
.headera ul{
	padding-left: 70px;
	background: url(../images/1.png) no-repeat left center;
}
.headera ul li{
	display: inline-block;
	vertical-align: top;
}

.headera ul a{
	display: block;
	font-size: 12px;
	color: #cccccc;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 40px;
	border-right: 1px solid #505050;
}
.headera ul li:nth-child(1) a{
	background: url(../images/e.png) no-repeat left 12px center;
	border-left: 1px solid #505050;
}
.headera ul li:nth-child(2) a{
	background: url(../images/c.png) no-repeat left 12px center;
}

.headerb{
	background: #1e1e1e;
	font-size: 0;
	border-bottom: 5px solid #00923f;
}
.headerb h1{
	display: inline-block;
	vertical-align: top;
	margin: 28px 0;
}
.headerb h1 a{
	display: block;
}
.headerb h1 a img{
	
}
.headerb nav{
	
}
.headerb nav>ul{
	
}
.headerb nav>ul>li{
	display: inline-block;
	vertical-align: top;
	margin-left: 70px;
	position: relative;
}
.headerb nav>ul>li:first-child{
	margin-left: 0;
}
.headerb nav>ul>li>a{
	font-size: 18px;
	color: #fff;
	display: block;
	height: 120px;
	line-height: 120px;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb nav>ul>li>a.active{
	color: #00923f;
}
.headerb nav>ul>li>ul.erji{
	display: none;
	position: absolute;
	background: #1e1e1e;
	padding: 20px 20px 30px 40px;
	z-index: 99;
	width: 280px;
	left: -40px;
}
.headerb nav>ul>li>ul.erji>li{
	
}
.headerb nav>ul>li>ul.erji>li>a{
	display: inline-block;
	font-size: 14px;
	color: #cccccc;
	height: 30px;
	line-height: 30px;
	position: relative;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.headerb nav>ul>li>ul.erji>li>a.cur{
	padding-left: 15px;
	color: #00923f;
}
.headerb nav>ul>li>ul.erji>li>a.cur:before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #00923f;
	left: 0%;
	top: 50%;
	transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-webkit-transform: translate(0%,-50%);
}

.footer{
	background: #333333;
	padding: 32px 0;
}
.footer p.fl{
	font-size:12px;
	color: #999999;
}
.footer div.fr{
	font-size:12px;
	color: #999999;
}
.footer div.fr a{
	font-size:12px;
	color: #999999;
}