
/*评论*/
.review_title_mb {
    display: none;
}

.review_banner_mb,
.review_head_mb {
    display: none;
}

.carousel_review {
    display: none;
}

.review_banner {
    margin: 0 auto;
    height: 430px;
    overflow: hidden;
    background: url(../../image/Home/Client_Banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    display: block;
    padding-top: 2%;
    box-sizing: border-box;
}

.review_text {
    width: 80%;
    color: #FFF;
    margin: auto;
    text-align: center;
}

.review_banner-title {
    font-size: 36px;
    font-family: PoppinsBold;
}

.review_banner-content {
    font-size: 18px;
    font-family: PoppinsRegular;
}

.review_banner-subtitle {
    margin-top: 7%;
}

.subtitle_msg {
    font-size: 18px;
    font-family: PoppinsBold;
    line-height: 25px;
}

.review_banner-subtitle img {
    margin: 0 5px;
}

.review_list {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.review-grid {
    width: 48%;
    margin-top: 20px;
}

.review-head {
    width: 100%;
    margin: 10px 0;
}

.review-grid-text {
    display: block;
    text-align: center;
    color: #4d4d4d;
}

.review-grid-title {
    font-family: PoppinsBold;
    font-size: 36px;
    color: #990013;
    line-height: 36px;
}

.review-grid-content {
    font-family: PoppinsRegular;
    font-size: 18px;
    line-height: 25px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1
}

.carousel_review .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: none;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #990014;
}

.carousel_review .swiper-pagination {
    position: relative;
}

.carousel_review .swiper-pagination-bullet-active {
    opacity: 1;
    background: #990014;
}

.slide_btn {
    width: 245px;
    height: 40px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    text-align: center;
    font-family: PoppinsBold;
    font-size: 18px;
    line-height: 40px;
    background-color: #FFF;
    position: relative;
    border-radius: 40px;
    margin-left: 6px;
    z-index: 0;
    top: -45px;
}
@media(max-width: 999px) {

    /*评论*/
    .review_title_mb {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }

    .review_title_mb font {
        color: #4d4d4d;
        line-height: 25px;
        width: 100%;
        text-align: center;
        display: block;
    }

    .review_title_mb .review_title_top {
        font-family: PoppinsBold;
        font-size: 18px;
    }

    .review_title_mb .review_title_bottom {
        font-family: PoppinsRegular;
        font-size: 12px;
    }

    .review_banner,
    .review_list {
        display: none;
    }

    .review_banner_mb {
        display: block;
        width: 100%;
        height: 240px;
        float: left;
        background-image: url(../../image/Home/Client_Bannermb.jpg);
        background-position: center center;
    }

    .review_head_mb {
        width: 90%;
        height: 120px;
        overflow-y: hidden;
        background-color: #FFF;
        box-shadow: 0 0 5px #e0e0e0;
        display: block;
        margin: -50px 0 20px 5%;
        float: left;
    }

    .review_mb-text {
        display: block;
        width: 90%;
        text-align: center;
        margin: auto;
    }

    .review_mb-title {
        font-family: PoppinsBold;
        font-size: 24px;
        color: #4d4d4d;
        margin-top: 18px;
        line-height: 25px;
    }

    .review_mb-subtile {
        font-family: PoppinsRegular;
        font-size: 12px;
        color: #010101;
        margin-bottom: 15px;
    }

    body .carousel_review {
        display: block;
        height: auto;
        overflow-y: hidden;
        width: 100%;
        margin: 12px 0;
    }

    .carousel_review img {
        width: 20%;
        height: 100%;
        float: left;
    }

    .carousel_review .swiper-slide {
        transform: scale(1);
        flex-flow: wrap;
        align-items: start;
    }

    .carousel_review .swiper-wrapper {
        width: 100%;
    }

    .carousel_review .review_block {
        width: 350px;
        margin-bottom: 25px;
    }

    .carousel_review .carousel_review_txt {
        width: 80%;
        float: left;
        color: #4d4d4d;
        text-align: left;
        font-family: "PoppinsBold";
        padding-left: 15px;
        box-sizing: border-box;
    }

    .carousel_review .carousel_review_txt .review_title {
        width: 100%;
        font-size: 18px;
        line-height: 22px;
    }

    .carousel_review .carousel_review_txt .review_content {
        width: 100%;
        font: 12px Arial, Helvetica, sans-serif;
        font-family: "PoppinsRegular";
        line-height: 15px;
    }

}