/* 复写样式 */
.kvTitle,.kvDesc{
    color: #fff;
}

/* kv模块 */
.kvBg_2{
    background: url(/css/corpservice/img/banners/kv_2.png) center center no-repeat;
    background-size: cover;
}
.kvLinkBtn{
    width: 154px;
    height: 48px;
    margin-top: 36px;
    font-size: 18px;
    color: #0060DF;
    line-height: 48px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
}
.kvLinkBtn:hover{
    color: #fff;
    background: #000;
}
/* 做什么 */
.doWhatBox{
    width: 1203px;
}
.doWhatText{
    width: 600px;
    margin: 0 auto 48px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 28px;
}
.spacing_1{
    margin-bottom: 0;
}
.doWhatBox .cardBox{
    align-items: flex-start;
    width: 1058px;
    margin: 0 auto;
}
.cardItem {
    position: relative;
    width: 180px;
    box-sizing: border-box;
}
.cardItem.cardItemBg_1{
    width: 230px;
    height: 270px;
    padding: 30px 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
}
.cardItem.borderColor_1{
    margin-top: 70px;
    border-color: #43b7ff;
}
.cardItem.borderColor_2{
    border-color: #00FFDC;
}
.cardItem.borderColor_3{
    margin-top: 70px;
    border-color: #9893FE;
}
.cardItem.borderColor_4{
    border-color: #FF4141;
}
.cardItem.borderColor_5{
    margin-top: 70px;
    border-color: #FFC912;
}
.cardImg{
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
}
.doWhatTitle{
    margin-bottom: 16px;
    font-size: 20px;
    color: #252525;
    text-align: center;
    font-weight: bold;
}
.doWhatDesc{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: center;
}
.doWhatbottomBg,.howDoBg{
    width: 100%;
}

/* 怎么做 */
.sectionBg_1{
    background: url(/css/corpservice/img/moduleBg_2.png) center center no-repeat;
    background-size: cover;
}
.howDoBox{
    width: 1200px;
}

/* 成功案例 */
.tabBox{
    justify-content: center;
    margin-bottom: 36px;
}
.tabItem{
    width: 144px;
    height: 40px;
    margin-right: 32px;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    text-align: center;
    background: #f8f8f8;
    border-radius: 4px;
    cursor: pointer;
}
.tabItem:last-child{
    margin-right: 0;
}
.tabItem.active,.tabItem:hover{
    color: #fff;
    background: #0060DF;
}
.caseBox .cardBox{
    min-height: 500px;
}
.cardList{
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cardList.active{
    display: flex;
}
.cardItem.cardItemBg_2{
    flex-grow: 0;
    flex-shrink: 0;
    width: 376px;
    margin:0 36px 36px 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
}
.cardItem.cardItemBg_2:nth-child(3n){
    margin-right: 0;
}
.coverBox{
    overflow: hidden;
    width: 100%;
    height: 257px;
    border-radius: 8px 8px 0px 0px;
}
.coverImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.coverImg:hover {
    transform: scale(1.2);
    transition: .8s ease;
}
.caseInFoBox{
    padding: 24px 16px;
    box-sizing: border-box;
}
.caseTagItem{
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
}
.caseTagColor_1{
    color: #0060DF;
    background-color: rgb(0 96 223 / 10%);
}
.caseTagColor_2{
    color: #FFC609;
    background-color: rgb(255 198 9 / 10%);
}
.caseTitle{
    min-height: 108px;
    margin-top: 20px;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    font-weight: normal;
    -webkit-line-clamp: 3;
}
.caseTitle:hover{
    color: #0060DF;
}
.companyLogo{
    width: 138px;
    height: 48px;
    margin: 0 auto 0;
}
@media screen and (max-width: 750px) {
    /* 样式复写 */
    .sectionBg_1 {
        background: #eff6ff;
        background-size: cover;
    }
    /* **** kv **** */
    .kvBox {
        height: 8rem;
    }
    .kvBg_2 {
        background: url(/css/corpservice/img/banners/mKv_2.png) center center no-repeat;
        background-size: cover;
    }
    .kvInFo {
        width: 100%;
    }
    .kvLinkBtn {
        width: 2.5rem;
        height: 0.78rem;
        margin-top: 0.6rem;
        font-size: .32rem;
        line-height: .78rem;
    }

    .doWhatBox {
        width: 90%;
    }
    .howDoBox{
        width: 100%;
    }
    .sectionTitle{
        font-weight: bold;
    }
    .doWhatText {
        width: 100%;
        margin: 0 auto 0.48rem;
        font-size: .28rem;
        text-align: left;
        line-height: .48rem;
    }
    .spacing_1{
        width: 90%;
    }
    .doWhatBox .cardBox {
        flex-wrap: wrap;
        width: 100%;
        height: 8.7rem;
        flex-direction: column;
        align-content: space-between;
    }
    .cardItem {
        width: 3.2rem;
    }
    .cardImg {
        width: 1.3rem;
        height: 1.3rem;
        margin: 0 auto 0.32rem;
    }
    .cardItem.borderColor_1,.cardItem.borderColor_3,.cardItem.borderColor_5 {
        margin-top: 0;
    }
    .doWhatDesc {
        font-size: .24rem;
        line-height: .4rem;
    }
    .cardItem.cardItemBg_1 {
        width: 3.2rem;
        height: auto;
        padding: 0.4rem 0.24rem;
        margin-bottom: 0.32rem;
        border-radius: 16px;
    }
    .doWhatTitle {
        margin-bottom: 0.32rem;
        font-size: .32rem;
    }
    .cardItem.borderColor_1{
        order: 1;
    }
    .cardItem.borderColor_2{
        order: 2;
    }
    .cardItem.borderColor_3{
        order: 3;
    }
    .cardItem.borderColor_4{
        position: relative;
        top: -.32rem;
        margin-bottom: 0;
        order: 4;
    }
    /* .cardItem.borderColor_5{
        position: relative;
        top: -2.78rem;
        margin-bottom: 0;
        order: 2;
    } */
    .tabBox {
        margin-bottom: 0.48rem;
    }
    .tabItem {
        width: auto;
        height: 0.78rem;
        padding: 0 0.16rem;
        box-sizing: border-box;
        margin-right: 0.15rem;
        font-size: .32rem;
        line-height: .78rem;
        border-radius: 8px;
    }
    .caseBox .cardBox {
        min-height: 5rem;
    }
    .cardItem.cardItemBg_2 {
        width: 3.2rem;
        margin: 0 0.3rem 0.48rem 0;
        background: transparent;
        box-shadow:none;
    }
    .cardList {
        justify-content: space-between;
    }
    .cardItem.cardItemBg_2:nth-child(3n) {
        margin-right: .3rem;
    }
    .cardItem.cardItemBg_2:nth-child(2n) {
        margin-right: 0;
    }
    .coverBox {
        height: 2.18rem;
        border-radius: 8px;
    }
    .coverImg:hover {
        transform: none;
        transition: none;
    }
    .caseInFoBox {
        padding: 0.24rem 0;
    }
    .caseTitle {
        min-height: 1.26rem;
        margin-top: 0.24rem;
        font-size: .28rem;
        line-height: .42rem;
    }
    .caseTitle:hover{
        color: #000000;
    }
    .caseTagItem {
        height: 0.32rem;
        line-height: .32rem;
        padding: 0 0.08rem;
        font-size: .24rem;
    }
    .companyLogo {
        width: 1.38rem;
        height: 0.48rem;
        margin: 0 auto 0;
    }
}