.ui-banner {
    width: auto;
    min-width: 0
}

.home-new-banner {
    height: 520px;
    overflow: hidden;
    position: relative;
    margin-top: 79px
}

    .home-new-banner .btn-container {
        position: absolute;
        left: 50%;
        bottom: 90px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9999
    }
 
        .home-new-banner .btn-container .show-complete-video, .home-new-banner .btn-container a {
            display: inline-block;
            width: 150px;
            height: 50px;
            line-height: 50px;
            background-color: #EA5413;
            color: #fff;
            text-align: center;
            font-size: 14px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer
        }

        .home-new-banner .btn-container .show-complete-video {
            background-color: transparent;
            border: 1px solid #fff;
            color: #fff
        }

            .home-new-banner .btn-container .show-complete-video:hover {
                background-color: #EA5413;
                border-color: #EA5413
            }

    .home-new-banner .banner-pagination {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 999
    }

        .home-new-banner .banner-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background-color: #fff
        }

    .home-new-banner .mobile-video {
        display: none
    }

.complete-video {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000
}

    .complete-video video {
        width: 900px;
        height: 500px;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%,-50%);
        -moz-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        -o-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
        z-index: 99
    }

    .complete-video .icon-container {
        width: 900px;
        height: 500px;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%,-50%);
        -moz-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        -o-transform: translate(50%,-50%);
        transform: translate(50%,-50%)
    }

        .complete-video .icon-container i {
            position: absolute;
            width: 48px;
            height: 48px;
            right: -48px;
            top: 0;
            color: #fff;
            font-size: 30px;
            z-index: 999;
            background: url(../image/index/close.png) no-repeat center;
            cursor: pointer
        }

.ui-banner .ub-content {
    width: 100%
}

    .ui-banner .ub-content video {
        display: block;
        width: 100%;
        height: 100%
    }

.yun-wrap {
    background-color: #fff
}

.yun-containner {
    padding-top: 90px;
    padding-bottom: 80px
}

.zIndex {
    position: relative;
    z-index: 99
}

.index__title-h3 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #535353
}

.index__title-h3--focus {
    color: #fff
}

.service {
    margin: 0
}

.service__li {
    display: inline-block;
    margin-top: 55px
}

.service__item {
    text-align: center
}

.service__icon-wrap {
    display: block;
    height: 105px;
    text-align: center
}

.service__icon {
    display: inline-block;
    width: 100%;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
    color: #EA5413
}

.service__icon--social {
    font-size: 120px
}

.service__title {
    font-size: 20px;
    line-height: 36px;
    color: #464646;
    text-align: center;
    font-weight: 700
}

.service__content {
    font-size: 14px;
    line-height: 30px;
    color: #464646
}

.service-pagination {
    display: none
}

.yun-wrap--product {
    background-color: #f2f2f2
}

.product {
    position: relative;
    margin-top: 55px
}

.product__item-title {
    font-size: 16px;
    line-height: 30px
}

.product__item-content {
    font-size: 12px;
    line-height: 16px;
    color: #535353
}

.product__img-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 373px;
    height: 772px;
    background-color: #eee;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px
}

.product__img-camera {
    position: absolute;
    left: 120px;
    top: 40px;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #f2f2f2
}

.product__img-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 41px;
    margin: auto;
    width: 60px;
    height: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2f2f2
}

.product__img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    background-color: #f2f2f2
}

.product__img-box {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    height: 600px
}

.product__img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s
}

.product__img-gongzuotai {
    opacity: 1
}

.product__li {
    display: block;
    margin-top: 40px;
    cursor: pointer
}

.product__item {
    position: relative;
    display: block;
    padding-right: 85px
}

.product__li.active .product__item-icon-wrap {
    color: #EA5413
}

.product__li.active .product__item-title {
    color: #EA5413
}

.product__item-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 50px;
    font-size: 50px;
    line-height: 50px;
    color: #959595
}

.yun-wrap--truth {
    background-color: #EA5413
}

    .yun-wrap--truth .left-top {
        position: absolute;
        width: 100%;
        z-index: 1;
        background: url(/home/images/left.png) no-repeat left top;
        height: 572px
    }

    .yun-wrap--truth .right-bottom {
        position: absolute;
        width: 100%;
        z-index: 1;
        background: url(/home/images/right.png) no-repeat right bottom;
        height: 572px
    }

.index__title-h3--truth {
    color: #fff
}

.truth__company-list-wrap {
    position: relative
}

.truth__company-person {
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 65px;
    text-align: center
}

.truth__company-evaluate {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 185px;
    top: 18px;
    padding: 30px 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
    background-color: #029ae1
}

    .truth__company-evaluate:before {
        content: "";
        position: absolute;
        left: -86px;
        top: 45px;
        border-width: 0 43px 27px 43px;
        border-color: transparent #fff transparent transparent;
        border-style: solid
    }

    .truth__company-evaluate:after {
        content: "";
        position: absolute;
        left: -81px;
        top: 46px;
        border-width: 0 41px 25px 41px;
        border-color: transparent #029ae1 transparent transparent;
        border-style: solid
    }

.truth__company-evaluate-content {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    white-space: normal;
    text-align: left
}

.truth-pagination {
    display: none
}

.truth__company-evaluate-content:before {
    content: "\e7a0";
    position: absolute;
    top: -8px;
    left: -30px;
    font-size: 20px;
    font-family: iconfont;
    line-height: 20px;
    font-weight: 700
}

.truth__company-evaluate-content:after {
    content: "\e79d";
    position: absolute;
    bottom: -8px;
    right: -30px;
    font-size: 20px;
    font-family: iconfont;
    line-height: 20px;
    font-weight: 700
}

.quote__left {
    display: block;
    position: relative;
    width: 8px;
    height: 14px;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    overflow: hidden
}

    .quote__left:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 7px;
        height: 7px;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .quote__left:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: -1px;
        width: 18px;
        height: 14px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border-left: #fff solid 4px;
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0
    }

.truth__company-person-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #fff
}

.index__truth-content {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff
}

.truth__company-wrap {
    position: relative;
    margin-top: 50px
}

.truth__company-list {
    white-space: nowrap
}

.truth__company-li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 100px;
    width: 100%
}

.truth__company-item {
    position: relative
}

.truth__company-person-name {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-align: center
}

.truth__company-person-position {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    white-space: nowrap
}

.truth__company-logo-wrap {
    position: relative;
    margin: 40px 80px 0;
    text-align: center;
    height: 56px
}

