.footer{
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
}
.footer .footer-link{
	position: relative;
	left: 0;
	bottom: -85px;
	height: auto;
	padding: 10px 0;
	background: url(../../images/footer_linkbg.png) repeat-y top center;
}

.footer .footer-link h2{
	margin-top: -5px;
    margin-bottom: 8px;
	display: inline-block;
	line-height: 36px;
	border-bottom: 1px solid #fff;
	font-size: 22px;
}

.footer .footer-link ul{
	padding: 20px 30px 0px;
	height: auto;
	overflow: hidden;
	font-size: 0;
}
.footer .footer-link ul li{
	display: inline-block;
	line-height: 28px;
	padding: 0 20px;
	vertical-align: middle;
}
.footer .footer-link.more ul{
	text-align: left;
}
.footer .footer-link.more ul li{
	float: left;
}
.footer .footer-link ul li a{
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	-webkit-transition: color .5s ease 0s;
	-moz-transition: color .5s ease 0s;
	-o-transition: color .5s ease 0s;
	-ms-transition: color .5s ease 0s;
	transition: color .5s ease 0s;
}
.footer .footer-link ul li a:hover{
	color: #888888;
}

.footer .footer-bq-box{
	padding:30px 0;
	background: #333333;
}

.footer.footer-index .footer-bq-box{
	padding-top: 110px;
}

.footer .footer-bq{
	height: auto;
}
.footer .footer-bq .link-item{
	text-align: center;
	margin-bottom: 5px;
	min-height: 28px;
}
.footer .footer-bq .link-item ul li{
	display: inline-block;
}
.footer .footer-bq .link-item ul li a,.footer .footer-bq .link-item ul li span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 28px;
	color: #cfcfcf;
}
.footer .footer-bq .link-item ul li a{
	-webkit-transition: color .5s ease 0s;
	-moz-transition: color .5s ease 0s;
	-o-transition: color .5s ease 0s;
	-ms-transition: color .5s ease 0s;
	transition: color .5s ease 0s;
}
.footer .footer-bq .link-item ul li a:hover{
	color: #ffffff;
}

.footer .footer-bq .link-item ul li span{
	padding: 0 10px;
}
.footer .footer-bq .bq-item{
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #868686;
}

.footer .footer-bq .bq-item p:nth-last-child(2){
	display: inline-block !important;
}
@media (max-width: 1200px) {
	.footer .footer-link{
		width: 95%;
	}
	.footer .footer-link ul li{
		margin: 0 10px;
	}
}
@media (max-width: 768px) {
	.footer .footer-link.more ul{
		padding: 20px;
	}
}