@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;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00923f+0,006335+100 */
background: #00923f; /* Old browsers */
background: -moz-linear-gradient(top,  #00923f 0%, #006335 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00923f 0%,#006335 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00923f 0%,#006335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00923f', endColorstr='#006335',GradientType=0 ); /* IE6-9 */
}
.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;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00923f+0,006335+100 */
background: #00923f; /* Old browsers */
background: -moz-linear-gradient(top,  #00923f 0%, #006335 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #00923f 0%,#006335 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #00923f 0%,#006335 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00923f', endColorstr='#006335',GradientType=0 ); /* IE6-9 */
}
.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;
}