@charset "gb2312";
.head {
	width: 100%;
	height: 80px;
	_POSITION: absolute;/*兼容IE6*/
	position: fixed;
	z-index: 999999;
	top: 0px;
	_TOP: 0px;
	left: 0px;
	background-color: #c7000b;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(199,0,11,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.head-holder {
	width: 1200px;
	height: 80px;
	margin: auto;
}
.head-logo {
	float: left;
	width: 420px;
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head-nav {
	position: relative;
	float: left;
	width: 750px;
	height: 80px;
}
.head-qr {
	position: relative;
	float: left;
	width: 30px;
	height: 80px;
	background-image: url(../img/qr-btn.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.head-qr img {
	position: absolute;
	display: none;
	width: 180px;
	top: 80px;
	right: 0px;
}
.head-qr:hover img {
	display: block;
}
/*---------------------------------------------------------*/
.footer {
	position: relative;
	width: 100%;
	border-top: 5px solid #c7000b;
	background-image: url(../img/footer-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.footer-holder {
	width: 1200px;
	margin: auto;
}
.footer-logo {
	float: left;
	width: 300px;
	padding-bottom: 40px;
}
.footer-content {
	padding: 40px 0px;
	margin-left: 380px;
}
.footer-class {
	float: left;
	width: 240px;
}
.footer-nav {
	float: left;
	width: 240px;
}
.footer-contact {
	float: left;
	width: 340px;
}
.footer-title {
	display: block;
	height: 30px;
	font-size: 16px;
	color: #FFF;
}
.footer-link {
	display: block;
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
}
.footer-tel {
	display: block;
	width: 100%;
	height: 48px;
	padding-left: 60px;
	line-height: 48px;
	font-size: 36px;
	color: #C7000B;
	background-image: url(../img/footer-tel-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.footer-text {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
}
.footer-qr {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.footer-qr img {
	display: block;
	float: left;
	width: 130px;
	margin-right: 15px;
}
.footer-copyright {
	width: 100%;
	padding: 24px 0px;
	background-color: #08171e;
	filter: alpha(opacity=60); /*IE*/
	-moz-opacity: 0.6; /*MOZ , FF*/
	background: rgba(8,23,30,0.60)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.footer-copyright-text {
	width: 1200px;
	margin: auto;
	line-height: 24px;
	text-align: center;
	color: #C7000B;
	font-size: 14px;
}