@charset "gb2312";
.head {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 90px;
	z-index: 999999;
	background-color: #FFF;
}
.head-alpha {
	background-color: #fff;
	filter: alpha(opacity=90); /*IE*/
	-moz-opacity: 0.9; /*MOZ , FF*/
	background: rgba(255,255,255,0.90)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.head-holder {
	width: 1200px;
	height: 90px;
	margin: auto;
}
.head-logo {
	float: left;
	width: 400px;
	height: 90px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head-nav {
	float: left;
	width: 800px;
	height: 90px;
}
/*---------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
}
.footer-icon {
	width: 100%;
	background-color: #eee;
}
.footer-icon li {
	width: 1200px;
	height: 100px;
	margin: auto;
	background-image: url("../img/footer-icon.png");
	background-repeat: no-repeat;
	background-position: center;
}
.footer-holder {
	width: 100%;
	padding: 50px 0px;
	background-color: #222;
	border-top: 5px solid #6aa466;
}
.footer-holder-size {
	width: 1200px;
	margin: auto;
}
.footer-logo {
	width: 280px;
	float: left;
}
.footer-logo span {
	display: block;
	margin-bottom: 30px;
}
.footer-menu {
	width: 730px;
	float: left;
	margin: 0px 30px;
	background-image: url("../img/footer-line.png");
	background-repeat: repeat-y;
	background-position: left center;
}
.footer-menu ul li {
	float: left;
	margin-left: 30px;
}
.footer-menu ul li span {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.footer-menu ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.footer-menu ul li a:hover {
	color: #FFF;
}
.footer-qr {
	width: 130px;
	float: left;
}
.footer-copyright {
	width: 100%;
	min-height: 80px;
	padding: 30px 0px;
	background-color: #181818;
}
.footer-copyright li {
	width: 1200px;
	margin: auto;
	line-height: 20px;
	color: #606060;
	text-align: center;
}