.banner-area {
  width: 100%;
  height: 12.3rem;
  position: relative;
}

.home-banner {
  --swiper-pagination-bullet-horizontal-gap: 0.08rem;
  width: 100%;
  height: 100%;
}

.banner-area .swiper-horizontal > .swiper-pagination-bullets,
.banner-area .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

.banner-item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-item-wrap {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: var(--content-width);
  padding: 25vh var(--content-padding, 20px) 0;
}

.banner-item-wrap .meta {
}

.banner-item .title {
  font-weight: bold;
  font-size: 0.48rem;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}

.banner-item .desc {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  line-height: 1.5;
  margin-bottom: 0.32rem;
  max-width: 864px;
}

.banner-focus {
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-top: -5.04rem;
  height: 5.04rem;
}

.statistic-list {
  margin-bottom: 0.76rem;
}

.statistic-list li {
  position: relative;
}

.statistic-list li::after {
  content: "";
  position: absolute;
  right: 0.28rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.06);
}

.statistic-list li:last-child:after {
  display: none;
}

.honor-list > li .wrap .gray {
  display: block;
}

.honor-list > li .wrap .color {
  display: none;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 767px) {
  .banner-area {
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
  }

  .banner-area {
    height: 1268px;
  }

  .banner-item .title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .banner-item .desc {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .banner-focus {
  }

  .banner-item-wrap {
    padding-top: 88px;
  }

  .banner-focus {
    margin-top: -900px;
    height: 900px;
  }

  .honor-row {
    padding: 20px !important;
    margin-bottom: 0px !important;
  }
}
