@charset "utf-8";
/*头部一*/
.header-a{
	background: #4d565d;
	font-size: 0;
	padding: 8px 0;
}
.header-a .hyc{
	font-size: 12px;
	color: #ffffff;
	line-height: 19px;
}
.header-a ul{
	
}
.header-a ul li{
	padding: 0 12px;
	position: relative;
}
.header-a ul li:last-child:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 13px;
	background: #ffffff;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.header-a ul a{
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	line-height: 19px;
	text-transform: uppercase;
	transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.header-a ul a:hover{
	color: #3eb135;
}

/*头部二*/

.header-b{
	font-size: 0;
	background: #ffffff;
	z-index:200;
	width: 100%;
}
.header-b .logo{
	
}
.header-b .logo a{
	display: inline-block;
}
.header-b .logo img{
	height: 100px;
}
.header-b .nav{
	
}
.header-b .nav .yiji{
	
}
.header-b .nav .yiji>li{
	
}
.header-b .nav .yiji>li>a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	padding: 40px 30px;
	transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.header-b .nav .yiji>li>a:hover,
.header-b .nav .yiji>li>a.active{
	background: #3eb135;
	color: #ffffff;
}
.stick {
	position:fixed;
	top:0;
	left: 0;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.stick .logo img{
	height: 50px;
}
.stick .nav .yiji>li>a{
	padding: 15px 26px;
	font-size: 14px;
}
/*底部一*/
.footer-a{
	background: #eeeeee;
	font-size: 0;
}
.footer-a .fnav{
	width: 960px;
}
.footer-a .fnav li{
	width: 25%;
	height: 310px;
	padding-left: 30px;
	padding-top: 50px;
	border-left: 1px solid #dddddd;
}
.footer-a .fnav h3{
	
}
.footer-a .fnav h3 a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.footer-a .fnav p{
	
}
.footer-a .fnav p a{
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.footer-a .fewm{
	width: 240px;
	height: 310px;
	background: #3eb135;
	text-align: center;
	padding-top: 50px;
}
.footer-a .fewm h2{
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.footer-a .fewm h2:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 2px;
	background: #ffffff;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-webkit-transform: translate(-50%,50%);
}
.footer-a .fewm .ewm{
	
}
.footer-a .fewm .ewm a{
	display: inline-block;
}
.footer-a .fewm .ewm img{
	border: 5px solid #ffffff;
	max-width: 110px;
}

/*底部二*/
.footer-b{
	text-align: center;
	background: #4d565d;
	padding: 15px 0;
}
.footer-b p,
.footer-b p a{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}
