@charset "utf-8";
html{
	font-family: "microsoft yahei",arial,simsun;
	font-size: 16px;
	line-height: 1.5;
	height: 100%;
}
body{
	height: 100%;
	background: #ebebeb;
}
header{
	z-index: 2;
	position: fixed;
	width: 100%;
	top: 0;
	height: 90px;
	background: white;
}
header .logo{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -32px;
}
header .wrap{
	position: relative;
	margin: 0 auto;
	width: 90%;
	height: 100%;
	max-width: 1200px;
}
header ul{
	position: absolute;
	right: 0;
	top: 50%;
	height: 60px;
	white-space: nowrap;
	margin-top: -30px;
	line-height: 60px;
}
header ul li{
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
}
header ul li:hover{
	color: #87c12e;
}
header ul li a{
	display: block;
}
header .hot-line{
	position: relative;
	padding-left: 32px;
	margin-left: 50px;
	color: #87c12e;	
}
header .hot-line:before{
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	top: 50%;
	left: 3px;
	background: url(../img/icon-hotline.png) no-repeat;
}
header .hot-line:after{
	content: "";
	position: absolute;
	left: -30px;
	top: 50%;
	width: 1px;
	height: 24px;
	margin-top: -12px;
	background: #e9e9e9;
}
/*中间容器*/
/*详情容器*/
/*底部*/
footer{
	position: absolute;
	bottom: 0;
	height: 158px;
	left: 0;
	width: 100%;
	min-width: 1366px;
	color: white;
	background: #87c12e;
}
footer>p{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 14px;
	color: white;
	text-align: center;
	line-height: 1.625;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
footer .footer-items{
	position: relative;
	top: 50%;
	white-space: nowrap;
	text-align: center;
	margin: 0 auto;
}
footer .footer-items li{
	margin: -70px 15px 0;
	display: inline-block;
	vertical-align: top;
}
footer .footer-items img{
	display: block;
	margin: 0 auto;
	height: 100px;
	width: auto;
}
footer .footer-items p{
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
}
footer .footer-items .space{
	width: 500px;
}
