@charset "utf-8";
.swiper-mbanner{width:100%;overflow:hidden;position:relative;}
.swiper-mbanner .swiper-slide{text-align:center;width:100%;position:relative;z-index:99;}
.swiper-mbanner .swiper-slide a{display:block;}
.swiper-mbanner .swiper-slide img{width:100%;}
.swiper-mbanner .swiper-pagmbanner{text-align:center;position:absolute;left:0;top:auto!important;bottom:20px;width:100%;z-index:99;}
.swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet{background:#fff;width:60px;height:3px;margin:0 10px;opacity:1;border-radius:0;}
.swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet-active{background:#df1126;}
.swiper-mbanner-next{width:80px;height:80px;background:rgba(0,0,0,.2) url(../images/net.png) no-repeat center center;position:absolute;right:50px;top:50%;margin-top:-40px;cursor:pointer;z-index:99;border-radius:50%;}
.swiper-mbanner-prev{width:80px;height:80px;background:rgba(0,0,0,.2) url(../images/pre.png) no-repeat center center;position:absolute;left:50px;top:50%;margin-top:-40px;cursor:pointer;z-index:99;border-radius:50%;}



@media (max-width:1500px) {
.swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet{width:50px;margin:0 7px;}
.swiper-mbanner-next{width:60px;height:60px;right:30px;margin-top:-30px;background-size:auto 50%;}
.swiper-mbanner-prev{width:60px;height:60px;left:30px;margin-top:-30px;background-size:auto 50%;}

}
@media (max-width:1350px) {

}
@media (max-width:1200px) {
.swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet{width:40px;margin:0 5px;}
.swiper-mbanner-next{width:50px;height:50px;right:20px;margin-top:-25px;}
.swiper-mbanner-prev{width:50px;height:50px;left:20px;margin-top:-25px;}

}
@media (max-width:1000px) {

}
@media (max-width:750px) {
.swiper-mbanner .swiper-pagmbanner .swiper-pagination-bullet{width:30px;}
.swiper-mbanner-next{width:30px;height:30px;right:10px;margin-top:-15px;}
.swiper-mbanner-prev{width:30px;height:30px;left:10px;margin-top:-15px;}
.swiper-mbanner .swiper-pagmbanner{bottom:10px;}

}
@media (max-width:580px) {

}