/*flash*/
.index_banner{width:100%;height:0;padding-bottom:200px;position:relative;overflow:hidden;margin-bottom: -5px;}
.index_banner .swiper-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5;}
.index_banner .swiper-slide img{display:block;width:100%;height:100%;/*object-fit:cover;*/}
.index_banner .swiper-pagination-bullets{bottom:0px!important;}
.index_banner .swiper-pagination-bullet{background:#FFF;opacity:1;width:13px;height:13px;border-radius:7px;}
.index_banner .swiper-pagination-bullet-active{width:37px;background:#ca0d00;}
/*668óò¥ä?ÐõæŠ?*/
@media screen and (max-width:721px){
  .index_banner{padding-bottom:200px;}
  .index_banner .swiper-button-prev{display:none;}
  .index_banner .swiper-button-next{display:none;}
  .index_banner .swiper-pagination-bullet{width:7px;height:7px;}
  .index_banner .swiper-pagination-bullet-active{width:26px;}
}
/*500óò¥ä?ÐõæŠ?*/
@media screen and (max-width:499px){
  .index_banner{padding-bottom:150px;}
}