@charset "gb2312";
.head {
	width: 100%;
	height: 60px;
	_POSITION: absolute;/*¼æÈÝIE6*/
	position: fixed;
	z-index: 666;
	top: 0px;
	_TOP: 0px;
	left: 0px;
	-webkit-box-shadow: 0px 0px 8px 0px #3A0000;
	box-shadow: 0px 0px 8px 0px #3A0000;
	background-color: #00516d;
}
.head .logo {
	width: 100%;
	height: 60px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	width: 100%;
	height: 60px;
	_POSITION: absolute;/*¼æÈÝIE6*/
	position: fixed;
	z-index: 666;
	bottom: 0px;
	_TOP: expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight);
	-webkit-box-shadow: 0px 0px 8px 0px #3A0000;
	box-shadow: 0px 0px 8px 0px #3A0000;
	background-color: #00516d;
}
.footer a {
	display: block;
	float: left;
	width: 25%;
	height: 60px;
}
.footer a i {
	display: block;
	width: 32px;
	height: 32px;
	margin: 6px auto 0px auto;
	background-image: url(../img/ui-icon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.footer a span {
	display: block;
	height: 22px;
	line-height: 16px;
	text-align: center;
	color: #FFF;
}
.footer a:nth-child(1) i {
	background-position: center -96px;
}
.footer a:nth-child(2) i {
	background-position: center -128px;
}
.footer a:nth-child(3) i {
	background-position: center -160px;
}
.footer a:nth-child(4) i {
	background-position: center -192px;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer-copyright {
	width: 100%;
	padding: 15px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #989898;
	border-top: 1px solid #CCC;
}