@charset "gb2312";
.head {
	position: relative;
	width: 100%;
	height: 175px;
}
.head-holder {
	position: relative;
	width: 1380px;
	height: 175px;
	margin: auto;
}
.head-logo {
	position: absolute;
	z-index: 999999;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 230px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00271b;
}
.head-top {
	position: relative;
	margin-left: 300px;
	height: 55px;
	border-bottom: 1px solid #EEEEEE;
}
.head-top .welcome-word {
	display: block;
	float: left;
	height: 54px;
	line-height: 54px;
	color: #999999;
	font-size: 14px;
}
.head-top .head-tel {
    display: block;
    float: right;
    padding-left: 40px;
    height: 54px;
    line-height: 54px;
    color: #00271b;
    font-size: 28px;
    font-style: italic;
    background-image: url("../img/phone.png");
    background-repeat: no-repeat;
    background-position: left center;
    letter-spacing: 2px;
}
.head-nav {
	position: relative;
	margin-left: 300px;
	height: 120px;
	padding: 45px 0px;
}
/*---------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	background-color: #464646;
}
.footer-icon {
	width: 100%;
	height: 150px;
	padding: 30px 0px;
	background-color: #fafafa;
}
.footer-icon-holder {
	width: 1380px;
	height: 88px;
	margin: auto;
}
.footer-icon-list {
	width: 345px;
	height: 88px;
	float: left;
	cursor: pointer;
}
.footer-icon-list .img {
	width: 77px;
	height: 88px;
	float: left;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari บอ Chrome */
	-o-transition: all 1s; /* Opera */
}
.footer-icon-list:hover .img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.footer-icon-list .text {
	margin-left: 100px;
	height: 88px;
	padding: 20px 0px;
}
.footer-icon-list .text .cn-text {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
.footer-icon-list .text .en-text {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #707070;
}
/*---------------------------------------------------------*/
.footer-content {
	width: 100%;
	padding: 60px 0px;
	background-image: url("../img/footer-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.footer-content-holder {
	width: 1380px;
	margin: auto;
}
.footer-nav {
	width: 1050px;
	float: left;
}
.footer-nav p {
	width: 150px;
	float: left;
}
.footer-nav p .first {
	display: block;
	width: 110px;
	height: 32px;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 20px;
	color: #ddd;
	border-bottom: 1px solid #888888;
}
.footer-nav p .second {
	display: block;
	width: 110px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #888888;
}
.footer-nav p .second:hover {
	color: #a77e40;
}
.footer-qr {
	width: 330px;
	float: right;
}
.footer-qr p:first-child {
	width: 160px;
	float: left;
}
.footer-qr p:last-child {
	width: 160px;
	float: right;
}
.footer-qr p img {
	display: block;
	width: 100%;
}
/*---------------------------------------------------------*/
.footer-copyright {
	width: 100%;
	min-height: 70px;
	padding: 23px 0px;
	background-color: #030303;
}
.footer-copyright-text {
	width: 1380px;
	margin: auto;
	line-height: 24px;
	color: #888888;
	text-align: center;
}
/*---------------------------------------------------------*/
.large-page-banner {
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-position: center;
}