#banner {

  background: #f8f9fa;
  margin-top: 120px;
  position: relative;
}
#banner .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 58px;
}
#banner img {
  width: 100%;
}
#banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.5;
  background: #ffffff;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 5px;
}
#banner .info {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #ffffff;
  line-height: 1;
}
#banner .banner-des {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "HarmonyOS_Sans_SC_Light";
    text-align: center;
    line-height: 1.5;
        z-index: 3;
}
@media only screen and (max-width: 1000px) {
  #banner {
    margin-top: 13.33vw;
  }
#banner .banner-des{
      font-size:16px;
      font-weight: 600;
  }
  #banner .swiper {
/*    height: 300px;*/
  }
  #banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #banner .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  #banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #banner .info {
    bottom: 40px;
  }
  #banner .swiper-pagination-bullet-active {
    width: 12px;
  }
}
