﻿.tp-banner-container {
    position: relative
}

    .tp-banner-container .tp-leftarrow {
        left: 11% !important;
        top: 58% !important
    }

    .tp-banner-container .tp-rightarrow {
        right: 11% !important;
        top: 58% !important
    }

.tap-container {
    height: 100% !important;
    position: relative
}

    .tap-container li {
        overflow: hidden
    }

    .tap-container .tp-banner-li .lfl {
        width: 725px;
        height: 554px
    }

    .tap-container .tp-banner-li .large_white_bold p {
        font-weight: 500;
        letter-spacing: 3px;
        line-height: 50px;
        margin: 0
    }

    .tap-container .tp-banner-li .banner1-title2 p {
        line-height: 30px;
        margin: 0
    }

.tp-banner-container .tp-bullets {
    bottom: 6% !important
}

    .tp-banner-container .tp-bullets .bullet {
        cursor: pointer;
        position: relative
    }

.dis-absolute {
    position: relative
}

    .dis-absolute * {
        position: absolute;
        letter-spacing: 2px;
        font-weight: 500
    }

.jihuo {
    padding: 0 6px;
    font-size: 28px;
    font-weight: 400;
    background: #177ee5;
    color: #fff;
    top: 120px;
    left: 0
}

.wajue {
    padding: 0 6px;
    font-size: 28px;
    font-weight: 400;
    background: #177ee5;
    color: #fff;
    top: 120px;
    left: 145px
}

.tisheng {
    font-size: 27px;
    color: #177ee5;
    top: 120px;
    left: 0;
    top: 230px
}

.ten {
    width: 145px;
    height: 60px;
    top: 202px;
    left: 150px
}

.p {
    margin: 0
}

#modal-list {
    height: 80px;
    width: 100%;
    background: #f5f5f6;
    padding-bottom: 0
}

    #modal-list .list-box {
        height: 80px;
        display: flex;
        justify-content: center
    }

        #modal-list .list-box .list {
            display: flex;
            align-items: center;
            cursor: pointer
        }

            #modal-list .list-box .list:hover {
                background: rgba(3,6,13,.04)
            }

                #modal-list .list-box .list:hover .list-inner {
                    border: none
                }

            #modal-list .list-box .list .list-inner {
                width: 294px;
                height: 36px;
                display: flex;
                align-items: center;
                border-right: 1px solid #e3e3e5
            }

        #modal-list .list-box .last-list .list-inner {
            border-right: none
        }

        #modal-list .list-box .list .list-inner .list-title {
            margin: 0 0 0 9px;
            font-size: 20px;
            color: #303133
        }

            #modal-list .list-box .list .list-inner .list-title span {
                color: #e67700
            }

        #modal-list .list-box .list .list-inner .img-box {
            width: 30px;
            height: 30px;
            margin-left: 21px
        }

            #modal-list .list-box .list .list-inner .img-box img {
                width: 30px;
                height: 30px
            }