.truth__company-logo-li {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    vertical-align: top
}

    .truth__company-logo-li.swiper-pagination-bullet-active {
        background-color: #fff
    }

        .truth__company-logo-li.swiper-pagination-bullet-active .truth__company-logo-img {
            color: #EA5413
        }

        .truth__company-logo-li.swiper-pagination-bullet-active:before {
            position: absolute;
            content: "";
            top: -24px;
            left: 0;
            right: 0;
            margin: auto;
            width: 0;
            height: 0;
            border-width: 13px 9px;
            border-color: transparent transparent #fff transparent;
            border-style: solid
        }

    .truth__company-logo-li:last-child {
        margin-right: 0
    }

.truth__company-logo-item {
    width: 100%;
    height: 100%;
    text-align: center
}

.truth__company-logo-img {
    display: block;
    font-size: 18px;
    line-height: 56px;
    color: #fff
}

.truth__company-logo-img--haier, .truth__company-logo-img--wanke, .truth__company-logo-img--zhiyao {
    font-size: 42px
}

.truth__company-next, .truth__company-prev {
    position: absolute;
    z-index: 9;
    top: 43px;
    height: 71px;
    font-size: 70px;
    line-height: 70px;
    color: #fff;
    cursor: pointer
}

.truth__company-prev {
    left: 12px
}

.truth__company-next {
    top: 43px;
    right: 12px
}

.swiper-video {
    max-width: 900px
}

