.wrap {
    width: 100%;
}

.page-banner-info .title,
.page-banner-info .info {
    color: #ffffff;
}

.page-banner-item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    position: absolute;
    top: 0;
    left: 0;
}

.cnrt-info {
    width: 100%;
    padding: 80px 0 100px 0;
    color: #000000;
}
.cnrt-info .cnrt-title{
    width: 100%;
    margin-bottom: 80px;
    font-size: 48px;
    font-weight: 800;
    line-height: 67px;
    color: #252525;
    text-align: center;
    position: relative;
}
.cnrt-info .cnrt-title:before{
    content: "";
    width: 60px;
    height: 4px;
    background: #DA2027;
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
}
.cnrt-content{
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #2A2A2A;
}
.cnrt-swiper-box{
    width: 100%;
    margin-top: 80px;
    position: relative;
}
.cnrt-info .cnrt-swiper-title{
    width: 100%;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 800;
    line-height: 67px;
    color: #252525;
    text-align: center;
    position: relative;
}
.cnrt-info .cnrt-swiper-title:before{
    content: "";
    width: 60px;
    height: 4px;
    background: #DA2027;
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
}
.cnrt-swiper{
    padding: 60px 0 0px 0;
    width: 100%;
    margin: 0 auto;
}
.swiper-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide{
    width: 100%;
    height: 292px;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.swiper-slide:last-child {
    margin-right: 0!important;
}
.swiper-slide .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.swiper-slide.swiper-slide-active .mask{
    display: none;
}
.slide-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 62%;
}
.cnrt-prev {
    background: url("../icon/icon-page-left.png") no-repeat center;
    background-size: contain;
    left: -45px;
}

.cnrt-next {
    background: url("../icon/icon-page-right.png") no-repeat center;
    background-size: contain;
    right: -45px;
}
.cnrt-pagination{
    margin-top: 40px;
    width: 100%;
    text-align: center;
    position: relative;
}

.cnrt-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 12px;
    border-radius: 12px;
    background: #666666;
    opacity: 1;
    margin: 0 12px;
}
.cnrt-pagination .swiper-pagination-bullet-active {
    width: 82px;
    opacity: 1;
    background: #DA2027;
}

@-moz-document url-prefix() {
    .wrap {
        width: 100%;
    }

    .page-banner-info .title,
    .page-banner-info .info {
        color: #ffffff;
    }

    .page-banner-item::before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.41);
        position: absolute;
        top: 0;
        left: 0;
    }

    .cnrt-info {
        width: 100%;
        padding: 80rem 0 100rem 0;
        color: #000000;
    }
    .cnrt-info .cnrt-title {
        width: 100%;
        margin-bottom: 80rem;
        font-size: 48rem;
        font-weight: 800;
        line-height: 67rem;
        color: #252525;
        text-align: center;
        position: relative;
    }
    .cnrt-info .cnrt-title:before {
        content: "";
        width: 60rem;
        height: 4rem;
        background: #DA2027;
        position: absolute;
        left: 50%;
        bottom: -24rem;
        transform: translateX(-50%);
    }
    .cnrt-content {
        width: 100%;
        font-size: 20rem;
        font-weight: 400;
        line-height: 35rem;
        color: #2A2A2A;
    }
    .cnrt-swiper-box {
        width: 100%;
        margin-top: 80rem;
        position: relative;
    }
    .cnrt-info .cnrt-swiper-title {
        width: 100%;
        margin-bottom: 30rem;
        font-size: 48rem;
        font-weight: 800;
        line-height: 67rem;
        color: #252525;
        text-align: center;
        position: relative;
    }
    .cnrt-info .cnrt-swiper-title:before {
        content: "";
        width: 60rem;
        height: 4rem;
        background: #DA2027;
        position: absolute;
        left: 50%;
        bottom: -24rem;
        transform: translateX(-50%);
    }
    .cnrt-swiper {
        padding: 60rem 0 0rem 0;
        width: 100%;
        margin: 0 auto;
    }
    .swiper-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper-slide {
        width: 100%;
        height: 292rem;
        flex-shrink: 0;
        border-radius: 20rem;
        position: relative;
        overflow: hidden;
    }
    .swiper-slide:last-child {
        margin-right: 0 !important;
    }
    .swiper-slide .mask {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
    }

    .swiper-slide.swiper-slide-active .mask {
        display: none;
    }
    .slide-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .btn-box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 62%;
    }
    .cnrt-prev {
        background: url("../icon/icon-page-left.png") no-repeat center;
        background-size: contain;
        left: -45rem;
    }

    .cnrt-next {
        background: url("../icon/icon-page-right.png") no-repeat center;
        background-size: contain;
        right: -45rem;
    }
    .cnrt-pagination {
        margin-top: 40rem;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .cnrt-pagination .swiper-pagination-bullet {
        width: 26rem;
        height: 12rem;
        border-radius: 12rem;
        background: #666666;
        opacity: 1;
        margin: 0 12rem;
    }
    .cnrt-pagination .swiper-pagination-bullet-active {
        width: 82rem;
        opacity: 1;
        background: #DA2027;
    }
}
@media screen and (max-width: 980px) {
    .cnrt-info {
        padding: .4rem 0;
    }
    .cnrt-info .cnrt-title{
        font-size: .14rem;
        font-weight: bold;
        line-height: 2;
        margin-bottom: 0.2rem;
    }
    .cnrt-info .cnrt-title:before{
        width: 0.34rem;
        height: 1px;
        bottom: 0;
    }
    .cnrt-content{
        line-height: .20rem;
        padding: 0 0.3rem 0 0.3rem;
    }
    .cnrt-content p span{
        font-size: .10rem !important;
    }

    .cnrt-swiper-box{
        width: 3.15rem;
        margin: .2rem auto 0 auto;
    }
    .cnrt-info .cnrt-swiper-title{
        margin-bottom: 0rem;
        font-size: .14rem;
        font-weight: bold;
        line-height: 2;
    }
    .cnrt-swiper {
        width: 100%;
        padding: .25rem 0 0rem 0;
    }
    .cnrt-info .cnrt-swiper-title:before{
        width: 0.34rem;
        height: 1px;
        bottom: 0;
    }
    .swiper-slide{
        width: 142px;
        height: .7rem;
        border-radius: .1rem;
    }
    .cnrt-prev {
        width: .14rem;
        height: .22rem;
        margin-top: -.1rem;
        left: -.2rem;
    }
    .btn-box{
        top: 57%;
    }
    .cnrt-next {
        width: .14rem;
        height: .22rem;
        margin-top: -.1rem;
        right: -.2rem;
    }
    .cnrt-pagination{
        margin-top: .0rem;
    }

    .cnrt-pagination .swiper-pagination-bullet {
        width: .13rem;
        height: .06rem;
        border-radius:.06rem;
        margin: 0 .06rem;
    }
    .cnrt-pagination .swiper-pagination-bullet-active {
        width: .41rem;
    }
}