#interaction-platform {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    height: 80%;
    overflow-y: scroll;
    right: 0;
    top: 0;
    width: 70%;
    display: none;
    top: 10%;
}

    #interaction-platform .platform-title {
        font-size: 36px;
        font-weight: 500;
        color: #03060d;
        line-height: 36px;
        margin: 0
    }

    #interaction-platform .platform-intro {
        font-size: 16px;
        font-weight: 400;
        color: #8f9193;
        line-height: 16px;
        margin: 30px 0 0 0
    }

    #interaction-platform .platform-step-box {
        width: 100%;
        margin-top: 38px;
        display: flex;
        justify-content: center
    }

        #interaction-platform .platform-step-box .right-space {
            margin-right: 20px
        }

        #interaction-platform .platform-step-box .platform-step {
            width: 180px;
            height: 90px;
            box-sizing: border-box;
            overflow: hidden;
            background-color: #fff;
            cursor: pointer
        }

            #interaction-platform .platform-step-box .platform-step:hover .step-box {
                border-bottom: 2px solid #177ee6;
                transition: all 1s
            }

                #interaction-platform .platform-step-box .platform-step:hover .step-box .triangle {
                    display: block;
                    border: 2px solid #177ee6;
                    background-color: #f5f5f6;
                    transition: all 1s
                }

                #interaction-platform .platform-step-box .platform-step:hover .step-box .img-box .normal-img {
                    display: none
                }

                #interaction-platform .platform-step-box .platform-step:hover .step-box .img-box .choose-img {
                    display: block
                }

                #interaction-platform .platform-step-box .platform-step:hover .step-box .step-title {
                    color: #177ee6
                }

            #interaction-platform .platform-step-box .platform-step .step-box {
                width: 180px;
                height: 90px;
                border-bottom: 2px solid #fff;
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative
            }

                #interaction-platform .platform-step-box .platform-step .step-box .img-box {
                    width: 40px;
                    height: 40px
                }

                    #interaction-platform .platform-step-box .platform-step .step-box .img-box img {
                        width: 40px;
                        height: 40px;
                        display: block
                    }

                    #interaction-platform .platform-step-box .platform-step .step-box .img-box .choose-img {
                        display: none
                    }

                #interaction-platform .platform-step-box .platform-step .step-box .step-title {
                    font-size: 20px;
                    color: #8d8f92;
                    text-align: center
                }

                #interaction-platform .platform-step-box .platform-step .step-box .triangle {
                    width: 20px;
                    height: 20px;
                    background-color: #fff;
                    border: 2px solid #fff;
                    transform: rotate(45deg);
                    position: absolute;
                    left: 50%;
                    margin-left: -10px;
                    bottom: -12px
                }

        #interaction-platform .platform-step-box .show-lsit .step-box {
            border-bottom: 2px solid #177ee6
        }

            #interaction-platform .platform-step-box .show-lsit .step-box .img-box .normal-img {
                display: none
            }

            #interaction-platform .platform-step-box .show-lsit .step-box .img-box .choose-img {
                display: block
            }

            #interaction-platform .platform-step-box .show-lsit .step-box .step-title {
                color: #177ee6
            }

            #interaction-platform .platform-step-box .show-lsit .step-box .triangle {
                border: 2px solid #177ee6;
                transition: all 1s
            }

    #interaction-platform .platform-box {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center
    }

        #interaction-platform .platform-box .function-list-box {
            display: flex;
            justify-content: center;
            flex-wrap: wrap
        }

        #interaction-platform .platform-box .all-list .list {
            width: 300px;
            height: 184px;
            padding: 38px 30px 0 30px;
            background-color: #fff;
            position: relative;
            cursor: pointer
        }

        #interaction-platform .platform-box .all-list .normal-border {
            border-right: 1px solid #e8e9e9;
            border-bottom: 1px solid #e8e9e9
        }

        #interaction-platform .platform-box .all-list .normal-border2 {
            border-right: 1px solid #e8e9e9
        }

        #interaction-platform .platform-box .all-list .special-border {
            border-bottom: 1px solid #e8e9e9
        }

        #interaction-platform .platform-box .all-list .list .jiantou {
            width: 55px;
            height: 8px;
            position: absolute;
            bottom: 20px;
            right: 30px
        }

        #interaction-platform .platform-box .all-list .list .function-title {
            display: flex
        }

            #interaction-platform .platform-box .all-list .list .function-title .title-box {
                height: 48px;
                margin-left: 15px;
                display: flex;
                flex-direction: column;
                justify-content: space-between
            }

                #interaction-platform .platform-box .all-list .list .function-title .title-box .title {
                    font-size: 20px;
                    color: #03060d;
                    font-weight: 700;
                    margin: 0;
                    line-height: 20px
                }

                #interaction-platform .platform-box .all-list .list .function-title .title-box .intro {
                    font-size: 16px;
                    color: #03060d;
                    font-weight: 400;
                    margin: 0
                }

        #interaction-platform .platform-box .all-list .list .function-intro {
            margin-top: 20px
        }

            #interaction-platform .platform-box .all-list .list .function-intro .intro {
                font-size: 16px;
                color: #8f9193
            }

        #interaction-platform .platform-box .all-list .list .function-title .img-box {
            width: 48px;
            height: 48px
        }

            #interaction-platform .platform-box .all-list .list .function-title .img-box img {
                width: 48px;
                height: 48px
            }

        #interaction-platform .platform-box .all-list .list:hover {
            box-shadow: 0 6px 18px 0 rgba(0,0,0,.14);
            position: relative;
            z-index: 1000;
            transition: all .3s
        }

            #interaction-platform .platform-box .all-list .list:hover .function-title .title-box .title {
                color: #177ee6
            }

        #interaction-platform .platform-box .join-list .list {
            width: 300px;
            height: 370px;
            background-color: #fff;
            border-right: 1px solid #e8e9e9;
            padding: 30px 0 30px 30px;
            display: flex;
            flex-direction: column
        }

            #interaction-platform .platform-box .join-list .list:hover {
                box-shadow: 0 6px 18px 0 rgba(0,0,0,.14);
                position: relative;
                z-index: 1000
            }

        #interaction-platform .platform-box .join-list .last-list {
            border-right: none
        }

        #interaction-platform .platform-box .join-list .list .title {
            font-size: 20px;
            font-weight: 700;
            color: #03060d;
            margin-bottom: 16px
        }

        #interaction-platform .platform-box .join-list .list .intro {
            width: 240px;
            font-size: 16px;
            font-weight: 400;
            color: #959799;
            margin-bottom: 30px;
            line-height: 22px
        }

        #interaction-platform .platform-box .join-list .list .intro-list-box {
            display: flex;
            flex-direction: column;
            flex: 1
        }

            #interaction-platform .platform-box .join-list .list .intro-list-box .intro-list {
                margin-bottom: 23px;
                height: 16px
            }

                #interaction-platform .platform-box .join-list .list .intro-list-box .intro-list img {
                    width: 17px;
                    height: 14px;
                    margin-right: 7px
                }

                #interaction-platform .platform-box .join-list .list .intro-list-box .intro-list span {
                    display: inline-block;
                    font-size: 16px;
                    font-weight: 700;
                    color: #177ee6;
                    height: 16px;
                    line-height: 16px
                }

        #interaction-platform .platform-box .join-list .fun-list {
            position: relative
        }

            #interaction-platform .platform-box .join-list .fun-list .top-box {
                display: flex;
                margin-bottom: 15px
            }

                #interaction-platform .platform-box .join-list .fun-list .top-box .top-title {
                    height: 48px;
                    margin-left: 15px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between
                }

                    #interaction-platform .platform-box .join-list .fun-list .top-box .top-title .fun-name {
                        font-size: 20px;
                        color: #03060d;
                        font-weight: 700;
                        margin: 0;
                        line-height: 20px
                    }

                    #interaction-platform .platform-box .join-list .fun-list .top-box .top-title .fun-title {
                        font-size: 16px;
                        font-weight: 400;
                        color: #03060d;
                        line-height: 16px;
                        margin: 0
                    }

                #interaction-platform .platform-box .join-list .fun-list .top-box img {
                    width: 48px;
                    height: 48px
                }

            #interaction-platform .platform-box .join-list .fun-list .bot-box .fun-intro-list {
                margin-top: 23px
            }

                #interaction-platform .platform-box .join-list .fun-list .bot-box .fun-intro-list span {
                    font-size: 16px;
                    color: #959799;
                    display: inline-block;
                    line-height: 18px
                }

                #interaction-platform .platform-box .join-list .fun-list .bot-box .fun-intro-list img {
                    width: 17px;
                    height: 14px;
                    margin-right: 8px
                }

            #interaction-platform .platform-box .join-list .fun-list .btn-box {
                width: 240px;
                height: 40px;
                border-radius: 3px;
                background-color: #177ee6;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
                line-height: 40px;
                text-align: center;
                cursor: pointer;
                position: absolute;
                bottom: 30px
            }

                #interaction-platform .platform-box .join-list .fun-list .btn-box:hover {
                    background-color: #3f9ff2
                }

        #interaction-platform .platform-box .masss-list .list {
            height: 410px
        }

        #interaction-platform .platform-box .masss-list .list-intro .intro {
            margin-bottom: 100px
        }

        #interaction-platform .platform-box .keep-list .list {
            height: 320px
        }

        #interaction-platform .platform-box .keep-list .fun-list {
            width: 450px;
            padding: 40px 30px 30px 30px
        }

            #interaction-platform .platform-box .keep-list .fun-list .top-box {
                margin-bottom: 40px
            }

            #interaction-platform .platform-box .keep-list .fun-list .bot-box {
                font-size: 16px;
                color: #959799
            }

        #interaction-platform .platform-box .deal-list .list {
            height: 330px
        }

        #interaction-platform .platform-box .deal-list .fun-list {
            width: 900px;
            padding: 40px 0 30px 30px
        }

            #interaction-platform .platform-box .deal-list .fun-list .top-box {
                margin-bottom: 35px
            }

            #interaction-platform .platform-box .deal-list .fun-list .bot-box {
                height: 135px;
                display: flex;
                flex-direction: column;
                flex-wrap: wrap
            }

                #interaction-platform .platform-box .deal-list .fun-list .bot-box .fun-intro-list {
                    margin-bottom: 22px;
                    margin-top: 0;
                    width: 450px
                }

        #interaction-platform .platform-box .operation-list .list {
            height: 330px
        }

        #interaction-platform .platform-box .operation-list .list-intro .title {
            margin-bottom: 28px
        }

        #interaction-platform .platform-box .operation-list .list-intro .intro-list-box .intro-list {
            display: flex;
            height: 39px
        }

            #interaction-platform .platform-box .operation-list .list-intro .intro-list-box .intro-list p {
                width: 208px;
                color: #177ee6;
                font-size: 16px;
                line-height: 20px;
                font-family: Arial,PingFang SC Bold,PingFang SC Bold-Bold,"Microsoft YaHei",寰蒋闆呴粦;
                font-weight: 700;
                margin: -5px 0 0 0
            }

