/* 轮播图 */
.three_banner2 {
    width: 100%;
    height: 5rem;
    background-image: url(../images/three_zzfl_banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-top: .4rem;
    position: relative;
}

.three_banner2 .three_banner_text2 {
    width: 1.7rem;
    height: 2.2rem;
    position: absolute;
    bottom: 1rem;
    left: calc(50% - 0.85rem);
    background-image: url(../images/three_zzfl_banner_text.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

/* 住在涪陵 */
.live {
    padding: .8rem 0 1.5rem;
    background: url(../images/three_bg2.png) no-repeat;
    background-position: right bottom;
    background-size: 10rem 7.5rem;
    position: relative;

}

.animated {
    animation-fill-mode: none !important;
}

.mySwiper,
.mySwiper2 {
    overflow: hidden;
}

.mySwiper2 .swiper-slide {
    background: #3978cc;
}

.mySwiper2 .left {
    width: 8rem;
    margin-right: .4rem;
    height: 4rem;
    float: left;
}

.mySwiper2 .left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper2 .right {
    width: calc(100% - 8.4rem);
    float: left;
}

.mySwiper2 .right h6 {
    font-size: .24rem;
    line-height: .24rem;
    color: #fff;
    font-weight: bold;
    margin: .4rem 0 .2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mySwiper2 .textp {
    padding-right: .4rem;
    height: 2.8rem;
    overflow: hidden;
    scrollbar-width: thin;
}

.mySwiper2 .textp p span,
.mySwiper2 .textp p {
    font-size: .18rem !important;
    line-height: .48rem !important;
    color: #fff !important;
}
.mySwiper2 .textp p {
    text-indent: 36px !important;
}

.mySwiper2 .textp img {
    display: none !important;
}

.mySwiper2 .swiper-pagination {
    bottom: .6rem !important;
    left: 42%;
    width: 17%;
}

.mySwiper2 .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #000;
    opacity: .2;
}

.mySwiper2 .swiper-pagination-bullet-active {
    background: #3978cc;
    opacity: 1;
}


.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
    top: auto;
    bottom: 5%;
    z-index: 99;
    color: #3978cc;
}

.mySwiper2 .swiper-button-next:after,
.mySwiper2 .swiper-button-prev:after {
    font-size: xx-large;
}

.mySwiper2 .swiper-button-prev {
    left: 40%;
    right: auto;
}

.mySwiper2 .swiper-button-next {
    right: 40%;
    left: auto;
}

.mySwiper {
    margin-top: .8rem;
}

.mySwiper .swiper-slide {
    background: #eee;
}


.mySwiper .swiper-slide.swiper-slide-thumb-active {
    background: #3978cc;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active p {
    color: #fff;
}

.mySwiper .top {
    height: 2.5rem;
}


.mySwiper .top img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper p {
    font-size: .18rem;
    line-height: .6rem;
    color: #666;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media screen and (max-width:1300px) {

    .mySwiper2 .swiper-button-next,
    .mySwiper2 .swiper-button-prev {
        display: none;
    }

    .mySwiper2 .swiper-pagination {
        bottom: .5rem !important;
        left: 0;
        width: 100%;
    }

}

@media screen and (max-width:800px) {

    /* 内容 */
    .live {
        padding: .4rem 0 1rem;
    }

    .mySwiper2 {
        padding-bottom: .4rem;
    }

    .mySwiper2 .left {
        width: 100%;
        margin-right: 0;
        height: 4rem;
    }

    .mySwiper2 .right {
        width: 100%;
        padding: .2rem;
    }

    .mySwiper2 .right h6 {
        font-size: .3rem;
        line-height: .8rem;
        margin: 0;
    }

    .mySwiper2 .textp {
        padding-right: 0rem;
        height: 2.5rem;
    }

    .mySwiper2 .textp p span,
    .mySwiper2 .textp p {
        font-size: .22rem !important;
    }
    .mySwiper2 .textp p {
        text-indent: 24px !important;
    }

    .mySwiper2 .swiper-pagination {
        bottom: .4rem !important;
    }

    .mySwiper {
        margin-top: .4rem;
    }

    .mySwiper .swiper-slide {
        width: 23% !important;
        margin-right: 3% !important;
    }

    .mySwiper .top {
        height: 1.2rem;
    }

    .mySwiper p {
        font-size: .18rem;
        line-height: .4rem;
    }


}

@media screen and (max-width:500px) {}