.footer{background: #535353;width: 100%;}
.footer .footer_cont{padding: 20px 0;color: #fff;font-size: 12px;display: flex;justify-content: space-between;}
.footer .footer_cont a{color: #fff;}
.footer .footer_cont>.left{width: 365px;}
.footer .footer_cont>.left>a{width: 100%;}
.footer .footer_cont>.left>a>img{width: 100%;}
.footer .footer_cont>.left>.footer_num{margin-top: 15px;}
.footer .footer_cont>.left>.footer_num>span{font-size: 38px;font-weight: bold;margin-left: 10px;}
.footer .footer_cont>.left .footer_info{display: flex;margin-top: 30px;justify-content: space-between;}
.footer .footer_cont>.left .footer_info>.left>p{margin-top: 15px;}
.footer .footer_cont>.left .footer_info>img{width: 85px;height: 85px;}
.footer .footer_cont>.left .footer_info>.left>p:first-child{margin-top: 5px;}

.footer .footer_cont>.right{width: 680px;}
.footer .footer_cont>.right .list_cont{display: flex;justify-content: space-around;}
.footer .footer_cont>.right .list_cont li{width: 18%;}
.footer .footer_cont>.right .list_cont li a{margin-top: 15px;transition: all .5s;}
.footer .footer_cont>.right .list_cont li a:first-child{font-size: 20px;font-weight: bold;}
.footer .footer_cont>.right .list_cont li a:hover{color: #f08200;}

.s_footer{width: 100%;margin-top: 20px;padding-top: 20px;padding-bottom: 20px;border-top: 2px #a3a3a3 solid;display: flex;justify-content: center;color: #fff;font-size: 12px;}
.s_footer>span{display: flex;}
.s_footer>span>img{width: 15px;height: 17px;margin: 0 10px;display: inline-block;}
.s_footer>span>a{color: #fff;font-size: 12px;}
.copyright a{display: none;}

@media screen and (max-width: 1200px) {
  .footer .footer_cont>.left{width: 35%;}
  .footer .footer_cont>.right{width: 55%;}
  .footer .footer_cont>.left>.footer_num>span{font-size: 30px;}
  .footer .footer_cont>.right .list_cont li a:first-child{font-size: 16px;}
}
@media screen and (max-width: 980px) {
  .footer .footer_cont>.left .footer_info{flex-wrap: wrap;}
  .footer .footer_cont>.left>.footer_num>span{font-size: 24px;}
  .footer .footer_cont>.left .footer_info>img{margin: auto;margin-top: 20px;}
}
@media screen and (max-width: 768px) {
  .footer .footer_cont{flex-wrap: wrap;}
  .footer .footer_cont>.left{width: 100%;}
  .footer .footer_cont>.left>a>img{width: 40%;margin: auto;}
  .footer .footer_cont>.left>.footer_num{text-align: center;}
  .footer .footer_cont>.left .footer_info>.left{width: 100%;}
  .footer .footer_cont>.left .footer_info>.left>p{text-align: center;}
  .footer .footer_cont>.right{width: 100%;}
  .footer .footer_cont a{text-align: center;}
}
@media screen and (max-width: 540px) {
  .footer .footer_cont>.left>a>img{width: 60%;}
  .footer .footer_cont>.right{display: none;}
  .s_footer{flex-wrap: wrap;}
  .s_footer>span:last-child{margin-top: 10px;}
}
@media screen and (max-width: 414px) {
  .s_footer{padding: 10px;margin-top: 0;}
  .footer .footer_cont>.left>a>img{width: 70%;}
  .footer .footer_cont>.left>.footer_num>span{font-size: 18px;}
  .footer .footer_cont>.left .footer_info{margin-top: 20px;}
}