#marketingWay {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 70px
}

    #marketingWay .marketing-way-title {
        font-size: 36px;
        color: #03060d;
        font-weight: 500;
        line-height: 36px;
        margin: 0 0 30px 0
    }

    #marketingWay .marketing-way-sub-title {
        font-size: 16px;
        color: #959799;
        font-weight: 400;
        line-height: 16px;
        margin: 0 0 60px 0
    }

    #marketingWay .way-list-box {
        width: 1200px;
        display: flex;
        justify-content: space-between
    }

        #marketingWay .way-list-box .list-box {
            width: 282px;
            height: 498px;
            border-radius: 10px;
            box-shadow: 0 6px 18px 0 rgba(0,0,0,.14);
            overflow: hidden
        }

            #marketingWay .way-list-box .list-box .list-title-box {
                height: 80px;
                display: flex;
                justify-content: space-between;
                background: linear-gradient(to right,#ff7a45 0,#f5252e 100%);
                margin-bottom: 20px
            }

                #marketingWay .way-list-box .list-box .list-title-box img {
                    width: 90px;
                    height: 80px
                }

                #marketingWay .way-list-box .list-box .list-title-box .list-title-inner {
                    margin-left: 16px;
                    display: flex;
                    flex-direction: column
                }

                    #marketingWay .way-list-box .list-box .list-title-box .list-title-inner .inner1 {
                        font-size: 24px;
                        line-height: 24px;
                        color: #fff;
                        font-weight: 700;
                        margin: 18px 0 7px 0
                    }

                    #marketingWay .way-list-box .list-box .list-title-box .list-title-inner .inner2 {
                        font-size: 16px;
                        color: #fff;
                        font-weight: 400;
                        line-height: 16px
                    }

            #marketingWay .way-list-box .list-box .list {
                height: 94px;
                padding: 20px 12px 0 16px;
                background-color: #fff
            }

                #marketingWay .way-list-box .list-box .list .top-box {
                    display: flex;
                    align-items: center;
                    position: relative
                }

                    #marketingWay .way-list-box .list-box .list .top-box img {
                        width: 32px;
                        height: 32px;
                        margin-right: 14px
                    }

                    #marketingWay .way-list-box .list-box .list .top-box span {
                        font-size: 20px;
                        font-weight: 500;
                        color: #03060d
                    }

                    #marketingWay .way-list-box .list-box .list .top-box .btn-more {
                        position: absolute;
                        right: 4px;
                        width: 80px;
                        height: 32px;
                        border-radius: 3px;
                        background-color: #fff;
                        font-size: 16px;
                        font-weight: 400;
                        color: #fff;
                        line-height: 32px;
                        text-align: center;
                        cursor: pointer
                    }

                #marketingWay .way-list-box .list-box .list .list-inner {
                    margin-left: 45px;
                    margin-top: 7px;
                    font-size: 16px;
                    color: #959799
                }

                #marketingWay .way-list-box .list-box .list:hover {
                    background-color: #fff6f7;
                    transition: all .5s
                }

        #marketingWay .way-list-box .blue-list-box .list:hover {
            background-color: #f7f8ff;
            transition: all .5s
        }

        #marketingWay .way-list-box .green-list-box .list:hover {
            background-color: #f5fcf5;
            transition: all .5s
        }

        #marketingWay .way-list-box .yellow-list-box .list:hover {
            background-color: #fff8f6;
            transition: all .5s
        }

        #marketingWay .way-list-box .list-box .list:hover .top-box .btn-more {
            box-shadow: 10px 0 32px 0 rgba(204,29,37,.18);
            color: #f5222d;
            transition: all .5s
        }

        #marketingWay .way-list-box .green-list-box .list-title-box {
            position: relative
        }

            #marketingWay .way-list-box .green-list-box .list-title-box .list-title-inner {
                position: relative;
                z-index: 100
            }

            #marketingWay .way-list-box .green-list-box .list-title-box img {
                position: absolute;
                right: 0;
                z-index: 10
            }

        #marketingWay .way-list-box .blue-list-box .list-title-box {
            background: linear-gradient(to right,#3f9ff2 0,#325af5 100%)
        }

        #marketingWay .way-list-box .green-list-box .list-title-box {
            background: linear-gradient(to right,#73d13d 0,#1abf13 100%)
        }

        #marketingWay .way-list-box .yellow-list-box .list-title-box {
            background: linear-gradient(to right,#ffa940 0,#fa5a21 100%)
        }

        #marketingWay .way-list-box .blue-list-box .list .top-box .btn-more {
            color: #fff
        }

        #marketingWay .way-list-box .blue-list-box .list:hover .top-box .btn-more {
            box-shadow: 10px 0 32px 0 rgba(41,73,204,.18);
            color: #3158f5;
            transition: all .5s
        }

        #marketingWay .way-list-box .green-list-box .list .top-box .btn-more {
            color: #fff
        }

        #marketingWay .way-list-box .green-list-box .list:hover .top-box .btn-more {
            box-shadow: 10px 0 32px 0 rgba(31,204,29,.18);
            color: #2ac218;
            transition: all .5s
        }

        #marketingWay .way-list-box .yellow-list-box .list .top-box .btn-more {
            color: #fff
        }

        #marketingWay .way-list-box .yellow-list-box .list:hover .top-box .btn-more {
            box-shadow: 10px 0 32px 0 rgba(204,72,29,.18);
            color: #fc7229;
            transition: all .5s
        }

#solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    background-color: #fff;
    padding-bottom: 0;
    width: 100%;
    height: 737px;
    background-image: url(https://cos.xiaodashi.com/static/offical/offical/img/index2/banner2-bg2x.png);
    background-repeat: no-repeat;
    background-size: cover
}

    #solution .solution-title {
        font-size: 36px;
        font-weight: 500;
        color: #fff;
        line-height: 36px;
        margin: 0
    }

    #solution .solution-intro {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 16px;
        margin: 30px 0 0 0
    }

    #solution .solution-step-box {
        width: 1200px;
        margin-top: 58px;
        display: flex;
        justify-content: center;
        margin-bottom: 40px
    }

        #solution .solution-step-box .left-li {
            width: 60px;
            height: 50px;
            border-bottom: 1px solid #63626e
        }

        #solution .solution-step-box .right-li {
            width: 60px;
            height: 50px;
            border-bottom: 1px solid #63626e
        }

        #solution .solution-step-box .solution-step {
            width: 180px;
            height: 50px;
            box-sizing: border-box;
            overflow: hidden;
            cursor: pointer
        }

            #solution .solution-step-box .solution-step:hover .step-box {
                border-bottom: none
            }

                #solution .solution-step-box .solution-step:hover .step-box .triangle {
                    display: block
                }

            #solution .solution-step-box .solution-step .step-box {
                width: 180px;
                height: 50px;
                border-bottom: 1px solid #63626e;
                display: flex;
                flex-direction: column;
                align-items: center;
                position: relative
            }

                #solution .solution-step-box .solution-step .step-box .step-boxx {
                    display: flex;
                    align-items: center
                }

                #solution .solution-step-box .solution-step .step-box .img-box {
                    width: 32px;
                    height: 32px
                }

                    #solution .solution-step-box .solution-step .step-box .img-box img {
                        width: 32px;
                        height: 32px;
                        display: block
                    }

                #solution .solution-step-box .solution-step .step-box .step-title {
                    font-size: 20px;
                    font-weight: 500;
                    color: #fff;
                    margin: 0 0 0 10px
                }

                #solution .solution-step-box .solution-step .step-box .triangle {
                    width: 180px;
                    height: 12px;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    display: none
                }

        #solution .solution-step-box .show-lsit .step-box {
            border-bottom: none
        }

            #solution .solution-step-box .show-lsit .step-box .triangle {
                display: block
            }

    #solution .solution-box .solution-list-box .solution-inner-box {
        width: 996px
    }

        #solution .solution-box .solution-list-box .solution-inner-box .top-box .top-title {
            font-size: 36px;
            font-weight: 500;
            color: #fff
        }

        #solution .solution-box .solution-list-box .solution-inner-box .solution-intro {
            margin-top: 33px
        }

            #solution .solution-box .solution-list-box .solution-inner-box .solution-intro p {
                font-size: 16px;
                font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium,"Microsoft YaHei",寰蒋闆呴粦;
                font-weight: 500;
                color: #fff;
                line-height: 24px;
                margin: 0
            }

        #solution .solution-box .solution-list-box .solution-inner-box .solution-tag-box {
            margin-top: 27px;
            display: flex;
            justify-content: space-between
        }

            #solution .solution-box .solution-list-box .solution-inner-box .solution-tag-box .solution-tag {
                padding: 0 9px;
                height: 28px;
                border: 1px solid #fff;
                border-radius: 14px;
                line-height: 28px;
                text-align: center;
                font-size: 16px;
                font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium,"Microsoft YaHei",寰蒋闆呴粦;
                font-weight: 500;
                color: #fff
            }

        #solution .solution-box .solution-list-box .solution-inner-box .solution-logo-box {
            width: 996px;
            height: 120px;
            opacity: .8;
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0 6px 18px 0 rgba(0,0,0,.14);
            margin-top: 43px;
            display: flex;
            justify-content: space-around;
            align-items: center
        }

            #solution .solution-box .solution-list-box .solution-inner-box .solution-logo-box .logo1 {
                width: 98px;
                height: 38px
            }

            #solution .solution-box .solution-list-box .solution-inner-box .solution-logo-box .logo2 {
                width: 125px;
                height: 30px
            }

            #solution .solution-box .solution-list-box .solution-inner-box .solution-logo-box .logo3 {
                width: 67px;
                height: 67px
            }

            #solution .solution-box .solution-list-box .solution-inner-box .solution-logo-box .logo4 {
                width: 95px;
                height: 35px
            }

    #solution .solution-box .join-list .solution-inner-box .solution-logo-box .logo4 {
        width: 180px;
        height: 90px
    }

    #solution .solution-box .join-list .solution-inner-box .solution-logo-box .logo1 {
        width: 138px;
        height: 58px
    }

    #solution .solution-box .join-list .solution-inner-box .solution-logo-box .logo2 {
        width: 155px;
        height: 80px
    }

    #solution .solution-box .join-list .solution-inner-box .solution-logo-box .logo3 {
        width: 137px;
        height: 97px
    }

    #solution .solution-box .masss-list .solution-inner-box .solution-logo-box .logo1 {
        width: 148px;
        height: 68px
    }

    #solution .solution-box .masss-list .solution-inner-box .solution-logo-box .logo2 {
        width: 175px;
        height: 90px
    }

    #solution .solution-box .masss-list .solution-inner-box .solution-logo-box .logo3 {
        width: 137px;
        height: 87px
    }

    #solution .solution-box .masss-list .solution-inner-box .solution-logo-box .logo4 {
        width: 126px;
        height: 85px
    }

    #solution .solution-box .keep-list .solution-inner-box .solution-logo-box .logo1 {
        width: 158px;
        height: 78px
    }

    #solution .solution-box .keep-list .solution-inner-box .solution-logo-box .logo2 {
        width: 165px;
        height: 80px
    }

    #solution .solution-box .keep-list .solution-inner-box .solution-logo-box .logo3 {
        width: 177px;
        height: 107px
    }

    #solution .solution-box .keep-list .solution-inner-box .solution-logo-box .logo4 {
        width: 136px;
        height: 75px
    }

    #solution .solution-box .deal-list .solution-inner-box .solution-logo-box .logo3 {
        width: 127px;
        height: 77px
    }

    #solution .solution-box .deal-list .solution-inner-box .solution-logo-box .logo4 {
        width: 146px;
        height: 95px
    }

    #solution .solution-box .operation-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -10px
    }

        #solution .solution-box .operation-list .solution-more-box {
            width: 1100px;
            display: flex;
            flex-wrap: wrap
        }

            #solution .solution-box .operation-list .solution-more-box .industry-box {
                height: 85px;
                width: 88px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: space-around;
                margin-right: 80px;
                margin-bottom: 40px
            }

            #solution .solution-box .operation-list .solution-more-box .right-space {
                margin-right: 0
            }

            #solution .solution-box .operation-list .solution-more-box .industry-box i {
                font-size: 44px;
                color: #fff
            }

            #solution .solution-box .operation-list .solution-more-box .industry-box p {
                font-size: 20px;
                font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium,"Microsoft YaHei",寰蒋闆呴粦;
                font-weight: 500;
                color: #fff
            }

        #solution .solution-box .operation-list .join-us {
            width: 200px;
            height: 56px;
            background: linear-gradient(to right,#40bfff 0,#266eff 100%);
            border-radius: 3px;
            font-size: 24px;
            font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium,"Microsoft YaHei",寰蒋闆呴粦;
            font-weight: 500;
            color: #fff;
            line-height: 56px;
            text-align: center;
            cursor: pointer
        }

