
/*banner*/

.banner .swiper-container {width:100%;height:100%;}
.banner .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;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination-bullet{border-radius:0;width:30px;height:4px;background:rgba(241, 227, 227, 0.5);}
.banner .swiper-pagination{text-align:center;padding:0 5%;width:90% !important;bottom: 25px !important;}
@media (max-width:1199px) {
    .banner .swiper-container {width:100%;}
}
@media (max-width:992px) {
    
}

@media (max-width:880px) {

}
@media (max-width:767px) {
    .banner .swiper-pagination-bullet{width:15px;height:2px;}
    .banner .swiper-pagination{bottom: 8px !important;}
}


.ny_banner{width:100%;margin-bottom:20px;position:relative;overflow: hidden;}
.ny_banner  .slideshow {width:100%;height: 455px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;margin:0 auto;}
@media (max-width: 1199px) and (min-width: 1001px){.ny_banner  .slideshow {width:100%;height:540px;}}
@media screen and (max-width: 1000px){.ny_banner  .slideshow {width:100%;height: 300px;}}
@media (max-width:880px) {.ny_banner{margin-bottom:10px;}}
@media screen and (max-width: 760px){.ny_banner  .slideshow {height: 250px;}}
@media screen and (max-width: 480px){.ny_banner  .slideshow {height: 220px;}}
