@charset "gb2312";
.head {
	position: relative;
	width: 100%;
	height: 120px;
}
.head-holder {
	width: 1200px;
	height: 120px;
	margin: auto;
}
.head-logo {
	width: 100%;
	height: 120px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/*---------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	background-color: #005f50;
}
.footer-top-line {
	width: 100%;
	height: 5px;
	background-color: #2daa5a;
}
.footer-top-line li {
	width: 1200px;
	margin: auto;
}
.footer-top-line li p {
	width: 260px;
	height: 5px;
	background-color: #005f50;
}
.footer-holder {
	width: 1200px;
	margin: auto;
}
.footer-logo {
	float: left;
	width: 260px;
	height: 100%;
	padding: 40px 0px;
	background-color: #FFF;
	text-align: center;
}
.footer-content {
	padding: 40px 0px;
	margin-left: 260px;
}
.footer-title {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 16px;
	color: #FFF;
}
.footer-link {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #c8dc96;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.footer-link:hover {
	color: #FFF;
}
.footer-tel {
	display: block;
	width: 100%;
	height: 48px;
	padding-left: 50px;
	background-image: url(../img/footer-tel-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 48px;
	font-size: 30px;
	color: #c8dc96;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.footer-text {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #c8dc96;
	text-align: justify;
}
.footer-icon {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.footer-icon a {
	position: relative;
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}
.footer-icon .footer-qq {
	background-image: url(../img/footer-qq.png);
}
.footer-icon .footer-wx {
	background-image: url(../img/footer-wx.png);
}
.footer-icon .footer-wx i {
	position: absolute;
	top: -200px;
	left: -55px;
	display: none;
	width: 150px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.footer-icon .footer-wx:hover i {
	display: block;
}
.footer-icon .footer-tb {
	background-image: url(../img/footer-tb.png);
}
.footer-icon .footer-xl {
	background-image: url(../img/footer-xl.png);
}
.footer-class {
	float: left;
	width: 150px;
	margin-left: 60px;
}
.footer-nav {
	float: left;
	width: 100px;
	margin-left: 60px;
}
.footer-contact {
	width: 300px;
	float: left;
	margin-left: 60px;
}
.footer-qr {
	float: left;
	width: 150px;
	margin-left: 60px;
}
.footer-qr img {
	max-width: 100%;
}
.footer-copyright {
	width: 100%;
	min-height: 50px;
	padding: 13px 0px;
	background-color: #00332b;
}
.footer-copyright-text {
	width: 1200px;
	margin: auto;
	line-height: 24px;
	color: #005f50;
	text-align: center;
}