@charset "utf-8";
/* footer */
.footer-links{padding:10px 0; background: #F2F2F2;}
.footer-links .hd ul li{float: left;}
.footer-links .hd ul li a{position: relative; display: block; line-height: 36px; height: 36px;}
.footer-links .hd ul li + li{margin-left: 58px;}
.footer-links .hd ul li a span{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.footer-links .hd ul li.hs a:after{content: ''; margin-top: 3px; width: 12px; height: 9px; background: url(../images/public/icon_triangle_down.png) no-repeat; background-size: 100% 100%; opacity: .2; margin-left: 20px; transition: .3s all;}
.footer-links .hd ul li.hs a:after,
.footer-links .hd ul li a span{display: inline-block; vertical-align: middle;}
.footer-links .hd ul li.on a:after{transform: rotate(-180deg); opacity: 0.9;  background-image: url(../images/public/icon_triangle_down_blue.png);}
.footer-links .hd ul li.hs.on a{color: #2C60B6;}
.footer-links .bd ul{padding:15px 0 5px; margin: 0 -5px; overflow: hidden; display: none;}
.footer-links .bd ul li{padding:0 5px; box-sizing: border-box; margin-bottom: 5px;}
.footer-links .bd ul li a{display: block; padding:10px;font-size:0.9375em; font-weight: normal; line-height:1.6em; overflow:hidden;  background: rgba(0,0,0,.03); border-radius: 3px; text-align: center; color: #808080; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; transition: .3s all;}
.footer-links .bd ul li a:hover{background: rgba(0,0,0,.1); color: #2C60B6;}


@media (max-width: 1480px) {
}

@media (max-width: 1280px) {
	body:not(.nores) .footer-links{padding: 10px 0;}
	body:not(.nores) .footer-links .bd ul{padding: 10px 0;}

	.footer-links .hd{margin-left: -10px; margin-right: -10px;}
	.footer-links .hd ul li + li{margin-left: 0;}
	.footer-links .hd ul li a{background: #fff; margin: 0 10px 10px;}
}

@media (max-width: 1280px) {
	body:not(.nores) .footer-links{padding: 20px 0;}
	/* body:not(.nores) .footer-links .hd ul li,
	body:not(.nores) .footer-links .bd ul li{width: 50%;} */
	body:not(.nores) .footer-links .hd ul li a span{display: block; text-align: left; max-width: 80%; margin: 0 auto;}
	body:not(.nores) .footer-links .hd ul li.hs a:after{position: absolute; margin-top: -3px; right: 20px; top: 50%;}
	body:not(.nores) .footer-links .bd ul li a{text-align: left; padding-left: 20px; padding-right: 20px;}
}

@media (max-width: 768px) {

}

@media (max-width: 480px) {
	body:not(.nores) .footer-links .bd ul{padding-bottom: 0;}
	body:not(.nores) .footer-links > .container{margin: 0;}
	body:not(.nores) .footer-links .hd ul{margin: 0;}
	body:not(.nores) .footer-links .hd ul li a{padding: 0 15px;}
	body:not(.nores) .footer-links .hd ul li a span{max-width: none;}
	body:not(.nores) .footer-links .hd ul li.hs a:after{right: 15px;}
	body:not(.nores) .footer-links .bd ul li a{padding-left: 15px; padding-right: 15px; text-align: left;}

  body:not(.nores) .footer-links .hd ul li.hs.on a{background: #F0F7FF; border: #3690F7 1px solid; border-radius: 2px; color: #286DC7; font-weight: bold;}
}


.footer{padding: 30px 0; color: #fff; background: #1A6BC7; line-height:2;}
.footer > .container{position: relative; padding-right: 230px;}
.footer a{color: #fff;}
.footer a:hover{font-weight: bold;}
.footer-txt{text-align: left;}
.footer-txt span{margin-right: 15px;}
.footer-wzbs{ height: 80px; border-radius: 5px; background: #1A6BC7;	box-shadow: 0px 0px 8px  rgba(0, 0, 0, 0.35); padding-right: 12px;}
.footer-wzbs img{vertical-align: middle;}
.footer-nav li .box{height: 80px; width: 80px; border-radius: 5px; background: #1A6BC7;	box-shadow: 0px 0px 8px  rgba(0, 0, 0, 0.35);}
.footer-nav li .box i{display: block; padding-top: 12px; margin-bottom: 2px;}
.footer-nav li .box i img{height: 30px; display: block; margin: 0 auto;}
.footer-nav li .box span{text-align: center; display: block;}

.footer-wzbs, .footer-nav{position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.footer-nav{right: 230px;}

.footer-bot{padding-top: 20px; padding-bottom: 20px;}
.footer-statistics{text-align: center; color: #1A6BC7; margin-bottom: 20px;}
.footer-pic{max-width: 520px; margin: 0 auto;}
.footer-pic img{display: block; width: 160px; height: 60px;}


/*responsive*/
@media (max-width: 1280px) {
	.footer-wzbs, .footer-nav{position: static; transform: translateY(0);}
	.footer-txt{text-align: center;}
	.footer-txt span{margin: 0 6px;}
	.footer-nav{max-width: 280px; margin: 0 auto; padding-bottom: 20px; padding-top: 20px;}
	.footer-wzbs{box-shadow: none; text-align: center;}
}

@media (max-width: 992px) {
}


/* xs mobile*/
@media (max-width: 768px) {
	
}


@media (max-width: 480px) {
	body:not(.nores) .footer{padding: 20px 0;}
	.footer-pic img{height: auto;}
}

@media (max-width: 414px) {
}

@media (max-width: 360px) {
}