@charset "utf-8";


/*banner*/
.swiper-container { width: 100%; height: 100%; }
.swiper-slide { position: relative; 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; background-repeat: no-repeat !important; background-size: cover!important; background-position: center top !important; }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:30px !important; }
.swiper-pagination-bullet { width:12px; height:12px; background: #ffffff; opacity: 1 !important; }
.swiper-pagination-bullet-active { opacity: 1; background: #e9841f; }