/*页脚*/
.footer{
	width: 100%;
	padding: 0;
	padding-top: 30px;
	background-color: #666666;
	line-height: normal;
	font-size: 14px;
}
.footer-con{
	width: 1170px;
	height: 220px;
	margin: 0 auto;
	position: relative;
}
.main-footer {
    background: #666666;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 32px;
    color: #fff;
}
.footer-con h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footer-con .qr-code{
	position: absolute;
	left: 60px;
}
.qr-code img{
	width: 100px;
}
.footer-con .explain{
	font-size: 14px;
	color: #9CA5B2;
	position: absolute;
	right: 60px;
}
.explain .more-link{
	margin-right: 30px;
}
.more-link li{
	margin-bottom: 6px;
}
.explain a{
	font-size: 16px;
	color: rgb(211, 211, 211);
}
.explain a:hover{
	color: rgb(255, 255, 255);
}
.copyright{
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}
.copyright span{
	padding: 0 5px;
}

/*返回顶部*/
#scrolltop {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 50px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight));
    margin-left: 480px;
    font-size: 14px;
    text-align: center;
    color: #f00;
    cursor: pointer;
    height: 48px;
    width: 44px;
    background: url(/static/images/arrow.png) no-repeat -44px 0;
}

#scrolltop:hover {
    border: 0;
    padding: 0;
    background: url(/static/images/arrow.png) no-repeat;
}