.bgBanner{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.page_title span {
    color: rgb(255, 0, 0) !important;
}

.case_feature img {
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}

.featureTop {
    padding-top: 110px;
    text-align: center;
}

.case_feature .featureTop {
    padding-bottom: 120px;
    background: url(../../images/zjpage/pc/case_feature_1.jpg) center bottom no-repeat;
    background-size: cover;
}

.case_feature .featureTop .text {
    margin: 0 auto;
    width: 92.85%;
    font-size: 22px;
    line-height: 36px;
    color: #333;
}

.contentList li {
    padding-bottom: 110px;
}

.contentList li:nth-child(2n) {
    background: #fff;
}

.case_feature .feature02 {
    padding-bottom: 110px;
}

.case_feature .feature02 .page_title, .case_feature .feature05 .page_title {
    text-align: initial;
}

.case_feature .feature02 .bac {
    position: initial;
    height: auto;
}

.feature05 {
    padding-bottom: 110px;
    background: #fff;
}

.case_feature .feature02 .next, .case_feature .feature05 .next {
    visibility: hidden;
}

.case_feature .feature02.active .next, .case_feature .feature05.active .next {
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.case_feature .more_go {
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@media (max-width: 1201px) {
    .case_feature .featureTop .text {
        width: 92.85%;
        font-size: 0.26rem;
        line-height: 0.44rem;
    }

    .case_feature .feature05 .next {
        width: 88%;
    }

    .contentList li .page_title {
        padding: 0.8rem 0 0.6rem;
    }

    .case_feature .featureTop {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .contentList li {
        padding-bottom: 1.2rem;
    }

    .navBottom {
        bottom: -1.5rem !important;
        right: 5% !important;
    }
}

/*20240322*/
.contentList02{
    /*display: none;*/
}
.contentList02 .next{
    display: flex;
}
.contentList02 .next .left{
    margin-right: 20px;
    flex:1;
}
.contentList02 .next .left img,.contentList02 .next .left video{
    display: block;
    width: 100% !important;
    height:500px !important;
    object-fit: cover;
}
.contentList02 .next img{
    height:500px !important;
}


@media (max-width: 1201px) {
    .contentList02 .next{
        flex-wrap: wrap;
    }
    .contentList02 .next .left{
        width: 100%;
        margin:0 0 0.4rem 0;
        flex:none;
    }
    .contentList02 .next .right{
        width: 100%;
    }
    .contentList02 .next .left img,.contentList02 .next .left video{
        height:auto !important;
    }
    .contentList02 .next img{
        height:auto !important;
    }
}


























