#swiper1 .swiper-container {
    width: 100% !important;
    min-width: 1200px !important;
}

#swiper1 .swiper-container img {
    width: 100%;
    display: block;
}

#swiper1 .swiper-pagination {
    bottom: 30px !important;
}

#swiper1 .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
    margin: 0 5px !important;
}


#swiper1 .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 16px !important;
    border-radius: 8px !important;
}




/* 按钮在外侧样式 */
.swiper_out {
    width: 83.3%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 5% 5% 40px;
    position: relative;
}

#swiper2 {
    width: 100%;
}

#swiper2 .swiper-slide {
    padding-bottom: 50px;
}


.swiper_out .swiper-button-prev {
    background-image: url(../img/left_active.png);
    width: 31px;
    height: 31px;
    top: 45%;
    background-size: 100%;
}

.swiper_out .swiper-button-next {
    background-image: url(../img/right.png);
    width: 31px;
    height: 31px;
    top: 45%;
    background-size: 100%;
    background-color: #f1f1f1;
    border-radius: 20px;
}

#swiper2 .img_title {
    font-size: 14px;
    color: #646464;
    margin-top: 15px;
}