body {
    background: #f0f5fa;
}

.part {
    width: 100%;
    overflow: hidden;
}

.jsptpart01 {
    padding: 65px 0;
}

.jsptpart01 .platformTop {
    width: 1200px;
    margin: 0 auto;
    height: 244px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 130px 0 0 130px;
}

.jsptpart01 .platformTop h4 {
    font-size: 43px;
    width: 265px;
    font-weight: normal;
    line-height: 44px;
    display: inline-block;
    padding-left: 27px;
    background: url(../images/leftline.png) no-repeat;
    background-size: 7px auto;
    background-position: left center;
    color: #004f99;
}

.jsptpart01 .platformTop p {
    font-size: 18px;
    width: 932px;
    line-height: .6rem;
    color: #004f99;
    background-image: url(../images/platformbg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2% 4%;
    border-radius: 120px;
    box-sizing: content-box;
}

.jsptpart01 .platformBottom {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

.jsptpart01 .platformBottom .platformList {
    /*width: 300px;*/
    display: flex;
}

.jsptpart01 .platformBottom .platformList li {
    margin: 0 10px 90px 10px;
    width: 210px;
    height: 210px;
    padding: 5%;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 18px;
    cursor: pointer;
    background: url(../images/bg-hive.png) center center no-repeat;
    background-size: contain;
    position: relative;
    color: #004f99;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.jsptpart01 .platformBottom .platformList li:nth-child(2) {
    margin-top: 56px;
    margin-bottom: 20px;
}
.jsptpart01 .platformBottom .platformList li:nth-child(2)::after {
    height: 40px;
}

.jsptpart01 .platformBottom .platformList li::after {
    width: 2px;
    height: 96px;
    background: #f78675;
    content: "";
    position: absolute;
    left: 104px;
    top: 98%;
    display: none;
}

.jsptpart01 .platformBottom .platformList .platOn::after {
    display: block;
}

.jsptpart01 .platformBottom .platformList .platOn {
    background: url(../images/bg-hive-02.png) center center no-repeat;
    color: #fff;
    background-size: contain;
}

.jsptpart01 .platformBottom .platformMsg {
    width: 67%;
    height: 246px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    box-sizing: border-box;
    background-color: #fff;
    border: #f78675 3px solid;
    box-shadow: 15px 15px 0 0 #f66529d9;
}

.jsptpart01 .platformBottom .platformMsg p {
    display: none;
    color: #004f99;
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
}

.jsptpart01 .platformBottom .platformMsg p:nth-child(1) {
    display: block;
}

@media screen and (max-width: 900px) {
    .pageBanner .pageNav ul {
        padding-left: 10px;
    }

    .jsptpart01 {
        background-position: 10% center;
        background: none;
        min-height: unset;
        height: auto;
        margin-bottom: 0;
        padding: 0;
        background: #fff;
        padding-bottom: .5rem;
    }

    .jsptpart01 .platformTop {
        width: 90%;
        min-width: unset;
        margin: 0 auto;
        flex-direction: column;
        height: auto;
        border-radius: 0;
        /*padding: 2% 5% 5% 0;*/
        background: unset;
        /*background-color: #fff;*/
        padding: 5px 5px 20px 5px;
        float: unset;
    }

    .jsptpart01 .platformTop h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: 0.64rem;
        color: #004f99;
    }

    .jsptpart01 .platformTop p {
        width: 100%;
        margin: 0 auto;
        margin-top: 15px;
        color: #004f99;
        line-height: 180%;
        padding: 0;
    }

    .jsptpart01 .platformBottom {
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        align-items: unset;
        justify-content: unset;
        padding-bottom: 0;
    }
    .jsptpart01 .platformBottom .platformList {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .jsptpart01 .platformBottom .platformList li {
        font-size: 16px;
        margin-bottom: 0;
        width: 100%;
        height: auto;
        line-height: normal;
        padding: 12px;
        margin: 10px 0;
        background: #fff;
        border: #ea5711 1px solid;
        border-left: #ea5711 5px solid;
        border-radius: 6px;
    }
    .jsptpart01 .platformBottom .platformList li:nth-child(2) {
        margin-top: auto;
        margin-bottom: 0;
    }
    .jsptpart01 .platformBottom .platformList .platOn {
        background: linear-gradient(-90deg, #ffb695, #ea5711);
        border-left: unset;
        color: #fff;
    }
    .jsptpart01 .platformBottom .platformList .platOn::after {
        display: none;
    }
    
    .jsptpart01 .platformBottom .platformMsg {
        width: calc(100%);
        margin-top: 20px;
        padding: 20px;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: unset;
    }
    .jsptpart01 .platformBottom .platformMsg p {
        font-size: 16px;
        line-height: 180%;
    }

}
