.section.solution-banner .solution-banner-wrapper .subheading {
    font-size: 2.1875vw;
    font-weight: 300;
}

.section.solution-summary p:not(.text-important) {
    margin-bottom: 0.2em;
}

.section.section-development {
    background-color: #F7F9FF;
    position: relative;
}

/*.section.section-development:after {*/
/*    content: ' ';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background-color: rgba(35, 172, 146, 0.6);*/
/*}*/

.section-development .section-development-wrapper {
    position: relative;
    z-index: 1;
    /*color: #fff;*/
}

.section-development .section-development-wrapper ul {
    padding-left: 0;
}

.section-development .section-development-wrapper ul li {
    font-size: 18px;
    line-height: 45px;
    list-style: none;
    padding-left: 36px;
    position: relative;
    color: #090230;
    /*text-shadow: 0 0 4px #000;*/
}


.section-development .section-development-wrapper ul li:before {
    content: ' ';
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FBD866;
    border: 0 solid #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    border-radius: 50%;
    left: 0;
    top: 14px;
}

.section-development .section-development-wrapper .development-title {
    font-size: 46px;
    font-weight: bold;
    width: 16vw;
    background: #00B665;
    text-align: center;
    height: 17vw;
    padding-top: 7.5vw;
    margin-top: -6vw;
    margin-right: 3vw;
    position: relative;
    color: #fff;
}

.section-development .section-development-wrapper .development-title:after {
    content: ' ';
    display: block;
    position: absolute;
    z-index: 1;
    width: 4vw;
    height: 4vw;
    top: 2vw;
    left: 50%;
    margin-left: -2vw;
    background: url("../imgs/company/zhuangshituxing.svg") no-repeat;
    background-size: 100% 100%;
}

.section.section-split {
    background-color: #F9FBFF;
    padding: 4vw 0;
}

@media (max-width: 900px) {
    .section .heading {
        font-size: 5.03597vw;
    }

    p {
        font-size: 14px;
        line-height: 24px;
    }

    .section .subheading {
        margin-bottom: 6vw;
    }

    .solution-banner-pc {
        display: none;
    }

    .solution-banner-m {
        display: inherit;
    }

    .solution-banner:before {
        height: 100px;
    }

    .solution-banner:after {

        background: url(../imgs/bg-hu-m.png) no-repeat;
        background-size: 100% 100%;
    }

    .solution-summary .text-important {
        font-size: 16px;
        border-bottom: 3px solid #00b665;
    }

    .company-name {
        margin-top: 42vw !important;
    }

    .solution-summary div.smile {
        width: 30vw;
        position: absolute;
        height: 30vw;
        left: 50%;
        margin-left: -15vw;
        top: 0;
        float: unset;
        margin-top: -43vw;
    }
}