@charset "gb2312";
.head {
	position: absolute;
	z-index: 99999999;
	width: 100%;
	height: 140px;
	background-image: url("../img/head-bg.png");
	background-repeat: repeat-x;
	background-position: center top;
}
.head-holder {
	width: 1380px;
	height: 140px;
	margin: auto;
}
.head-bar {
	width: 100%;
	height: 60px;
	padding-top: 4px;
}
.head-bar span {
	display: block;
	float: left;
	line-height: 56px;
	color: #FFF;
	font-size: 14px;
}
.head-bar a {
	position: relative;
	display: block;
	float: right;
	width: 56px;
	height: 56px;
	background-repeat: no-repeat;
	background-position: center;
}
.head-bar a i {
	position: absolute;
	top: 60px;
	left: -50px;
	display: none;
	width: 156px;
	z-index: 999;
}
.head-bar a:hover i {
	display: block;
}
.head-menu {
	position: relative;
	width: 100%;
	height: 80px;
	padding-top: 20px;
}
.head-logo {
	float: left;
	width: 400px;
	height: 60px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head-nav {
	position: absolute;
	top: -60px;
	left: 400px;
	width: 800px;
	height: 140px;
}
.head-qr {
	position: relative;
	float: right;
	width: 150px;
	height: 60px;
	padding-left: 40px;
	background-image: url(../img/qr.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	text-shadow: 1px 1px 3px #333;
	cursor: pointer;
}
.head-qr i {
	position: absolute;
	top: 60px;
	left: -6px;
	display: none;
	width: 156px;
	z-index: 999;
}
.head-qr:hover i {
	display: block;
}
/*---------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	height: 360px;
	background-image: url("../img/footer-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-content {
	width: 1380px;
	height: 300px;
	padding: 40px 0px;
	margin: auto;
}
.footer-logo {
	width: 400px;
	height: 220px;
	float: left;
	background-image: url("../img/footer-logo.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.footer-contact {
	width: 580px;
	float: left;
}
.footer-contact-text {
	width: 100%;
	height: 180px;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	text-align: justify;
	color: #006496;
}
.footer-qr {
	width: 400px;
	float: left;
}
.footer-qr-img {
	width: 100%;
	height: 180px;
}
.footer-qr-img img {
	display: block;
	height: 180px;
	float: left;
	margin-right: 30px;
}
.footer-title {
	width: 100%;
	height: 40px;
	text-align: left;
	color: #FFF;
	font-size: 16px;
}
.footer-copy {
	width: 100%;
	border-bottom: 4px solid #006496;
	background-color: #090f1b;
	padding: 18px 0px;
}
.footer-copy-text {
	width: 1380px;
	margin: auto;
	line-height: 20px;
	font-size: 14px;
	color: #003651;
	text-align: center;
	
}