.bgBanner{
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.case_feature img {
    width: 100%;
}

.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;
}

.contentList li {
    padding: 110px 0;
}

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

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

.page_title i {
    display: inline-block;
}

.page_title span {
    display: inline-block;
    color: rgb(255, 0, 0);
}

.w1400 {
    margin: 0 auto;
    width: 73.56%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fetureMain {
    width: 45%;
}

.w1400 img {
    box-shadow: 0 0 10px #aba9a9;
}

.w1400 p {
    width: 50%;
}

.page_title {
    font-size: 40px;
    font-weight: 900;
}

.fetureMain p {
    font-size: 18px;
    margin-top: 25px;
    line-height: 36px;
    color: #767676;
    width: 100%;
}

.contentList {
    background: #ededed;
}

.case_feature .more_go {
    visibility: hidden;
}

.more_go {
    display: none;
}

.mList {
    display: none;
}

.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;
}

.more_go p {
    padding-bottom: 0;
    margin: 0 auto;
    width: 2.5rem;
    height: 0.78rem;
    line-height: 0.78rem;
    font-size: 0.24rem;
    text-align: center;
    color: #333;
    border: #333 1px solid;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@media (max-width: 1201px) {
    .pcList {
        display: none;
    }

    .mList {
        display: block;
    }

    .more_go {
        padding-bottom: 1.08rem;
        display: block;
        padding: 0.73rem 0 1rem;
    }

    .w1400 {
        min-width: auto;
        width: 88%;
        flex-wrap: wrap;
    }

    .case_feature .featureTop .text {
        width: 92.85%;
        font-size: 0.26rem;
        line-height: 0.44rem;
    }

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

    .page_title {
        line-height: 0.52rem;
        font-size: 0.4rem;
    }

    .fetureMain {
        width: 100%;
    }

    .w1400 img {
        width: 100%;
        margin-top: 0.5rem;
    }

    .contentList li {
        padding: 0.8rem 0;
    }

    .fetureMain p {
        font-size: 0.26rem;
        margin-top: 0.5rem;
        line-height: 0.44rem;
    }

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

    .w1400 p {
        width: 100%;
    }
}
