﻿/* 底部 */

.footer {
	width: 100%;
	min-width: 1200px;
	padding: 35px 0 25px;
	margin-top: 30px;
	background-color: #313438;
}

.footer .box {
	width: 1200px;
	margin: 0 auto;
	zoom: 1;
}

.footer .box::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.footer .box+.box {
	margin-top: 40px;
}

.footer .box .lt {
	float: left;
	width: 840px;
	overflow: hidden;
}

.footer .box .lt dl {
	float: left;
	width: 140px;
}

.footer .box .lt dl:last-child {
	width: 280px;
}

.footer .box .lt dl dt {
	padding-bottom: 17px;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .8);
	line-height: 16px;
}

.footer .box .lt dl dd a,
.footer .box .lt dl dd span {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	line-height: 14px;
}

.footer .box .lt dl dd a+a,
.footer .box .lt dl dd span+span,
.footer .box .lt dl dd a+span {
	margin-top: 11px;
}

.footer .box .lt p {
	height: 16px;
}

.footer .box .lt p+p {
	margin-top: 8px;
}

.footer .box .lt p span,
.footer .box .lt p a {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	font-size: 12px;
	color: rgba(255, 255, 255, .5);
	line-height: 16px;
}

.footer .box .lt p a img {
	float: left;
	width: 16px;
	height: 16px;
	border: 0;
	border-radius: 2px;
	margin-right: 4px;
}

.footer .box .rt {
	float: right;
	width: 340px;
}

.footer .box .rt dl dt {
	overflow: hidden;
}

.footer .box .rt dl dt img {
	float: right;
	height: 32px;
	opacity: .6;
}

.footer .box .rt dl dd {
	margin-top: 18px;
	line-height: 1;
}

.footer .box .rt dl dd b {
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: rgba(255, 255, 255, .5);
	text-align: right;
}

.footer .box .rt dl dd span {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
	text-align: right;
}

.footer .box .rt ul {
	height: 40px;
}

.footer .box .rt ul li {
	position: relative;
	float: right;
	width: 40px;
	height: 40px;
}

.footer .box .rt ul li+li {
	margin-right: 15px;
}

.footer .box .rt ul li i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('/img/footer_icon.png');
	background-repeat: no-repeat;
	background-position-y: 0;
	background-size: auto 80px;
	background-color: rgba(255, 255, 255, .1);
	cursor: pointer;
}

.footer .box .rt ul li:nth-child(1) i {
	background-position-x: -160px;
}

.footer .box .rt ul li:nth-child(2) i {
	background-position-x: -120px;
}

.footer .box .rt ul li:nth-child(3) i {
	background-position-x: -200px;
}

.footer .box .rt ul li:nth-child(4) i {
	background-position-x: -80px;
}

.footer .box .rt ul li:nth-child(5) i {
	background-position-x: -40px;
}

.footer .box .rt ul li:nth-child(6) i {
	background-position-x: 0;
}

.footer .box .rt ul li i:hover {
	background-position-y: -40px;
	background-color: #f70;
}

.footer .box .rt ul li img {
	position: absolute;
	bottom: 50px;
	left: 50%;
	display: none;
	width: 110px;
	height: 110px;
	border-radius: 6px;
	padding: 8px;
	margin-left: -63px;
	background-color: #fff;
}

.footer .box .rt ul li:hover img {
	display: block;
}

.footer a:hover {
	color: #f70 !important;
}