@media screen and (max-width: 960px) {
  .aboxs {
    height: 24px;
    width: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F5F6FB;
    position: relative;
    writing-mode: vertical-lr;
    text-orientation: upright;
  }
  .anum {
    position: absolute;
    left: 50%;
    top: 2px;
    font-size: 24px;
    transition: all 0.5s;
  }
  .numWap {
    display: none;
  }
  .banner {
    width: 100%;
    height: 165px;
    margin-top: 44px;
    background-image: url("../img/banner8.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .numBox {
    width: 100%;
    height: 500px;
    background: #F4F4F8;
    position: relative;
    background-image: url("../img/banner9.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 15px;
  }
  .numBox .thing {
    font-size: 12px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 20px;
    text-align: center;
  }
  .numBox .numList {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .topBox {
    position: absolute;
    background-color: #ffffff;
    padding: 30px 0px;
    display: flex;
    width: calc(100vw - 30px);
    left: calc(50% - 50vw + 15px);
    top: -36px;
  }
  .topBox .left {
    display: none;
  }
  .topBox .right .title {
    font-size: 18px;
    font-weight: 700;
    color: #0e0e0e;
    text-align: center;
  }
  .topBox .right .subTitle {
    padding: 0 53px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 20px;
    margin-top: 30px;
  }
  .topBox .right .things {
    padding: 0 23px;
    font-size: 10px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 18px;
    margin-top: 26px;
  }
  .numB {
    width: 100%;
    padding: 37px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .numB .numItem .title {
    font-size: 32px;
    font-weight: bold;
    color: #F08300;
    line-height: 14px;
  }
  .numB .numItem .title .spanA {
    font-size: 10px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 14px;
    margin-left: 13px;
  }
  .numB .numItem .subTitle {
    margin-top: 19px;
    font-size: 10px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 14px;
  }
  .about {
    width: 100%;
    margin: 0 auto;
  }
  .about iframe {
    height: 222px !important;
  }
  .about .infoBox {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .banner {
    width: 100%;
    min-width: 1400px;
    height: 568px;
    background-image: url("../img/banner8.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .numBox {
    width: 100%;
    height: 850px;
    background: #F4F4F8;
    position: relative;
    background-image: url("../img/banner9.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 1600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
  }
  .numBox .numList {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .topBoxT {
    position: absolute;
    width: 1400px;
    background-color: #ffffff;
    left: calc(50% - 700px);
    top: -70px;
    position: absolute;
  }
  .topBoxT .thing {
    width: 1127px;
    font-size: 16px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    border-top: 1px solid #e2e2e2;
  }
  .topBox {
    width: 1400px;
    background-color: #ffffff;
    padding: 70px 90px;
    display: flex;
  }
  .topBox .left {
    font-size: 48px;
    font-weight: 500;
    color: #0e0e0e;
    margin-right: 200px;
  }
  .topBox .left .two {
    font-size: 40px;
    font-weight: 500;
    color: #0e0e0e;
    margin-top: 20px;
  }
  .topBox .right .title {
    font-size: 36px;
    font-weight: 400;
    color: #0e0e0e;
  }
  .topBox .right .subTitle {
    font-size: 22px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 40px;
    margin-top: 30px;
  }
  .topBox .right .things {
    font-size: 16px;
    font-weight: 400;
    color: #0e0e0e;
    line-height: 36px;
    margin-top: 30px;
  }
  .numB {
    width: 1400px;
    margin: 0 auto;
    padding: 95px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .numB .numItem .title {
    font-size: 64px;
    font-weight: bold;
    color: #F08300;
    position: relative;
    display: flex;
    align-items: flex-end;
    line-height: 27px;
  }
  .numB .numItem .title .spanA {
    font-size: 20px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 27px;
    margin-left: 25px;
  }
  .numB .numItem .subTitle {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #0E0E0E;
    line-height: 27px;
  }
  .about {
    width: 1400px;
    margin: 0 auto;
    padding: 48px 0;
  }
  .about .infoBox {
    display: flex;
    justify-content: space-around;
    margin-top: 85px;
    margin-bottom: 118px;
  }
  .about .infoBox .item {
    width: 518px;
  }
  .about .infoBox .item .name {
    font-size: 36px;
    font-weight: 400;
    color: #0E0E0E;
    padding-bottom: 53px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 50px;
  }
  .about .infoBox .item .address {
    font-size: 20px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 40px;
    margin-bottom: 130px;
  }
  .about .infoBox .item .phone {
    font-size: 36px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 40px;
  }
  .about .infoBox .item .xl {
    width: 42px;
    height: 36px;
    margin-bottom: 63px;
  }
  .about .infoBox .item .ewm {
    display: flex;
    justify-content: space-between;
  }
  .about .infoBox .item .ewm .eItem {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about .infoBox .item .ewm .eItem img {
    width: 216px;
    height: 216px;
    background: #FFFFFF;
  }
  .about .infoBox .item .ewm .eItem .title {
    margin-top: 42px;
    font-size: 16px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 40px;
  }
  .aboxs {
    height: 80px;
    width: 40px;
    line-height: 80px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    writing-mode: vertical-lr;
    text-orientation: upright;
  }
  .anum {
    position: absolute;
    left: 50%;
    top: 8px;
    font-size: 64px;
    transition: all 0.5s;
  }
}
