#container {
    width: 100%;
}

.section {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}

.title {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

    .title h1 {
        font-size: 30px;
        color: #0678cb;
    }

    .title p {
        font-size: 16px;
        color: #999;
        margin-top: 20px;
    }

/*22*/
.tab-box {
    margin-top: 30px;
}

    .tab-box li {
        float: left;
        width: 200px;
        padding: 20px 10px;
        cursor: pointer;
    }

        .tab-box li > img {
            display: block;
            margin: 0 auto;
            width: 60px;
        }

        .tab-box li .selected {
            display: none;
        }

        .tab-box li p {
            text-align: center;
            margin-top: 10px;
            font-size: 18px;
        }

        .tab-box li.active {
            border-bottom: 4px solid #0678cb;
        }

            .tab-box li.active > .selected {
                display: block;
            }

            .tab-box li.active > .common {
                display: none;
            }

            .tab-box li.active p {
                color: #0678cb;
            }

.banner {
    height: 600px;
}

.swiper-slide {
    background-position: top left;
    display: table;
}

    .swiper-slide .middle {
        width: 650px;
        vertical-align: middle;
        display: table-cell;
    }

    .swiper-slide h1 {
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: 1px;
        color: #fff;
        font-size: 50px;
        line-height: 50px;
    }

    .swiper-slide h2 {
        font-size: 20px;
        line-height: 42px;
        font-weight: 100;
        margin-bottom: 35px;
        color: white;
    }

    .swiper-slide .button {
        display: block;
        width: 164px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        background: #6173f4;
        border-radius: 5px;
        font-size: 18px;
        letter-spacing: 2px;
    }


.do {
    width: 100%;
    padding: 80px 0 0;
    /*background: #FAFAFC;*/
}

.do-con {
    display: none;
}

    .do-con.active {
        display: block;
    }

    .do-con > img {
        display: block;
        float: right;
    }

    .do-con .message {
        float: left;
        width: 440px;
    }

        .do-con .message h2 {
            font-size: 30px;
            color: #111111;
            line-height: 90px;
        }

        .do-con .message p {
            font-size: 16px;
            color: #333333;
            line-height: 36px;
        }

    .do-con .btn-box {
        margin-top: 40px;
        overflow: hidden;
    }

        .do-con .btn-box .btn {
            float: left;
            width: 120px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            border-radius: 20px;
            margin-right: 20px;
        }

        .do-con .btn-box .open {
            background: linear-gradient(-90deg,#0678cb,#03A6F0);
        }

            .do-con .btn-box .open a {
                color: #fff;
            }

        .do-con .btn-box .download {
            border: 1px solid #0678cb;
        }

            .do-con .btn-box .download a {
                color: #0678cb;
            }



.module {
    margin-top: 30px;
    text-align: center;
}

    .module li {
        display: inline-block;
        width: 360px;
        background: #fff;
        padding: 30px;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 50px;
    }

        .module li:hover {
            background: linear-gradient(#0858fb,#12e1ff);
            color: #fff;
        }

        .module li:nth-child(3), .module li:nth-child(6), .module li:nth-child(9) {
            margin-right: 0;
        }

        .module li > img {
            display: block;
            margin-right: auto;
            margin-left: auto;
            margin-top: -70px;
            width: 80px;
        }

        .module li .name {
            font-size: 20px;
            margin: 30px 0;
        }

        .module li .desc {
            font-size: 14px;
        }


.function .image1 {
    float: left;
    width: 600px;
    height: 480px;
    background: url("../images/22-24/22-2.png") center center no-repeat;
}

.function .image2 {
    float: left;
    width: 600px;
    height: 400px;
    background: url("../images/22-24/22-3.png") center center no-repeat;
}

.function .image3 {
    float: left;
    width: 600px;
    height: 400px;
    background: url("../images/22-24/22-4.png") center center no-repeat;
}

.function .info {
    float: left;
    width: 600px;
    padding: 30px;
}

    .function .info h2 {
        font-size: 36px;
        margin-bottom: 20px;
        font-weight: 200;
    }

    .function .info p {
        line-height: 30px;
    }

        .function .info p span {
            color: #a7c9ec;
            ;
        }

    .function .info .more {
        border: 1px solid #dbe6f0;
        width: 100px;
        height: 34px;
        text-align: center;
        line-height: 32px;
        color: #2d8fd9;
        margin-top: 20px;
    }

.last {
    height: 600px;
    background: url("../images/22-24/22-5.png") center bottom no-repeat;
    text-align: center;
}

    .last h2 {
        padding-top: 340px;
        padding-bottom: 20px;
        line-height: 45px;
        font-size: 42px;
        font-weight: 700;
        color: #15181b;
    }

.information {
    margin-top: 30px;
}

    .information .left {
        float: left;
        width: 520px;
        background-color: #fff;
        overflow: hidden;
    }

.info-top {
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
}

.information .left .name {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px;
}

.information .left p {
    line-height: 40px;
    color: #777;
    padding: 0 20px;
}

.information .left .date {
    float: left;
    line-height: 40px;
    margin-left: 20px;
    color: #777;
}

.information .left .more {
    float: right;
    line-height: 40px;
    color: #dd1313;
    margin-right: 20px;
}

.information .right {
    float: right;
    width: 640px;
    background-color: #fff;
    overflow: hidden;
    padding: 0 20px;
}

    .information .right .right-item {
        padding-bottom: 20px;
    }

    .information .right .info-con {
        overflow: hidden;
    }

        .information .right .info-con > img {
            display: block;
            float: left;
            margin-right: 20px;
        }

        .information .right .info-con .list li {
            float: left;
            width: 300px;
            height: 30px;
            line-height: 30px;
        }

            .information .right .info-con .list li > a {
                float: left;
                font-size: 14px;
                color: #111;
            }

                .information .right .info-con .list li > a:hover {
                    color: #6880fa;
                }

            .information .right .info-con .list li > span {
                display: block;
                float: right;
                font-size: 14px;
            }

        .information .right .info-con .list .more {
            float: right;
            line-height: 30px;
            color: #dd1313;
        }
/*22 结束*/



/*23*/
.thing-item {
    width: 960px;
    margin: 30px auto;
    overflow: hidden;
}

    .thing-item li {
        float: left;
        width: 320px;
        padding: 20px;
        margin-top: 10px;
    }

        .thing-item li > img {
            display: block;
            float: left;
            margin-right: 20px;
        }

        .thing-item li .message {
            float: left;
            width: 208px;
        }

            .thing-item li .message h4 {
                margin-bottom: 5px;
                font-size: 16px;
            }

            .thing-item li .message p {
                line-height: 20px;
                font-size: 12px;
                color: #888;
            }


.switch-box {
    width: 100%;
}

.show {
    position: relative;
    overflow: hidden;
}

.content-box {
    overflow: hidden;
    display: none;
}

    .content-box.active {
        display: block;
    }

    .content-box .content {
        float: left;
        width: 620px;
        padding: 80px 40px;
    }

        .content-box .content h3 {
            font-size: 30px;
            font-weight: normal;
            color: #333;
            padding-bottom: 20px;
        }

        .content-box .content h4 {
            font-size: 20px;
            color: #333;
            font-weight: normal;
        }

        .content-box .content p {
            font-size: 14px;
            color: #969696;
            line-height: 24px;
            padding-top: 15px;
        }

    .content-box .image {
        float: left;
        width: 580px;
        height: 630px;
    }

        .content-box .image.screen1 {
            background: url("../images/22-24/screen1.png") center bottom no-repeat;
        }

.content-box2 {
    overflow: hidden;
    display: none;
}

    .content-box2.active {
        display: block;
    }

    .content-box2 .content {
        float: left;
        width: 620px;
        padding: 80px 40px;
    }

        .content-box2 .content h3 {
            font-size: 30px;
            font-weight: normal;
            color: #333;
            padding-bottom: 20px;
        }

        .content-box2 .content h4 {
            font-size: 20px;
            color: #333;
            font-weight: normal;
        }

        .content-box2 .content p {
            font-size: 14px;
            color: #969696;
            line-height: 24px;
            padding-top: 15px;
        }

    .content-box2 .image {
        float: left;
        width: 580px;
        height: 630px;
    }

        .content-box2 .image.screen7 {
            background: url("../images/22-24/screen7.png") center bottom no-repeat;
        }

.show .fonts {
    position: absolute;
    left: 5%;
    bottom: 100px;
}

.show .right {
    position: absolute;
    left: 55%;
    bottom: 100px;
}

    .show .fonts li, .show .right li {
        display: inline-block;
        cursor: pointer;
        margin: 10px 21px 0 0;
    }

        .show .fonts li .appicon, .show .right li .appicon {
            display: inline-block;
            width: 70px;
            height: 70px;
            background: url("../images/22-24/appicon.png") no-repeat;
        }

        .show .fonts li p, .show .right li p {
            text-align: center;
            padding-top: 20px;
            font-size: 14px;
            color: #333;
        }

        .show .fonts li .appicon1 {
            background-position: 0 0;
        }

        .show .fonts li .appicon2 {
            background-position: 0 -80px;
        }

        .show .fonts li .appicon3 {
            background-position: 0 -160px;
        }

        .show .fonts li .appicon4 {
            background-position: 0 -240px;
        }

        .show .fonts li .appicon5 {
            background-position: 0 -320px;
        }

        .show .fonts li .appicon6 {
            background-position: 0 -400px;
        }

        .show .right li .appicon7 {
            background-position: -160px 0;
        }

        .show .right li .appicon8 {
            background-position: -160px -80px;
        }

        .show .right li .appicon9 {
            background-position: -162px -160px;
        }

        .show .right li .appicon10 {
            background-position: -162px -240px;
        }

        .show .right li .appicon11 {
            background-position: -162px -320px;
        }

        .show .fonts li .appicon1.active {
            background-position: -80px 0;
        }

        .show .fonts li .appicon2.active {
            background-position: -80px -80px;
        }

        .show .fonts li .appicon3.active {
            background-position: -80px -160px;
        }

        .show .fonts li .appicon4.active {
            background-position: -80px -240px;
        }

        .show .fonts li .appicon5.active {
            background-position: -80px -320px;
        }

        .show .fonts li .appicon6.active {
            background-position: -80px -400px;
        }

        .show .right li .appicon7.active {
            background-position: -240px 0;
        }

        .show .right li .appicon8.active {
            background-position: -240px -80px;
        }

        .show .right li .appicon9.active {
            background-position: -240px -160px;
        }

        .show .right li .appicon10.active {
            background-position: -240px -240px;
        }

        .show .right li .appicon11.active {
            background-position: -240px -320px;
        }


.help {
    width: 850px;
    margin: 50px auto 0;
}

    .help li {
        float: left;
        width: 425px;
        padding: 15px;
    }

        .help li:nth-of-type(odd) {
            text-align: right;
        }

        .help li .message {
            float: left;
            width: 300px;
        }

            .help li .message h3 {
                font-size: 18px;
                margin: 12px 0 8px;
            }

            .help li .message p {
                font-size: 12px;
                line-height: 24px;
                color: #838383;
            }

        .help li .icon {
            float: left;
            height: 64px;
            width: 64px;
            margin: 13px;
            background: url("../images/22-24/ico_wecan_64_64.png") no-repeat;
        }

        .help li .icon1 {
            background-position: 0 0;
        }

        .help li .icon2 {
            background-position: -64px 0;
        }

        .help li .icon3 {
            background-position: -128px 0;
        }

        .help li .icon4 {
            background-position: -192px 0;
        }

        .help li .icon5 {
            background-position: -256px 0;
        }

        .help li .icon6 {
            background-position: -320px 0;
        }


.partner {
    margin-top: 30px;
    text-align: center;
}

    .partner li {
        display: inline-block;
        width: 250px;
        padding: 40px 30px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 5px 0 #ccc;
        margin: 0 20px;
    }

        .partner li h3 {
            font-size: 20px;
            text-align: left;
        }

        .partner li p {
            color: #666;
            margin-top: 20px;
            text-align: left;
        }

/*23结束*/



/*24*/

.product {
    margin-top: 30px;
}

    .product li {
        float: left;
        width: 200px;
        padding: 40px 20px;
        margin: 0 50px;
        text-align: center;
        cursor: pointer;
    }

        .product li > img {
            display: block;
            margin: 0 auto;
            width: 90px;
            height: 75px;
        }

        .product li .hover {
            display: none;
        }

        .product li h4 {
            font-size: 20px;
            margin: 20px 0;
        }

        .product li p {
            color: #666;
        }

        .product li:hover {
            background: linear-gradient(#0858fb,#12e1ff);
        }

            .product li:hover h4, .product li:hover p {
                color: #fff;
            }

            .product li:hover .hover {
                display: block;
            }

            .product li:hover .common {
                display: none;
            }


.manage {
    margin: 50px auto;
}

    .manage > img {
        display: block;
        float: left;
        width: 600px;
    }

    .manage .message {
        float: left;
        width: 600px;
        padding: 30px;
    }

        .manage .message h3 {
            font-size: 1.5em;
            color: #0678cb;
            font-weight: 700;
            padding-bottom: 10px;
        }

        .manage .message p {
            line-height: 30px;
            color: #585858;
        }

            .manage .message p > img {
                vertical-align: middle;
                margin-right: 5px;
            }


.run-tag {
    text-align: center;
}

    .run-tag li {
        display: inline-block;
        background: #666;
        width: 129px;
        height: 44px;
        text-align: center;
        line-height: 44px;
        color: #fff;
        cursor: pointer;
        font-size: 18px;
    }

        .run-tag li:first-child {
            border-radius: 10px 0 0 10px;
        }

        .run-tag li:last-child {
            border-radius: 0 10px 10px 0;
        }

        .run-tag li.active {
            background: #2587ee;
        }

.run-con {
    margin-top: 30px;
    overflow: hidden;
}

.run-box {
    width: 10800px;
}

    .run-box li {
        float: left;
        width: 1200px;
    }

        .run-box li .image {
            float: right;
            width: 630px;
        }

            .run-box li .image > img {
                display: block;
                width: 100%;
            }

        .run-box li .message {
            float: left;
            width: 520px;
        }

            .run-box li .message .mode {
                width: 100%;
                text-align: center;
            }

                .run-box li .message .mode li {
                    float: left;
                    width: 130px;
                    padding: 10px;
                }

                    .run-box li .message .mode li > img {
                        display: block;
                        width: 45px;
                        margin: 0 auto;
                    }

                    .run-box li .message .mode li > p {
                        line-height: 24px;
                        margin-top: 5px;
                    }

            .run-box li .message > p {
                line-height: 28px;
            }

            .run-box li .message .more {
                width: 130px;
                height: 38px;
                text-align: center;
                line-height: 38px;
                background: #2587ee;
                margin-top: 20px;
            }

                .run-box li .message .more a {
                    color: #fff;
                }



.pl-top {
    margin-top: 30px;
}

    .pl-top li {
        width: 20%;
        float: left;
    }

        .pl-top li .ideas {
            font-size: 14px;
            line-height: 23px;
            text-align: center;
            background: url(../images/22-24/lbx1.png) no-repeat center;
            background-size: 100%;
            padding: 35% 0 43%;
        }

            .pl-top li .ideas h3 {
                margin-bottom: 5px;
                color: #0678cb;
                font-size: 16px;
            }

        .pl-top li span {
            font-size: 14px;
            display: block;
            margin-left: 10px;
            line-height: 27px;
        }

.pl-bottom li {
    width: 20%;
    float: left;
}

    .pl-bottom li .ideas {
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        background: url(../images/22-24/lbx2.png) no-repeat center;
        background-size: 100%;
        padding: 54% 0 26% 0;
        margin-top: -74%;
    }

        .pl-bottom li .ideas h3 {
            margin-bottom: 5px;
            color: #fff;
            font-size: 16px;
        }

    .pl-bottom li span {
        font-size: 14px;
        display: block;
        margin-left: 10px;
        line-height: 27px;
    }


.news {
    margin-top: 30px;
}

    .news .big {
        float: left;
        height: 380px;
        width: 400px;
        background: #fff;
        padding: 20px 10px;
        position: relative;
    }

        .news .big > img {
            display: block;
            width: 100%;
            margin-bottom: 30px;
        }

        .news .big h3 {
            font-size: 20px;
        }

        .news .big p {
            font-size: 14px;
            line-height: 22px;
            color: #8b8b8b;
        }

        .news .big .date {
            padding: 10px;
            position: absolute;
            right: 10px;
            bottom: 30px;
            text-align: center;
            background-color: #c0504d;
            color: #fff;
            font-size: 16px;
        }

            .news .big .date span {
                font-size: 40px;
            }

    .news .small {
        float: right;
        width: 770px;
        height: 380px;
        background: #fff;
    }

        .news .small .list {
            overflow: hidden;
        }

        .news .small li {
            width: 50%;
            float: left;
            padding: 20px 30px;
            font-size: 16px;
            border-bottom: 1px solid #f0f0f0;
            overflow: hidden;
        }

            .news .small li:hover {
                background: #6880fa;
                color: #fff;
            }

            .news .small li .time {
                float: left;
                width: 80px;
                text-align: center;
            }

                .news .small li .time span {
                    font-size: 26px;
                }

            .news .small li .message {
                float: left;
                width: 245px;
            }

                .news .small li .message h3 {
                    font-size: 16px;
                }

                .news .small li .message p {
                    font-size: 14px;
                    color: #8b8b8b;
                    line-height: 21px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

            .news .small li:hover .message p {
                color: #fff;
            }

        .news .small .more {
            display: block;
            width: 100%;
            text-align: center;
            line-height: 50px;
            color: #c0504d;
        }
/*24 结束*/

.slider-container {
    background: #fff;
    padding: 50px 0px;
}

.preview {
    text-align: center;
    padding: 5px;
}

    .preview a {
        display: inline-block;
        margin: 5px;
    }

    .preview img {
        display: block;
        width: 80px;
        height: auto;
    }

.active1 {
    outline: 2px solid #686868;
    box-shadow: 2px 2px 20px 4px rgba(72,71,72,0.5);
}

.slider__item img {
    width: 200px;
    margin: 0 auto;
}
