body {
    overflow-x: hidden;
}


span {
    display: block;
}

.s_mutil_cloud {
    width: 100%;
    height: auto;
    background: #FFFFFF;
}

.s_mutil_cloud_body {
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 7rem;
    padding-bottom: 2rem;
}
.s_mutil_cloud_body_left{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s_mutil_cloud_body_left span:nth-of-type(1){
    font-family: PingFangSC-Medium;
    font-size: 34px;
    color: #182B4E;
    letter-spacing: 0.7px;
    text-align: center;
    padding: 1rem 0rem;
}
.s_mutil_cloud_body_left span:nth-of-type(2){
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #5B6B81;
    letter-spacing: 2px;
    text-align: justify;
    width: 80%;
    /*text-indent: 2em;*/
    line-height: 30px;
}


.s_mutil_cloud_body_right{
    width: 50%;
    height: auto;
}
.s_mutil_cloud_body_right img{ width: 100%}

.s_tongdian{
    width: 100%;
    height: auto;
    background: #F5F7FC;
}
.s_tongdian_body{
    width: 90%;
    max-width: 1240px;
    height: auto;
    margin: auto;
    padding: 2rem 0rem;
}
.s_conmond_title {
    width: 100%;
    height: auto;
    font-family: PingFangSC-Medium;
    font-size: 34px;
    color: #0A1F44;
    letter-spacing: -1.29px;
    text-align: center;

}

.s_tongdian_body_container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 3rem 0rem;
}
.s_tongdian_body_container_itme{
    width: 30%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 2rem 0rem;
    cursor: pointer;
}
.s_tongdian_body_container_itme_left{
    width: 17%;

}
.s_circle{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e2f2f1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s_circle img{
    width: 90%;
}
.s_circle img:nth-of-type(1){
    display: block;

}
.s_circle img:nth-of-type(2){
    display: none;
}

.s_tongdian_body_container_itme_right{
    width: 83%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.s_span1{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #4B5B75;
    letter-spacing: 1px;
    padding-bottom: 1rem;
}
.s_span2{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #4D5D76;
    line-height: 28px;
    padding-bottom: .7rem;
    letter-spacing: 2px;

}

.s_tongdian_body_container_itme:hover .s_circle{
    background: #1ee8a9;
    transition-duration: 1s;
}


.s_tongdian_body_container_itme:hover .s_circle img:nth-of-type(1){
    display: none;
}
.s_tongdian_body_container_itme:hover .s_circle img:nth-of-type(2){
    display: block;
}


.s_core_youshi{
    width: 100%;
    height: auto;
}
.s_core_youshi_body{
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
    padding: 2rem 0rem;
}
.s_core_youshi_container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.s_core_youshi_body_item{
    width: 26%;
    height: auto;
    background: #F5F7FC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem 0rem;
    cursor: pointer;
}
.s_core_youshi_cicle{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #E0EFFF;
    position: relative;
    top: -3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s_core_youshi_cicle img{
    width: 50%;
}

.s_core_youshi_cicle img:nth-of-type(1){
    display: block;
}
.s_core_youshi_cicle img:nth-of-type(2){
    display: none;
}



.browser-tips {
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    z-index: 1000;
    color: red;
    background-color: rgb(199, 199, 199);
    padding: 15px;
}


.title2 {
    padding-bottom: 3rem;
}

.s_core_youshi_text {
    width: 100%;
    /*height: auto;*/
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;

}

.s_core_youshi_text span {
    position: relative;
    top: -2rem;
}

.s_core_youshi_text span:nth-of-type(1) {
    font-size: 18px;
    padding-bottom: 1rem;
}

.s_core_youshi_text span:nth-of-type(2) {
    font-size: 15px;
    color: #4D5D76;
    width: 90%;
    line-height: 24px;
    font-family: PingFangSC-Medium;

}

.s_core_youshi_body_item:hover .s_core_youshi_cicle {
    background: #1678ff;
    transition-duration: 1s;
}

.s_core_youshi_body_item:hover {
    background: #ffffff;
    transition-duration: 1s;
    box-shadow: 0 0.3125rem 0.5625rem 0 #c3ddfa;
}

.s_core_youshi_body_item:hover .s_core_youshi_cicle img:nth-of-type(1){
    display: none;
}

.s_core_youshi_body_item:hover .s_core_youshi_cicle img:nth-of-type(2){
    display: block;
}

.s_customer{
    width: 100%;
    height: auto;
}
.s_customer_body{
    width: 90%;
    height: auto;
    margin: auto;
    max-width: 1240px;
    display: flex;
    flex-direction: column;
}
.s_conmond_img{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.s_conmond_img img{
    padding: 3rem 2rem;
}

.s_tiyan{
    width: 100%;
    height: auto;
    background: #F5F7FC;
    padding: 3rem;
}

.partner_div7{
    background-color: #f5f7fc;
    margin-bottom: 3rem!important;
    text-align: center!important;
    padding-bottom: 3rem!important;
    padding-top: 3rem!important;
}
.partner_div8{
    max-width: 1240px;
    background-color: #fff;
    position: relative!important;
    width: 75%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-bottom: 3rem!important;
    padding-top: 3rem!important;
}
.partner_item1{
    left: 0;
    -webkit-transform: skew(0deg,-20deg);
    transform: skew(0deg,-20deg);
    position: absolute!important;
    top: 23px;
    width: 38px;
    height: 54px;
    background: #1fe9aa;
}
.partner_item2{
    top: 4.125rem;
    background: #f4f7fc;
    width: 5.9375rem;
    height: 6.625rem;
    -webkit-box-shadow: 0 0.5rem 0.625rem 0 #e8f3ff;
    box-shadow: 0 0.5rem 0.625rem 0 #e8f3ff;
    left: 0;
    -webkit-transform: skew(0deg,-20deg);
    transform: skew(0deg,-20deg);
    position: absolute!important;
}
.partner_item3{
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
    letter-spacing: .0625rem;
    height: 46px;
    font-size: 34px;
    font-family: MicrosoftYaHeiSemibold;
    color: #0a1f44;
    line-height: 46px;
}
.partner_a{
    width: 7em;
    height: 1.5em;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    align-self: center!important;
    font-size: .75rem;
    background-color: #1678ff;
    border: .0625rem solid #1678ff;
    color: #fff;
    text-decoration: none;
}
.partner_item4{
    right: 0;
    -webkit-transform: skew(0deg,-20deg);
    transform: skew(0deg,-20deg);
    position: absolute!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    width: 42px;
    height: 52px;
    background: #2278ff;

}
.partner_item5{
    top: 4.125rem;
    width: 106px;
    height: 102px;
    background: #f4f7fc;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,27,52,.15);
    box-shadow: 0 2px 20px 0 rgba(0,27,52,.15);
    right: 0;
    -webkit-transform: skew(0deg,-20deg);
    transform: skew(0deg,-20deg);
    position: absolute!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



.s_tiyan_body{
    width: 70%;
    height: auto;
    margin: auto;
    max-width: 1240px;
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.s_tiyan_body_left{
    width: 20%;
}

.s_tiyan_body_center{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s_tiyan_body_center span:nth-of-type(1){
    font-family: PingFangSC-Medium;
    font-size: 34px;
    color: #041A40;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 2rem;

}
.s_tiyan_body_center span:nth-of-type(2){
    width: 200px;
    background: blue;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: pointer;
}
.s_tiyan_body_center span a {
    color: #ffffff;
    font-size: 20px;
}

.s_tiyan_body_center span:nth-of-type(2):hover{
    background: #3392d9;
}

.s_tiyan_body_right{
    width: 20%;
}

.s_tiyan_body img{
    width: 50%;
    margin-left: 59px;
}

a:link {
    text-decoration: none;
    color: #999999;
}

a:visited {
    text-decoration: none;
    color: #999999;
}










@media only screen and (max-width: 500px) {
    .partner_div8{
        height: 108px;
    }
    .partner_item5 {
        width: 60px !important;
    }
    .s_mutil_cloud_body {
        flex-direction: column-reverse !important;
    }

    .s_mutil_cloud_body_left {
        width: 90% !important;
        margin: auto !important;
        text-align: justify !important;
    }

    .s_mutil_cloud_body_right {
        width: 90% !important;
    }

    .s_tongdian_body_container_itme {
        width: 90% !important;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1) !important;
        margin: 1rem !important;
        padding: 1rem !important;
    }

    .s_core_youshi_body_item {
        width: 45% !important;
    }

    .s_tiyan {
        padding: 1rem !important;
    }

    .s_tiyan_body img {
        margin-left: 20px !important;
    }

    .s_tiyan_body_center span:nth-of-type(1) {
        font-size: 25px !important;
        padding-bottom: 0rem !important;
    }

    .s_tiyan_body_center span:nth-of-type(2) {
        width: 6rem !important;
    }
    .partner_item2 {
        width: 2.9375rem !important;
    }

}

@media only screen and (min-width: 501px)  and (max-width: 768px) {
    .partner_div8{
        height: 108px;
    }
    .partner_item5 {
        width: 60px !important;
    }
    .partner_item2 {
        width: 2.9375rem !important;
    }
    .s_mutil_cloud_body {
        flex-direction: column-reverse !important;
    }

    .s_mutil_cloud_body_left {
        width: 90% !important;
        margin: auto !important;
        text-align: justify !important;
    }

    .s_mutil_cloud_body_right {
        width: 90% !important;
    }

    .s_tongdian_body_container_itme {
        width: 90% !important;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1) !important;
        margin: 1rem !important;
        padding: 1rem !important;
    }

    .s_core_youshi_body_item {
        width: 45% !important;
    }

    .s_tiyan {
        padding: 1rem !important;
    }

    .s_tiyan_body img {
        margin-left: 20px !important;
    }

    .s_tiyan_body_center span:nth-of-type(1) {
        font-size: 25px !important;
        padding-bottom: 0rem !important;
    }

    .s_tiyan_body_center span:nth-of-type(2) {
        width: 6rem !important;
    }

    .s_conmond_img img {
        padding: 2rem .4rem !important;
    }

    .s_tiyan_body {
        padding: 2rem !important;
    }


}


@media only screen and (min-width: 769px) and (max-width: 900px) {
    .s_tongdian_body_container_itme_right {
        padding-left: 20px !important;
    }

    .s_span1 {
        font-size: 16px !important;
    }

    .s_span2 {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
    .s_tongdian_body_container_itme_right {
        padding-left: 10px !important;
    }

}






















