/* body { overflow-x: hidden;} */
.bannerIndex {margin: 0 auto; width: 100%; height: 925px; overflow: hidden;}
.swiper-container {margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; width: 100%; height: 925px; background-position: center top; background-repeat: no-repeat;}
.swiper-slide-active {opacity: 1 !important;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 30px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 30px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 10px;}
.swiper-pagination-bullet { width: 18px; height: 18px; margin: 0 5px !important; border-radius: 9px; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 18px; background-color: #fff; border-radius: 9px; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}