@charset "gb2312";
.head {
	position: absolute;
	z-index: 99999999;
	top: 0px;
	left: 0px;
	padding-top: 40px;
	width: 100%;
	height: 120px;
}
.head-holder {
	position: relative;
	width: 100%;
	min-width: 1200px;
	max-width: 1920px;
	padding: 0px 40px;
	height: 80px;
	margin: auto;
}
.head-logo {
	float: left;
	width: 250px;
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head-nav {
	float: right;
	height: 80px;
}
.head-nav a {
	display: block;
	float: left;
	height: 80px;
	padding: 0px 15px;
	line-height: 80px;
	font-size: 16px;
	color: #ddb168;
}
.head-nav a:hover {
	color: #FFFFFF;
}
/*---------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
}
/*---------------------------------------------------------*/
.footer-line {
	width: 100%;
	height: 5px;
	background-color: #ddb168;
}
.footer-line li {
	width: 1200px;
	height: 50px;
	margin: auto;
}
.footer-line li p {
	float: left;
	width: 390px;
	height: 5px;
	background-color: #4f3829;
}
/*---------------------------------------------------------*/
.footer-main {
	width: 100%;
	height: 500px;
	background-image: url("../img/footer-bg.jpg");
	background-position: top center;
}
.footer-main-holder {
	width: 1200px;
	height: 500px;
	margin: auto;
}
/*---------------------------------------------------------*/
.footer-logo {
	float: left;
	width: 390px;
	height: 100%;
	background-color: #ddb168;
	background-image: url("../img/footer-logo.png");
	background-repeat: no-repeat;
	background-position: center;
}
.footer-contact {
	float: left;
	width: 410px;
	margin: 40px 0px 40px 50px;
}
.footer-class {
	float: left;
	width: 300px;
	margin: 40px 0px 40px 50px;
}
.footer-title {
	display: block;
	height: 40px;
	line-height: 20px;
	font-size: 18px;
	color: #FFF;
}
.footer-tel {
	display: block;
	height: 40px;
	padding-left: 46px;
	line-height: 40px;
	font-size: 40px;
	color: #ddb168;
	background-image: url("../img/footer-tel-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
}
.footer-text {
	display: block;
	padding: 10px 0px;
	line-height: 30px;
	font-size: 16px;
	color: #ddb168;
	text-align: justify;
}
.footer-icon {
	display: block;
	height: 40px;
}
.footer-icon a {
	position: relative;
	display: block;
	float: left;
	width: 60px;
	height: 40px;
}
.footer-icon a i {
	position: absolute;
	top: 40px;
	left: -50px;
	display: none;
	width: 140px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.footer-icon a:hover i {
	display: block;
}
.footer-link {
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #ddb168;
}
.footer-qr {
	float: left;
	width: 410px;
	margin-left: 50px;
}
.footer-qr-img {
	display: block;
	float: left;
	width: 140px;
	margin-right: 30px;
}
.footer-qr-img img {
	display: block;
	width: 100%;
}
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
.footer-copyright {
	width: 100%;
	height: 60px;
	padding: 15px 0px;
	background-color: #1F120A;
}
.footer-copyright li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	color: #4f3829;
}