.p_box {
  margin: 80px 0;
}

.p_box img {
  display: block;
  max-width: 100%;
}

.honor .titbox h4,
.honor .titbox h5 {
  font-weight: bold;
}

.honor_box {
  margin: 0 0 60px 0;
}

.bannerabout {
  padding: 80px 0 120px 0;
  box-sizing: border-box;
  background-color: #F4F8F5;
}

.bannerabout .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 325px;
}

.bannerabout .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 67%;
}

.swiper-button-prevabout,
.swiper-button-nextabout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 60px;
  height: 26px;
  color: #000;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 13px;
}

.swiper-button-prevabout:hover,
.swiper-button-nextabout:hover {
  background-color: #3F8E4D;
  box-shadow: 5px #3F8E4D;
  color: #fff;
  transition: all 0.6s;
}

.honor .titbox .l h4 {
  margin: 0 0 20px 0;
}

.honor .titbox {
  position: relative;
}

.honor .titbox::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 60%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1680px) {
  .p_box {
    margin: 70px 0;
  }

  .honor .titbox .l h4 {
    margin: 0 0 15px 0;
    font-size: 32px;
  }

  .honor .titbox h5 {
    font-size: 24px;
  }

  .honor_box {
    margin: 0 0 50px 0;
  }

  .bannerabout {
    padding: 70px 0 110px 0;
  }
}

@media screen and (max-width: 1600px) {
  .p_box {
    margin: 60px 0;
  }

  .honor .titbox .l h4 {
    margin: 0 0 15px 0;
    font-size: 28px;
  }

  .honor .titbox h5 {
    font-size: 22px;
  }

  .honor_box {
    margin: 0 0 40px 0;
  }

  .bannerabout {
    padding: 60px 0 100px 0;
  }
}

@media screen and (max-width: 1440px) {
  .p_box {
    margin: 50px 0;
  }

  .honor .titbox .l h4 {
    font-size: 26px;
  }

  .honor .titbox h5 {
    font-size: 20px;
  }

  .honor_box {
    margin: 0 0 30px 0;
  }

  .bannerabout {
    padding: 50px 0 90px 0;
  }
}

@media screen and (max-width: 1366px) {
  .p_box {
    margin: 40px 0;
  }

  .honor .titbox .l h4 {
    font-size: 24px;
  }

  .honor .titbox h5 {
    font-size: 18px;
  }

  .honor_box {
    margin: 0 0 20px 0;
  }

  .bannerabout {
    padding: 40px 0 80px 0;
  }
}

@media screen and (max-width: 1280px) {
  .p_box {
    margin: 30px 0;
  }

  .honor .titbox .l h4 {
    font-size: 22px;
  }

  .honor .titbox h5 {
    font-size: 16px;
  }

  .honor_box {
    margin: 0 0 15px 0;
  }

  .bannerabout {
    padding: 30px 0 70px 0;
  }
}

@media screen and (max-width: 1024px) {
  .p_box {
    margin: 20px 0;
  }

  .honor .titbox .l h4 {
    font-size: 20px;
  }

  .bannerabout {
    padding: 20px 0 60px 0;
  }
}

@media screen and (max-width: 980px) {
  .p_box {
    margin: 15px 0;
  }

  .honor .titbox .l h4 {
    font-size: 18px;
  }

  .bannerabout {
    padding: 15px 0 50px 0;
  }

    .honor .titbox::after {
      display: none;
    }
}

@media screen and (max-width: 768px) {
  .honor .titbox .l h4 {
    font-size: 18px;
  }

  .bannerabout {
    padding: 15px 0 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .bannerabout {
    padding: 15px 0 30px 0;
  }
}

@media screen and (max-width: 375px) {
  .bannerabout {
    padding: 15px 0 20px 0;
  }
}