/* 样式复写 */
.menuLogo {
    background: url(/css/corpservice/img/navLogo2.svg) center center no-repeat;
}
.menuLogoTitleLink {
    color: #333333;
}
.menuItemLink {
    color: #333333;
}
.menuItemLink.active {
    border-bottom-color: #333333;
    color: #333333;
}
.menuItemLink.active::before, .menuItem:hover .menuItemLink::before {
    background-color: #333333;
}
.menuLogoDivide {
    background-color: #333333;
}

/* kv模块 */
.kvBg_1{
    background: url(/css/corpservice/img/banners/kv_1.jpg) center center no-repeat;
    background-size: cover;
}
.swiper-pagination.kvPaginations{
    bottom: 128px;
    left: 50%;
    width: auto;
    margin-left: -532px;
    transform: translate(-50%, -50%);
    font-size: 0;
}
.kvPagination{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 4px;
    margin-right: 12px;
    opacity: 0.3;
    background: #1f2329;
    border-radius: 2px;
}
.kvPagination:last-child{
    margin-right: 0;
}

/* 问题模块 */
.sectionBg_2{
    background: url(/css/corpservice/img/moduleBg_1.png) center center no-repeat;
    background-size: cover;
}
.questionBox{
    margin: 90px auto 75px;
}
.cardItem{
    position: relative;
    width: 285px;
    box-sizing: border-box;
}
.cardItem.cardItemBg_1{
    height: 190px;
    padding: 28px 24px;
    background: url(/css/corpservice/img/cardBg_1.png) center center no-repeat;
}
.cardItem.cardItemBg_1 .cardIcon{
    position: absolute;
    right: 10px;
    top: -35px;
    width: 88px;
    height: 88px;
}
.cardIcon_1{
    background: url(/css/corpservice/img/cardIcon_1.png?v0805) center center no-repeat;
    background-size: 100%;
}
.cardIcon_2{
    background: url(/css/corpservice/img/cardIcon_2.png?v0805) center center no-repeat;
    background-size: 100%;
}
.cardIcon_3{
    background: url(/css/corpservice/img/cardIcon_3.png?v0805) center center no-repeat;
    background-size: 100%;
}
.cardIcon_4{
    background: url(/css/corpservice/img/cardIcon_4.png?v0805) center center no-repeat;
    background-size: 100%;
}
.questionLabel{
    margin-bottom: 10px;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
}
.questionLabel::after{
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin-top: 12px;
    opacity: 0.3;
    background: #ffffff;
}
.questionTitle{
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}
.cardItem.cardItemBg_2{
    height: 410px;
    padding: 36px 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
}
.cardImg{
    width: 110px;
    height: 110px;
    margin: 0 auto 30px;
}
.whyBox .cardItem:hover{
    opacity: .83;
    background: #ffff;
}
/* 为什么模块 */
.sectionBg_3{
    padding-bottom: 0;
}
.whatItem{
    margin-bottom: 40px;
}
.whatItem:last-child{
    margin-bottom: 0;
}
.whatImg{
    width: 620px;
}
.whyTitle{
    margin-bottom: 28px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.whyDesc{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}
.specialText{
    color: #0060DF;
    font-weight: bold;
}

.whatBox{
    width: 1300px;
    padding: 80px 50px;
    box-sizing: border-box;
    background: #eff6ff;
    border-radius: 16px;
}
.whatInFo{
    width: 500px;
}
.whatTitle{
    justify-content: flex-start;
    margin-bottom: 44px;
}
.whatTitleIcon{
    width: 48px;
    height: 48px;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.08);
}
.whatTitleIcon_1{
    background: #ffffff url(/css/corpservice/img/whatTitleIcon_1.png) center center no-repeat;
    background-size: 32px 32px;
}
.whatTitleIcon_2{
    background: #ffffff url(/css/corpservice/img/whatTitleIcon_2.png) center center no-repeat;
    background-size: 32px 32px;
}
.whatTitleIcon_3{
    background: #ffffff url(/css/corpservice/img/whatTitleIcon_3.png) center center no-repeat;
    background-size: 32px 32px;
}
.whatTitleText{
    font-size: 24px;
    color: #0060DF;
    font-weight: bold;
}
.whatInFoItem{
    align-items: flex-start;
    margin-bottom: 44px;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}