#serviceAssurance {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    padding: 80px 0
}

    #serviceAssurance .serviceAssurance-title {
        font-size: 36px;
        font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium,"Microsoft YaHei",寰蒋闆呴粦;
        font-weight: 500;
        color: #03060d;
        line-height: 36px;
        margin: 0 0 30px 0
    }

    #serviceAssurance .serviceAssurance-sub-title {
        font-size: 16px;
        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular,"Microsoft YaHei",寰蒋闆呴粦;
        font-weight: 400;
        color: #959799;
        line-height: 16px;
        margin: 0 0 60px 0
    }

    #serviceAssurance .serviceAssurance-sample-box {
        width: 1200px;
        display: flex
    }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box {
            height: 490px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            z-index: 10;
            background-color: #fff
        }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list {
                width: 384px;
                height: 150px;
                border-radius: 10px;
                box-shadow: 0 1px 5px 0 rgba(0,0,0,.12);
                display: flex
            }

        #serviceAssurance .serviceAssurance-sample-box img {
            width: 456px;
            height: 456px;
            position: relative;
            z-index: 0;
            margin-left: -12px;
            margin-right: -12px
        }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list .list-left .sample-title {
            margin-top: 36px;
            width: 48px;
            height: 24px;
            background: #fff;
            border: 1px solid #177ee6;
            color: #177ee6;
            line-height: 24px;
            text-align: center;
            margin-bottom: 20px
        }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list .list-left .sample-inner {
            font-size: 20px;
            font-family: Arial,PingFang SC Bold,PingFang SC Bold-Bold,"Microsoft YaHei",寰蒋闆呴粦;
            font-weight: 700;
            color: #292b31;
            line-height: 20px
        }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list:hover {
            box-shadow: 0 6px 18px 0 rgba(0,0,0,.14);
            transition: all 1s
        }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list:hover .list-left .sample-title {
                background: #177ee6;
                color: #fff;
                transition: all 1s
            }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list:hover .list-left .sample-inner {
                color: #177ee6;
                transition: all 1s
            }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list:hover .list-right .sample-title {
                background: #177ee6;
                color: #fff;
                transition: all 1s
            }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list:hover .list-right .sample-inner {
                color: #177ee6;
                transition: all 1s
            }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box-left .sample-list {
            padding-left: 39px;
            position: relative
        }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box-left .sample-list .list-right {
                opacity: .05;
                font-size: 120px;
                font-family: Arial,Times New Roman Bold,Times New Roman Bold-Bold,"Microsoft YaHei",寰蒋闆呴粦;
                font-weight: 700;
                color: #177ee6;
                position: absolute;
                right: 12px;
                top: -19px
            }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list .list-right .sample-title {
            margin-top: 36px;
            width: 48px;
            height: 24px;
            background: #fff;
            border: 1px solid #177ee6;
            color: #177ee6;
            line-height: 24px;
            text-align: center;
            margin-left: 160px;
            margin-bottom: 20px
        }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box .sample-list .list-right .sample-inner {
            font-size: 20px;
            font-family: Arial,PingFang SC Bold,PingFang SC Bold-Bold,"Microsoft YaHei",寰蒋闆呴粦;
            font-weight: 700;
            color: #292b31;
            line-height: 20px
        }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box-right .sample-list .list-left {
            opacity: .05;
            font-size: 120px;
            font-family: Arial,Times New Roman Bold,Times New Roman Bold-Bold,"Microsoft YaHei",寰蒋闆呴粦;
            font-weight: 700;
            color: #177ee6
        }

        #serviceAssurance .serviceAssurance-sample-box .sample-list-box-right .sample-list {
            position: relative
        }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box-right .sample-list .list-left {
                position: absolute;
                left: 12px;
                top: -19px
            }

            #serviceAssurance .serviceAssurance-sample-box .sample-list-box-right .sample-list .list-right {
                position: absolute;
                right: 18px;
                text-align: right
            }

