@media screen and (max-width: 992px) and (min-width:0px) {
  .box2 {
    padding: 30px 0;
  }

  .numberBox {
    margin: 15px 0;
  }

  .numberBox:nth-child(2n) {
    border-right: 0;
  }

  .box3 .title span {
    font-size: 60px;
  }

  .box4 .title {
    padding-top: 45px;
  }

  .box4 .pdfBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .pdfImg {
    top: auto;
    height: 40%;
  }

  .box4 .container>img {
    min-height: 600px;
    object-fit: cover;
    height: 100%;
    width: auto;
    left: -6%;
  }

  .box4 .pdfBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .pdfBox>span {
    width: auto;
    max-width: 100%;
    text-align: center;
    margin: 30px 0;
  }

  .box5 {
    background-attachment: fixed;
  }

  .aboutBox {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
  }

  .HonorBox {
    width: 100%;
  }

  .aboutBox .about {
    width: 100%;
  }

  .box6 .title {
    text-align: center;
  }

  .box6 .title span {
    font-size: 60px;
  }

  .box6 {
    display: flex;
    flex-direction: column;
  }

  .box6 .left {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .box6 .mySwiper .swiper-slide-thumb-active::after {
    display: none !important;
  }

  .box6 .mySwiper .swiper-slide {
    width: auto !important;
    height: auto !important;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    transition: .5s;
    font-size: 18px !important;
    line-height: 2 !important;
  }

  .box6 .mySwiper .swiper-slide-thumb-active span {
    font-size: 18px !important;
    line-height: 2 !important;
  }

  .box6 .mySwiper .swiper-slide-thumb-active {
    border: 1px solid #fff;
  }

  .box6 .right {
    width: 100%;
  }

  .box6 .mySwiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }
}
