.honor {
  width: 100%;
  padding: 85px 0;
}
.honor .inner {
  display: flex;
  flex-direction: column;
}
.honor .inner .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  margin-bottom: 80px;
}
.honor .inner .section1 .title {
  text-align: center;
  color: #726b6b;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}
.honor .inner .section1 .title-active {
  color: #000000;
}
.honor .inner .section1 .line {
  width: 3px;
  height: 30px;
  background: #cecdcd;
}
.honor .inner .section2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
.honor .inner .section2 .prev {
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor .inner .section2 .prev img {
  transform: rotate(180deg);
}
.honor .inner .section2 .next {
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #243651;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor .inner .section2 .swiper {
  width: calc(100% - 238px);
}
.honor .inner .section2 .swiper .swiper-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.honor .inner .section2 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}
.honor .inner .section2 .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background: #e3e3e3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor .inner .section2 .swiper .swiper-wrapper .swiper-slide .img .imgHover {
  height: 100%;
  object-fit: cover;
}
.honor .inner .section2 .swiper .swiper-wrapper .swiper-slide .text {
  width: 80%;
  text-align: center;
  color: #000000;
  font-family: "Alibaba PuHuiTi 2.0";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 1024px) {
  .honor .inner .section1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
  }
  .honor .inner .section1 .title {
    font-size: 18px;
  }
  .honor .inner .section2 .swiper .swiper-wrapper .swiper-slide {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .honor {
    width: 100%;
    padding: 40px 0;
  }
  .honor .inner .section1 {
    margin-bottom: 30px;
  }
  .honor .inner .section1 .line {
    height: 20px;
  }
  .honor .inner .section1 .title {
    font-size: 16px;
  }
  .honor .inner .section2 {
    gap: 30px;
  }
  .honor .inner .section2 .prev,
  .honor .inner .section2 .next {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
  .honor .inner .section2 .swiper {
    width: calc(100% - 140px);
  }
  .honor .inner .section2 .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
    gap: 15px;
  }
  .honor .inner .section2 .swiper .swiper-wrapper .swiper-slide .text {
    width: 90%;
    font-size: 14px;
    line-height: 21px;
  }
}
