/* 第一个轮播图 */
.bodyer .main1 .sec1 {
    margin-bottom: 30px;
}

.bodyer .main1 .swiper-slide {
    position: relative;
}

.bodyer .main1 .swiper-container .swiper-wrapper .swiper-slide img {
    height: 430px;
    display: block;
}

.bodyer .main1 .swipertext {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bodyer .main1 .swiper-container .swiper-slide .swipertext a {
    background: rgba(0, 0, 0, .35);
    display: block;
    padding: 0 0 0 50px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    font-size: 20px;
}

.bodyer .main1 .swiper-pagination {
    right: 0;
    left: auto !important;
    width: 15% !important;
}

.bodyer .main1 .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 0;
    border: none;
    background-color: #666;
}

.bodyer .main1 .swiper-pagination-bullet-active {
    background: #fff;
}

/* 第二个轮播图 */
.bodyer .main1 .swiper-wrapper-double .swiper-slide img {
    height: 290px !important;
}

.bodyer .main1 .swiper-wrapper-double .swiper-slide .swipertext a {
    background: rgba(0, 0, 0, .35);
    display: block;
    padding: 0 0 0 10px;
    line-height: 40px;
    text-align: left;
    font-size: 20px;
}

.bodyer .main1 .swiper-button-prev,
.bodyer .main1 .swiper-container-rtl .swiper-button-next {
    background: url(/uploads/image/i44576/swiper_button_fl.png) no-repeat;
    left: 10px;
    right: auto;
}

.bodyer .main1 .swiper-button-next,
.bodyer .main1 .swiper-container-rtl .swiper-button-prev {
    background: url(/uploads/image/i44576/swiper_button_fr.png) no-repeat;
    right: 10px;
    left: auto;
}

.bodyer .main1 .swiper-button-next,
.bodyer .main1 .swiper-button-prev {
    top: 47%;
    width: 90px;
    height: 90px;
    background-size: 80px;
}
.bodyer .main1 .double .swiper-wrapper .swiper-slide img{
    width: 100%;
}

.sec4 {
    margin-bottom: 50px;
    margin-top: 20px;
}

/* 关怀版 */

@media screen and (max-width:768px) {
    .bodyer .main1 .swiper-container .swiper-wrapper .swiper-slide img {
        height: 3rem;
    }

    .bodyer .main1 .swiper-container .swiper-slide .swipertext a {
        font-size: 0.32rem;
        line-height: 0.7rem;
        color: #fff;
        padding-left: 0.2rem !important;
    }

    .bodyer .main1 .swiper-pagination {
        width: 30% !important;
    }

    .bodyer .main1 .swiper-container-horizontal>.swiper-pagination-bullets,
    .bodyer .main1 .swiper-pagination-custom,
    .bodyer .main1 .swiper-pagination-fraction {
        bottom: 0;
        line-height: 0.7rem !important;
    }

    .bodyer .main1 .swiper-container .swiper-wrapper .swiper-slide img {
        height: 3rem !important;
    }
    .bodyer .main1 .swiper-button-next, .bodyer .main1 .swiper-button-prev{
        background-size: 100%;
        width: 15%;
        top: 48%;
    }

    .sec4 {
        margin-bottom: 1rem;
        margin-top: 0.4rem;
    }

}


