@charset "utf-8";
/* footer */
.footer{color:#A6A6A6; background: #373D4C;}
.footer a{color: #A6A6A6;}
.footer a:hover{color: #fff;}
.footer-sec1{background: #373D4C; padding-top: 40px; padding-bottom: 40px;}
.footer-sec2{background: #2F3441;}

.footer-sec1-l{float: left; width: 74%; position: relative; box-sizing: border-box; padding-right: 10%;}
.footer-sec1-r{float: right; width: 26%; position: relative; box-sizing: border-box; padding-left: 6%;}
.footer-sec1-l:after,
.footer-sec1-r:before{content: ''; position: absolute; top: 0; width: 1px; height: 100%; background: #555b67;}
.footer-sec1-l:after{right: 0;}
.footer-sec1-r:before{left: -1px;}
.footer-nav{display:flex; justify-content: space-between;}
.footer-nav h3{font-weight: normal; font-size: 1.125em; margin-bottom: 30px;}
.footer-nav h3 a{color: #fff;}
.footer-nav ul li{padding-top: 10px; padding-bottom: 10px;}
.footer-links{text-align: center; margin-bottom: 30px;}
.footer-links h3{font-weight: normal; font-size: 1.125em; margin-bottom: 30px; color: #fff;}
.footer-links ul li{padding-top: 10px; padding-bottom: 10px;}
.footer-ewm span{display: block; text-align:center; color: #fff;}
.footer-ewm img{display: block; margin-left: auto; margin-right: auto; margin-top: 14px; width: 110px;}

/* footer-sec2 */
.footer-sec2{display: flex; align-items: center; justify-content: center;}
/* .footer-sec2:before{content: ''; height: 100%; position: absolute; top: 0; width: calc((100% - 1400px) / 2); left: 0; background: #3d4558;} */
.footer-sec2-l{padding:15px 0; color: #fff; margin-right: 20px;}
.footer-sec2-l .wyjb{margin-right: 10px;}
.footer-hotline{font-weight: bold; padding-left:26px; background: url(../images/public/footer_icon_tel.png) no-repeat left center; background-size: 20px;}
/* .footer-hotline:after{content: ''; width: 25px; height: 100%; position: absolute; right: -16px; top: 0; background: #3d4558; transform: skewX(20deg);} */
.footer-copyright{ padding:15px 0;}
.footer-copyright .beian{background: url(../images/public/beian.png) no-repeat left center; padding-left: 25px;}
.footer-copyright span{display: inline-block;}
.footer-fzlm{margin-left: 10px;}
.footer-fzlm a{margin-left: 5px; margin-right: 5px;}

@media (max-width: 1500px) {
  .footer-sec2{font-size:13px;}
  .footer-sec2:before{width: calc((100% - 1200px) / 2);}
}

@media (max-width: 1280px) {
  .footer-sec1-l{display: none;}
  .footer-sec1-r{float:none; width: auto;}
  .footer-sec1-l:after, .footer-sec1-r:before{display: none;}

  .footer-sec2{display: block; text-align: center; font-size:14px; padding:10px 0;}
  .footer-hotline{background-size: 16px;}
  .footer-copyright{text-align: center; padding-top: 0; line-height: 1.6;}
  .footer-fzlm{display: inline-block;}
  .footer-links h3{font-size: 1em; margin-bottom: 10px;}
  .footer-links ul li{padding:5px 0; font-size:14px;}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 480px) {
  .footer-sec2-l{margin-right: 0;}
}
