@charset "gb2312";
.head {
	position: fixed;
	z-index: 99999999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 140px;
	background-color: #100032;
	filter: alpha(opacity=90); /*IE*/
	-moz-opacity: 0.9; /*MOZ , FF*/
	background: rgba(16,0,50,0.90)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.head-top {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0px 30px;
	margin: auto;
	border-bottom: 1px solid #1B2A4E;
}
.head-title {
	float: left;
	line-height: 39px;
	font-size: 16px;
	color: #FFF;
}
.head-icon {
	float: right;
	height: 39px;
}
.head-icon a {
	position: relative;
	display: block;
	float: left;
	width: 39px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: center;
}
.head-icon .top-qq {
	background-image: url("../img/top-qq.png");
}
.head-icon .top-qq:hover {
	background-color: #0064FF;
}
.head-icon .top-xl {
	background-image: url("../img/top-xl.png");
}
.head-icon .top-xl:hover {
	background-color: #DB7A00;
}
.head-icon .top-wx {
	background-image: url("../img/top-wx.png");
}
.head-icon .top-wx:hover {
	background-color: #27c473;
}
.head-icon .top-wx img {
	position: absolute;
	right: 0px;
	top: 40px;
	display: none;
	width: 160px;
	background-color: #FFF;
}
.head-icon .top-wx:hover img {
	display: block;
}
.head-holder {
	width: 1380px;
	height: 100px;
	margin: auto;
}
.head-logo {
	float: left;
	width: 440px;
	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;
	height: 100px;
	padding: 0px 30px;
	line-height: 100px;
	color: #00a0e9;
	font-size: 16px;
}
.head-nav a:hover {
	color: #FFF;
}
/*---------------------------------------------------------*/
.footer {
	width: 100%;
	padding: 60px 0px;
	background-color: #333;
}
.footer-holder {
	width: 1380px;
	margin: auto;
}
.footer-menu {
	float: left;
	width: 330px;
}
.footer-menu a {
	display: block;
	width: 120px;
	text-align: center;
	line-height: 16px;
	margin: 0px auto 34px auto;
	font-size: 16px;
	color: #666;
}
.footer-menu a:hover {
	color: #FFF;
}
.footer-pic {
	float: left;
	width: 720px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}
.footer-logo {
	width: 100%;
	text-align: center;
}
.footer-tel {
	width: 100%;
	margin-top: 80px;
	padding: 40px 0px;
	background-image: url("../img/footer-tel-icon.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.footer-tel .tel-title {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.footer-tel .tel-no {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #FFF;
	text-align: center;
}
.footer-icon {
	width: 100%;
	height: 40px;
	text-align: center;
}
.footer-icon a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0px 10px;
}
.footer-qr {
	float: left;
	width: 330px;
}
.footer-qr div {
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.footer-qr div:first-child {
	margin-bottom: 40px;
}
.footer-qr div img {
	display: block;
	width: 160px;
	height: auto;
	margin: 0px auto 30px auto;
}
/*---------------------------------------------------------*/
.footer-copyright {
	width: 100%;
	min-height: 80px;
	padding: 28px 0px;
	background-color: #2b2b2b;
	line-height: 24px;
	color: #666666;
	text-align: center;
}