.swiper-container{ width:100%; height:948px;}
.swiper-slide{ background-repeat:no-repeat; background-position:center; background-size:cover; cursor:pointer;}
.flash01{ background-image:url(../Images/flash01.jpg);}
.flash02{ background-image:url(../Images/flash02.jpg);}
.flash03{ background-image:url(../Images/flash03.jpg);}
.flash04{ background-image:url(../Images/flash04.jpg);}
@media screen and (max-width:1680px){ 
.swiper-container{ height:828px;}
}
@media screen and (max-width:1440px){ 
.swiper-container{ height:711px;}
}
@media screen and (max-width:1280px){ 
.swiper-container{ height:594px;}
.flash01{ background-image:url(../Images/mobile01.jpg);}
.flash02{ background-image:url(../Images/mobile02.jpg);}
.flash03{ background-image:url(../Images/mobile03.jpg);}
.flash04{ background-image:url(../Images/mobile04.jpg);}
}
@media screen and (max-width:1024px){ 
.swiper-container{ height:498px;}
}
@media screen and (max-width:800px){ 
.swiper-container{ height:550px;}
}
@media screen and (max-width:640px){ 
.swiper-container{ height:445px;}
}
@media screen and (max-width:480px){ 
.swiper-container{ height:333px;}
}
@media screen and (max-width:414px){ 
.swiper-container{ height:288px;}
}
@media screen and (max-width:375px){ 
.swiper-container{ height:262px;}
}
@media screen and (max-width:320px){ 
.swiper-container{ height:222px;}
}