@charset "utf-8";

/* footer */
.footer-links{padding:14.5px 0; background: rgba(245, 245, 245, 1);}
.footer-links .hd ul li{float: left;}
.footer-links .hd ul li a{position: relative; display: block; line-height: 36px; height: 36px; color: rgba(56, 56, 56, 1);}
.footer-links .hd ul li + li{margin-left: 188px;}
.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/arrow_down.png) no-repeat; background-size: 100% 100%; 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);}
.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;}

.footer-info{padding: 36px 0;background:#fff;height: 166px;}
.footer-info .footer-info-item{/* float: left; */position: relative;height: 100%;display: inline-block;}
.footer-info .footer-info-item .info-cont{display: inline-block;vertical-align: middle;}
.footer-info .footer-info-item:not(:last-child)::after{content: '';display: inline-block;width: 1px;height: 96px;background: rgba(204, 204, 204, 1);margin-left:80px;margin-right: 34px; vertical-align: middle;}
.footer-info .footer-info-item p,
.footer-info .footer-info-item a{color: rgba(128, 128, 128, 1);font-size: 1.4rem;line-height: 3rem;}
.footer-info .footer-info-item p img{display: inline-block;vertical-align: text-top;margin-right: 5px;}
.footer-info .footer-info-item a{display: inline-block;}
.footer-info .footer-info-item.icon-img span{display: inline-block;vertical-align: middle;}
.footer-info .footer-info-item.icon-img span:not(:last-child){margin-right: 10px;}
.footer-info .footer-info-item.icon-img #_ideConac{padding-top: 5px;}
.footer-info .bmpd-mod {display: none !important;}

#_span_jiucuo img{
	border: 1px solid rgba(219, 219, 219, 1) !important;
}
.imgborder{
	border: 1px solid rgba(219, 219, 219, 1);
}


@media (max-width: 1280px) {
  .footer-links .hd ul li + li{margin-left: 0;}
  .footer-info{height: auto;}
  .footer-info .footer-info-item:not(:last-child)::after{margin: 0 38px;}
  .footer-links .hd ul li{
    width: 25%;
  }
}

@media (max-width: 992px) {
  .footer-info .footer-info-item:not(:last-child)::after{margin: 0 27px;}
  .footer-info .footer-info-item:not(:first-child)::after{display: none;}
  .footer-info .footer-info-item:last-child{width: 100%;text-align: center;margin-top: 20px;}
}

@media (max-width: 431px) {
  .footer-info .footer-info-item::after{display: none !important;}
  .footer-info .footer-info-item:not(:first-child){margin-top: 20px;}
  .footer-info .footer-info-item{width: 100%;text-align: center;}
  .footer-links{display: none;}
  .footer-info .bmpd-mod {display: inline-block !important;}
}