.homeBanner .swiper-wrapper {
    height: 100%;
}

.homeBanner .swiper-wrapper .swiper-slide {
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.homeBanner .swiper-wrapper .swiper-slide div.banner_text {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.homeBanner .swiper-wrapper .swiper-slide div.banner_text img {
    display: block;
    width: 100%;
}

.homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box {
    position: absolute;
    width: 700px;
    margin-left: -80px; 
    top: 62%;
    /* margin-top: 80px; */
    left: 50%;
    height: 600px;
    padding: 20px 0;
    overflow: hidden;
}

.homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box .slides_text {
    width: 600px;
    height: 160px;
    float: right;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
    position: relative;
}

.homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box .slides_text h3 {
    font-size: 20px;
    line-height: 1.6em;
    padding: 20px 20px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box .slides_text p {
    font-size: 18px;
    color: #333;
    line-height: 31px;
    height: 50px;
    display: block;
    overflow: hidden;
    text-align: justify;
    padding: 0px 20px 10px;
    margin-bottom: 16px;
    text-overflow: -o-ellipsis-lastline;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box .slides_text a {
    /* font-size: 18px; */
    /* line-height: 2em; */
    /* width: 100px; */
    /* margin: 0 auto; */
    /* background: #cc9b54; */
    /* height: 36px; */
    /* display: block; */
    /* color: white; */
    /* text-align: center; */
    /* display: none; */
}

.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background: #656565;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #ec7815;
    opacity: 1;
}

.homeBanner-next {
    right: 80px;
    width: 50px;
    height: 50px;
    background: url(next.png) center center no-repeat;
}

.homeBanner-prev {
    left: 40px;
    width: 50px;
    height: 50px;
    background: url(prev.png) center center no-repeat;
}

@media screen and (max-width: 1367px) {
    .homeBanner .swiper-wrapper .swiper-slide div.banner_text img {
        display: block;
        width: 100%;
    }

    .homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box {
        position: absolute;
        width: 700px;
        margin-left: -80px;
        top: 62%;
        /* z-index: 999; */
        /* margin-top: -250px; */
        left: 50%;
        height: 160px;
        padding: 20px 0;
        overflow: hidden;
    }

    .homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box .slides_text {
        width: 600px;
        height: 140px;
        float: right;
        margin-right: -400px;
        background: rgba(255, 255, 255, 0.8);
        opacity: 0.3;
        position: relative;
    }

    .homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box .slides_text h3 {
        font-size: 16px;
        /* height: 50px; */
        display: block;
        overflow: hidden;
        line-height: 1.6em;
        padding: 20px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .homeBanner .swiper-wrapper .swiper-slide div.banner_text div.text_box .slides_text p {
        font-size: 14px;
        color: #444444;
        line-height: 1.6em;
        height: 36px;
        overflow: hidden;
        padding: 0px 20px 10px;
    }
}
