.owl-theme .owl-nav {
    margin-top: 0;
}
 


.jiazhiguanWrap{
    margin-bottom: 50px;
}

.jiazhiguanBox{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.jiazhiguanList{
    width: 287px;
}

.jiazhiguanListTop{position: relative;}

.jiazhiguanListTop img{width: 100%;}

.jiazhiguanListTopIcon{
    position: absolute;
    width: 140px;
    bottom: -57px;
    left: 50%;
    transform: translate(-50%,0);
}
 

.jiazhiguanListBottom{padding-top: 93px;min-height: 540px;}

.jiazhiguanListBottomTitle{
    font-size: 25px;
    margin-bottom:34px;
    text-align: center;
}

.jiazhiguanListBottomDesc{
    margin-bottom: 35px;
    line-height: 2;
    font-size: 14px;
    padding: 0 30px;
}


.jiazhiguanList1 .jiazhiguanListBottom{
    background:url("../images/about/jzgListBg1.jpg") no-repeat;
    background-size: 100% 100%;
}
.jiazhiguanList1 .jiazhiguanListBottomTitle{
    color: #bf3a35;
}


.jiazhiguanList2 .jiazhiguanListBottom{
    background:url("../images/about/jzgListBg2.jpg") no-repeat;
    background-size: 100% 100%;
}
.jiazhiguanList2 .jiazhiguanListBottomTitle{
    color: #004a87;
}

.jiazhiguanList3 .jiazhiguanListBottom{
    background:url("../images/about/jzgListBg3.jpg") no-repeat;
    background-size: 100% 100%;
}
.jiazhiguanList3 .jiazhiguanListBottomTitle{
    color: #3cac49;
}

.about_home_slider_section .slider .inner-slider-caption p span{
    color: #fff;
}

.mv-desc{
    top: 50%;
    transform: translate(0,-50%);
}
.mv-desc h3{
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
}


/* 手机 */
@media (max-width: 1024px) {
    .about_home_slider_section .slider .inner-slider-caption p span{
        color: #394049;
    }

    .about_home_slider_section .slider .inner-slider-caption p span br{display: none;}
     
    
    .jiazhiguanBox{
        display: block;
    }

    .jiazhiguanList{
        width: 100%;
        margin-bottom: 20px;
    }

    .jiazhiguanListTopIcon{
        width: 80px;
        bottom: -40px;
    }


    .jiazhiguanListBottom{
        padding-top: 60px;
        min-height: initial;
        padding-bottom: 20px;
    }

    .jiazhiguanListBottomDesc{
        margin-bottom: 15px;
    }

    .about_breadcrumbs-sec{
        display: none;
    }

}

/* 电脑 */
@media (min-width: 1024px) {
    

    .jiazhiguanList3 .jiazhiguanListBottom{
        padding-left: 12px;
        padding-right: 12px;
    }

    .about_home_slider_section .inner-slider-caption{
        line-height: 2.5;
    }


}