.banner{
  width:100%;
  /*height:830px;*/
  overflow: hidden;
}
.banner .swiper-container1 {
  width: 100%;
  height: 100%;
}
.banner .swiper-container1 .swiper-wrapper{
  width:100%;
  height: 100%;
}
.banner .swiper-container1 .swiper-slide{
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.banner .swiper-container1 .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .swiper-container1 .swiper-slide img{
  width:100%;
  height:100%;
  object-fit: cover;
}




.banner .swiper-container1>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-container1 .swiper-pagination-bullet{
  display:block;
  width:8px;
  height: 8px;
  background:#fff;
  opacity: 1;
}
.banner .swiper-container1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:0 4px;
}
.banner .swiper-container1 .swiper-pagination-bullet-active{
  width:30px;
  height: 8px;
  background:#0080c2;
  border-radius: 11px;
}
@media all and (max-width:1200px) {
  .banner{
    width:100%;
  }
}
@media all and (max-width:980px) {
  .banner{
    width:100%;
    /*height:480px;*/
    overflow: hidden;
  }
}
@media all and (max-width:480px) {
  .banner{
    width:100%;
    /*height:200px;*/
    overflow: hidden;
  }
  .banner .swiper-container1>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    justify-content: center;
    padding:0;
  }
  .banner .swiper-container1 .swiper-pagination-bullet{
    width:7px;
    height: 7px;
    background:#fff;
  }
  .banner .swiper-container1 .swiper-pagination-bullet-active{
    width:20px;
    height: 7px;
    background:#0080c2;
  }
  .banner .swiper-container1>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 15px;
  }

}