.bannerbox{
    background-color: #115CBB;
    background-image: url(../img/service/banner.png);
}
.bannerbox .title{
    font-size: 60px;
    margin-top: 178px;
    font-weight: 600;
    letter-spacing: 30px;
}
.bannerbox .info{
    font-size: 40px;
    margin-top: 48px;
    letter-spacing: 10px;
}


.content3{
    padding: 134px 0 246px;
    background: #ddedff url(../img/service/content3_bg.png) no-repeat center bottom;
}
.content3-title{
    font-size: 60px;
    line-height: 1;
}
.content3-info{
    padding: 52px 0 68px;
    font-size: 22px;
    line-height: 46px;
}
.content3-mbox{
    display: none;
}
.content3-pcbox{
    height: 502px;
    background: #FFFFFF;
    border-radius: 38px;
}
.content3-pcbox .left{
    width: 262px;
    padding: 60px 0 0 3px;
    box-sizing: border-box;
    border-right: 3px solid #E6F1FE;
}
.content3-pcbox .left .list{
    height: 56px;
    border-left: 11px solid #ffffff;
    padding-left: 40px;
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 56px;
    cursor: pointer;
}
.content3-pcbox .left .list.active{
    background-color: #E6F1FE;
    border-left-color: #265DCE;
}
.content3-pcbox .left .list.active:hover{
    border-left-color: #265DCE;
}
.content3-pcbox .left .list:hover{
    background-color: #E6F1FE;
    border-left-color: #E6F1FE;
}
.content3-pcbox .right{
    overflow: hidden;
    overflow-y: auto;
}
.content3-pcbox .right .content{
    display: none;
    padding: 77px 105px 30px 56px;
    font-size: 22px;
    line-height: 46px;
}
.content3-pcbox .right .content.active{
    display: block;
}

@media (max-width: 600px) {
    .pageMain{
        padding-top: 0;
    }
    .bannerbox{
        height: 142.1333vw;
        background-image: url(../img/service/m_banner.png);
        background-size: 100% auto;
    }
    .bannerbox .package{
        display: none;
    }

    .content3{
        padding: 0 0 16vw;
        background-color: #e0efff;
        background-image: url(../img/service/m_content3_bg.png);
        background-size: 100% auto;
    }
    .content3-top{
        padding-top: 16vw;
        background-color: #ffffff;
        margin-bottom: 7.2vw;
    }
    .content3-title{
        font-size: 8vw;
    }
    .content3-info{
        padding: 10.6667vw 7.4667vw;
        font-size: 3.7333vw;
        line-height: 8vw;
        text-align: left;
    }
    .content3-pcbox{
        display: none;
    }
    .content3-mbox{
        display: block;
        margin: 0 5.3333vw;
        height: auto;
        border-radius: 3.4667vw;
        padding: 0 4.8vw;
        background-color: rgba(255, 255, 255, .92);
    }
    .content3-mbox .list{
        border-bottom: 1px solid #E0EFFF;
    }
    .content3-mbox .title{
        padding: 4.8vw 0;
        font-size: 4.2667vw;
        line-height: 1;
        font-weight: 600;
    }
    .content3-mbox .title .icon{
        width: 6.6667vw;
        height: 6.6667vw;
        margin-right: 4.2667vw;
    }
    .content3-mbox .list .title .jt{
        transition: all .3s;
        transform: rotate(-90deg);
        color: #98A3B0;
        font-size: 3.7333vw;
    }
    .content3-mbox .content{
        display: none;
        font-size: 3.7333vw;
        line-height: 7.4667vw;
        margin-bottom: 5.3333vw;
    }
    .content3-mbox .list.active .title .jt{
        transform: rotate(0);
    }
    .content3-mbox .list.active .content{
        display: block;
    }
}