/*bannar大图*/
/* banner */
.banner{
    width: 100%;
    height: 680px;
    overflow: hidden;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .swiper-slide .lbbanner{
    width: 100%;
    height: 680px;
    overflow: hidden;
    position: relative;
}
.banner .swiper-slide .lbbanner a img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.banner .swiper-pagination-bullet {
    width: 32px;
    height: 5px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
    background: #E24535;
}
.banner  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    width: 45px;
    height: 75px;
    left:0;
}
.banner  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    width: 45px;
    height: 75px;
    right:0;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 34px;
}
/*bannar 大图end*/
