
.header1{
	font-size: 0;
	background: #226426;
	overflow: hidden;
}
.header1 .info{
	background: #f8f8f8;
	padding: 8px 0 8px 5px;
	position: relative;
}
.header1 .info::before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 42px;
	background: #f8f8f8;
	top: 0;
	right: -100%;
}
.header1 .info .tel{
	font-size: 12px;
	color: #12110a;
	line-height: 16px;
	padding: 5px 6px 5px 32px;
	background: transparent url(../images/tel.png) no-repeat left 8px center;
	border-radius: 5px;
	margin-right: 18px;
}
.header1 .info .email{
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	padding: 5px 6px 5px 32px;
	background: #226426 url(../images/email.png) no-repeat left 8px center;
	border-radius: 5px;
}

.header2{
	font-size: 0;
	background: #ffffff;
	z-index: 100;
	width: 100%;
	box-shadow: 3px 3px 3px rgba(0,0,0,.2);
}
.stick {
    position: fixed;
    top: 0;
    left: 0;
}
.header2 .logo{
	padding: 5.5px 0;
}
.header2 .logo a{
	display: block;
}
.header2 .logo img{
	height: 87px;
}
.header2 .nav{
	
}
.header2 .nav .yiji{
	
}
.header2 .nav .yiji>li{
	margin-right: 48px;
}
.header2 .nav .yiji>li:last-child{
	margin-right: 0;
}
.header2 .nav .yiji>li>a{
	display: block;
	font-size: 16px;
	color: #12110a;
	line-height: 20px;
	padding: 38px 0;
	border-bottom: 2px solid transparent;
	transition: all .3s;
}
.header2 .nav .yiji>li:hover>a,
.header2 .nav .yiji>li.active>a{
	border-bottom: 2px solid #ffb901;
}

.footer{
	
}
.footer .footer1{
	background: #f0f0f0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .footer1 .footer_nav{
	
}
.footer .footer1 .footer_nav li{
	width: 126px;
	position: relative;
	padding-left: 30px;
}
.footer .footer1 .footer_nav li:first-child{
	padding-left: 0;
}
.footer .footer1 .footer_nav li::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 144px;
	background: #dddddd;
	top: 0;
	right: 0;
}
.footer .footer1 .footer_nav li h3{
	
}
.footer .footer1 .footer_nav li h3 a{
	font-size: 12px;
	color: #216425;
	display: block;
}
.footer .footer1 .footer_nav li p{
	margin-top: 15px;
}
.footer .footer1 .footer_nav li p a{
	font-size: 12px;
	color: #6a726b;
	display: block;
}
.footer .footer1 .footer_info{
	padding-right: 70px;
	position: relative;
}
.footer .footer1 .footer_info::after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 144px;
	background: #dddddd;
	top: 0;
	right: 0;
}
.footer .footer1 .footer_info .tel{
	font-size: 28px;
	color: #216425;
	padding-left: 40px;
	background: url(../images/tel1.png) no-repeat left center;
	margin-bottom: 15px;
}
.footer .footer1 .footer_info p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.footer .footer2{
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #216425;
	font-size: 12px;
	color: #ffffff;
}
.footer .footer2 a{
	font-size: 12px;
	color: #ffffff;
}