.planet_video-wrap {
    position: relative;
    margin: 45px auto 0;
    width: 100%;
    max-width: 750px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.planet_video {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    vertical-align: top
}

.planet_video {
    width: 100%
}

.planet_video-cover {
    display: none
}

.play-icon {
    z-index: 10;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 168px;
    height: 168px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

    .play-icon:before {
        z-index: 2;
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        bottom: 0;
        margin: auto 0 auto -13px;
        width: 0;
        height: 0;
        border-width: 32px 46px;
        border-color: transparent transparent transparent #fff;
        border-style: solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

.planet_pagination {
    bottom: 42px !important
}

    .planet_pagination .swiper-pagination-bullet-active {
        background-color: #EA5413
    }

.planet_video_next, .planet_video_prev {
    width: 50px;
    height: 50px;
    background-image: none !important
}

.planet_video_prev {
    left: -10px
}

.planet_video_next {
    right: -10px
}

.planet_icon_next, .planet_icon_prev {
    font-size: 50px;
    color: #EA5413;
    font-weight: 700
}

.yun-wrap--focus {
    background-color: #EA5413
}

.yun-containner--focus {
    padding-bottom: 130px
}

.focus__wrap {
    margin-top: 85px;
    text-align: center
}

.focus__qrcode {
    display: none;
    position: absolute;
    top: -160px;
    left: -75px;
    margin-left: 65px;
    width: 150px;
    height: 150px
}

    .focus__qrcode img {
        width: 100%;
        height: 100%
    }

.focus__item-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
    vertical-align: top
}

.focus__item-wrap--weixin:hover .focus__qrcode {
    cursor: pointer;
    display: block
}

.focus__item-wrap--weibo {
    margin-left: 65px
}

.focus__icon {
    font-size: 46px;
    color: #fff;
    line-height: 128px;
    -webkit-transition: font-size .5;
    -o-transition: font-size .5;
    -moz-transition: font-size .5;
    transition: font-size .5
}

.focus__item-wrap:hover .focus__icon {
    font-size: 70px
}

.planet_pd {
    padding-top: 90px;
    padding-bottom: 90px
}

.dynamic-container {
    width: 100%;
    padding: 50px 0;
    background-color: #f2f2f2
}

    .dynamic-container .dynamic {
        max-width: 1000px;
        margin: 0 auto
    }

        .dynamic-container .dynamic h3 {
            font-size: 24px;
            color: #535353;
            margin-bottom: 43px
        }

        .dynamic-container .dynamic .news {
            float: left;
            width: 50%
        }

            .dynamic-container .dynamic .news .news-lists {
                position: relative;
                width: 100%;
                margin-bottom: 20px
            }

                .dynamic-container .dynamic .news .news-lists:after {
                    content: "";
                    position: absolute;
                    top: 5px;
                    left: 107px;
                    width: 1px;
                    height: 110%;
                    background-color: #959595
                }

            .dynamic-container .dynamic .news .news-list {
                display: block;
                margin-bottom: 44px;
                color: #535353
            }

            .dynamic-container .dynamic .news .news-time, .dynamic-container .dynamic .news .news-title {
                display: inline-block;
                font-size: 14px;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .dynamic-container .dynamic .news .news-title {
                width: 70%
            }

            .dynamic-container .dynamic .news .news-time {
                letter-spacing: 1.4px
            }

            .dynamic-container .dynamic .news .dots {
                display: inline-block;
                position: relative;
                width: 10px;
                height: 10px;
                background-color: #959595;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                margin: 0 18px;
                z-index: 9
            }

            .dynamic-container .dynamic .news .more {
                font-size: 14px;
                color: #535353
            }

        .dynamic-container .dynamic .activities {
            width: 50%;
            float: right
        }

            .dynamic-container .dynamic .activities .activities-list {
                width: 200px;
                display: inline-block;
                margin-left: 27px
            }

                .dynamic-container .dynamic .activities .activities-list:first-child {
                    margin-left: 0
                }

                .dynamic-container .dynamic .activities .activities-list img {
                    width: 100%;
                    height: 130px
                }

                .dynamic-container .dynamic .activities .activities-list .activities-title {
                    font-size: 12px;
                    color: #535353;
                    margin-top: 12px;
                    margin-bottom: 6px;
                    overflow: hidden;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    white-space: nowrap
                }

                .dynamic-container .dynamic .activities .activities-list .activities-time {
                    font-size: 12px;
                    color: #999
                }

.solution {
    max-width: 1140px;
    margin: 0 auto
}

    .solution .content-list {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 0 70px 0
    }

        .solution .content-list .mr0 {
            margin-right: 0 !important
        }

        .solution .content-list .youth-items {
            display: none
        }

        .solution .content-list .youth-item {
            width: 206px;
            margin-right: 25px;
            margin-top: 25px
        }

            .solution .content-list .youth-item .youth-item-pic {
                width: 100%;
                height: 205px;
                margin-bottom: 25px
            }

                .solution .content-list .youth-item .youth-item-pic a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    background-repeat: no-repeat;
                    background-position: 0 0;
                    -moz-background-size: cover;
                    -o-background-size: cover;
                    background-size: cover
                }

            .solution .content-list .youth-item .name {
                text-align: center;
                font-size: 16px;
                color: #1d1d1d
            }

            .solution .content-list .youth-item .job-title {
                text-align: center;
                font-size: 16px;
                color: #1d1d1d;
                line-height: 30px
            }

        .solution .content-list .list-item {
            width: 32%;
            border: 1px solid #ddd
        }

            .solution .content-list .list-item:nth-child(3n+2) {
                margin: 0 1.7%
            }
 
        .solution .content-list .list-item-pic {
            width: 100%;
            height: 253px
        }

            /*.solution .content-list .list-item-pic a {
                display: block;
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
                background-position: top center;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                background-image: url(//static.mingnuotech.com/microblog/filesvr/59f843d8db5aa65ace01889a?original)
            }*/

        .solution .content-list .list-item-content {
            padding: 20px 0;
            text-indent: 15px
        }

            .solution .content-list .list-item-content .list-item-subtitle span {
                /*font-size: 16px;*/
                font-size: 13px;
                color: #535353
            }

            .solution .content-list .list-item-content .list-item-title {
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin: 15px 0
            }

                .solution .content-list .list-item-content .list-item-title a {
                    font-size: 18px;
                    color: #051022
                }

            .solution .content-list .list-item-content .list-item-introduce {
                font-size: 12px;
                color: #777;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .solution .content-list .list-item-content .list-item-foot {
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap
            }

                .solution .content-list .list-item-content .list-item-foot span {
                    font-size: 12px;
                    color: #777
                }

    .solution .more {
        display: block;
        width: 150px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #EA5413;
        color: #EA5413;
        margin: 0 auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        margin-bottom: 90px;
        font-size: 16px
    }

        .solution .more:hover {
            color: #fff;
            background-color: #EA5413
        }

.operation-container {
    background-color: #f3f8fc;
    overflow: hidden
}

    .operation-container .operation {
        padding: 90px 0;
        max-width: 1140px;
        margin: 0 auto;
        color: #535353;
        text-align: center
    }

        .operation-container .operation .swiper-container-operation {
            overflow: visible
        }

        .operation-container .operation .title {
            display: inline-block;
            margin-bottom: 90px;
            font-size: 32px;
            color: #051022
        }

        .operation-container .operation .blank {
            margin-left: 20px
        }

        .operation-container .operation li {
            width: 33.33%;
            cursor: pointer
        }

        .operation-container .operation .icon-box {
            width: 140px;
            height: 140px;
            line-height: 140px;
            margin: 0 auto;
            background-color: #fff;
            -webkit-box-shadow: 0 6px 10px 0 #f2f2f2;
            -moz-box-shadow: 0 6px 10px 0 #f2f2f2;
            box-shadow: 0 6px 10px 0 #f2f2f2;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }
  
        .operation-container .operation .icon-box:hover {
            background-color: #EA5413
        }

        .operation-container .operation .icon-box:hover span {
            color: #fff
        }

        .operation-container .operation .icon-box span {
            font-size: 60px;
            color: #EA5413
        }

        .operation-container .operation .operation-title {
            color: #051022;
            font-size: 18px;
            margin: 35px 0 10px
        }

        .operation-container .operation .operation-introduce {
            color: #535353;
            font-size: 16px
        }

    .operation-container .expert {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-width: 1200px;
        width: 68%;
        padding: 48px 0 66px 72px;
        background: url(../image/index/expert-bg.png) no-repeat center bottom;
        background-color: #fff;
        z-index: 10000
    }

        .operation-container .expert .expert-title {
            font-size: 18px;
            color: #051022;
            margin-bottom: 20px
        }

        .operation-container .expert li {
            display: block;
            font-size: 16px;
            color: #535353;
            line-height: 34px
        }

        .operation-container .expert input {
            display: inline-block;
            border: 1px solid #d8d8d8;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            height: 50px;
            text-indent: 16px;
            margin-top: 30px
        }

        .operation-container .expert .name, .operation-container .expert .phone {
            width: 15%;
            margin-right: 28px
        }

        .operation-container .expert .company {
            width: 35%
        }

        .operation-container .expert .order {
            width: 35%;
            height: 50px;
            line-height: 50px;
            border: 1px solid #d8d8d8;
            color: #051022;
            margin: 67px auto 0;
            text-align: center;
            cursor: pointer;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-transform: translateX(-36px);
            -moz-transform: translateX(-36px);
            -ms-transform: translateX(-36px);
            -o-transform: translateX(-36px);
            transform: translateX(-36px)
        }

        .operation-container .expert .close {
            position: absolute;
            top: 32px;
            right: 32px;
            font-size: 30px;
            font-weight: 700
        }

.technology {
    max-width: 1140px;
    margin: 90px auto;
    text-align: center;
    color: #051022
}

    .technology .main-title {
        font-size: 32px;
        margin-bottom: 90px
    }

    .technology .left {
        float: left;
        width: 30%;
        text-align: left
    }

        .technology .left a {
            color: #051022
        }

        .technology .left .left-title {
            color: #051022;
            font-size: 24px;
            line-height: 30px
        }

        .technology .left .line {
            width: 25px;
            height: 3px;
            background-color: #3eb8ff;
            margin: 22px 0
        }

        .technology .left .left-content {
            color: #051022;
            font-size: 16px;
            line-height: 30px;
            margin-bottom: 52px
        }

        .technology .left .left-detail, .section .section-detail {
            display: block;
            width: 150px;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            text-align: center;
            border: 1px solid #EA5413;
            color: #EA5413
        }

            .technology .left .left-detail:hover, .section .section-detail:hover {
                color: #fff;
                background-color: #EA5413
            }

        .technology .left .left-detail, .section .section-detail-right {
            border: 1px solid #fff;
            color: #fff;
            float: right;
        }

            .technology .left .left-detail:hover, .section .section-detail-right:hover {
                color: #EA5413;
                background-color: #fff
            }

    .technology .right {
        float: right;
        width: 70%;
        max-width: 1000px
    }

    .technology .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #535353
    }

    .technology .swiper-pagination-bullet-active {
        background-color: #3eb8ff
    }

.safe-container {
    background-color: #f3f8fc
}

.safe {
    max-width: 1140px;
    margin: 0 auto;
    padding: 90px 0;
    text-align: center
}

    .safe .main-title {
        font-size: 32px;
        color: #051022
    }

    .safe .sub-title {
        font-size: 18px;
        color: #535353;
        margin-top: 10px;
        margin-bottom: 50px
    }

    .safe .safe-video-container {
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        max-width: 1200px;
        margin: 0 auto
    }

    .safe .white-book-download {
        display: block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        color: #EA5413;
        border: 1px solid #EA5413;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        margin: 50px auto 0;
        font-size: 16px
    }

        .safe .white-book-download:hover {
            color: #fff;
            background-color: #EA5413
        }

    .safe video {
        width: 100%
    }

    .safe .safe-download-container {
        position: absolute;
        left: 0;
        width: 100%;
        color: #fff
    }

        .safe .safe-download-container li {
            width: 25%;
            height: 150px;
            text-align: center
        }

            .safe .safe-download-container li .iconfont {
                display: block;
                margin-top: 15%;
                font-size: 45px
            }

            .safe .safe-download-container li p {
                margin-top: 10px
            }

        .safe .safe-download-container .white-book {
            position: relative
        }

            .safe .safe-download-container .white-book a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

            .safe .safe-download-container .white-book .iconfont {
                color: #3eb8ff
            }

.generate-solution-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EA5413;
    z-index: 99
}

    .generate-solution-container .close {
        position: absolute;
        right: 30px;
        top: 10px;
        color: #fff;
        z-index: 999;
        cursor: pointer
    }

    .generate-solution-container .generate-solution {
        max-width: 1134px;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px
    }

        .generate-solution-container .generate-solution .line {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 2px;
            height: 15px;
            background-color: #fff
        }

        .generate-solution-container .generate-solution li {
            position: relative;
            width: 25%;
            height: 60px;
            line-height: 60px;
            color: #fff;
            text-align: center;
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -moz-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            padding-right: 15px
        }

            .generate-solution-container .generate-solution li:after {
                content: "";
                height: 25px;
                width: 1px;
                background: #fff;
                position: absolute;
                top: 20px;
                right: 0
            }

            .generate-solution-container .generate-solution li:first-child p {
                font-size: 18px
            }

            .generate-solution-container .generate-solution li.regin-block {
                -webkit-box-flex: 1.5;
                -webkit-flex: 1.5;
                -moz-box-flex: 1.5;
                -ms-flex: 1.5;
                flex: 1.5
            }

                .generate-solution-container .generate-solution li.regin-block .container {
                    line-height: 1.6;
                    -webkit-box-flex: 1;
                    -webkit-flex: 1;
                    -moz-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1
                }

                    .generate-solution-container .generate-solution li.regin-block .container p:last-child {
                        font-size: 12px
                    }

                    .generate-solution-container .generate-solution li.regin-block .container .max360 {
                        display: none
                    }

                    .generate-solution-container .generate-solution li.regin-block .container .min360 {
                        display: block
                    }

                .generate-solution-container .generate-solution li.regin-block .regin-btn {
                    background: #fff;
                    -webkit-border-radius: 6px;
                    -moz-border-radius: 6px;
                    border-radius: 6px;
                    border: 1px solid transparent;
                    width: 120px;
                    height: 38px;
                    line-height: 38px;
                    font-size: 13px;
                    text-align: center;
                    color: #EA5413
                }

                    .generate-solution-container .generate-solution li.regin-block .regin-btn:hover {
                        background: #EA5413;
                        color: #fff;
                        border: 1px solid #fff
                    }

            .generate-solution-container .generate-solution li:last-child i {
                position: relative;
                right: 0;
                z-index: -1
            }

            .generate-solution-container .generate-solution li:last-child:after {
                height: 0;
                width: 0
            }

            .generate-solution-container .generate-solution li img {
                width: 90px;
                height: 35px;
                margin-right: 20px
            }

            .generate-solution-container .generate-solution li select {
                position: relative;
                z-index: 999;
                width: 35%;
                height: 100%;
                border: 0;
                color: #fff;
                vertical-align: bottom;
                text-align: center;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                -ms-appearance: none;
                background-color: transparent
            }

                .generate-solution-container .generate-solution li select::-ms-expand {
                    display: none
                }

                .generate-solution-container .generate-solution li select option {
                    font-size: 15px;
                    background-color: #EA5413
                }

            .generate-solution-container .generate-solution li i {
                position: absolute;
                right: 35%
            }

            .generate-solution-container .generate-solution li a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%
            }