.whatInFoItem:last-child{
    margin-bottom: 0;
}
.whatInFoItem::before{
    content: "";
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
    width: 10px;
    height: 10px;
    margin: 6px 12px 0 0;
    background: linear-gradient(217deg,#00aaff 4%, #0060df 61%);
    border-radius: 2px;
}

/* 感言模块 */
.swiper-container.choiceContentBox{
    width: 1240px;
    height: 440px;
    padding: 0 20px;
    box-sizing: border-box;
}
.choiceContentBox .swiper-slide{
    justify-content: flex-start;
    align-items: flex-start;
}
.speechItem{
    position: relative;
    width: 384px;
    height: 380px;
    padding: 30px;
    margin-right: 30px;
    box-sizing: border-box;
    background: #ffffff url(/css/corpservice/img/speechBg_1.png) center center no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.08);
}
.speechItem:last-child{
    margin-right: 0;
}
.companyLogo{
    width: 160px;
    height: 80px;
    margin-bottom: 20px;
}
.speechText{
    width: 100%;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}
.guestInFo{
    position: absolute;
    left: 30px;
    bottom: 30px;
    width:  calc(100% - 60px);
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    text-align: right;
}
.swiper-pagination.speechPaginations{
    font-size: 0;
    bottom: 0;
}
.speechPagination{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 4px;
    margin-right: 12px;
    opacity: 0.2;
    background: #000000;
    border-radius: 2px;
}
.speechPagination:last-child{
    margin-right: 0;
}
.kvPagination.active,.speechPagination.active{
    opacity: 1;
    background: #0060DF;
}

.sourceBox{
    justify-content: center;
    flex-wrap: wrap;
}
.sourceItem {
    align-items: flex-start;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 120px;
    margin-bottom: 76px;
}
.sourceItem:nth-child(4),.sourceItem:nth-child(7){
    margin-right: 0;
}
.sourceItem:nth-child(5),.sourceItem:nth-child(6),.sourceItem:nth-child(7){
    margin-bottom: 0;
}
.sourceIcon{
    width: 66px;
    height: 66px;
    margin-right: 16px;
}
.sourceTitle{
    margin-bottom: 12px;
    font-size: 20px;
    color: #0060DF;
}
.sourceInformation{
    justify-content: flex-start;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
}
.width_1{
    width: 56px;
}
.width_2{
    width: 35px;
}
.width_3{
    width: 48px;
}
.width_4{
    width: 39px;
}
.width_5{
    width: 26px;
}
.width_6{
    width: 9px;
}
.hubLink{
    width: 154px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    color: #0060DF;
    text-align: center;
    border: 1px solid #0060df;
    border-radius: 4px;
}
.hubLink:hover {
    color: #fff;
    background: #0060DF;
}
@media screen and (max-width: 750px) {
    /* 样式复写 */
    .menuLogo {
        background: url(/css/corpservice/img/mNavLogo2.svg) center center no-repeat;
        background-size: cover;
    }
    .menuLogoTitleLink {
        color: #252525;
    }
    .menuItemLink.active::before, .menuItem:hover .menuItemLink::before {
        background-color: transparent;
    }

    /* **** kv **** */
    .kvBg_1 {
        background: url(/css/corpservice/img/banners/mKv_1.png) center center no-repeat;
        background-size: cover;
    }
    .swiper-pagination.kvPaginations {
        bottom: 0.28rem;
        margin-left: 0;
    }
    .kvPagination {
        width: 0.56rem;
        height: 0.06rem;
        margin-right: 0.12rem;
    }
    .sourceBox {
        justify-content: space-between;
        align-items: flex-start;
    }
    .sourceItem {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        width: 2.24rem;
        height: auto;
        margin-right: 0;
        margin-bottom: 0.48rem;
    }
    .sourceIcon {
        width: 0.9rem;
        height: 0.9rem;
        margin: 0 auto .24rem;
    }
    .sourceInFo{
        width: 100%;
        text-align: center;
    }
    .sourceTitle {
        margin-bottom: 0.24rem;
        font-size: .32rem;
        font-weight: bold;
        text-align: center;
    }
    .sourceInformation {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: .12rem;
        font-size: .24rem;
        line-height: .36rem;
        font-weight: normal;
    }
    .sourceInformation:last-child{
        margin-bottom: 0;
    }
    .width_1 {
        width: 0.92rem;
    }
    .width_2 {
        width: 0.58rem;
    }
    .width_3 {
        width: 0.8rem;
    }
    .width_4 {
        width: 0.64rem;
    }
    .width_5 {
        width: 0.44rem;
    }
    .width_6 {
        width: 0.2rem;
    }
    .mSourceText{
        display: block;
        width: 100%;
    }
    .questionBox {
        margin: 0.82rem auto 0.72rem;
    }
    .cardBox{
        flex-wrap: wrap;
    }
    .cardItem {
        width: 100%;
    }
    .cardItem.cardItemBg_1 {
        width: 3.2rem;
        height: 3.88rem;
        padding: 0.3rem;
        margin-bottom: 0.64rem;
        background-size: cover;
        border-radius: .24rem;
        box-shadow: 2px 2px 2px 0px rgba(112,192,254,0.80) inset;
    }
    .cardItem.cardItemBg_1:nth-last-child(-n + 2){
        margin-bottom: 0;
    }
    .cardItem.cardItemBg_1 .cardIcon {
        right: .1rem;
        top: -.35rem;
        width: 0.88rem;
        height: 0.88rem;
        background-size: cover;
    }
    .questionLabel {
        margin-bottom: 0.24rem;
        font-size: .32rem;
    }
    .questionLabel::after {
        width: 0.36rem;
        height: 0.04rem;
        margin-top: 0.28rem;
    }
    .questionTitle {
        font-size: .28rem;
        line-height: .48rem;
    }

    .sectionBg_2 {
        background: url(/css/corpservice/img/mModuleBg_1.png) center center no-repeat;
        background-size: cover;
    }
    .cardItem.cardItemBg_2 {
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
        height: 3.08rem;
        padding: 0.3rem;
        margin-bottom: .3rem;
        border-radius: 0.24rem;
    }
    .cardItem.cardItemBg_2:last-child{
        margin-bottom: 0;
    }
    .cardImg {
        width: 1.1rem;
        height: 1.1rem;
        margin: 0 0.28rem 0 0;
    }
    .whyTitle {
        margin-bottom: 0.24rem;
        font-size: .32rem;
        text-align: left;
    }
    .whyDesc {
        font-size: .28rem;
        line-height: .48rem;
    }

    .sectionBg_3 {
        padding-bottom: .8rem;
        background: #eff6ff;
    }
    .whatBox {
        width: 100%;
        padding: 0 0.4rem;
        border-radius: 0 0;
    }
    .whatItem {
        position: relative;
        margin-bottom: 0.48rem;
        flex-wrap: wrap;
    }
    .whatImg{
        order: 2;
        width: 100%;
        margin-top: .2rem;
    }
    .whatInFo {
        order: 1;
        width: 100%;
    }
    .whatTitleIcon {
        width: 0.68rem;
        height: 0.68rem;
        margin-right: 0.24rem;
        border-radius: 0.24rem;
    }
    .whatTitleIcon_1,.whatTitleIcon_2,.whatTitleIcon_3 {
        background-size: 0.44rem;
    }
    .whatTitleText {
        font-size: .32rem;
    }
    .whatTitle {
        margin-bottom: 0.4rem;
    }
    .whatInFoItem::before {
        width: 0.16rem;
        height: 0.16rem;
        margin: 0.2rem 0.24rem 0 0;
    }
    .whatInFoItem {
        margin-bottom: 0.4rem;
        font-size: .28rem;
        line-height: .48rem;
        color: #666666;
    }

    .container.choiceBox{
        width: 100%;
    }
    .swiper-container.choiceContentBox {
        width: 100%;
        height: 6.8rem;
        padding: 0 0 0 0.28rem;
    }
    .choiceBox .swiper-slide{
        width: 6.3rem;
        height: 6.2rem;
        margin-right: .28rem;
    }
    .slideItem{
        width: 100%;
        height: 100%;
    }
    .speechItem {
        width: 100%;
        height: 100%;
        padding: 0.3rem;
        background: #ffffff url(/css/corpservice/img/mSpeechBg_1.png) center center no-repeat;
        background-size: cover;
        border-radius: 12px;
        box-shadow: 0px 15px 20px 0px rgba(0,0,0,0.08);
    }
    .companyLogo {
        width: 3.2rem;
        height: 1.6rem;
        margin-bottom: 0.2rem;
    }
    .speechText {
        font-size: .28rem;
        line-height: .52rem;
    }
    .guestInFo {
        left: 0.3rem;
        bottom: 0.3rem;
        width: calc(100% - 0.6rem);
        font-size: .28rem;
        line-height: .52rem;
    }
    .swiper-pagination.speechPaginations {
        bottom: 0.1rem;
    }
    .speechPagination {
        width: 0.06rem;
        height: 0.06rem;
        margin-right: 0.2rem;
        border-radius: 50%;
    }
    .speechPagination.active{
        width: 0.12rem;
        height: 0.12rem;
    }
    .pagesBox {
        margin: 0 auto;
        font-size: .24rem;
        color: #0060DF;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        z-index: 100;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .hubLink{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 2.5rem;
        height: 0.78rem;
        font-size: .32rem;
        line-height: .78rem;
    }
    .spacing_1{
        margin-bottom: 1.18rem;
    }
    .hubLink:hover {
        color: #0060DF;
        background: transparent;
    }
}