
.cvd-page .pd0{
    padding: 0;
}
.cvd-page .cvd-page-banner{
    width: 100%;
    min-height: 310px;
    background: url('../picture/banner-bg.jpg') no-repeat center center;
    background-size: cover;
}
.cvd-page .page-banner-content{
    padding: 42px 0 0 0;
    position: relative;
}
.cvd-page-banner h2{
    font-size: 32px;
    color: #0A317C;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 0;
}
.cvd-page-banner .text{
    font-size: 20px;
    color: #221815;
    line-height: 32px;
}
.cvd-page-case .container{
    padding-top: 60px;
    padding-bottom: 60px;
}
.cvd-page-case .title-h3 {
    text-align: center;
    font-size: 0;
    margin-bottom: 35px;
}
.cvd-page-case .title-h3 .before-bg {
    display: inline-block;
    width: 51px;
    height: 48px;
    background: url('../picture/title-bg-left.png') no-repeat center center;
}
.cvd-page-case .title-h3 span {
    height: 48px;
    line-height: 48px;
    font-size: 22px;
    color: #FBFDFE;
    display: inline-block;
    background-color: #00A0E9;
    vertical-align: top;
}
.cvd-page-case .title-h3 .after-bg {
    display: inline-block;
    width: 101px;
    height: 48px;
    background: url('../picture/title-bg-right.png') no-repeat center center;
}

.cvd-page-case .cdx-tab{
    gap: 85px;
    align-items: center;
    margin-bottom: 110px;
}
.cvd-page-case .cdx-tab a{
    width: 572px;
    height: 236px;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
}
.cvd-page-case .cdx-tab .cdx-tab-1{
    background: url('../picture/cdx-tab1.jpg') no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
}
.cvd-page-case .cdx-tab .cdx-tab-1:hover{
    background: url('../picture/cdx-tab1-hover.jpg') no-repeat center center;
}
.cvd-page-case .cdx-tab .cdx-tab-2{
    background: url('../picture/cdx-tab2.jpg') no-repeat center center;
    background-size: cover;
    transition: all 0.3s ease;
}
.cvd-page-case .cdx-tab .cdx-tab-2:hover{
    background: url('../picture/cdx-tab2-hover.jpg') no-repeat center center;
}
.cvd-page-case .cdx-tab a{
    display: block;
}
.cvd-page-case .cdx-tab p{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 32px;
    text-align: center;
    color: #ffffff;
}
.cvd-page-case .cdx-tab p img{
    vertical-align: baseline;
}

@media (max-width: 992px) {
    .cvd-page-case .row{
        width: auto;
        height: auto;
    }
    .cvd-page-case .title-h3 span{
        font-size: 1.6rem;
        padding: 0 1.5rem;
    }
}

@media (max-width: 768px) {
    .cvd-page-banner h2{
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    .cvd-page-banner .text{
        font-size: 1.6rem;
    }
    .cvd-page-case .cdx-tab > div{
        width: 100%;
        height: 13.6rem;
    }
    .cvd-page-case .cdx-tab{
        gap: 10px;
        margin-bottom: 60px;
    }
    .cvd-page-case .cdx-tab p{
        font-size: 2rem;
    }
}