.industry-pratice {
    max-width: 1140px;
    margin: 90px auto 90px;
    text-align: center;
    position: relative
}

    .industry-pratice .swiper-container-industry {
        overflow: visible
    }

    .industry-pratice .main-title {
        font-size: 32px;
        color: #051022
    }

    .industry-pratice .sub-title {
        font-size: 18px;
        color: #535353;
        margin-bottom: 50px;
        margin-top: 20px
    }

        .industry-pratice .sub-title div {
            margin-bottom: 10px
        }

    .industry-pratice .industry-list li {
        width: 25%
    }

    .industry-pratice .industry-list .icon-box {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 auto;
        color: #EA5413;
    }
    .industry-pratice .industry-list .jxqiconfont{
        font-size: 80px;
    }
    .industry-pratice .industry-list .icon-box:hover {
            background-color: #EA5413
        }

        .industry-pratice .industry-list .icon-box:hover span {
            color: #fff
        }

        .industry-pratice .industry-list .icon-box span {
            font-size: 60px;
            color: #EA5413
        }

    .industry-pratice .industry-list .industry-title {
        color: #051022;
        font-size: 24px;
        font-weight: 500;
        margin: 35px 0 10px
    }

    .industry-pratice .industry-list .industry-introduce {
        color: #757474;
        font-size: 18px;
        line-height: 26px
    }


