/*banner*/
.customer_banner{
    padding:100px 0 70px;
    background:url(../img/customer_banner_bg.png) no-repeat bottom center;
    background-size:cover;
    min-height:600px;
    display: flex;
    align-items: center;
}
.banner_part{
    color:#fff;
}
.banner_part .part_title{
    font-size:44px;
    font-weight:700;
    height:80px;
}
.banner_part .part_un_title{
    font-size:20px;
    line-height:40px;
    margin-bottom:30px;
}
@media (min-width: 992px) {
    .banner_part{
        display: flex;
        align-items: center;
    }
}
@media (max-width: 992px) {

    .banner_part .part_title{
        font-size:42px;
        height:60px;
    }
    .banner_part .part_un_title{
        font-size:20px;
        line-height:30px;
    }
}

/*标题*/
.customer_title{
    color:#225794;
    font-size:30px;
    font-weight: 700;
    margin:40px 0 20px;
}
.customer_title span{
    color:#999999;
    font-size:24px;
    font-weight: 500;
}

/* 切换按钮样式*/
.dr_testimonial_wrapper {
    width: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 69px 0 80px;
}
.dr_testimonial_wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--main-royal-blue);
    opacity: .94;
}
.dr_testimonials_section .row{
    margin:0;
    padding:15px 15px;
}
.dr_testimonials_section .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    height: 50px;
}
.dr_testimonials_section .pagination span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0 5px;
    background: #006df1;
    border:3px solid #006df1;
    opacity: 0.6;
}
.dr_testimonials_section .pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border:3px solid #006df1;
    opacity: 1;
}

.customer_box{
    position:relative;
    min-height:430px;
}
.customer_box.jiangsu_box{
    background: url(../img/jiangsu_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.jiangxi_box{
    background: url(../img/jiangxi_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.fujian_box{
    background: url(../img/fujian_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.heilongjiang_box{
    background: url(../img/heilongjiang_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.zhejiang_box{
    background: url(../img/zhejiang_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.shanxi_box{
    background: url(../img/shanxi_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.anhui_box{
    background: url(../img/anhui_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.neimenggu_box{
    background: url(../img/neimenggu_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.hebei_box{
    background: url(../img/hebei_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.gansu_box{
    background: url(../img/gansu_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.guizhou_box{
    background: url(../img/guizhou_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.henan_box{
    background: url(../img/henan_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box.jilin_box{
    background: url(../img/jilin_bg.jpg) no-repeat center;
    background-size:cover ;
}
.customer_box .box_content{
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);
    padding:60px 0 30px;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    min-height:430px;
}
.customer_box.no_swiper_box  .box_content{
    padding-top:70px;
}
.customer_box .box_content:hover{
    background:transparent;
}
.customer_box .box_inner{
    width:80%;
    margin:0 auto 20px;
}
.customer_box .customer_item{
    background:#fff;
    border-radius:5px;
    text-align:center;
    margin-bottom:30px;
    padding:15px 0;
    display:block;
    font-size:20px;
    color:#225794;
    border:1px  #248bea  solid;
}
.customer_box.no_swiper_box  .box_content .customer_item{
    margin-bottom:40px;
}

@media (min-width:992px) and (max-width: 1200px) {

    .customer_box .customer_item{
        font-size:18px;
    }
}
@media (max-width: 992px) {

    .customer_box .customer_item{
        font-size:16px;
    }
}


/*新版*/

/*标题*/
.zizhi_title{
    text-align:center;
    height:80px;
    line-height:80px;
    font-size:34px;
    font-weight: 700;
    margin:50px 0 40px;
    border-bottom:2px solid #f1f1f1;
    position:relative;
}
.zizhi_title .title_txt{
    color:#282828;
    display: inline-block;
    font-size:30px;
    font-weight: 700;
    height:80px;
    line-height:80px;
}
.zizhi_title .title_txt span{
    font-size:24px;
    color:#999999;
    font-weight: 500;
}
.zizhi_title:after{
    height:4px;
    width:150px;
    background:#4b91ff;
    content:'';
    position:absolute;
    bottom:-1px;
    left:50%;
    margin-left:-75px;
}

.property_box{
}
.property_box .property_item{
    background:#fff;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:20px 5px;
    display:block;
    font-size:16px;
    color:#686868;
    border:1px solid #f1f1f1;
    z-index:0;
}
.property_box .property_item:hover{
    border:1px solid #4b91ff;
}

@media (min-width:992px) and (max-width: 1200px) {

    .property_box .property_item{
        font-size:15px;
    }
}
@media (max-width: 992px) {

    .property_box .property_item{
        font-size:18px;
    }
}
