@charset "utf-8";
#banner {padding:27px 0;overflow:hidden;border-top:1px solid #e5e5e5;}
.banner .swiper-slide img {opacity:1;transition:0.3s;}
.banner .swiper-slide:hover img {opacity:0.5;}
.banner .swiper-pagination {margin-top:20px;position:relative;}
.banner .swiper-pagination .swiper-pagination-bullet {width:12px;height:12px;background-color:#fff;opacity:1;border:1px solid #0880e8;}
.banner .swiper-pagination .swiper-pagination-bullet-active {background-color:#0880e8;}
.banner .owl-item {display:flex;justify-content:center;align-items:center;padding:0 20px;}
.banner .owl-item img {width:60%;opacity:1;transition:0.3s;}
.banner .owl-item img:hover {opacity:0.5;}
.banner .owl-nav, .banner .owl-dots {margin-top:5px;text-align:center;}
.banner .owl-dot {display:inline-block;margin:0 5px;width:12px;height:12px;border-radius:50%;background-color:#ddd !important;}
.banner .owl-dot.active {background-color:#0880e8 !important;}


@media (max-width:768px) {
  #banner {padding:20px 0;overflow:hidden;}
}