.customer {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px
}

    .customer .title {
        font-size: 32px;
        color: #051022;
        margin-bottom: 50px;
        font-weight: 700
    }

    .customer .sub-title {
        font-size: 18px;
        color: #535353;
        margin-top: 10px;
        margin-bottom: 54px
    }

    .customer .swiper-wrapper .swiper-slide {
        margin-top: 12px
    }

    /*.customer .swiper-wrapper .first-slide a:nth-child(1) {
        background-image: url(../image/index/logo-dazhong.png)
    }

        .customer .swiper-wrapper .first-slide a:nth-child(1):hover {
            background-image: url(../image/index/logo-c-dazhong.png)
        }

    .customer .swiper-wrapper .first-slide a:nth-child(2) {
        background-image: url(../image/index/logo-vanke.png)
    }

        .customer .swiper-wrapper .first-slide a:nth-child(2):hover {
            background-image: url(../image/index/logo-c-vanke.png)
        }

    .customer .swiper-wrapper .first-slide a:nth-child(3) {
        background-image: url(../image/index/logo-huada.png)
    }

        .customer .swiper-wrapper .first-slide a:nth-child(3):hover {
            background-image: url(../image/index/logo-c-huada.png)
        }

    .customer .swiper-wrapper .first-slide a:nth-child(4) {
        background-image: url(../image/index/logo-haier.png)
    }

        .customer .swiper-wrapper .first-slide a:nth-child(4):hover {
            background-image: url(../image/index/logo-c-haier.png)
        }

    .customer .swiper-wrapper .first-slide a:nth-child(5) {
        background-image: url(../image/index/logo-dbzy.png)
    }

        .customer .swiper-wrapper .first-slide a:nth-child(5):hover {
            background-image: url(../image/index/logo-c-dbzy.png)
        }

    .customer .swiper-wrapper .first-slide a:nth-child(6) {
        background-image: url(../image/index/logo-jzt.png)
    }

        .customer .swiper-wrapper .first-slide a:nth-child(6):hover {
            background-image: url(../image/index/logo-c-jzt.png)
        }

    .customer .swiper-wrapper .second-slide a:nth-child(1) {
        background-image: url(../image/index/logo-jml.png)
    }

        .customer .swiper-wrapper .second-slide a:nth-child(1):hover {
            background-image: url(../image/index/logo-c-jml.png)
        }

    .customer .swiper-wrapper .second-slide a:nth-child(2) {
        background-image: url(../image/index/logo-anjing.png)
    }

        .customer .swiper-wrapper .second-slide a:nth-child(2):hover {
            background-image: url(../image/index/logo-c-anjing.png)
        }

    .customer .swiper-wrapper .second-slide a:nth-child(3) {
        background-image: url(../image/index/logo-yuntong.png)
    }

        .customer .swiper-wrapper .second-slide a:nth-child(3):hover {
            background-image: url(../image/index/logo-c-yuntong.png)
        }

    .customer .swiper-wrapper .second-slide a:nth-child(4) {
        background-image: url(../image/index/logo-tuopai.png)
    }

        .customer .swiper-wrapper .second-slide a:nth-child(4):hover {
            background-image: url(../image/index/logo-c-tuopai.png)
        }

    .customer .swiper-wrapper .second-slide a:nth-child(5) {
        background-image: url(../image/index/logo-tongji.png)
    }

        .customer .swiper-wrapper .second-slide a:nth-child(5):hover {
            background-image: url(../image/index/logo-c-tongji.png)
        }

    .customer .swiper-wrapper .second-slide a:nth-child(6) {
        background-image: url(../image/index/logo-xidi.png)
    }

        .customer .swiper-wrapper .second-slide a:nth-child(6):hover {
            background-image: url(../image/index/logo-c-xidi.png)
        }

    .customer .swiper-wrapper .three-slide a:nth-child(1) {
        background-image: url(../image/index/logo-zhbx.png)
    }

        .customer .swiper-wrapper .three-slide a:nth-child(1):hover {
            background-image: url(../image/index/logo-c-zhbx.png)
        }

    .customer .swiper-wrapper .three-slide a:nth-child(2) {
        background-image: url(../image/index/logo-huatai.png)
    }

        .customer .swiper-wrapper .three-slide a:nth-child(2):hover {
            background-image: url(../image/index/logo-c-huatai.png)
        }

    .customer .swiper-wrapper .three-slide a:nth-child(3) {
        background-image: url(../image/index/logo-shiyao.png)
    }

        .customer .swiper-wrapper .three-slide a:nth-child(3):hover {
            background-image: url(../image/index/logo-c-shiyao.png)
        }

    .customer .swiper-wrapper .three-slide a:nth-child(4) {
        background-image: url(../image/index/logo-tebian.png)
    }

        .customer .swiper-wrapper .three-slide a:nth-child(4):hover {
            background-image: url(../image/index/logo-c-tebian.png)
        }

    .customer .swiper-wrapper .three-slide a:nth-child(5) {
        background-image: url(../image/index/logo-yincheng.png)
    }

        .customer .swiper-wrapper .three-slide a:nth-child(5):hover {
            background-image: url(../image/index/logo-c-yincheng.png)
        }

    .customer .swiper-wrapper .three-slide a:nth-child(6) {
        background-image: url(../image/index/logo-shxs.png)
    }

        .customer .swiper-wrapper .three-slide a:nth-child(6):hover {
            background-image: url(../image/index/logo-c-shxs.png)
        }*/

    .customer .swiper-wrapper a {
        display: inline-block;
        max-width: 180px;
        width: 15%;
        height: 70px;
        margin-right: 12px;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

        .customer .swiper-wrapper a:nth-child(6) {
            margin-right: 0
        }

    .customer .safe {
        padding: 0
    }

.partners {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px
}

    .partners .title {
        font-size: 32px;
        color: #051022;
        margin-bottom: 50px;
        font-weight: 700
    }

    .partners .sub-title {
        font-size: 18px;
        color: #535353;
        margin-top: 10px;
        margin-bottom: 54px
    }

    .partners .swiper-wrapper .swiper-slide {
        margin-top: 12px
    }

    .partners .swiper-wrapper .first-line a:nth-child(1) {
        background-image: url(/front/image/tuitions/pic-15.png)
    }

        .partners .swiper-wrapper .first-line a:nth-child(1):hover {
            background-image: url(/front/image/tuitions/pic-15.png)
        }

    .partners .swiper-wrapper .first-line a:nth-child(2) {
        background-image: url(/front/image/tuitions/pic-16.png)
    }

        .partners .swiper-wrapper .first-line a:nth-child(2):hover {
            background-image: url(/front/image/tuitions/pic-16.png)
        }

    .partners .swiper-wrapper .first-line a:nth-child(3) {
        background-image: url(/front/image/tuitions/pic-17.png)
    }

        .partners .swiper-wrapper .first-line a:nth-child(3):hover {
            background-image: url(/front/image/tuitions/pic-17.png)
        }

    .partners .swiper-wrapper .first-line a:nth-child(4) {
        background-image: url(/front/image/tuitions/pic-18.png)
    }

        .partners .swiper-wrapper .first-line a:nth-child(4):hover {
            background-image: url(/front/image/tuitions/pic-18.png)
        }

    .partners .swiper-wrapper .first-line a:nth-child(5) {
        background-image: url(/front/image/tuitions/pic-19.png)
    }

        .partners .swiper-wrapper .first-line a:nth-child(5):hover {
            background-image: url(/front/image/tuitions/pic-19.png)
        }

    .partners .swiper-wrapper .first-line a:nth-child(6) {
        background-image: url(/front/image/tuitions/pic-20.png)
    }

        .partners .swiper-wrapper .first-line a:nth-child(6):hover {
            background-image: url(/front/image/tuitions/pic-20.png)
        }

    .partners .swiper-wrapper .second-slide a:nth-child(1) {
        background-image: url(../image/index/logo-jml.png)
    }

        .partners .swiper-wrapper .second-slide a:nth-child(1):hover {
            background-image: url(../image/index/logo-c-jml.png)
        }

    .partners .swiper-wrapper .second-slide a:nth-child(2) {
        background-image: url(../image/index/logo-anjing.png)
    }

        .partners .swiper-wrapper .second-slide a:nth-child(2):hover {
            background-image: url(../image/index/logo-c-anjing.png)
        }

    .partners .swiper-wrapper .second-slide a:nth-child(3) {
        background-image: url(../image/index/logo-yuntong.png)
    }

        .partners .swiper-wrapper .second-slide a:nth-child(3):hover {
            background-image: url(../image/index/logo-c-yuntong.png)
        }

    .partners .swiper-wrapper .second-slide a:nth-child(4) {
        background-image: url(../image/index/logo-tuopai.png)
    }

        .partners .swiper-wrapper .second-slide a:nth-child(4):hover {
            background-image: url(../image/index/logo-c-tuopai.png)
        }

    .partners .swiper-wrapper .second-slide a:nth-child(5) {
        background-image: url(../image/index/logo-tongji.png)
    }

        .partners .swiper-wrapper .second-slide a:nth-child(5):hover {
            background-image: url(../image/index/logo-c-tongji.png)
        }

    .partners .swiper-wrapper .second-slide a:nth-child(6) {
        background-image: url(../image/index/logo-xidi.png)
    }

        .partners .swiper-wrapper .second-slide a:nth-child(6):hover {
            background-image: url(../image/index/logo-c-xidi.png)
        }

    .partners .swiper-wrapper .three-slide a:nth-child(1) {
        background-image: url(../image/index/logo-zhbx.png)
    }

        .partners .swiper-wrapper .three-slide a:nth-child(1):hover {
            background-image: url(../image/index/logo-c-zhbx.png)
        }

    .partners .swiper-wrapper .three-slide a:nth-child(2) {
        background-image: url(../image/index/logo-huatai.png)
    }

        .partners .swiper-wrapper .three-slide a:nth-child(2):hover {
            background-image: url(../image/index/logo-c-huatai.png)
        }

    .partners .swiper-wrapper .three-slide a:nth-child(3) {
        background-image: url(../image/index/logo-shiyao.png)
    }

        .partners .swiper-wrapper .three-slide a:nth-child(3):hover {
            background-image: url(../image/index/logo-c-shiyao.png)
        }

    .partners .swiper-wrapper .three-slide a:nth-child(4) {
        background-image: url(../image/index/logo-tebian.png)
    }

        .partners .swiper-wrapper .three-slide a:nth-child(4):hover {
            background-image: url(../image/index/logo-c-tebian.png)
        }

    .partners .swiper-wrapper .three-slide a:nth-child(5) {
        background-image: url(../image/index/logo-yincheng.png)
    }

        .partners .swiper-wrapper .three-slide a:nth-child(5):hover {
            background-image: url(../image/index/logo-c-yincheng.png)
        }

    .partners .swiper-wrapper .three-slide a:nth-child(6) {
        background-image: url(../image/index/logo-shxs.png)
    }

        .partners .swiper-wrapper .three-slide a:nth-child(6):hover {
            background-image: url(../image/index/logo-c-shxs.png)
        }

    .partners .swiper-wrapper a {
        display: inline-block;
        max-width: 180px;
        width: 15%;
        height: 70px;
        margin-right: 12px;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

        .partners .swiper-wrapper a:nth-child(6) {
            margin-right: 0
        }

    .partners .safe {
        padding: 0
    }
.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 9999
}

.carousel-inner .card {
    background-image: url(../image/home-pc.jpg);
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

    .carousel-inner .card .detail {
        position: absolute;
        left: 50%;
        bottom: 90px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 150px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 16px;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px
    }

        .carousel-inner .card .detail:hover {
            background-color: #EA5413;
            border-color: #EA5413
        }

.carousel-inner .card-wps {
    background-image: url(../image/home-wps-pc.jpg)
}

.pagination .swiper-pagination-bullet {
    margin-right: 20px
}

    .pagination .swiper-pagination-bullet:last-child {
        margin-right: 0
    }

.none {
    display: none
}

@media (min-width:769px) {
    .yun-wrap .service__list .service__li {
        display: block;
        float: left;
        width: 260px
    }

    .flex-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .customer .swiper-wrapper {
        display: block
    }

    .customer .customer-pagination {
        display: none
    }
}

@media (max-width:768px) {
    .carousel-inner .card {
        background-image: url(../image/home-sp.jpg)
    }

        .carousel-inner .card .detail {
            width: 120px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            bottom: 50px
        }

    .carousel-inner .card-wps {
        background-image: url(../image/home-wps-sp.jpg)
    }

    .home-new-banner {
        height: 300px !important
    }

        .home-new-banner .btn-container a {
            width: 200px;
            height: 30px;
            line-height: 30px;
            color: #f8e71c;
            background: 0 0;
            border: 1px solid #f8e71c;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px
        }

        .home-new-banner .btn-container .show-complete-video {
            display: block;
            width: 200px;
            height: 30px;
            line-height: 30px;
            margin-left: 0;
            background: 0 0;
            color: #fff;
            border: 1px solid #fff;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            margin-top: 14px
        }

        .home-new-banner .banner-pagination {
            bottom: 20px;
            height: 5px
        }

            .home-new-banner .banner-pagination .swiper-pagination-bullet {
                width: 5px;
                height: 5px
            }

        .home-new-banner .mobile-video {
            display: block;
            background: no-repeat center;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover
        }

        .home-new-banner .haier {
            background-image: url(../image/index/mobile-haier.jpg)
        }

        .home-new-banner .v9 {
            background-image: url(../image/index/mobile-v9.jpg)
        }

        .home-new-banner .planet {
            background-image: url(../image/index/mobile-planet.jpg)
        }

    .service-pagination {
        display: block
    }

    body {
        padding-bottom: 48px
    }

    .yun-containner {
        padding-top: 40px;
        padding-bottom: 26px
    }

    .service__li {
        margin-top: 20px;
        width: 100%
    }

    .service__icon-wrap {
        height: auto;
        padding-bottom: 10px
    }

    .service__icon {
        height: 110px
    }

    .service__title {
        font-size: 20px;
        line-height: 28px
    }

    .service__content {
        font-size: 15px;
        line-height: 30px
    }

    .pagination {
        display: block;
        margin-top: 25px
    }

        .pagination .swiper-pagination-bullet {
            margin-right: 13px;
            width: 5px;
            height: 5px;
            vertical-align: top
        }

            .pagination .swiper-pagination-bullet:last-child {
                margin-right: 0
            }

        .pagination .swiper-pagination-bullet-active {
            background-color: #EA5413
        }

    .product {
        margin-top: 0;
        padding: 0 20px
    }

    .product__img-wrap {
        display: none
    }

    .product__list-wrap {
        display: inline-block;
        width: 50%
    }

    .product__item-content {
        display: none
    }

    .product__item {
        padding-right: 0
    }

    .product__item-icon-wrap {
        position: static;
        width: 58px;
        height: 58px;
        font-size: 31px;
        line-height: 58px;
        text-align: center;
        color: #EA5413;
        border: 1px solid #EA5413;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }

    .product__item-title {
        text-align: center;
        color: #535353
    }

    .product__li {
        margin-top: 0;
        height: 115px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px
    }

        .product__li.active .product__item-title {
            color: #535353
        }

    .yun-wrap--truth {
        padding-bottom: 20px
    }

    .truth__company-list-wrap {
        margin: 0 20px
    }

    .truth__company-wrap {
        margin-top: 20px
    }

    .index__truth-content {
        display: none
    }

    .truth__company-logo-wrap {
        margin: 0;
        height: 0;
        display: none
    }

    .truth__company-person {
        display: block;
        margin-left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .truth__company-li {
        padding: 0
    }

    .truth__company-evaluate {
        position: static;
        padding: 10px 45px;
        border: none;
        background-color: transparent
    }

        .truth__company-evaluate:after {
            display: none
        }

        .truth__company-evaluate:before {
            display: none
        }

    .truth__company-person-img {
        width: 160px;
        height: 160px;
        border: 11px solid #fff
    }

    .truth__company-person-name {
        margin-top: 17px;
        font-size: 22px;
        line-height: 32px;
        font-weight: 700
    }

    .truth__company-person-position {
        font-size: 16px;
        line-height: 30px
    }

    .truth-pagination {
        margin-top: 14px;
        height: 4px
    }

        .truth-pagination .swiper-pagination-bullet {
            background-color: #fff;
            opacity: .3
        }

        .truth-pagination .swiper-pagination-bullet-active {
            opacity: 1
        }

    .truth__company-next, .truth__company-prev {
        display: none
    }

    .truth-pagination {
        text-align: center
    }

    .yun-wrap--truth {
        background: url(/home/images/index/truth-bg-mobile.jpg) no-repeat 0 0;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }

        .yun-wrap--truth .right-bottom {
            height: 517px
        }

    .yun-wrap--secret .yun-containner {
        position: relative;
        padding-top: 0;
        padding-bottom: 0
    }

    .index__title-h3--focus {
        color: #fff
    }

    .index__title-h3--secret {
        position: absolute;
        z-index: 999999;
        top: 30px;
        width: 100%;
        font-size: 20px;
        color: #fff;
        text-align: center;
        display: none
    }

    .planet_video-wrap {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0
    }

    .planet_video-cover {
        display: block;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background-color: #000;
        z-index: 9;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%
    }

    .planet_video_staff-cover {
        background-image: url(/home/images/index/staff-cover.jpg)
    }

    .planet_video_manager-cover {
        background-image: url(/home/images/index/manager-cover.jpg)
    }

    .planet_video_cxo-cover {
        background-image: url(/home/images/index/cxo-cover.jpg)
    }

    .planet_video {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .play-icon {
        z-index: 99;
        width: 80px;
        height: 80px;
        border-width: 1px
    }

        .play-icon:before {
            z-index: 999999;
            position: absolute;
            content: "";
            left: 50%;
            top: 0;
            bottom: 0;
            margin: auto 0 auto -8px;
            width: 0;
            height: 0;
            border-width: 16px 23px;
            border-color: transparent transparent transparent #fff;
            border-style: solid;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px
        }

    .yun-wrap--focus {
        display: none
    }

    .yun-wrap--truth .left-top, .yun-wrap--truth .right-bottom {
        display: none
    }

    .planet_pd {
        padding-top: 0;
        padding-bottom: 0
    }

    .planet_video_next, .planet_video_prev {
        display: none
    }

    .planet_pagination {
        bottom: -2px !important
    }

        .planet_pagination .swiper-pagination-bullet {
            opacity: .3;
            background-color: #fff !important
        }

        .planet_pagination .swiper-pagination-bullet-active {
            opacity: 1
        }

    .dynamic-container {
        padding: 25px 12px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff
    }

        .dynamic-container .dynamic h3 {
            margin-bottom: 22px
        }

        .dynamic-container .dynamic .news-list {
            position: relative
        }

            .dynamic-container .dynamic .news-list .news-time {
                position: absolute;
                top: 20px;
                left: 11px;
                color: #777
            }

        .dynamic-container .dynamic .news {
            width: 100%;
            float: none
        }

            .dynamic-container .dynamic .news .news-lists:after {
                left: 1.5px;
                top: 7.5px
            }

            .dynamic-container .dynamic .news .dots {
                width: 5px;
                height: 5px;
                margin-left: 0;
                margin-right: 6px
            }

            .dynamic-container .dynamic .news .more {
                color: #3eb8ff
            }

        .dynamic-container .dynamic .activities {
            width: 100%;
            float: none;
            margin-top: 30px
        }

            .dynamic-container .dynamic .activities .activities-list {
                width: 100%;
                margin-left: 0;
                margin-bottom: 24px
            }

                .dynamic-container .dynamic .activities .activities-list .activities-title {
                    font-size: 14px
                }

                .dynamic-container .dynamic .activities .activities-list img {
                    width: 100%
                }

    .industry-pratice {
        margin: 0 auto;
        padding: 40px 0;
        overflow: hidden
    }

        .industry-pratice .industry-list li {
            width: 100%
        }

        .industry-pratice .industry-list .icon-box {
            width: 160px;
            height: 160px;
            line-height: 160px
        }

        .industry-pratice .industry-list .industry-title {
            margin: 30px 0 0
        }

        .industry-pratice .industry-list .industry-introduce {
            margin-top: 10px
        }

        .industry-pratice .main-title {
            font-size: 20px
        }

        .industry-pratice .sub-title {
            font-size: 15px;
            margin: 18px 0 30px
        }

        .industry-pratice .industry-pagination {
            margin-top: 29px
        }

    .solution {
        padding: 40px 0;
        overflow: hidden
    }

        .solution .content-list {
            width: 80%;
            overflow: visible;
            padding-bottom: 30px
        }

            .solution .content-list .list-item {
                margin-top: 0
            }

                .solution .content-list .list-item:nth-child(3n+2) {
                    margin: 0
                }

            .solution .content-list .list-item-content {
                text-align: center;
                text-indent: 0;
                padding-top: 15px
            }

                .solution .content-list .list-item-content .list-item-title {
                    margin-top: 10px;
                    margin-bottom: 0
                }

                    .solution .content-list .list-item-content .list-item-title a {
                        font-size: 14px;
                        color: #051022
                    }

                .solution .content-list .list-item-content .list-item-foot {
                    display: none
                }

            .solution .content-list .swiper-slide-prev {
                margin-left: -8px !important
            }

            .solution .content-list .swiper-slide-active {
                margin: 0 8px !important
            }

        .solution .more {
            width: 120px;
            height: 40px;
            line-height: 40px;
            border-color: #3eb8ff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            margin-bottom: 0
        }

            .solution .more i {
                display: none
            }

    .operation-container .operation {
        padding: 40px 0
    }

        .operation-container .operation li {
            width: 100%
        }

        .operation-container .operation .title {
            display: block;
            margin-bottom: 10px;
            font-size: 21px;
            color: #051022
        }

        .operation-container .operation .icon-box {
            width: 160px;
            height: 160px;
            line-height: 160px
        }

        .operation-container .operation .operation-title {
            margin: 30px 0 0
        }

        .operation-container .operation .operation-introduce {
            margin-top: 10px
        }

        .operation-container .operation .blank {
            margin-left: 0
        }

        .operation-container .operation .swiper-container-operation {
            margin-top: 30px
        }

        .operation-container .operation .operation-pagination {
            margin-top: 30px
        }

    .operation-container .expert {
        padding: 40px 36px
    }

        .operation-container .expert .expert-title {
            text-align: center
        }

        .operation-container .expert li {
            font-size: 12px;
            text-align: justify
        }

        .operation-container .expert input {
            display: block;
            margin-top: 20px
        }

        .operation-container .expert .company, .operation-container .expert .name, .operation-container .expert .phone {
            width: 100%;
            height: 30px;
            margin-right: 0
        }

        .operation-container .expert .order {
            height: 30px;
            line-height: 30px;
            margin-top: 37px;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            color: #3eb8ff;
            border-color: #3eb8ff;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px
        }

    .safe {
        padding: 40px 0
    }

        .safe .main-title {
            font-size: 20px
        }

        .safe .sub-title {
            font-size: 16px;
            margin-bottom: 0
        }

        .safe .safe-video-container {
            width: 90%;
            margin: 30px auto 122px;
            overflow: visible
        }

        .safe .safe-download-container {
            width: 100%;
            color: #051022
        }

            .safe .safe-download-container li {
                width: 25%
            }

                .safe .safe-download-container li i {
                    color: #9b9b9b
                }

                .safe .safe-download-container li p {
                    font-size: 12px
                }

            .safe .safe-download-container .white-book {
                display: none
            }

        .safe .white-book-download {
            display: block;
            width: 140px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #EA5413;
            text-align: center;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            color: #EA5413
        }

    .technology {
        margin: 40px auto;
        overflow: hidden
    }

        .technology li {
            padding: 0 !important
        }

        .technology .main-title {
            font-size: 20px;
            margin-bottom: 0
        }

        .technology .left {
            float: none;
            width: 80%;
            text-align: center;
            margin: 0 auto
        }

            .technology .left .table-container {
                margin-top: 30px;
                padding-left: 0
            }

            .technology .left .left-title {
                font-size: 18px
            }

            .technology .left .left-content {
                line-height: 30px;
                color: #535353;
                margin-top: 10px;
                margin-bottom: 0
            }

            .technology .left .left-detail {
                display: none
            }

            .technology .left .line {
                display: none
            }

        .technology .right {
            float: none;
            margin-top: 30px
        }

    .customer {
        margin: 40px 0 70px 0
    }

        .customer .title {
            font-size: 20px;
            margin-bottom: 30px
        }

        .customer .sub-title {
            font-size: 16px;
            margin-bottom: 30px
        }

        .customer .swiper-wrapper .swiper-slide {
            text-align: center;
            margin-top: 0
        }

        .customer .swiper-wrapper a {
            max-width: none;
            width: 48%;
            height: 63px
        }

            .customer .swiper-wrapper a:nth-child(2n+2) {
                margin-right: 0
            }

        .customer .safe {
            padding: 0
        }

    .generate-solution-container {
        display: none
    }

    .technology-pagination {
        margin-top: 30px;
        height: 5px
    }
}

@media (min-width:769px) {
    .ui-banner .ubc-text {
        width: 100%;
        text-align: center
    }

    .ui-banner .one {
        height: 100%;
        bottom: 0
    }

        .ui-banner .one p {
            width: 100%;
            height: 100%
        }

    .ui-banner .ubc-text .bannerBtnOne {
        width: 100%;
        height: 100%
    }

    .yun-containner {
        margin: 0 auto;
        max-width: 1000px;
        width: 100%
    }

    .service__li {
        width: 25%
    }

    .product__list-wrap {
        position: absolute;
        top: 200px;
        right: 50%;
        margin-right: 240px
    }

    .product__list-wrap-second {
        position: absolute;
        top: 200px;
        left: 50%;
        right: auto;
        margin-left: 240px;
        margin-right: auto
    }

        .product__list-wrap-second .product__item {
            position: relative;
            display: block;
            padding-left: 85px;
            padding-right: 0;
            text-align: left
        }

        .product__list-wrap-second .product__item-title {
            white-space: nowrap
        }

        .product__list-wrap-second .product__item-icon-wrap {
            left: 0;
            right: auto
        }

    .product__list-wrap-first .product__item {
        position: relative;
        display: block;
        padding-right: 85px;
        text-align: right
    }

    .product__item-icon-wrap {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 60px;
        height: 50px
    }

    .industry-pratice .industry-pagination {
        display: none
    }

    .safe .safe-download-container {
        bottom: 0;
        background-color: rgba(5,16,34,.5)
    }

        .safe .safe-download-container li .iconfont {
            margin-top: 32px;
            margin-bottom: 21px
        }

    .safe .white-book {
        background-color: rgba(5,16,34,.5)
    }

    .operation .operation-pagination {
        display: none
    }
}

@media screen and (max-width:1060px) {
    .home-new-banner {
        margin-top: 35px
    }

    .safe .safe-download-container li .iconfont {
        margin-top: 20%;
        font-size: 30px
    }

    .safe .safe-download-container li p {
        font-size: 12px
    }
}

@media screen and (max-width:1140px) {
    .technology .left .table-container {
        padding-left: 15px
    }
}

@media screen and (max-width:1360px) {
    .generate-solution-container .generate-solution li.regin-block .container .max360 {
        display: block
    }

    .generate-solution-container .generate-solution li.regin-block .container .min360 {
        display: none
    }
}

.container-technoloy ul li {
    display: list-item;
}

.solution .title {
    margin-top: 90px;
    margin-bottom: 90px;
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    color: #051022;
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.solution .solution-title-container {
    text-align: center;
}

.solution .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #979797;
    -webkit-transform: translate(-100%,-50%);
    -moz-transform: translate(-100%,-50%);
    -ms-transform: translate(-100%,-50%);
    -o-transform: translate(-100%,-50%);
    transform: translate(-100%,-50%)
}

.solution .title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    height: 1px;
    background-color: #979797;
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100%,-50%)
}

.industry-pratice .swiper-slide {
    border: 1px solid #ECECEC;
    height: 384px;
    box-sizing: border-box;
    padding-top: 72px;
}
.industry-pratice .swiper-slide:hover {
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 13px 0px rgba(113,123,128,0.32);
}

/*# sourceMappingURL=sourcemaps/index.css.map */
