.footer a{
  color:#ffffff;
}
.footer{
  margin-top: 3.375rem;
  height: 29.375em;
  width: 100%;
  background-color: #32343D;
  font-size: 0.875em;
  color: #fff;
  position: relative;
}
  .footer .content{
    width: 1200px;
    margin: auto;
    padding-top: 8.4375em;
  }
  .footer .leftBox{
    width: 22%;
    margin-top:1.5%;
  }
  .footer .leftBox p{
    margin-top: 0.45em;
  }
  .footer .middleBox{
    min-width:673px;
  }
  .footer .middleBox .bottomNav{
    padding-bottom: 0.875em;
    margin: auto;
  }
  .footer .middleBox .bottomNav div a{
    display: inline-block;
    width: 100%;
  }
  .footer .middleBox .bottomNav div:last-child a{
    border: 0;
  }
  .footer .middleBox p{
    padding-top: 0.75em;
  }
  .footer .content .rightBox{
    white-space:nowrap;
    text-align: left;
    margin-left:3%;
    margin-top:3%;
  }
  .footer .rightBox .qrCode2{
    margin-left:11%;
    text-align: center;
  }
  .footer .rightBox .qrCode1,.qrCode2{
    display: inline-block;
  }
  .footer .rightBox .qrCode1 .pure-img,.qrCode2 .pure-img{
    margin: auto;
  }
  .footer .rightBox .qrCode1 p{
    margin-top:5%;
  }
  .footer .rightBox .qrCode2 p{
    margin-top:5%;
  }






  .footer .box1{
    display:flex;
    margin-top:16%;
  }
  .footer .tel{
    display:inline-block;
    width:40px;
  }
  .footer .tel+p{
    display:inline-block;
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-left:6%;
  }
  .footer .box2{
    display:flex;
    margin-top:8%;
  }
  .footer .e-m{
    display:inline-block;
    width:40px;
  }
  .footer .e-m+p{
    display:inline-block;
    font-size:16px;
    font-family:ArialMT;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-left:6%;
  }
  .footer .bottomNav ul{
    text-align: left;
  }
  .footer .bottomNav ul a:first-child{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
  }
  .footer .bottomNav li{
    margin-top:8% !important;
    width:100px;
    cursor:pointer;
  }

  .footer-bot{
    height:65px;
    width: 100%;
    background-color: #2A2C33;
    font-size: 0.875em;
    color: #fff;
    position: relative;
    text-align: center;
    padding-top:0.7%;
  }
  .footer-bot .ch{
    height:16px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
  }
  .footer-bot .en{
    height:14px;
    font-size:14px;
    font-family:ArialMT;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 0.4%;
  }