﻿@charset "utf-8";

html {
    font-size: 16px;
    letter-spacing: normal;
    font-family: "微软雅黑",Helvetica,Arial,"Microsoft Yahei", "Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
    -webkit-font-smoothing: antialiased;
}
/*font*/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}

strong {
    font-weight: bold;
}

.clearfid {
    display: block;
    clear: both;
    position: relative;
}

    .clearfid:after {
        display: block;
        content: '';
        clear: both;
    }

.pad_lr_30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pro_wid {
    width: 1100px;
}

.col_4657 {
    color: #ff4567;
    text-decoration: none;
}

.navbar { /* padding:25px 0; */
    line-height: 114px;
    width: 100%;
    height: 75px;
    z-index: 400;
    position: relative;
    left: 0;
    top: 0;
    background: #FFF;
    box-shadow: 0 0px 5px 0 rgba(0,0,0,0.3);
    min-width: 1100px;
}

.center {
    position: relative;
    padding: 10px 0px;
    margin: 0 auto;
    width: 1100px;
    height: 75px;
}

.center-left {
    float: left;
}

.center-right-list {
    float: right;
    width: auto;
    height: 55px;
    margin-right: 25px;
}

    .center-right-list li.drop {
        float: left;
        line-height: 50px;
        margin-left: 75px;
        position: relative;
    }

        .center-right-list li.drop a {
            color: #000;
            text-decoration: none;
            font-size: 18px;
        }

        .center-right-list li.drop:hover a, .center-right-list li.drop.active a {
            color: #00a1fc;
        }

        .center-right-list li.drop:hover {
            border-bottom: 3px solid #00a1fc;
        }

        .center-right-list li.drop.active {
            border-bottom: 3px solid #00a1fc;
        }

