/* 尾部 */

.footer{
	border-top: 10px solid #125aae;
	padding-bottom: 15px;
	background: linear-gradient(to bottom, #bcd9f3, #ffffff);
}

.footer-box{
	margin: 0px auto;
	width: 1300px;
}

/* 尾部-左 */
.footer-left{
	width: 1050px;
	padding-top: 28px;
}

.footer-left .footer-link-box{
	border-bottom: 1px solid #fff;
}

.footer-left .footer-link-title{
	width: 130px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #125aae;
	color: #fff;
}

.footer-left .footer-link-content{
	padding-left: 130px;
}

.footer-left .footer-link-content li{
	
	line-height: 42px;
	height: 44px;
	margin: 0px 0px 15px 28px;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.footer-left .footer-link-content li span{
	padding: 0px 32px 0px 30px;
	margin-right: 15px;
	display: block;
	background: url("../../images/index/icon-arrow-down.png") no-repeat right center;
	background-size: 14px;
}

.footer-left .footer-link-content li span.active{
	background: url("../../images/index/icon-arrow-up.png") no-repeat right center;
	background-size: 14px;
}

.footer-left .footer-link-content li a{
	padding: 0px 30px 0px 30px;
	display: block;
}

.footer-left .footer-link-sub{
	background-color: #ffffff;
	margin-bottom: 15px;
	padding: 0px 15px;
}

.footer-left .footer-link-sub li{
	padding: 15px;
}

.footer-left .footer-link-sub li a{
	color: #555;
	font-size: 14px;
}

.footer-left .footer-link-sub li a:hover{
	color: #125aae;
}

.footer-left .footer-info-box .footer-info{
	text-align: center;
	padding: 22px 0px 0px 210px;
	line-height: 26px;
}

.footer .footer-info3{
	width: 210px;
	height: 160px;
	line-height: 160px;
}

.footer .footer-info3 a{
	vertical-align: middle;
	display: inline-block;
}

.footer .footer-info3 img{
	vertical-align: middle;
}

.footer .footer-info3 a+a{
	padding-left: 14px;
}


/* 尾部-右 */
.footer-right{
	width: 220px;
	padding: 28px 0px 0px 20px;
	box-sizing: border-box;
}

.footer-right .qrcode-title{
	height: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	background-color: #4e8bd5;
}

.footer-right img{
	vertical-align: middle;
}



