@charset "gb2312";
.head {
	position: relative;
	z-index: 999999;
	width: 100%;
	height: 150px;
	background-color: #1c264c;
}
.head-holder {
	width: 1200px;
	height: 110px;
	margin: auto;
}
.head-logo {
	float: left;
	width: 600px;
	height: 110px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head-add {
	float: right;
	width: 600px;
	height: 110px;
	background-image: url(../img/add.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.head-nav {
	width: 100%;
	height: 40px;
	background-color: #FFAA00;
}
.head-nav-holder {
	position: relative;
	width: 1200px;
	height: 40px;
	margin: auto;
}
/*---------------------------------------------------------*/
.footer {
	width: 100%;
	background-color: #1c264c;
	border-top: 4px solid #FFAA00;
}
.footer-holder {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}
.footer-contact {
	float: left;
	width: 60%;
	line-height: 20px;
	font-size: 14px;
	color: #67708F;
}
.footer-qr {
	float: right;
	width: 40%;
	text-align: right;
}
.footer-qr img {
	width: 128px;
	margin-left: 20px;
}
.footer-copyright {
	width: 100%;
	padding: 20px 0px;
	background-color: #0C1126;
}
.footer-copyright li {
	width: 1200px;
	margin: auto;
	font-size: 12px;
	color: #444C6B;
	text-align: center;
}