@charset "gb2312";
.head {
	position: fixed;
	z-index: 999999;
	width: 100%;
    min-width: 1200px;
    background-color: rgba(0,0,0,0.70);
}
.head-holder {
	width: 1200px;
	margin: auto;
}
.head-logo {
	float: left;
	width: 260px;
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head-nav {
	float: left;
	height: 80px;
}
.head-nav a {
	display: block;
	float: left;
	padding: 0px 10px;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 16px;
}
.head-nav a:hover {
	background-color: #e70012;
	color: #FFF;
}
.head-tel {
    float: right;
	height: 80px;
    background-image: url("../img/top-tel-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
    text-indent: 40px;
	line-height: 80px;
	color: #fff;
	font-size: 24px;
    font-weight: bold;
}
.footer {
	width: 100%;
	background-color: #1D1D1D;
	border-top: 4px solid #e70012;
}
.footer-holder {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}
.footer-contact {
	float: left;
	width: 60%;
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}
.footer-qr {
	float: right;
	width: 40%;
	text-align: right;
}
.footer-qr img {
	width: 128px;
	margin-left: 20px;
}
.footer-copyright {
	width: 100%;
	padding: 20px 0px;
	background-color: #111;
}
.footer-copyright li {
	width: 1200px;
	margin: auto;
	font-size: 14px;
	color: #555555;
	text-align: center;
}
.footer-copyright li a {
	font-size: 12px;
	color: #555555;
}