.servicePlan {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    color: #17173d;
}

.banner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.servicePlanBanner_h5 {
    display: none;
}


/* section */

.section {
    width: 100%;
}

.section_h5 {
    display: none;
}


/* pc */

.section_pc .sectionPart {
    padding: 150px 23%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_pc .sectionPart:nth-child(2n-1) {
    background: #fff;
}

.section_pc .sectionPartImg {
    flex: 1;
    margin-right: 11%;
}

.section_pc .sectionPart:nth-child(2n) .sectionPartImg {
    margin-right: 0;
    margin-left: 9%;
}

.section_pc .sectionPartFonts {
    flex: 4.5
}

.section_pc .sectionPartFontsTit {
    font-size: 32px;
    font-weight: bold;
}

.section_pc .sectionPartFontsContent {
    margin-top: 30px;
}

.section_pc .sectionPartFontsContent p {
    font-size: 16px;
    color: #474747;
    line-height: 30px;
}


/* h5 */

.section_h5 {
    background: #fff;
}

.section_h5 .sectionPart {
    padding: 50px 10% 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.section_h5 .sectionPart:last-child {
    padding-bottom: 50px;
}

.section_h5 .sectionPartFontsTit {
    font-size: 30px;
    font-weight: bold;
}

.section_h5 .sectionPartImg {
    width: 17%;
    margin: 25px 0;
    min-width: 65px
}

.section_h5 .sectionPartFontsContent {
    position: relative;
}

.section_h5 .sectionPartFontsContent>p {
    line-height: 30px;
}


/* pc适配 */

@media screen and (max-width: 1400px) {
    .section_pc .sectionPart {
        padding: 120px 21%;
    }
    .section_pc .sectionPartFontsTit {
        font-size: 30px;
    }
    .section_pc .sectionPartFontsContent p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .section_pc .sectionPart {
        padding: 100px 20%;
    }
    .section_pc .sectionPartFontsTit {
        font-size: 28px;
    }
    .section_pc .sectionPartFontsContent {
        margin-top: 20px;
    }
}


/* 手持设备 320px-1000px*/

@media screen and (max-width: 1000px) {
    .servicePlanBanner {
        display: none;
    }
    .servicePlanBanner_h5 {
        display: block;
    }
    .section_pc {
        display: none;
    }
    .section_h5 {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    .section_h5 .sectionPartFontsTit {
        font-size: 28px;
    }
    .section_h5 .sectionPartFontsContent>p {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) {
    .section_h5 .sectionPartFontsTit {
        font-size: 26px;
    }
}

@media screen and (max-width:450px) {
    .section_h5 .sectionPartFontsTit {
        font-size: 24px;
    }
    .section_h5 .sectionPartFontsContent>p {
        font-size: 14px;
        line-height: 26px;
    }
}

@media screen and (max-width:385px) {
    .section_h5 .sectionPartFontsTit {
        font-size: 22px;
    }
}

@media screen and (max-width:350px) {}