#partner-box {
    padding: 60px 0;
    background-color: #ececed;
    display: flex;
    flex-direction: column;
    align-items: center
}

    #partner-box .partner-title {
        font-size: 36px;
        font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium,"Microsoft YaHei",寰蒋闆呴粦;
        font-weight: 500;
        color: #03060d;
        line-height: 36px;
        margin: 0
    }

    #partner-box .partner-sub-title {
        font-size: 16px;
        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular,"Microsoft YaHei",寰蒋闆呴粦;
        font-weight: 400;
        color: #959799;
        line-height: 16px;
        margin: 31px 0 40px 0
    }

    #partner-box .partner-map-box {
        width: 1200px;
        display: flex;
        justify-content: space-between
    }

        #partner-box .partner-map-box img {
            width: 556px;
            height: 518px
        }

        #partner-box .partner-map-box .right-list-box {
            display: flex;
            flex-direction: column
        }

            #partner-box .partner-map-box .right-list-box .list {
                width: 588px;
                height: 130px;
                background-color: #e4e8ed;
                border-radius: 10px;
                padding: 36px 0 0 56px;
                margin-top: 24px;
                transition: background-color 1s
            }

                #partner-box .partner-map-box .right-list-box .list .list-title {
                    font-size: 24px;
                    font-family: Arial,PingFang SC Bold,PingFang SC Bold-Bold,"Microsoft YaHei",寰蒋闆呴粦;
                    font-weight: 700;
                    color: #177ee6;
                    line-height: 24px;
                    margin: 0;
                    transition: color 1s
                }

                #partner-box .partner-map-box .right-list-box .list .list-inner {
                    font-size: 16px;
                    font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular,"Microsoft YaHei",寰蒋闆呴粦;
                    font-weight: 400;
                    text-align: left;
                    color: #9a9ea3;
                    line-height: 16px;
                    margin: 19px 0 0 0;
                    transition: color .5s
                }

            #partner-box .partner-map-box .right-list-box .list2 {
                background-color: #eee4da
            }

                #partner-box .partner-map-box .right-list-box .list2 .list-title {
                    color: #fa8c16
                }

            #partner-box .partner-map-box .right-list-box .list3 {
                background-color: #dcebda
            }

                #partner-box .partner-map-box .right-list-box .list3 .list-title {
                    color: #2bad13
                }

            #partner-box .partner-map-box .right-list-box .list1:hover {
                background-color: #177ee6;
                transition: all .5s
            }

                #partner-box .partner-map-box .right-list-box .list1:hover .list-title {
                    color: #fff;
                    transition: all .5s
                }

                #partner-box .partner-map-box .right-list-box .list1:hover .list-inner {
                    color: #fff;
                    transition: all .5s
                }

            #partner-box .partner-map-box .right-list-box .list2:hover {
                background-color: #fa8c16;
                transition: all .5s
            }

                #partner-box .partner-map-box .right-list-box .list2:hover .list-title {
                    color: #fff;
                    transition: all .5s
                }

                #partner-box .partner-map-box .right-list-box .list2:hover .list-inner {
                    color: #fff;
                    transition: all .5s
                }

            #partner-box .partner-map-box .right-list-box .list3:hover {
                background-color: #2bad13;
                transition: all .5s
            }

                #partner-box .partner-map-box .right-list-box .list3:hover .list-title {
                    color: #fff;
                    transition: all .5s
                }

                #partner-box .partner-map-box .right-list-box .list3:hover .list-inner {
                    color: #fff;
                    transition: all .5s
                }

    #partner-box .partner-btn {
        width: 200px;
        height: 56px;
        background: linear-gradient(to right,#40bfff 0,#266eff 100%);
        border-radius: 3px;
        line-height: 56px;
        text-align: center;
        font-size: 24px;
        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular,"Microsoft YaHei",寰蒋闆呴粦;
        font-weight: 400;
        color: #fff;
        margin-top: 33px;
        cursor: pointer
    }