ul.drop-down {
    position: absolute;
    top: 70px;
    left: -30px;
    width: 110px;
    visibility: visible;
    opacity: 0;
    z-index: 3;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

.center-right-list > li.drop:hover > ul.drop-down {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

ul.drop-down li a {
    display: block;
    color: #fff !important;
    font-size: 14px !important;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background: #0076f9;
    opacity: 1;
    border-top: 1px solid rgba(0,0,0,0.3);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.drop-down li {
    position: relative;
}

    ul.drop-down li:first-child a {
        border-top: none;
    }

    ul.drop-down li a:hover {
        background: #aeb3b9;
    }

.center-right-list span.alink {
    float: left;
    position: relative;
    line-height: 30px;
    font-size: 12px;
    margin-left: 120px;
    border: 2px solid #0052a5;
    border-radius: 8px;
    top: 10px;
}

    .center-right-list span.alink a {
        color: #0052a5;
        padding: 0 10px;
        cursor: pointer;
    }

.center-right-list span.tel {
    float: left;
    position: relative;
    line-height: 18px;
    font-size: 12px;
    margin-left: 20px;
    top: 10px;
    color: #0052a5;
}

    .center-right-list span.tel font {
        display: block;
    }

.content {
    position: relative;
    background: url(../images/bg2.jpg) repeat;
    min-width: 1100px;
    left: 0px;
    z-index: 50;
}

.flo {
    position: relative;
    float: left;
    box-sizing: border-box;
}

.overline {
    position: relative;
    width: 100%;
}

.mag {
    margin: 0 auto;
    position: relative;
    width: 1100px;
    height: 610px;
    overflow: hidden;
}

.banner {
    position: absolute;
    top: 180px;
    left: 50%;
    position: absolute;
    background: url("../images/title1.png");
    width: 780px;
    height: 300px;
    background-size: 100% 100%;
    margin-left: -390px;
}

.banner-app {
    position: absolute;
    bottom: 0px;
    left: 140px;
    z-index: 1;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 280px solid #00a1fc;
    color: #fff;
    position: absolute;
    top: 70px;
    left: 450px;
    z-index: 1;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 160px solid #00a1fc;
    position: absolute;
    top: 20px;
    left: 380px;
    z-index: 1;
}

.triangle-down h1 {
    display: block;
    position: absolute;
    bottom: 230px;
    width: 300px;
    left: -150px;
    text-align: center;
    font-size: 20px;
}

.triangle-down h2 {
    display: block;
    position: absolute;
    bottom: 180px;
    width: 300px;
    left: -150px;
    text-align: center;
    font-size: 20px;
}

.triangle-down h3 {
    display: block;
    position: absolute;
    bottom: 290px;
    width: 300px;
    left: -150px;
    text-align: center;
    font-size: 24px;
    color: #555;
}

.triangle-down h1 font {
    font-size: 28px;
    position: absolute;
    right: 30px;
    top: -5px;
}

.triangle-down h2 font {
    font-size: 28px;
    position: absolute;
    right: 65px;
    top: -5px;
}

.triangle-down h1 span, .triangle-down h2 span {
    font-size: 36px;
}

.b1 {
    position: absolute;
    top: 210px;
    left: 530px;
    z-index: 4;
}

.parallelogram {
    width: 530px;
    height: 160px;
    background: url(../images/bg1-4.png) no-repeat;
    padding: 20px 50px;
    z-index: 3;
    position: relative;
}

.b1 span {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    position: absolute;
    top: 20px;
    left: 120px;
    width: 300px;
    z-index: 5;
}

.mag .txt1 {
    position: absolute;
    top: 380px;
    left: 560px;
    font-size: 14px;
    line-height: 26px;
    width: 340px;
}

.b2 {
    position: absolute;
    top: 0px;
    left: 230px;
    z-index: 0;
}

.parallelogram1 {
    width: 600px;
    height: 610px; /*-webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); background: #d8d8d8;*/
    background: url(../images/bg1-2.png) no-repeat;
}

.parallelogram2 {
    width: 150px;
    height: 140px;
    background: url(../images/bg1-3.png) no-repeat;
    position: absolute;
    top: 530px;
    left: 320px;
}

.parallelogram3 {
    width: 10px;
    height: 120px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    background: #00a1fc;
    position: absolute;
    top: 520px;
    left: 300px;
}

.dropdown-btn {
    position: absolute;
    bottom: 170px;
    left: 50%;
    margin-left: -50px;
}

    .dropdown-btn a {
        text-decoration: none;
        background: url(../images/btn1.png) no-repeat;
        display: block;
        width: 100px;
        height: 100px;
    }

        .dropdown-btn a:hover {
            background: url(../images/btn1.png) 0 -100px no-repeat;
        }

.btn_down_client {
    width: 210px;
    text-indent: 35px;
    background: url('../images/anniujiantou.png') #fff no-repeat 167px 23px;
    height: 68px;
    color: #585858;
    line-height: 68px;
    vertical-align: middle;
    font-size: 23px;
    border-radius: 10px;
}

.mag-wid {
    height: 915px;
    background: url(../images/bg2.jpg);
}

.fs_42 {
    font-size: 36px;
    color: #fff;
    line-height: 100px;
    text-align: center;
}

    .fs_42 span {
        display: block;
        font-size: 22px;
        line-height: 30px;
    }

.why_choice {
    width: 1100px;
    position: absolute;
    top: 330px;
    right: 0;
    z-index: 2;
}

    .why_choice li.block {
        width: 300px;
        text-align: center;
        font-size: 36px;
        height: 68px;
        line-height: 68px;
        cursor: pointer;
    }

.list li {
    position: relative;
    float: left;
}

.why_choice li i {
    background: url(../images/icon1.png) no-repeat 0 -82px;
    color: #fff;
    width: 68px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 22px;
}

.why_choice li.icos1 {
    padding-right: 80px;
    text-align: right;
    position: absolute;
    left: 100px;
}

    .why_choice li.icos1 i {
    }

.why_choice li.icos2 {
    padding-left: 80px;
    text-align: left;
    position: absolute;
    right: 100px;
}

    .why_choice li.icos2 i {
        position: absolute;
        left: 0;
        font-size: 48px;
    }

.why_choice li.icos3 {
    padding-right: 80px;
    text-align: right;
    position: absolute;
    left: 30px;
    top: 230px;
}

    .why_choice li.icos3 i {
        position: absolute;
        right: 0;
        font-size: 36px;
    }

.why_choice li.icos4 {
    padding-left: 80px;
    text-align: left;
    position: absolute;
    right: 30px;
    top: 230px;
}

    .why_choice li.icos4 i {
        position: absolute;
        left: 0;
        font-size: 36px;
    }

.why_choice li.selected {
    color: #00a1fc;
}

    .why_choice li.selected i {
        background: url(../images/icon1.png) no-repeat;
    }

.sr {
    width: 1100px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 90px;
    position: relative;
}

.service {
    height: 510px;
    width: 510px;
    display: block;
    margin: 60px auto;
    background: url(../images/rad2.png) no-repeat;
    position: relative;
    top: 150px; /* border: 1px solid #ccc; */
}

    .service .text1 {
        display: block;
        position: relative;
        margin: 0 auto;
        top: -80px;
    }

        .service .text1 .icon1 {
            display: block;
            width: 110px;
            height: 110px;
            margin: 0 auto;
            background: url(../images/icon1.png)0 -540px no-repeat;
            position: absolute;
            left: 50%;
            margin-left: -55px;
            top: 30px;
        }

        .service .text1 .text2 {
            padding: 20px;
            line-height: 22px;
        }

            .service .text1 .text2 h3 {
                text-align: center;
                font-size: 30px;
                line-height: 70px;
            }

            .service .text1 .text2 p {
                font-size: 14px;
                width: 406px;
                margin: 0 auto;
            }

/*首页案例介绍*/
.case_index {
    background: url(../images/bg3.png) no-repeat left #00a1fc;
    height: 650px;
    overflow: hidden;
}

    .case_index h3 span {
        display: block;
        width: 250px;
        height: 30px;
        border-bottom: 1px solid #fff;
        margin: -50px auto 0;
        position: relative;
    }

        .case_index h3 span i.triangle-downs {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff;
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -10px;
        }

.support .tab_item {
    margin: 0 auto;
    text-align: center;
    width: 360px;
}

    .support .tab_item ul li.tab_li {
        float: left;
        display: inline-block;
        color: #00a1fc;
        width: 180px;
        padding: 0 20px;
        font-size: 18px;
        cursor: hand;
        border: 1px solid #00a1fc;
        line-height: 40px;
    }

    .support .tab_item ul li:first-child {
        border-radius: 10px 0px 0px 10px;
    }

    .support .tab_item ul li:last-child {
        border-radius: 0px 10px 10px 0px;
    }

.support .li_selected {
    background: #00a1fc;
    color: #fff !important;
}

.case {
    height: 500px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.case_box {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

    .case_box ul {
        position: absolute;
        height: 450px;
        top: 0px;
        left: 0px; /*overflow: hidden;*/
    }

        .case_box ul li {
            width: 1100px;
            float: left;
            height: 450px;
        }

            .case_box ul li.case_1 {
                background: url(../images/case_1.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_2 {
                background: url(../images/case_2.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_3 {
                background: url(../images/case_3.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_4 {
                background: url(../images/case_4.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_5 {
                background: url(../images/case_5.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_6 {
                background: url(../images/case_6.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_7 {
                background: url(../images/case_7.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_8 {
                background: url(../images/case_8.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_9 {
                background: url(../images/case_9.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_10 {
                background: url(../images/case_10.png) no-repeat 30px 0px;
            }

            .case_box ul li.case_11 {
                background: url(../images/case_11.png) no-repeat 30px 0px;
            }

            .case_box ul li div {
                display: block;
                height: 500px;
                position: relative;
                margin-left: 600px;
                top: 80px;
                width: 400px;
            }

                .case_box ul li div span {
                    display: block;
                }

            .case_box ul li.case_1 div span.c_logo {
                background: url(../images/caselogo_1.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li div span {
                width: 400px;
                line-height: 28px;
                font-size: 14px;
                color: #fff;
            }

                .case_box ul li div span:nth-child(2):before, .case_box ul li div span:nth-child(3):before, .case_box ul div span:nth-child(4):before {
                    content: "•";
                    font-weight: bold;
                    padding-right: 10px;
                }

            .case_box ul li.case_2 div span.c_logo {
                background: url(../images/caselogo_2.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_3 div span.c_logo {
                background: url(../images/caselogo_3.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_4 div span.c_logo {
                background: url(../images/caselogo_4.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_5 div span.c_logo {
                background: url(../images/caselogo_5.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_6 div span.c_logo {
                background: url(../images/ss_logo.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_7 div span.c_logo {
                background: url(../images/g_logo.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_8 div span.c_logo {
                background: url(../images/df_logo.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_9 div span.c_logo {
                background: url(../images/ou_logo.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_10 div span.c_logo {
                background: url(../images/as_logo.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }

            .case_box ul li.case_11 div span.c_logo {
                background: url(../images/yd_logo.png) no-repeat;
                display: block;
                width: 400px;
                height: 45px;
                margin-bottom: 50px;
            }


    .case_box ol {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -65px;
        height: 12px;
        z-index: 99;
    }

        .case_box ol li {
            float: left;
            margin: 0 4px;
            display: inline;
            width: 12px;
            height: 12px;
            line-height: 999em;
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
            background: rgba(255,255,255,0.5);
        }

            .case_box ol li.active {
                background: #fff;
            }

    .case_box p {
        z-index: 2;
        position: absolute;
        text-indent: -9999px;
        width: 28px;
        height: 51px;
        top: 40%;
        cursor: pointer;
    }

    .case_box .prev {
        text-indent: -9999px;
        background: url(../images/previous.png) no-repeat;
        left: 0px;
    }

    .case_box .next {
        background: url(../images/next.png) no-repeat;
        top: 40%;
        right: 0px;
    }


/*首页行业新闻*/
.industry_news {
    background: url(../images/bg6.png) no-repeat left #00a1fc;
    height: 600px;
    overflow: hidden;
}

    .industry_news h3 span {
        display: block;
        width: 250px;
        height: 30px;
        border-bottom: 1px solid #fff;
        margin: -50px auto 0;
        position: relative;
    }

        .industry_news h3 span i.triangle-downs {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #fff;
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -10px;
        }

.industry {
    height: 500px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

.industry_news_box {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

    .industry_news_box ul {
        position: absolute;
        height: 450px;
        top: 0px;
        left: 0px; /*overflow: hidden;*/
    }

        .industry_news_box ul li {
            width: 50%;
            color: white;
            height: 145px;
        }

            .industry_news_box ul li.news_1 {
                margin: 55px 30px 30px 27px;
                max-width: 440px;
                float: left;
            }

            .industry_news_box ul li.news_2 {
                margin: 55px 30px 30px 27px;
                max-width: 440px;
                float: right;
            }

            .industry_news_box ul li.news_3 {
                margin: 30px 30px 30px 27px;
                max-width: 440px;
                float: left;
            }

            .industry_news_box ul li.news_4 {
                margin: 30px 30px 30px 27px;
                max-width: 440px;
                float: right;
            }

            .industry_news_box ul li.news_5 {
                text-align: right;
                margin-right: 29px;
                max-width: 440px;
                float: right;
            }

                .industry_news_box ul li.news_5 a {
                    text-decoration: none;
                }

            .industry_news_box ul li .news_num {
                margin-top: 45px;
                background-color: #00a1fc;
                width: 60px;
                height: 55px;
                line-height: 55px;
                text-align: center;
                font-size: 30px;
                float: left;
            }

            .industry_news_box ul li .news_content {
                border: 1px solid;
                height: 100%;
                margin-left: 30px;
                background-color: white;
            }

                .industry_news_box ul li .news_content .news_content_details {
                    margin: 18px 35px 18px 60px;
                }

                    .industry_news_box ul li .news_content .news_content_details span {
                        color: black;
                        font-size: 18px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 1;
                        overflow: hidden;
                    }

                    .industry_news_box ul li .news_content .news_content_details p {
                        display: -webkit-box !important;
                        -webkit-box-orient: vertical !important;
                        -webkit-line-clamp: 2 !important;
                        overflow: hidden !important;
                        color: gray;
                        margin-top: 5px;
                        line-height: 23px;
                    }

                    .industry_news_box ul li .news_content .news_content_details a {
                        float: right;
                        text-decoration: none;
                        margin-top: 12px;
                    }
/*.industry_news_box ul li div{ display: block;height: 500px;position: relative; margin-left: 600px; top: 80px; width:400px}
.industry_news_box ul li div span{ display:block}
.industry_news_box ul li.case_1 div span.c_logo{ background: url(../images/caselogo_1.png) no-repeat; display:block;    width: 400px;
    height: 45px;margin-bottom: 50px;}
.industry_news_box ul li div span{  width: 400px; line-height:28px; font-size:14px; color:#fff}
.industry_news_box ul li div span:nth-child(2):before,.case_box ul li div span:nth-child(3):before,.case_box ul  div span:nth-child(4):before{     content: "•";font-weight: bold;     padding-right:10px;}
.industry_news_box ul li.case_2 div span.c_logo{ background: url(../images/caselogo_2.png) no-repeat; display:block;    width: 400px;
    height: 45px;margin-bottom: 50px;}
.industry_news_box ul li.case_3 div span.c_logo{ background: url(../images/caselogo_3.png) no-repeat; display:block;    width: 400px;
    height: 45px;margin-bottom: 50px;}
	.case_box ul li.case_4 div span.c_logo{ background: url(../images/caselogo_4.png) no-repeat; display:block;    width: 400px;
    height: 45px;margin-bottom: 50px;}*/



/*首页公司主营业务*/
.support {
    height: 694px;
    background: url(../images/bg1.jpg) no-repeat center;
}

    .support h3 {
        color: #eee;
    }

.hv_ind_img_plus {
    background: url("../images/jia.png") no-repeat;
    background-size: 40px 40px;
    background-position: 22px 22px;
    height: 80px;
    margin-top: 20px;
}

.pad_tb_25 {
    padding-top: 25px;
}

.hv_ind_img_shouyi {
    background: url('../images/shouyi.png') no-repeat;
    background-size: 100% 100%;
}

.hv_ind_img_anquan {
    background: url('../images/anquan.png') no-repeat;
    background-size: 100% 100%;
}

.hv_ind_img_cunqu {
    background: url("../images/cunqu.png") no-repeat;
    background-size: 100% 100%;
}

.hv_ind_list {
    width: 84px;
    height: 70px;
    background-size: 100% 100%;
}

.mag_center {
    margin: 0 auto;
}

.hx_newline h3 {
    font-size: 22px;
    color: #585858;
    padding: 10px 0px 20px 0px;
}

.hx_newline p {
    color: #585858;
    font-size: 15px;
    line-height: 25px;
}

.vk_loads {
    width: 1050px;
    height: 532px;
    padding: 62px 0px 0px 17px;
}

.btn_lr_slide {
    width: 27px;
    height: 45px;
    position: absolute;
    top: 230px;
    cursor: pointer;
}

.btn_lr_slide_left {
    background: url(../images/previous.png) no-repeat;
    left: -50px;
}

.btn_lr_slide_right {
    background: url(../images/next.png) no-repeat;
    right: -55px;
}

.intro {
    display: none;
}

    .intro li {
        width: 100%;
        display: inline;
        float: left;
        position: relative;
    }

        .intro li dl.grid {
            width: 157px;
            display: inline;
            float: left;
            position: relative;
            cursor: pointer;
            top: 10px;
        }

.intro-fig {
    height: 110px;
    width: 110px;
    margin: 0 auto 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    display: block;
    color: #fff;
    font-size: 53px;
    text-align: center;
    line-height: 110px;
    background: url(../images/about3.png) no-repeat;
}

.intro-fig-1 {
    background: url(../images/company.jpg) no-repeat #fff;
    background-position: 0px -5px;
}

.intro-fig i { /*     width: 110px; height: 110px; display: block; border: 2px dashed #fff; border-radius: 50%;behavior: url(ie-css3.htc);-moz-border-radius:50%; -webkit-border-radius: 50%;behavior: url(ie-css3.htc); position: absolute; top: -15px; left: -15px;*/
}

.intro-title {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

    .intro-title a {
        color: #fff;
        background-color: #7eabf5;
        padding: 10px 25px;
        border-radius: 5px;
        cursor: pointer;
    }

        .intro-title a:hover {
            background-color: #568be2;
            text-decoration: none;
        }

.intro li dl.grid span.timel {
    height: 30px;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 auto;
    width: 110px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.intro li dl.grid span.in-content {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 25px; /*width: 250px; margin-left: -51px;*/
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    filter: alpha(opacity=0);
}

    .intro li dl.grid span.in-content font {
        display: block;
        color: #00a1fc;
    }

.intro li dl.grid:hover span.timel, .intro li dl.grid:hover span.in-content {
    opacity: 1;
    filter: alpha(opacity=100);
}

.intro li dl.grid:hover .intro-fig { /* background: rgba(0,161,252,1);*/
    background: url(../images/about3.png) no-repeat 0 -116px;
}

    .intro li dl.grid:hover .intro-fig i { /*border-color:#00a1fc*/
    }

.culture {
    background: url(../images/bg5.jpg) no-repeat center #426eb5;
    height: 872px;
}

.culture1 {
    width: 820px;
    margin-top: 60px;
}

.licen_doc {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 70px 0 30px 0;
}

.tab_active {
    display: block;
}

.ind_cont_banner_slide img {
    display: block;
    width: 230px;
    height: 408px;
    position: relative;
    float: left;
}

.flo_r {
    position: relative;
    float: right;
}

.quote_title {
    font-size: 48px;
    color: #fff;
    width: 100%;
    line-height: 70px;
}

.ind_cont {
    color: #585858;
    padding-top: 50px;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
}

.more_banner_ico li {
    margin-right: 20px;
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
}

.intro h3 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    top: 40px;
}

.intro li.pp1 { /*   border: 2px solid #ccc; border-radius: 50%;-moz-border-radius:50%; -webkit-border-radius: 50%;*/
    width: 450px;
    height: 450px;
    position: relative;
    left: 50%;
    margin-left: -225px;
    top: 120px;
    background: url(../images/rad1.png) no-repeat;
}

    .intro li.pp1 dl:hover {
        cursor: pointer;
    }

    .intro li.pp1 dl:first-child {
        position: absolute;
        top: 60px;
        left: 50%;
        margin-left: -150px;
        width: 300px;
    }

        .intro li.pp1 dl:first-child .title_item {
            background: #81c238;
            color: #fff;
            width: 140px;
            height: 140px;
            display: block; /*border-radius: 50%;-moz-border-radius:50%; -webkit-border-radius: 50%;*/
            text-align: center;
            line-height: 36px;
            font-size: 30px;
            padding: 28px;
            margin: 0 auto;
            position: relative;
            background: url(../images/about3.png) no-repeat 0 -356px;
        }

            .intro li.pp1 dl:first-child .title_item i { /*  width: 140px;height: 140px;display: block;border-radius: 50%;behavior: url(ie-css3.htc);-moz-border-radius:50%; -webkit-border-radius: 50%;behavior: url(ie-css3.htc);position: absolute;
border: 2px solid #81c238;top: -10px; left: -10px;*/
            }

    .intro li.pp1 dl .title_item {
        color: #fff;
        width: 110px;
        height: 110px;
        background: #5dcce4;
        display: block;
        text-align: center;
        line-height: 30px;
        font-size: 24px;
        padding: 20px;
        position: relative;
        background: url(../images/about3.png) no-repeat 0 -236px;
    }

        .intro li.pp1 dl .title_item i {
            /*  width: 110px;
    height: 110px;
    display: block;border-radius: 50%;-moz-border-radius:50%; -webkit-border-radius: 50%;position: absolute;
    border: 2px solid #5dcce4;
    top: -10px;
    left: -10px;*/
        }

    .intro li.pp1 dl p {
        padding: 0 0 0 40px;
    }

        .intro li.pp1 dl p span {
            display: inline-block;
            float: left;
            box-sizing: border-box;
            font-size: 14px;
            color: #fff;
            width: 130px;
            line-height: 28px;
        }

    .intro li.pp1 dl.int2 p {
        margin-top: 20px;
    }

        .intro li.pp1 dl.int2 p span {
            width: 190px;
            position: relative;
            top: -80px;
            left: -20px;
        }

    .intro li.pp1 dl.int3 p {
        margin-top: 20px;
        padding-left: 110px;
    }

        .intro li.pp1 dl.int3 p span {
            width: 150px;
        }

    .intro li.pp1 dl.int5 p {
        padding-left: 110px;
    }

    .intro li.pp1 dl.int2 {
        width: 260px;
        position: absolute;
        top: 15px;
        left: -150px;
    }

        .intro li.pp1 dl.int2 .title_item {
            float: right;
        }

    .intro li.pp1 dl.int3 {
        width: 260px;
        position: absolute;
        top: 20px;
        left: 330px;
    }

        .intro li.pp1 dl.int3 .title_item {
            float: left;
        }

    .intro li.pp1 dl.int4 {
        width: 260px;
        position: absolute;
        top: 140px;
        left: -210px;
    }

        .intro li.pp1 dl.int4 .title_item {
            float: right;
        }

        .intro li.pp1 dl.int4 p span {
            width: 190px;
            position: relative;
            top: -100px;
        }

    .intro li.pp1 dl.int5 {
        width: 260px;
        position: absolute;
        top: 140px;
        left: 400px;
    }

        .intro li.pp1 dl.int5 .title_item {
            float: left;
        }




    .intro li.pp1 dl:first-child p {
        margin-top: 30px;
        padding: 0 0 0 40px;
    }

        .intro li.pp1 dl:first-child p span {
            display: inline-block;
            float: left;
            box-sizing: border-box;
            font-size: 14px;
            color: #fff;
            width: 130px;
            line-height: 28px;
        }

    .intro li.pp1 dl p span:before {
        content: "•";
        color: #5dcce4;
        font-weight: bold;
        padding: 0 10px;
    }

    .intro li.pp1 dl:first-child p span:before {
        content: "•";
        color: #81c238;
        font-weight: bold;
        padding: 0 10px;
    }

.profit_ico1 {
    background: url("../images/01-01.png");
    background-size: 100% 100%;
}

.profit_ico2 {
    background: url("../images/01-02.png");
    background-size: 100% 100%;
}

.profit_ico3 {
    background: url("../images/01-03.png");
    background-size: 100% 100%;
}

.profit_ico4 {
    background: url("../images/01-04.png");
    background-size: 100% 100%;
}

.ico_10yi {
    width: 68px;
    height: 68px;
    background: url("../images/10yi.png");
    background-size: 100% 100%;
}

.zg_imglist .icos {
    display: block;
    position: relative;
    float: left;
    margin-right: 20px;
    width: 67px;
    height: 55px;
}

.ico_3_1 {
    background: url("../images/03-01.png");
    background-size: 100% 100%;
}

.ico_3_2 {
    background: url("../images/03-02.png");
    background-size: 100% 100%;
}

.app_down_btns li {
    color: #848484;
    font-family: sans-serif;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 45px;
    width: 150px;
}

.vb_iphone {
    background: url("../images/IOS.png") no-repeat;
    background-size: auto 100%;
}

element.style {
}

.app_down_btns li {
    color: #848484;
    font-family: sans-serif;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 45px;
    width: 150px;
}

.vb_wap {
    background: url("../images/wap.png") no-repeat;
    background-size: auto 100%;
}

element.style {
}

.app_down_btns li {
    color: #848484;
    font-family: sans-serif;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 45px;
    width: 150px;
}

.vb_android {
    background: url("../images/anzhuo.png") no-repeat;
    background-size: auto 100%;
}

element.style {
}

.app_down_btns li {
    color: #848484;
    font-family: sans-serif;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 45px;
    width: 150px;
}

.vb_watch {
    background: url("../images/shoubiao.png") no-repeat;
    background-size: auto 100%;
}

.slide_menu {
    position: fixed;
    left: 50%;
    margin-left: 543px;
    top: 265px;
    width: 70px;
    z-index: 420;
    text-align: center;
}

    .slide_menu li {
        padding-bottom: 20px;
        width: 100%;
    }

        .slide_menu li a {
            color: #ccc;
            text-decoration: none;
        }

        .slide_menu li .slide_ico {
            background-position: center top;
            background-repeat: no-repeat;
            height: 44px;
            background-size: auto 100%;
        }

.slide_ico_up {
    background: url("../images/zhiding@2x.png");
    background-size: 100% 100%;
}

.slide_ico_tel {
    background: url("../images/lianxi@2x.png");
    background-size: 100% 100%;
}

.slide_ico_down {
    background: url("../images/xiazai@2x.png");
    background-size: 100% 100%;
}

.slide_ico_wx {
    background: url("../images/kefu@2x.png");
    background-size: 100% 100%;
}
/*Partner*/
.Partner {
    height: 750px;
    background: #9bdafe;
}

    .Partner h3 {
        color: #000;
    }

        .Partner h3 span {
            display: block;
            width: 250px;
            height: 30px;
            border-bottom: 1px solid #00a1fc;
            margin: -50px auto 0;
            position: relative;
        }

            .Partner h3 span i.triangle-downs {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #00a1fc;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -10px;
            }

    .Partner .logos {
        top: 30px;
        text-align: center;
        width: 1100px;
        margin: 0 auto;
    }

/*honor*/
.honor {
    height: 450px;
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}

    .honor h3 {
        color: #000;
    }

        .honor h3 span {
            display: block;
            width: 250px;
            height: 30px;
            border-bottom: 1px solid #00a1fc;
            margin: -50px auto 0;
            position: relative;
        }

            .honor h3 span i.triangle-downs {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #00a1fc;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -10px;
            }

    .honor .honors {
        top: 30px;
        text-align: center;
        width: 1100px;
        margin: 0 auto;
    }

        .honor .honors ul li {
            width: 140px;
            float: left;
            font-size: 14px;
            margin: 8px;
            height: 190px;
        }

            .honor .honors ul li span {
                position: relative;
                top: 140px;
                display: block;
                line-height: 20px;
            }

            .honor .honors ul li.hor1 {
                background: url(../images/h1.jpg) no-repeat center 20px;
            }

            .honor .honors ul li.hor2 {
                background: url(../images/h2.jpg) no-repeat center 16px;
            }

            .honor .honors ul li.hor3 {
                background: url(../images/h3.jpg) no-repeat center 20px;
            }

            .honor .honors ul li.hor4 {
                background: url(../images/h4.png) no-repeat center 15px;
            }

            .honor .honors ul li.hor5 {
                background: url(../images/h5.jpg) no-repeat center top;
            }

            .honor .honors ul li.hor6 {
                background: url(../images/h6.jpg) no-repeat center top;
            }

            .honor .honors ul li.hor7 {
                background: url(../images/h7.jpg) no-repeat center top;
            }
/*women-style*/
.bg_f9 {
    background: #F9F9F9;
}

.down_btn_ios {
    background: url("../images/iosxiazai.png");
}

.down_btn_android {
    background: url("../images/anzhaoxiazai.png");
}

.app_down a {
    display: inline-block;
    padding: 0px 25px;
}

.down_btns {
    width: 202px;
    height: 52px;
    position: relative;
    float: left;
    background-size: 100% 100%;
}
/*anquan-style*/
.page_safe_list li {
    width: 100%;
    position: relative;
    padding: 70px 0px;
}

.safe_cont_block {
    color: #585858;
}

    .safe_cont_block div {
        font-size: 16px;
        line-height: 25px;
    }

.safe_bg1_ico1 {
    background: url("../images/sky1.png");
    top: 22px;
    right: 56px;
    width: 368px;
    height: 350px;
    background-size: 100% 100%;
}

.safe_bg_ico2 {
    background: url("../images/icon.png") no-repeat;
    width: 290px;
    height: 316px;
    background-size: auto 100%;
    margin-left: 60px;
    margin-top: 100px;
}

.pos_ab {
    position: absolute;
}

.safe_bg_ico3 {
    right: 10px;
    top: -30px;
    width: 450px;
    height: 410px;
    background-size: 100% 100%;
    background-position: 575px 40px;
}

.safe_bg_ico3 {
    background: url("../images/safe_cont_ico1.png") no-repeat;
}

.safe_bg_ico4 {
    width: 410px;
    height: 406px;
    margin-left: 20px;
    top: 0px;
    background: url("../images/safe_cont_ico4.png") no-repeat;
    background-size: 100% 100%;
}

.safe_bg_ico4 {
    background: url("../images/safe_cont_ico4.png") no-repeat;
    background-position: 0px 40px;
    background-size: auto 100%;
}

/*help-style*/
.list_helpcenter {
    color: #585858;
}

    .list_helpcenter li {
        border-bottom: #c1c1c1 solid 1px;
        width: 100%;
        cursor: pointer;
    }

    .list_helpcenter h2 {
        font-size: 20px;
        padding: 20px 0px;
    }

    .list_helpcenter div {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 30px;
        display: none;
    }

.ico_up {
    transition: All 0.5s ease-in-out;
    transform: rotate(0deg);
    background: url("../images/ico_down_2.png") no-repeat;
    background-size: 100% 100%;
}

.ico_up_down {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
}


/*footer*/
.foot {
    background: url(../images/bottom_bg.jpg) top center;
    height: 300px;
}

.footer_menu_content {
    margin: 30px auto 40px auto;
}

.float_left {
    float: left;
}

.footer_menu_list li {
    padding: 0px 0px 5px 25px;
    float: none;
    text-align: left;
    color: #b1b2b4;
    font-size: 12px;
}

    .footer_menu_list li a {
        color: #bfbfbf;
        font-size: 14px;
        line-height: 14px;
    }

    .footer_menu_list li span {
        color: #fff;
    }

.float_left1 {
    float: left;
    margin-left: 100px;
}

    .float_left1 li {
        text-align: left !important;
    }

        .float_left1 li .hotline {
            color: #656565;
            font-size: 24px;
        }

            .float_left1 li .hotline font {
                display: block;
                color: #00a1fc;
                font-size: 32px;
                line-height: 45px;
            }

        .float_left1 li span.qq1 {
            background: url(../images/qq1.png) no-repeat;
            padding-left: 60px;
            height: 25px;
            color: #fff;
            width: 170px;
            display: block;
            line-height: 25px;
            font-size: 14px;
            cursor: pointer;
        }

.footer_menu_weixin {
    float: right;
    background: url(../images/wei_bg.png);
}

    .footer_menu_weixin span {
        width: 144px;
        height: 144px;
        display: inline-block;
        float: right;
        font-size: 20px;
        line-height: 30px;
        color: #00a1fc;
        padding: 30px;
    }


/* 客服小人*/
.rightMenu {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 999;
}

    .rightMenu ul {
    }

    .rightMenu li {
        border-bottom: 1px solid #fff;
        position: relative;
        display: block;
        height: 40px;
        line-height: 40px;
        width: 40px;
        background: #666;
        background: rgba(0,0,0,0.3);
        filter: alpha(opacity=50);
        font-size: 14px;
    }

        .rightMenu li:last-child {
            border: none;
        }

    .rightMenu .hd1 {
        background: url(../images/right.png) 0px 3px no-repeat;
    }

    .rightMenu .hd2 {
        background: url(../images/right.png) 0px -36px no-repeat;
    }

    .rightMenu .js {
        background: url(../images/right.png) 0px -73px no-repeat;
    }

    .rightMenu .kf {
        background: url(../images/right.png) 0px -111px no-repeat;
    }

    .rightMenu .iph {
        background: url(../images/right.png) 0px -148px no-repeat;
    }

    .rightMenu .top {
        background: url(../images/right.png) 0px -187px no-repeat;
    }

    .rightMenu #yd {
    }

    .rightMenu .rig {
        color: #fff;
        padding-left: 40px;
        width: 100px;
        position: absolute;
        right: 0;
        display: none;
    }

    .rightMenu .cx2 {
        width: 40px;
        padding-left: 0px;
        height: 40px;
        display: none;
    }

    .rightMenu .hd11 {
        background-color: #ffba4b;
        display: none;
    }

    .rightMenu .hd21 {
        background-color: #ffba4b;
        display: none;
    }

    .rightMenu .js1 {
        background-color: #7265ab;
        display: none;
        width: 240px;
    }

    .rightMenu .kf1 {
        background-color: #3d9ecf;
        display: none;
    }

    .rightMenu .dh1 {
        background-color: #ffba4b;
        display: none;
    }

    .rightMenu .iph1 {
        background-color: #7cb128;
        width: 40px;
        height: 40px;
        padding-left: 0px;
        display: none;
    }

    .rightMenu .cx2 .arrow {
        position: absolute;
        right: -20px;
        z-index: 99;
        bottom: 54px;
    }

    .rightMenu .cx2 .kug {
        z-index: 98;
        position: absolute;
        right: 40px;
        top: 0px;
        display: table;
    }

        .rightMenu .cx2 .kug span {
            display: block;
        }

    .rightMenu .top1 {
        background-color: #05c089;
        display: none;
    }

    .rightMenu #topp:hover .top1,
    .rightMenu #kf:hover .kf1,
    .rightMenu #hd0:hover .hd21,
    .rightMenu #js:hover .js1,
    .rightMenu #yd:hover .iph1, .rightMenu #yd:hover .iph1 img {
        display: block;
    }


/*产品与服务*/
.pro {
    background: url(../images/slide4.jpg) no-repeat center top;
    background-size: cover;
}

.pro1 img {
    position: absolute;
    left: 50%;
    top: 50px;
}

.pro1 h1 {
    color: #fff;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -500px;
    font-size: 48px;
    font-weight: bold;
    line-height: 80px;
}

.pro1 p {
    font-size: 36px;
    line-height: 50px;
    position: absolute;
    top: 210px;
    left: 50%;
    margin-left: -500px;
    color: #fff;
}

.flow {
    height: 694px;
    background: url(../images/bg2.jpg) repeat;
    overflow: hidden;
}

    .flow h3 {
        color: #555;
    }

    .flow .hh1 {
        animation: fadeInUp 3s ease-in-out 0s running;
        animation-name: fadeInUp;
        animation-duration: 3s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        -webkit-animation-name: fadeInUp;
        -ms-animation-name: fadeInUp;
        -webkit-animation-duration: 3s;
        -ms-animation-duration: 3s;
        -webkit-animation-timing-function: ease-in-out;
        -ms-animation-timing-function: ease-in-out;
        -webkit-animation-delay: 0s;
        -ms-animation-delay: 0s;
        -webkit-animation-play-state: running;
        -ms-animation-play-state: running;
    }

}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,300px);
        transform: translate(0,300px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,300px);
        transform: translate(0,300px);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flow .flow1 li {
    width: 100%;
    display: inline;
    float: left;
    position: relative;
    margin-left: 120px;
}

    .flow .flow1 li dl.grid {
        width: 120px;
        display: inline;
        float: left;
        position: relative;
        top: 10px;
    }

    .flow .flow1 li dl.flo1 {
        top: 220px;
    }

        .flow .flow1 li dl.flo1 span.in-content {
            top: 20px;
            left: -160px;
        }

        .flow .flow1 li dl.flo1 .intro-fig b { /*background: #3d5915;*/
            left: -60px;
            top: 0px;
        }

        .flow .flow1 li dl.flo1 .intro-fig hr {
            top: 0px;
            left: -20px;
        }



.flow .flow1 .intro-fig {
    height: 100px;
    width: 100px;
    margin: 0 auto 30px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    display: block; /*  border-radius: 50%;-moz-border-radius:50%; -webkit-border-radius: 50%;background:#fff;border: 2px solid #3d5915;*/
    color: #3d5915;
    font-size: 48px;
    text-align: center;
    line-height: 100px;
    background: url(../images/about3.png) no-repeat 0 -508px;
    z-index: 10;
}

    .flow .flow1 .intro-fig i { /*width:95px;height:95px;display: block; border:5px solid #3d5915; border-radius: 50%;behavior: url(ie-css3.htc);-moz-border-radius:50%; -webkit-border-radius: 50%;behavior: url(ie-css3.htc);
 position: absolute;top: -10px;left: -10px;*/
    }

    .flow .flow1 .intro-fig b {
        position: absolute;
        color: #fff;
        width: 50px;
        height: 50px; /*border-radius: 50%;-moz-border-radius:50%; -webkit-border-radius: 50%; background: #3d5915;*/
        text-align: center;
        display: block;
        font-size: 28px;
        line-height: 50px;
        font-family: "arial";
        left: -70px;
        top: 0px;
        z-index: 2;
        background: url(../images/about3.png) no-repeat 0 -616px;
    }

    .flow .flow1 .intro-fig hr {
        position: absolute;
        width: 30px;
        height: 8px;
        background: #3d5915;
        display: block;
        z-index: 0;
        border: none;
    }

.flow .flow1 li dl.grid span.in-content {
    color: #555;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 15px;
    width: 300px;
    margin-left: -71px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
}

.flow .flow1 li dl.grid .hr1 {
    border: none;
    width: 5px;
    height: 250px;
    display: block;
    background: #3d5915;
    margin: 0;
    position: absolute;
    top: 45px;
    left: 97px;
    z-index: 1;
}

.flow .flow1 li dl.grid span.in-content font {
    display: block;
    color: #3d5915;
    font-size: 18px;
    line-height: 30px;
}

.flow .flow1 li dl.flo2 {
    top: 120px;
    left: -60px;
}

    .flow .flow1 li dl.flo2 span.in-content {
        top: 0px;
        left: -160px;
    }

    .flow .flow1 li dl.flo2 .intro-fig hr {
        transform: rotate(20deg);
        top: -10px;
        left: -15px;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.2);
    }

    .flow .flow1 li dl.flo2 .intro-fig b { /*background: #3d5915;*/
        left: -50px;
        top: -20px;
    }

    .flow .flow1 li dl.flo2 .hr1 {
        height: 300px;
    }



.flow .flow1 li dl.flo3 {
    top: 20px;
    left: -100px;
}

    .flow .flow1 li dl.flo3 .in-content {
        top: -25px;
        left: -180px;
    }

    .flow .flow1 li dl.flo3 .intro-fig b {
        left: -40px;
        top: -30px;
    }

    .flow .flow1 li dl.flo3 .intro-fig hr {
        transform: rotate(30deg);
        top: -15px;
        left: -10px;
    }

    .flow .flow1 li dl.flo3 .hr1 {
        height: 400px;
    }

.flow .flow1 li dl.flo4 {
    top: -20px;
    left: -100px;
}

    .flow .flow1 li dl.flo4 span.in-content {
        top: -60px;
        left: 80px;
    }

    .flow .flow1 li dl.flo4 .intro-fig b {
        left: 22px;
        top: -70px;
    }

    .flow .flow1 li dl.flo4 .intro-fig hr {
        top: -45px;
        left: 45px;
        width: 8px;
        height: 30px;
    }

    .flow .flow1 li dl.flo4 .hr1 {
        height: 450px;
        left: 60px;
        top: 80px;
    }



.flow .flow1 li dl.flo5 {
    top: 20px;
    left: -100px;
}

    .flow .flow1 li dl.flo5 .in-content {
        top: -20px;
        left: 140px;
    }

    .flow .flow1 li dl.flo5 .intro-fig b {
        left: 85px;
        top: -35px;
    }

    .flow .flow1 li dl.flo5 .intro-fig hr {
        transform: rotate(-30deg);
        top: -18px;
        left: 80px;
    }

    .flow .flow1 li dl.flo5 .hr1 {
        height: 400px;
        left: 20px;
        top: 55px;
    }

.flow .flow1 li dl.flo6 {
    top: 120px;
    left: -140px;
}

    .flow .flow1 li dl.flo6 .in-content {
        top: -5px;
        left: 160px;
    }

    .flow .flow1 li dl.flo6 .intro-fig b {
        left: 100px;
        top: -20px;
    }

    .flow .flow1 li dl.flo6 .intro-fig hr {
        transform: rotate(-20deg);
        top: -10px;
        left: 85px;
    }

    .flow .flow1 li dl.flo6 .hr1 {
        height: 300px;
        left: 20px;
        top: 55px;
    }

.flow .flow1 li dl.flo7 {
    top: 260px;
    left: -180px;
}

    .flow .flow1 li dl.flo7 .in-content {
        top: 10px;
        left: 130px;
    }

    .flow .flow1 li dl.flo7 .intro-fig b {
        left: 110px;
        top: 0px;
    }

    .flow .flow1 li dl.flo7 .intro-fig hr {
        top: 0px;
        left: 90px;
    }

    .flow .flow1 li dl.flo7 .hr1 {
        height: 300px;
        left: 20px;
        top: 55px;
    }

.team {
    height: 600px;
    background: url(../images/bg4.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

    .team .team1 {
        left: 50%;
        margin-left: -491px;
        top: 70px;
        background: url(../images/pro2.png) no-repeat;
        width: 500px;
        height: 520px;
        z-index: 9;
    }

        .team .team1 p {
            color: #fff;
            width: 300px;
            font-size: 14px;
            position: absolute;
            top: 360px;
            left: 70px;
            line-height: 20px;
            text-align: center;
        }

            .team .team1 p font {
                color: #00a1fc;
            }

        .team .team1 h1 {
            color: #fff;
            width: 300px;
            font-size: 26px;
            position: absolute;
            top: 70px;
            left: 70px;
            text-align: center;
        }

    .team .team2 {
        left: 50%;
        position: absolute;
        margin-left: -600px;
        top: 0px;
        background: url(../images/pro3.png) no-repeat;
        width: 650px;
        height: 600px;
        z-index: 1;
    }

    .team .team3 {
        left: 50%;
        margin-left: 150px;
        top: 80px;
        position: absolute;
    }

        .team .team3 p {
            font-size: 14px;
            color: #fff;
            line-height: 24px;
            width: 440px;
            position: absolute;
            top: 280px;
            left: -60px;
        }

            .team .team3 p span {
                display: block;
                background: url(../images/pro6.png) no-repeat 0 4px;
                padding-left: 30px;
            }

        .team .team3 h1 {
            color: #fff;
            font-size: 26px;
            position: absolute;
            top: 180px;
            left: 130px;
        }

        .team .team3 img {
            margin-left: 80px;
        }




.Qemm {
    height: 1000px;
    background: #ededed;
    overflow: hidden;
}

    .Qemm h3 {
        color: #555;
    }

        .Qemm h3 p {
            font-size: 18px;
            line-height: 28px;
        }

    .Qemm .Qemm_bg {
        left: 50%;
        margin-left: -480px;
        top: 30px;
    }

    .Qemm .Qemm_txt {
        position: absolute;
        top: 190px;
    }

        .Qemm .Qemm_txt ul {
            width: 1100px;
            margin: 0 auto;
            position: relative;
        }

            .Qemm .Qemm_txt ul li {
                font-size: 12px;
                color: #fff;
                position: absolute;
                line-height: 18px;
            }

                .Qemm .Qemm_txt ul li h1 {
                    font-size: 18px;
                    line-height: 28px;
                }

                .Qemm .Qemm_txt ul li.qem1 {
                    top: 180px;
                    left: 160px;
                }

                .Qemm .Qemm_txt ul li.qem2 {
                    top: 50px;
                    left: 370px;
                }

                .Qemm .Qemm_txt ul li.qem3 {
                    top: 305px;
                    left: 360px;
                }

                .Qemm .Qemm_txt ul li.qem4 {
                    top: 200px;
                    left: 630px;
                }

                .Qemm .Qemm_txt ul li.qem5 {
                    top: 430px;
                    left: 630px;
                }

                .Qemm .Qemm_txt ul li.qem6 {
                    top: 320px;
                    left: 895px;
                }

                .Qemm .Qemm_txt ul li.qem7 {
                    top: 430px;
                    left: 150px;
                    color: #000;
                }

                .Qemm .Qemm_txt ul li p {
                    margin-top: 10px;
                }

                .Qemm .Qemm_txt ul li span {
                    position: relative;
                    top: -50px;
                    left: -70px;
                    width: 60px;
                    display: block;
                    text-align: center;
                }

.Qemm2 {
    height: 600px;
    background: #ededed;
}

    .Qemm2 h3 {
        color: #555;
    }

        .Qemm2 h3 p {
            font-size: 18px;
            line-height: 28px;
        }

    .Qemm2 .Qemm2_ul {
    }

        .Qemm2 .Qemm2_ul ul {
            width: 1025px;
            margin: 30px auto;
            position: relative;
        }

            .Qemm2 .Qemm2_ul ul li {
                float: left;
                width: 145px;
                text-align: center;
                line-height: 20px;
                font-size: 14px;
                height: 145px;
                display: block; /* border: 2px solid #00a1fc; border-radius: 50%;-moz-border-radius:50%; -webkit-border-radius: 50%;*/
                margin: 30px;
                background: url(../images/about3.png) no-repeat 0 -675px;
            }

                .Qemm2 .Qemm2_ul ul li span {
                    font-size: 24px;
                    color: #00a1fc;
                }

                .Qemm2 .Qemm2_ul ul li font {
                    color: #00a1fc;
                    position: relative;
                    top: -8px;
                }

                .Qemm2 .Qemm2_ul ul li.mm1 {
                    padding: 40px 20px;
                    line-height: 30px;
                }

                .Qemm2 .Qemm2_ul ul li.mm2 {
                    padding: 28px 10px;
                }

                .Qemm2 .Qemm2_ul ul li.mm3 {
                    padding: 40px 25px;
                    line-height: 30px;
                }

                .Qemm2 .Qemm2_ul ul li.mm4 {
                    padding: 40px 25px;
                    line-height: 30px;
                }

                .Qemm2 .Qemm2_ul ul li.mm5 {
                    padding: 40px 27px;
                }



/*数字营销*/
.dig_banner {
    height: 480px;
    background: #95e9fe;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}

.dig1 {
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -500px;
    z-index: 1;
}

.dig2 {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    z-index: 3;
    top: 60px;
}

.dig3 {
    position: absolute;
    left: 50%;
    margin-left: -550px;
    z-index: 0;
    top: 100px;
}

.dig4 {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    z-index: 4;
    top: 210px;
}

.dig5 {
    position: absolute;
    right: 50%;
    margin-right: -480px;
    z-index: 4;
    top: 100px;
}

.dig_banner .txt1 {
    position: absolute;
    right: 50%;
    margin-right: -480px;
    z-index: 4;
    top: 240px;
    width: 330px;
}

    .dig_banner .txt1 p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 1px;
    }

.dig_1 {
    background: #81c238;
    height: 700px;
    width: 100%;
    position: relative;
    z-index: 6;
}

    .dig_1 .dig_p {
        top: 580px;
        text-align: center;
        color: #fff;
        line-height: 30px;
        font-size: 16px;
    }

    .dig_1 .menu_1 {
        width: 1100px;
        margin: 0 auto;
        clear: both;
    }

        .dig_1 .menu_1 ul.menu {
            position: relative;
            top: -100px;
        }

            .dig_1 .menu_1 ul.menu li {
                width: 100px;
                height: 100px;
                display: inline-block;
                float: left;
                color: #fff; /*background:#81c238;  border-radius:50%;*/
                margin-right: 40px;
                cursor: hand;
                background: url(../images/about3.png) no-repeat 0 -829px;
            }

                .dig_1 .menu_1 ul.menu li span {
                    display: block;
                    text-align: center;
                    font-size: 24px;
                    width: 80px;
                    height: 80px;
                    margin: 10px auto;
                    padding: 10px;
                    line-height: 30px;
                }

                .dig_1 .menu_1 ul.menu li.slected, .dig_1 .menu_1 ul.menu li:hover {
                    background: url(../images/about3.png) no-repeat 0 -937px;
                    color: #81c238;
                }

    .dig_1 .dig_bg {
        width: 1000px;
        margin: 0 auto;
        top: 100px;
        position: relative;
        z-index: 5;
    }

    .dig_1 .dig_t1 {
        position: absolute;
        left: 50%;
        margin-left: -390px;
        top: 240px;
        z-index: 7;
    }

    .dig_1 .dig_t2 {
        position: absolute;
        left: 50%;
        margin-left: -250px;
        top: 180px;
        z-index: 7;
    }

    .dig_1 .dig_t3 {
        position: absolute;
        left: 50%;
        margin-left: 100px;
        top: 180px;
        z-index: 7;
    }

    .dig_1 .dig_t4 {
        position: absolute;
        left: 50%;
        margin-left: 220px;
        top: 260px;
        z-index: 7;
    }

    .dig_1 .dig_t5 {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        top: 80px;
        z-index: 7;
    }

.brand {
    background: #fff;
    height: 530px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .brand .dig_p {
        top: 280px;
        color: #555;
        line-height: 26px;
        font-size: 16px;
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .brand .dig_bg {
        position: absolute;
        left: 50%;
        top: 230px;
        margin-left: 50px;
    }

.communication {
    background: #f3f3f3;
    height: 530px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .communication .dig_title {
        top: 30px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .communication .dig_p {
        top: 280px;
        color: #555;
        line-height: 26px;
        font-size: 16px;
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .communication .dig_bg {
        position: absolute;
        left: 50%;
        top: 130px;
        margin-left: 10px;
    }

.creative {
    background: #fff;
    height: 530px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .creative .dig_title {
        top: 30px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
        z-index: 2;
    }

    .creative .dig_p {
        top: 80px;
        color: #555;
        line-height: 26px;
        font-size: 16px;
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -240px;
    }

    .creative .dig_bg {
        position: absolute;
        left: 50%;
        top: 130px;
        margin-left: -470px;
        z-index: 0;
    }

    .creative .ul_1 {
        top: 260px;
        left: 50%;
        margin-left: -180px;
    }

        .creative .ul_1 ul li {
            width: 220px;
            margin-right: 20px;
            float: left;
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background: #81c238;
            height: 200px;
            border-radius: 20px;
            padding: 20px;
            position: relative;
        }

            .creative .ul_1 ul li span {
                position: absolute;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                behavior: url(ie-css3.htc);
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                behavior: url(ie-css3.htc);
                background: #81c238;
                top: -35px;
                left: 50%;
                margin-left: -45px;
                border: 3px solid #fff;
                text-align: center;
                font-size: 18px;
                line-height: 24px;
                padding: 20px;
            }

            .creative .ul_1 ul li p {
                margin-top: 60px;
                line-height: 20px;
            }






.marketing {
    background: #f3f3f3;
    height: 600px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .marketing .dig_title {
        top: 30px;
        position: absolute;
        right: 50%;
        margin-right: -500px;
    }

    .marketing .dig_p {
        top: 80px;
        color: #555;
        line-height: 26px;
        font-size: 16px;
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -240px;
    }

    .marketing .dig_bg {
        position: absolute;
        left: 50%;
        top: 300px;
        margin-left: -200px;
    }

    .marketing .ul_1 {
        top: 260px;
        left: 50%;
        margin-left: -440px;
    }

        .marketing .ul_1 ul li {
            float: left;
            display: inline-block;
            font-size: 14px;
            color: #fff;
            background: #81c238;
            border-radius: 20px;
            padding: 10px 20px;
            position: relative;
            width: 270px;
        }

            .marketing .ul_1 ul li.ma1 {
                text-align: right;
                top: 40px;
                left: -40px;
                padding: 10px 10px;
            }

            .marketing .ul_1 ul li.ma2 {
                left: 385px;
                top: 30px;
            }

            .marketing .ul_1 ul li.ma3 {
                top: 190px;
                left: -580px;
                text-align: right;
            }

            .marketing .ul_1 ul li.ma4 {
                left: -150px;
                top: 165px;
            }



.wechat {
    background: #81c238;
    height: 630px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .wechat .dig_title {
        top: 30px;
        position: absolute;
        right: 50%;
        margin-right: -500px;
    }

    .wechat .dig_p {
        background: #fff;
        width: 660px;
        top: 60px;
        height: 180px;
        left: 50%;
        padding: 20px;
        line-height: 24px;
        margin-left: -360px;
    }

        .wechat .dig_p span {
            background: url(../images/dot.jpg) no-repeat 0;
            padding-left: 20px;
            float: left;
            margin-right: 20px;
        }

    .wechat .dig_bg {
        position: absolute;
        left: 50%;
        top: 320px;
        margin-left: -470px;
        z-index: 0;
    }

        .wechat .dig_bg .hr3 {
            position: absolute;
            left: 50%;
            top: -40px;
            margin-left: -327px;
            z-index: 0;
            width: 661px;
            height: 7px;
            background: #fff;
            margin-top: 0;
            margin-bottom: 0;
            border: none;
        }

        .wechat .dig_bg .hr4 {
            position: absolute;
            left: 50%;
            top: -80px;
            z-index: 0;
            width: 7px;
            height: 40px;
            background: #fff;
            margin-top: 0;
            margin-bottom: 0;
            border: none;
        }

        .wechat .dig_bg ul li {
            float: left;
            display: inline-block;
            position: relative;
            margin: 0 10px;
        }

            .wechat .dig_bg ul li p.d0 {
                width: 0;
                height: 0;
                border-left: 95px solid transparent;
                border-right: 95px solid transparent;
                border-bottom: 58px solid #81c238;
                display: block;
                position: absolute;
                left: 4px;
                top: 4px;
            }

                .wechat .dig_bg ul li p.d0 i {
                    width: 60px;
                    height: 60px;
                    background: #fff;
                    display: block;
                    color: #81c238;
                    font-size: 24px;
                    line-height: 60px;
                    text-align: center;
                    font-weight: bold;
                    position: absolute;
                    top: -8px;
                    left: -27px;
                    border-radius: 50%;
                    border: 2px solid #81c238;
                }

            .wechat .dig_bg ul li .hr0 {
                width: 7px;
                height: 30px;
                border: none;
                position: absolute;
                background: #fff;
                margin: 0;
                top: -35px;
                left: 99px;
            }

            .wechat .dig_bg ul li span.d1 {
                width: 0;
                height: 0;
                border-left: 99px solid transparent;
                border-right: 99px solid transparent;
                border-bottom: 60px solid #fff;
                display: block;
            }

            .wechat .dig_bg ul li span.d2 {
                width: 198px;
                height: 120px;
                display: block;
                background: #fff;
                padding: 10px;
                font-size: 12px;
                line-height: 18px;
                text-align: center;
            }

                .wechat .dig_bg ul li span.d2 h1 {
                    font-size: 18px;
                    font-weight: bold;
                    margin-bottom: 10px;
                }

            .wechat .dig_bg ul li span.d3 {
                width: 0;
                height: 0;
                border-left: 99px solid transparent;
                border-right: 99px solid transparent;
                border-top: 60px solid #fff;
                display: block;
            }

/*about*/
.about_banner {
    background: url(../images/slide8.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}

    .about_banner .txt2 p {
        font-size: 30px;
        color: #fff;
        text-align: center;
        position: relative;
        top: 260px;
        line-height: 40px;
    }

    .about_banner .txt1 h1 {
        text-align: center;
        position: relative;
        top: 170px;
        font-size: 36px;
        color: #0196dc;
    }

        .about_banner .txt1 h1 span {
            display: block;
            font-size: 24px;
            line-height: 40px;
        }

.about {
    height: 600px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

    .about .menu_1 {
        width: 1100px;
        margin: 30px auto;
    }

        .about .menu_1 ul {
            width: 790px;
            margin: 0 auto;
        }

            .about .menu_1 ul li {
                float: left;
                display: inline-block;
                width: 135px;
                border: 1px solid #0196dc;
                line-height: 28px;
                border-radius: 15px;
                text-align: center;
                margin-right: 20px;
                font-size: 18px;
                color: #0196dc;
            }

                .about .menu_1 ul li:hover {
                    background: #0196dc;
                    color: #fff;
                    cursor: hand;
                }

    .about .dig_bg {
        position: absolute;
        top: 160px;
        left: 50%;
        margin-left: -500px;
    }

    .about .txt1 {
        width: 500px;
        position: absolute;
        left: 50%;
        font-size: 14px;
        line-height: 26px;
        top: 140px;
    }

        .about .txt1 strong {
            font-size: 18px;
            color: f18d00;
        }

    .about .dig_bg h1 {
        font-size: 28px;
        color: #fff;
        position: absolute;
        top: 90px;
        left: 140px;
    }



.about_team {
    height: 880px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

    .about_team h3 {
        color: #00a1fc;
    }

        .about_team h3 span {
            display: block;
            width: 250px;
            height: 30px;
            border-bottom: 1px solid #00a1fc;
            margin: -50px auto 0;
            position: relative;
        }

            .about_team h3 span i.triangle-downs {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #00a1fc;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -10px;
            }

        .about_team h3 p {
            font-size: 14px;
            color: #000;
            line-height: 20px;
            width: 600px;
            margin: 30px auto;
        }

/*industry*/
.industry_banner {
    background: url(../images/slide9.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}

.industry_container a {
    text-decoration: none;
    cursor: hand;
}

.industry_item {
    width: 1000px;
    margin: 30px auto;
}

.industry_title {
    font-size: 21px;
    color: #111111;
    width: 750px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.industry_introduction {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    color: #464646;
}

.industry_createtime {
    text-align: right;
    margin-top: -20px;
    color: #464646;
}

.itemleft {
    float: left;
    font-size: 50px;
    line-height: 63px;
    color: #6b6b6b;
}

.itemright {
    margin-left: 90px;
}

.pagenav {
    text-align: right;
}


/*industrydetails*/
.industry_details_container {
    width: 1000px;
    margin: 30px auto 0 auto;
    background-color: #ffffff;
}

.industry_details {
    margin: 0 90px;
}

.industry_details_title {
    font-size: 25px;
    color: #111111;
    text-align: center;
    margin-bottom: 50px;
}

.industry_details_content {
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    color: #464646;
}

.industry_details_createtime {
    text-align: right;
    color: #464646;
}


.develop {
    height: 600px;
    width: 100%;
    overflow: hidden;
    background: #406faa;
}

    .develop h3 {
        color: #fff;
    }

        .develop h3 span {
            display: block;
            width: 250px;
            height: 30px;
            border-bottom: 1px solid #fff;
            margin: -50px auto 0;
            position: relative;
        }

            .develop h3 span i.triangle-downs {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #fff;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -10px;
            }

    .develop .txt1 {
        position: absolute;
        top: 280px;
        left: 50%;
        margin-left: -520px;
    }

        .develop .txt1 .hr5 {
            border-color: #fff;
            width: 950px;
        }

    .develop .txt2 {
        top: 200px;
        text-align: center;
        width: 1050px;
        margin: 0 auto;
        position: relative;
    }

        .develop .txt2 ul li {
            color: #fff;
            font-size: 14px;
            float: left;
            width: 100px;
            position: relative;
            display: inline-block;
            height: 100px;
        }

            .develop .txt2 ul li p {
                position: absolute;
                width: 200px;
                top: -30px;
                left: 50%;
                margin-left: -100px;
                line-height: 24px;
            }

            .develop .txt2 ul li span {
                background: url(../images/about2.png) no-repeat;
                display: block;
                margin: 0px auto;
            }

            .develop .txt2 ul li.dev1 span {
                width: 45px;
                height: 45px;
                margin: 0px auto;
            }

            .develop .txt2 ul li.dev2 span {
                background: url(../images/about2.png) no-repeat 0 -45px;
                width: 50px;
                height: 50px;
                position: relative;
                top: -5px;
            }

            .develop .txt2 ul li.dev2 p {
                top: 80px;
            }

            .develop .txt2 ul li.dev3 {
                width: 130px;
            }

                .develop .txt2 ul li.dev3 span {
                    background: url(../images/about2.png) no-repeat 0 -100px;
                    width: 55px;
                    height: 55px;
                    position: relative;
                    top: -8px;
                }

                .develop .txt2 ul li.dev3 p {
                    top: -80px;
                }

            .develop .txt2 ul li.dev4 {
                width: 130px;
            }

                .develop .txt2 ul li.dev4 span {
                    background: url(../images/about2.png) no-repeat 0 -167px;
                    width: 65px;
                    height: 65px;
                    position: relative;
                    top: -9px;
                }

                .develop .txt2 ul li.dev4 p {
                    top: 80px;
                }

            .develop .txt2 ul li.dev5 {
                width: 200px;
            }

                .develop .txt2 ul li.dev5 span {
                    background: url(../images/about2.png) no-repeat 0 -245px;
                    width: 80px;
                    height: 80px;
                    position: relative;
                    top: -15px;
                }

                .develop .txt2 ul li.dev5 p {
                    top: -130px;
                    width: 280px;
                    margin-left: -140px;
                }

            .develop .txt2 ul li.dev6 {
                width: 200px;
            }

                .develop .txt2 ul li.dev6 span {
                    background: url(../images/about2.png) no-repeat 0 -337px;
                    width: 80px;
                    height: 80px;
                    position: relative;
                    top: -15px;
                }

                .develop .txt2 ul li.dev6 p {
                    top: 80px;
                    width: 280px;
                    margin-left: -140px;
                }

            .develop .txt2 ul li.dev7 {
                width: 120px;
                margin-left: 60px;
            }

                .develop .txt2 ul li.dev7 span {
                    background: url(../images/about2.png) no-repeat 0 -435px;
                    width: 80px;
                    height: 80px;
                    position: relative;
                    top: -15px;
                }


.honor1 {
    height: 600px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
    background: url(../images/bg3.jpg) no-repeat center;
}

    .honor1 h3 {
        color: #00a1fc;
    }

        .honor1 h3 span {
            display: block;
            width: 250px;
            height: 30px;
            border-bottom: 1px solid #00a1fc;
            margin: -50px auto 0;
            position: relative;
        }

            .honor1 h3 span i.triangle-downs {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #00a1fc;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -10px;
            }

    .honor1 .honors {
        top: 30px;
        text-align: center;
        width: 1100px;
        margin: 0 auto;
    }

.imageflow {
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
    width: 100%;
}

    .imageflow img {
        border: none;
        position: absolute;
        top: 0px;
        visibility: hidden;
        -ms-interpolation-mode: bicubic;
    }

    .imageflow p {
        margin: 0 auto;
        text-align: center;
    }

    .imageflow .loading {
        border: 1px solid #ccc;
        height: 15px;
        left: 50%;
        margin-left: -106px;
        padding: 5px;
        position: relative;
        visibility: visible;
        width: 200px;
    }

    .imageflow .loading_bar {
        background: #ccc;
        height: 15px;
        visibility: visible;
        width: 1%;
    }

    .imageflow .caption {
        font-weight: bold;
        position: relative;
        text-align: center;
        z-index: 10000;
    }

    .imageflow .scrollbar {
        border-bottom: 1px solid #b3b3b3;
        position: relative;
        visibility: hidden;
        z-index: 10001;
        height: 1px;
    }

    .imageflow .slider {
        background-image: url(../images/slider.png);
        background-repeat: no-repeat;
        height: 14px;
        margin: -6px 0 0 -7px;
        position: absolute;
        width: 14px;
        z-index: 10002;
    }

    .imageflow .images {
        overflow: hidden;
        white-space: nowrap;
    }

    .imageflow .button {
        cursor: pointer;
        height: 17px;
        position: relative;
        width: 17px;
    }

    .imageflow .previous {
        background: url(../images/button_left.png) top left no-repeat;
        float: left;
        margin: -7px 0 0 -30px;
    }

    .imageflow .next {
        background: url(../images/button_right.png) top left no-repeat;
        float: right;
        margin: -7px -30px 0 30px;
    }

.join {
    min-height: 1000px;
    width: 100%;
    overflow: hidden;
    background: #d6e0ed;
}

    .join h3 {
        color: #00a1fc;
    }

        .join h3 span {
            display: block;
            width: 250px;
            height: 30px;
            border-bottom: 1px solid #00a1fc;
            margin: -50px auto 0;
            position: relative;
        }

            .join h3 span i.triangle-downs {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #00a1fc;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -10px;
            }

    .join .dig_bg {
        position: absolute;
        left: 50%;
        top: 150px;
        margin-left: -570px;
        z-index: 0;
    }

        .join .dig_bg .btn {
            font-size: 18px;
            padding: 0 40px;
            background: #00a1fc;
            color: #fff;
            line-height: 40px;
            border-radius: 10px;
            display: inline-block;
            text-decoration: none;
            text-align: center;
            margin-left: 150px;
        }

    .join .dig_p {
        position: absolute;
        top: 190px;
        left: 50%;
        z-index: 9;
        margin-left: -100px;
        width: 640px;
    }

    .join .tab_item {
        margin: 0 auto;
        width: 800px;
    }

        .join .tab_item ul li.tab_li {
            float: left;
            display: inline-block;
            color: #555;
            padding: 0 15px;
            font-size: 14px;
            cursor: hand;
            border: 1px solid #555;
            line-height: 34px;
            border-radius: 8px;
            margin: 0 10px;
            text-align: center;
        }

        .join .tab_item ul li:first-child {
        }

        .join .tab_item ul li:last-child {
        }

    .join .li_selected {
        background: #00a1fc;
        color: #fff !important;
        border-color: #00a1fc !important;
    }

    .join .dig_p ul.intro li p {
        font-size: 14px;
        line-height: 20px;
    }




/*aboutus 20191125*/
.about {
    background: #fff;
    height: 530px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .about .dig_p {
        top: 186px;
        color: #555;
        line-height: 26px;
        font-size: 16px;
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .about .dig_bg {
        position: absolute;
        left: 50%;
        top: 100px;
        margin-left: 50px;
    }

        .about .dig_bg img {
            width: 427px;
        }


.about2 {
    background: #f3f3f3;
    height: 530px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .about2 .dig_title {
        top: 30px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .about2 .dig_p {
        top: 85px;
        color: #555;
        line-height: 26px;
        font-size: 16px;
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .about2 .dig_bg {
        position: absolute;
        left: 50%;
        top: 158px;
        margin-left: 10px;
    }

    .about2 .dig_p img {
        width: 427px;
    }

.about3 {
    background: #fff;
    height: 530px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .about3 .dig_p {
        top: 186px;
        color: #555;
        line-height: 26px;
        font-size: 16px;
        width: 450px;
        position: absolute;
        left: 50%;
        margin-left: -500px;
    }

    .about3 .dig_bg {
        position: absolute;
        left: 50%;
        top: 153px;
        margin-left: 50px;
    }

        .about3 .dig_bg img {
            width: 427px;
        }


/* 案例中心*/
.case_banner {
    background: url(../images/slide66.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 480px;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
}

    .case_banner .logo1 {
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: 50px;
    }

        .case_banner .logo1 a {
            cursor: pointer;
        }

    .case_banner .triangle-down1 {
        width: 412px;
        height: 356px;
        color: #fff;
        position: absolute;
        top: 220px;
        left: 50%;
        z-index: 1;
        margin-left: -500px;
        line-height: 24px;
        font-size: 14px;
        padding-top: 30px;
    }

    .case_banner .txt1 {
        width: 380px;
        height: 60px;
        color: #fff;
        position: absolute;
        top: 180px;
        left: 50%;
        z-index: 1;
        margin-left: -500px;
        line-height: 60px;
        font-size: 36px;
    }

    .case_banner .bg1 {
        width: 45%;
        height: 480px;
        -webkit-transform: skew(-45deg);
        -moz-transform: skew(-45deg);
        -o-transform: skew(-45deg);
        background: rgba(0,0,0,0.5);
        position: relative;
        float: right;
        margin-right: 273px;
    }

    .case_banner .bg2 {
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        right: -470px;
        top: 100px;
        background: url(../images/caseb3.png) no-repeat;
    }

.case1 {
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .case1 .team1 {
        width: 1100px;
        margin: 40px auto;
    }

    .case1 h3 {
        color: #000;
    }

        .case1 h3 span {
            display: block;
            width: 250px;
            height: 30px;
            border-bottom: 1px solid #00a1fc;
            margin: -50px auto 0;
            position: relative;
        }

            .case1 h3 span i.triangle-downs {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #00a1fc;
                position: absolute;
                top: 30px;
                left: 50%;
                margin-left: -10px;
            }

    .case1 .team1 .tab_item {
        margin: 0 auto;
        text-align: center;
        width: 680px;
    }

        .case1 .team1 .tab_item ul li.tab_li {
            float: left;
            display: inline-block;
            width: 100px;
            padding: 0 20px;
            font-size: 18px;
            cursor: hand;
            line-height: 40px;
            position: relative;
            margin: 50px 120px;
            background: url(../images/icon2.png) no-repeat;
            height: 100px;
        }

        .case1 .team1 .tab_item ul li:first-child {
            background-position: 0px -110px;
        }

        .case1 .team1 .tab_item ul li:last-child {
            background-position: 0px -330px;
        }

        .case1 .team1 .tab_item ul li:first-child.li_selected, .case1 .team1 .tab_item ul li:first-child:hover {
            background-position: 0px 0px;
        }

        .case1 .team1 .tab_item ul li:last-child.li_selected, .case1 .team1 .tab_item ul li:last-child:hover {
            background-position: 0px -220px;
        }

        .case1 .team1 .tab_item ul li span {
            position: absolute;
            top: 100px;
            width: 180px;
            left: 50%;
            margin-left: -90px;
            text-align: center;
        }

        .case1 .team1 .tab_item ul .li_selected span, .case1 .team1 .tab_item ul li:hover span {
            color: #2787d4;
            font-weight: bold;
        }




#slideBox .J_slide_list {
    width: 110000px;
}

#slideBox .J_slide_clip {
    margin-top: 100px;
}

#slideBox .J_slide_list .J_slide_item {
    width: 1100px;
    height: 600px;
    float: left;
    margin: 20px auto;
}

    #slideBox .J_slide_list .J_slide_item img {
        vertical-align: top;
    }

#slideBox .J_slide_trigger {
    height: 32px;
    background: #5a5a5a;
    margin-top: 1px;
    position: absolute;
    top: 20px;
    left: 200px;
}

    #slideBox .J_slide_trigger li, .J_slide_trigger a {
        width: 100px;
    }

    #slideBox .J_slide_trigger li {
        float: left;
        height: 32px;
        line-height: 32px;
        text-align: center;
        _display: inline;
        overflow: hidden;
    }

        #slideBox .J_slide_trigger li a {
            display: block;
            height: 32px;
            color: #fff;
            font-family: "Microsoft Yahei", "微软雅黑";
        }

        #slideBox .J_slide_trigger li.cur a, .J_slide_trigger li a:hover {
            color: #FFF;
            background: #21b6bb;
            text-decoration: none;
        }

.J_slide_advance {
    width: 600px;
    float: left;
    height: 148px;
    margin-top: 1px;
}

    .J_slide_advance p {
        width: 199px;
        margin-right: 1px;
        float: left;
    }

#slideBox .J_slide_list .J_slide_item div span {
    color: #555;
}

#slideBox .case_box .next {
    background: url(../images/next.png) no-repeat 0 -51px;
    top: 40%;
    right: 0px;
}

#slideBox .case_box .prev {
    text-indent: -9999px;
    background: url(../images/previous.png) no-repeat 0 -51px;
    left: 0px;
}

#slideBox .J_slide_list .J_slide_item div.case_left {
    display: block;
    height: 500px;
    position: relative;
    top: 10px;
    width: 400px;
    float: right;
    margin-right: 80px;
}

    #slideBox .J_slide_list .J_slide_item div.case_left p {
        border-top: 1px solid #000;
    }

    #slideBox .J_slide_list .J_slide_item div.case_left span {
        display: block;
        font-size: 14px;
        line-height: 20px;
    }

    #slideBox .J_slide_list .J_slide_item div.case_left p span:before {
        content: "•";
        font-weight: bold;
        padding-right: 10px;
    }

#slideBox .J_slide_list .J_slide_item div.case_d {
    display: block;
    height: 500px;
    position: relative;
    top: 10px;
    width: 400px;
}

#slideBox .J_slide_list .J_slide_item div h1 {
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

    #slideBox .J_slide_list .J_slide_item div h1 span {
        font-size: 14px;
        line-height: 20px;
    }

        #slideBox .J_slide_list .J_slide_item div h1 span:nth(1) {
            font-size: 14px;
            line-height: 20px;
        }

#slideBox .J_slide_list .J_slide_item div span.c_logo {
    margin-bottom: 10px;
}

#slideBox .J_slide_list .J_slide_item div h1 span:before {
    content: "•";
    font-weight: bold;
    padding-right: 10px;
}

#slideBox li.case_8 div span.c_logo {
    background: url(../images/df_logo.png) no-repeat;
    display: block;
    width: 400px;
    height: 45px;
    margin-bottom: 20px;
}

#slideBox li.case_1 div span.c_logo {
    background: url(../images/c_logo.png) no-repeat 0 -55px;
}


.case_banner1 {
    background: #f5f6f7;
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    margin-top: 75px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

    .case_banner1 h3 {
        color: #555;
        font-size: 2.3em;
        line-height: 2em;
        text-align: center;
        margin-top: 40px;
    }

    .case_banner1 p {
        font-size: 1em;
        line-height: 1.5em;
        padding: 10px;
        width: 1000px;
        margin: 0 auto;
        text-align: center;
    }

.case1 a.btn_c {
    width: 300px;
    display: block;
    background: #555;
    padding: 0.5em;
    font-size: 1em;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    line-height: 2em;
    border-radius: 2.5em;
}

.case1 a:hover {
    text-decoration: none;
}

.case1 a.btn_c i {
    margin-right: 50px;
}

.case1 a.btn_c:hover {
    background: #ccc;
}

.case1 a.btn_x {
    width: 120px;
    background: #fefefe;
    padding: 0.5em;
    font-size: 1em;
    color: #555555;
    text-align: center;
    margin: 20px auto;
    line-height: 2em;
    border-radius: 2.5em;
    border: 1px solid #555;
    display: inline-block;
}

    .case1 a.btn_x:hover {
        color: #fff;
        background: #00a1fc;
        border: 1px solid #00a1fc;
    }

.case1 .rightt {
    float: right;
    position: relative;
    top: -90px;
}

.case1 .leftt {
    float: left;
    position: relative;
    top: -20px;
}

.case1 .none1 {
    display: none !important;
}

#barcon {
    text-align: center;
    margin-bottom: 20px;
    color: #464646;
}

.index {
    display: inline-block;
    width: 30px;
    padding: 3px;
    border-radius: 2px;
    margin-right: 10px;
}

.home, .tail,.previous,.next {
    display: inline-block;
    width: 60px;
    padding: 3px;
    color: #464646;
    border-radius: 2px;
    margin: 0 5px;
    border: 1px solid #ccc;
}
.selection{
    background: #01a1fc;
    color: white;
}