/* 复写样式 */
.kvTitle,.kvDesc{
    color: #fff;
}
.sectionBg_1{
    background: #EFF6FF;
}
/* kv模块 */
.kvBg_3{
    background: url(/css/corpservice/img/banners/kv_3.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;
}
/* 发布类型 */
.publishInFo {
    width: 340px;
}
.publishTitle{
    margin-bottom: 24px;
    font-size: 36px;
    color: #252525;
    line-height: 48px;
    font-weight: normal;
}
.publishInFoItem{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.spacing_2{
    margin-bottom: 40px;
}
.publishLinkBtn{
    height: 52px;
    margin-bottom: 12px;
    line-height: 52px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}
.publishLinkBtn.active,.publishLinkBtn:hover{
    color: #fff;
    font-weight: bold;
    background: linear-gradient(217deg,#00aaff 4%, #0060df 61%);
}
.publishLinkBtn:last-child{
    margin-bottom: 0;
}
.publishImgItem{
    display: none;
}
.publishImgItem.active{
    display: block;
}
.publishImg{
    width: 800px;
    height: 500px;
}
/* 成功案例 */
.caseContentBox{
    flex-wrap: wrap;
}
.caseItem{
    width: 588px;
    height: 636px;
    margin-bottom: 24px;
    border-radius: 16px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
}
.caseItem.currentColor_1{
    background: #00aaff;
    height: auto;
}
.currentBtnColor_1:hover{
    color: #00aaff;
    background: #fff;
}
.caseItem.currentColor_2{
    background: #9994FF;
    height: auto;
}
.currentBtnColor_2:hover{
    color: #9994FF;
    background: #fff;
}
.caseItem.currentColor_3{
    width: 100%;
    height: 500px;
    background: #00D4B7;
}
.currentBtnColor_3:hover{
    color: #00D4B7;
    background: #fff;
}
.caseInFoBox{
    padding: 48px 48px 20px;
    box-sizing: border-box;
}
.caseItem.currentColor_3 .caseInFoBox,.caseItem.currentColor_3 .caseImg{
    width: 590px;
}
.companyLogoBox{
    align-items: flex-start;
    margin-bottom: 28px;
}
.companyLogo{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.16);
}
.seeCaseLink{
    width: 144px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: rgb(255 255 255 / 30%);
    border-radius: 4px;
}
.caseTitle{
    width: 250px;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}
.caseItem.currentColor_3 .caseTitle{
    width: 100%;
    margin-bottom: 48px;
}
.caseInformationItem{
    padding-right: 28px;
    box-sizing: border-box;
    margin-right: 28px;
    border-right: 1px solid #fff;
}
.caseInformationItem:last-child{
    padding-right:0;
    margin-right: 0;
    border-right: none;
}
.caseInformationTitle{
    margin-bottom: 12px;
    font-size: 14px;
    color: #fff;
}
.caseInformationNum{
    margin-bottom: 8px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}
.readText{
    font-size: 14px;
    color: #fff;
    opacity: .5;
}
.caseImg{
    width: auto;
    margin: 0 auto;
}
.caseColumn{
    margin-bottom: 28px;
}
.caseColumn:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    /* **** kv **** */
    .kvBox {
        height: 8rem;
    }
    .kvBg_3 {
        background: url(/css/corpservice/img/banners/mKv_3.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;
    }
    .publishBox{
        flex-wrap: wrap;
    }
    .publishInFo,.publishImg,.spacing_3,.publishLinkBtnBox {
        width: 100%;
    }
    .publishImg{
        height: auto;
    }
    .publishLinkBtnBox{
        display: flex;
        display: -webkit-flex;
        overflow-x: auto;
        padding-left: .4rem;
        margin-bottom: .48rem;
        box-sizing: border-box;
    }
    .publishLinkBtnBox::-webkit-scrollbar{
        display: none;
    }
    .spacing_4{
        width: 90%;
        margin: 0 auto;
    }
    .publishInFo{
        order: 1;
    }
    .publishImg,.publishImgItemBox{
        order: 2;
    }
    .publishTitle {
        margin-bottom: 0.48rem;
        font-size: .48rem;
        line-height: .52rem;
        font-weight: bold;
        text-align: center;
    }
    .publishInFoItem {
        margin-bottom: .48rem;
        font-size: .28rem;
        line-height: .48rem;
    }
    .publishLinkBtn {
        flex-shrink: 0;
        width: 2.88rem;
        height: 0.78rem;
        margin-right: .24rem;
        margin-bottom: 0;
        line-height: .78rem;
        font-size: .32rem;
        border-radius: 0.08rem;
    }
    .caseItem {
        width: 100%;
        height: auto;
        margin-bottom: 0.4rem;
    }
    .caseInFoBox {
        padding: 0.4rem;
    }
    .companyLogoBox {
        margin-bottom: 0.36rem;
    }
    .companyLogo {
        width: 1rem;
        height: 1rem;
    }
    .seeCaseLink {
        width: 1.8rem;
        height: 0.6rem;
        line-height: .6rem;
        font-size: .28rem;
    }
    .caseInformationTitle {
        margin-bottom: 0.2rem;
        font-size: .2rem;
    }
    .caseInformationNum {
        margin-bottom: 0.16rem;
        font-size: .4rem;
    }
    .caseInformationItem {
        padding-right: 0.28rem;
        margin-right: 0.28rem;
    }
    .caseTitle {
        width: 3.04rem;
        font-size: .36rem;
        line-height: .58rem;
    }
    .caseImg {
        width: 100%;
    }
    .caseItem.currentColor_3 {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 0;
    }
    .caseItem.currentColor_1 .caseInFoBox,.caseItem.currentColor_2 .caseInFoBox,.caseItem.currentColor_3 .caseInFoBox,.caseItem.currentColor_3 .caseImg {
        width: 100%;
    }
    .caseItem.currentColor_3 .caseTitle {
        margin-bottom: 0.36rem;
    }
    .readText {
        font-size: .2rem;
    }
}