#background-box {
    width: 100%;
    height: 240px;
    background-image: url(https://cos.xiaodashi.com/static/offical/offical/img/index2/bg2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0
}

    #background-box .background-list {
        width: 270px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        margin-top: -35px
    }

        #background-box .background-list .list-inner1 .number {
            font-size: 60px;
            font-weight: bolder
        }

        #background-box .background-list .list-inner1 .text {
            font-size: 24px;
            font-weight: 500
        }

        #background-box .background-list .list-inner2 {
            font-size: 20px;
            font-weight: 500
        }

    #background-box .background-list1 {
        width: 210px;
        margin-left: 52px
    }

    #background-box .background-list2 {
        width: 210px;
        margin-left: 81px
    }

    #background-box .background-list3 {
        width: 250px;
        margin-left: 82px
    }

    #background-box .background-list4 {
        width: 170px;
        margin-left: 94px
    }

#logo-box {
    padding: 60px 0 26px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff
}

    #logo-box .logo-title {
        font-size: 36px;
        font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium;
        font-weight: 500;
        color: #03060d;
        line-height: 36px;
        margin: 0
    }

    #logo-box .logo-sub-title {
        font-size: 16px;
        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
        font-weight: 400;
        color: #5b5d61;
        line-height: 16px;
        margin: 30px 0 56px 0
    }

    #logo-box .logo-list-box {
        width: 1205px;
        display: flex;
        flex-wrap: wrap
    }

        #logo-box .logo-list-box .logo {
            width: 180px;
            height: 80px;
            margin-right: 25px;
            margin-bottom: 33px
        }

        #logo-box .logo-list-box .right-space {
            margin-right: 0
        }

