.about .box1 {
  width: 100%;
  height: 10.8rem;
  background-image: url('../images/about1.png');
  padding: 0.41rem 0 1.35rem;
}
.about .box1 article {
  margin: 0.46rem auto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
line-height: 0.38rem;
}
.about .box1 .numList {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.about .box1 .numList .item {
  flex: 1;
  height: 1.89rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 50, 107, 0.1);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  padding: 0.46rem;
  display: flex;
  gap: 0.11rem;
}
.about .box1 .numList .item img {
  width: 0.4rem;
  height: 0.4rem;
  /*margin-top: 0.1rem;*/
}
.about .box1 .numList .item p:first-child {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.5rem;
  display: flex;
  gap: 0.32rem;
  align-items: flex-start;
  margin-bottom: 0.25rem;
}
.about .box1 .numList .item p:first-child .num {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 0.7rem;
  color: #000000;
}
.about .box1 .numList .item p:last-child {
  font-weight: 400;
  font-size: 0.16rem;
  color: #858585;
}
.about .box2 {
  width: 100%;
  height: 9.86rem;
  background-image: url('../images/about2.png');
  padding: 1.76rem 0 1.39rem;
}
.about .box2 .honor {
  padding: 0 0.95rem;
  position: relative;
}
.about .box2 .honor .swiper {
  margin-top: 0.8rem;
  height: 4.61rem;
}
.about .box2 .honor .swiper .swiper-slide {
  width: 3.34rem;
}
.about .box2 .honor .swiper .swiper-slide.swiper-slide-active {
  transform: translateZ(0) !important;
}
.about .box2 .honor .next1,
.about .box2 .honor .prev1 {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border: 0.01rem solid #858585;
  border-radius: 50%;
}
.about .box2 .honor .next1::after,
.about .box2 .honor .prev1::after {
  color: #858585;
  font-size: 0.2rem;
}
.about .box2 .honor .next1:hover,
.about .box2 .honor .prev1:hover {
  border-color: #0075C2;
}
.about .box2 .honor .next1:hover::after,
.about .box2 .honor .prev1:hover::after {
  color: #0075C2;
}
.about .alertBox {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.about .alertBox .close {
  position: absolute;
  top: 2.5rem;
  right: 5.59rem;
  width: 0.3rem;
  height: 0.3rem;
  cursor: pointer;
}
.about .alertBox .alertSwiper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.3rem;
  height: 8.7rem;
}
.about .alertBox .alertSwiper .swiper-slide {
  width: 100%;
}
.about .alertBox .next2,
.about .alertBox .prev2 {
  width: 0.5rem;
  height: 0.5rem;
  background: #FFFFFF;
  border: 0.01rem solid #858585;
  border-radius: 50%;
}
.about .alertBox .next2::after,
.about .alertBox .prev2::after {
  color: #858585;
  font-size: 0.2rem;
}
.about .alertBox .next2:hover,
.about .alertBox .prev2:hover {
  border-color: #0075C2;
}
.about .alertBox .next2:hover::after,
.about .alertBox .prev2:hover::after {
  color: #0075C2;
}
.about .alertBox .next2 {
  right: 5.55rem;
}
.about .alertBox .prev2 {
  left: 5.55rem;
}

@media screen and (max-width:1024px){
    .about .box1{
        height: auto;
    }
    .about .box1 article *{
        font-size: 14px!important;
    }
    .about .box1 .numList .item{
        height: auto;
        padding: 10px;
    }
    .about .box1 .numList .item p:first-child{
        gap: .11rem;
    }
    .about .box1 .numList .item p:first-child .num{
        font-size: .5rem;
    }
    .about .box1 .numList .item p:last-child{
        font-size: 12px;
    }
    .about .box2{
        padding-top: 0;
        height: auto;
    }
    .about .alertBox .prev2{
        left: 15px;
    }
    .about .alertBox .next2{
        right: 15px;
    }
    .about .alertBox .close{
        right: 15px;
    }
}
