@charset "utf-8";
.banner-tmpl2{
    width: 100%;
    height: 450px;
}
.banner-tmpl2 .swiper-slide{
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.banner-tmpl2 .swiper-slide img{
    width: 100%;
}
.banner-tmpl2 .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
}
.banner-tmpl2 .swiper-pagination-bullet{
    opacity: 1;
}






/*平板自适应start*/
@media (max-width: 992px) {
    .banner-tmpl2 {
        height: 350px;
    }
    .banner-tmpl2 .swiper-slide{
        height: 350px;
    }
}
/*平板自适应end*/

@media (max-width: 768px) {
    .banner-tmpl2 {
        height: 200px;
    }

    .banner-tmpl2 .swiper-slide {
        height: 200px;
    }
}
/*手机自适应 end*/