#business-school {
    height: 653px;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(https://cos.xiaodashi.com/static/offical/offical/img/index2/bg2.png);
    background-repeat: no-repeat;
    background-size: cover
}

    #business-school .business-school-title {
        font-size: 36px;
        font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium;
        font-weight: 500;
        line-height: 36px;
        margin: 0 0 60px 0;
        color: #03060d
    }

    #business-school .shang-box {
        width: 1200px;
        display: flex;
        justify-content: space-between
    }

        #business-school .shang-box .shang-left-box {
            width: 566px;
            display: flex;
            flex-direction: column
        }

            #business-school .shang-box .shang-left-box .left-top {
                display: flex;
                justify-content: space-between;
                margin-bottom: 20px
            }

                #business-school .shang-box .shang-left-box .left-top .top-left {
                    display: flex;
                    align-items: center
                }

                    #business-school .shang-box .shang-left-box .left-top .top-left img {
                        width: 24px;
                        height: 24px;
                        margin-right: 9px
                    }

                    #business-school .shang-box .shang-left-box .left-top .top-left span {
                        font-size: 20px;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 700;
                        color: #292b31
                    }

                #business-school .shang-box .shang-left-box .left-top .top-right {
                    display: flex;
                    align-items: center;
                    cursor: pointer
                }

                    #business-school .shang-box .shang-left-box .left-top .top-right span {
                        font-size: 14px;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 400;
                        color: #488bff
                    }

                    #business-school .shang-box .shang-left-box .left-top .top-right .iconfont {
                        color: #488bff;
                        font-size: 12px
                    }

            #business-school .shang-box .shang-left-box .middle-box {
                display: flex;
                justify-content: space-between;
                padding-bottom: 15px;
                border-bottom: 1px dashed #e5e5e6;
                margin-bottom: 14px
            }

                #business-school .shang-box .shang-left-box .middle-box .img-box {
                    width: 154px;
                    height: 124px;
                    border-radius: 6px;
                    box-shadow: 0 3px 7px 0 rgba(0,0,0,.12);
                    overflow: hidden;
                    cursor: pointer
                }

                #business-school .shang-box .shang-left-box .middle-box img {
                    width: 154px;
                    height: 124px;
                    border-radius: 6px;
                    cursor: pointer;
                    -o-object-fit: fill;
                    object-fit: fill
                }

                    #business-school .shang-box .shang-left-box .middle-box img:hover {
                        margin-top: -9px;
                        margin-left: -12px;
                        width: 177px;
                        height: 142px;
                        transition: all .2s
                    }

                #business-school .shang-box .shang-left-box .middle-box .middle-right {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between
                }

                    #business-school .shang-box .shang-left-box .middle-box .middle-right p {
                        margin: 0
                    }

                    #business-school .shang-box .shang-left-box .middle-box .middle-right .middle-right-top {
                        width: 380px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-size: 16px;
                        font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium;
                        font-weight: 500;
                        color: #0c0c0d;
                        cursor: pointer
                    }

                    #business-school .shang-box .shang-left-box .middle-box .middle-right .middle-right-middle {
                        width: 380px;
                        font-size: 14px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 400;
                        color: #8d8f92
                    }

                    #business-school .shang-box .shang-left-box .middle-box .middle-right .middle-right-bot i {
                        font-size: 12px;
                        color: #c0c1c2;
                        margin-right: 7px
                    }

                    #business-school .shang-box .shang-left-box .middle-box .middle-right .middle-right-bot span {
                        font-size: 12px;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 400;
                        color: #8d8f92
                    }

            #business-school .shang-box .shang-left-box .bot-box .news-list {
                display: flex;
                justify-content: space-between
            }

                #business-school .shang-box .shang-left-box .bot-box .news-list .linst-inner {
                    width: 405px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-size: 16px;
                    font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                    font-weight: 400;
                    color: #03060d;
                    margin-bottom: 18px;
                    cursor: pointer
                }

                #business-school .shang-box .shang-left-box .bot-box .news-list .inner-time i {
                    font-size: 12px;
                    color: #c0c1c2;
                    margin-right: 7px
                }

                #business-school .shang-box .shang-left-box .bot-box .news-list .inner-time span {
                    font-size: 12px;
                    font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                    font-weight: 400;
                    color: #8d8f92
                }

                #business-school .shang-box .shang-left-box .bot-box .news-list .linst-inner:hover {
                    color: #177ee6
                }

            #business-school .shang-box .shang-left-box .bot-box .last-list .linst-inner {
                font-size: 16px;
                font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                font-weight: 400;
                color: #03060d
            }

        #business-school .shang-box .shang-right-box {
            width: 566px;
            display: flex;
            flex-direction: column
        }

            #business-school .shang-box .shang-right-box .right-top {
                display: flex;
                justify-content: space-between;
                margin-bottom: 20px
            }

                #business-school .shang-box .shang-right-box .right-top .top-left {
                    display: flex;
                    align-items: center
                }

                    #business-school .shang-box .shang-right-box .right-top .top-left img {
                        width: 24px;
                        height: 24px;
                        margin-right: 9px
                    }

                    #business-school .shang-box .shang-right-box .right-top .top-left span {
                        font-size: 20px;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 700;
                        color: #292b31
                    }

                #business-school .shang-box .shang-right-box .right-top .top-right {
                    display: flex;
                    align-items: center;
                    cursor: pointer
                }

                    #business-school .shang-box .shang-right-box .right-top .top-right span {
                        font-size: 14px;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 400;
                        color: #488bff
                    }

                    #business-school .shang-box .shang-right-box .right-top .top-right .iconfont {
                        color: #488bff;
                        font-size: 12px
                    }

            #business-school .shang-box .shang-right-box .middle-box {
                display: flex;
                justify-content: space-between
            }

                #business-school .shang-box .shang-right-box .middle-box .left-box {
                    width: 273px;
                    height: 316px;
                    position: relative
                }

                    #business-school .shang-box .shang-right-box .middle-box .left-box .img-box {
                        width: 273px;
                        height: 184px;
                        border-radius: 6px;
                        box-shadow: 0 3px 7px 0 rgba(0,0,0,.12);
                        margin-bottom: 20px;
                        overflow: hidden;
                        cursor: pointer
                    }

                    #business-school .shang-box .shang-right-box .middle-box .left-box img {
                        width: 273px;
                        height: 184px;
                        border-radius: 6px;
                        -o-object-fit: fill;
                        object-fit: fill
                    }

                    #business-school .shang-box .shang-right-box .middle-box .left-box:hover img {
                        margin-top: -13px;
                        margin-left: -20px;
                        width: 314px;
                        height: 211px;
                        transition: all .2s
                    }

                    #business-school .shang-box .shang-right-box .middle-box .left-box .number-box {
                        width: 90px;
                        height: 24px;
                        opacity: .44;
                        border-radius: 0 6px 0 10px;
                        background-color: #000;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        position: absolute;
                        top: 0;
                        right: 0
                    }

                        #business-school .shang-box .shang-right-box .middle-box .left-box .number-box i {
                            font-size: 14px;
                            color: #fff;
                            margin-right: 8px
                        }

                        #business-school .shang-box .shang-right-box .middle-box .left-box .number-box span {
                            font-size: 12px;
                            font-family: Arial,PingFang SC Medium,PingFang SC Medium-Medium;
                            font-weight: 500;
                            color: #fff
                        }

                    #business-school .shang-box .shang-right-box .middle-box .left-box .middle-text {
                        font-size: 16px;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 400;
                        color: #03060d;
                        width: 267px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        cursor: pointer;
                        margin-bottom: 16px
                    }

                        #business-school .shang-box .shang-right-box .middle-box .left-box .middle-text:hover {
                            color: #177ee5
                        }

                    #business-school .shang-box .shang-right-box .middle-box .left-box .bot-text {
                        width: 267px;
                        font-size: 14px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        overflow: hidden;
                        font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                        font-weight: 400;
                        color: #606366
                    }

                    #business-school .shang-box .shang-right-box .middle-box .left-box .bot-tag-box {
                        position: absolute;
                        bottom: 0;
                        display: flex
                    }

                        #business-school .shang-box .shang-right-box .middle-box .left-box .bot-tag-box p {
                            height: 24px;
                            line-height: 24px;
                            display: inline-block;
                            background: #fff;
                            border: 1px solid #488bff;
                            border-radius: 3px;
                            font-size: 12px;
                            font-family: Arial,PingFang SC Regular,PingFang SC Regular-Regular;
                            font-weight: 400;
                            text-align: center;
                            color: #488bff;
                            padding: 0 8px 0 8px;
                            margin: 0 8px 0 0
                        }
