@charset "gb2312";
.head {
	position: relative;
	z-index: 999999;
	width: 100%;
	height: 100px;
	-webkit-box-shadow: 0px 0px 10px 0px #999;
	box-shadow: 0px 0px 10px 0px #999;
}
.head-holder {
	width: 1200px;
	height: 100%;
	margin: auto;
}
.head-logo {
	float: left;
	width: 320px;
	height: 100px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.head-nav {
	float: right;
	height: 100px;
}
.head-nav a {
	display: block;
	float: left;
	padding: 0px 20px;
	height: 100px;
	line-height: 100px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
.head-nav a:hover {
	background-color: #00516d;
	color: #FFF;
}
.footer {
	width: 100%;
	background-color: #1D1D1D;
	border-top: 4px solid #00516d;
}
.footer-holder {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}
.footer-contact {
	float: left;
	width: 60%;
	line-height: 20px;
	font-size: 14px;
	color: #555;
}
.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: 12px;
	color: #00516d;
	text-align: center;
}