html, body, div, span, table, tbody, tr, th, td, em, img, strong, h1, h2, h3, h4, h5, h6, p, a, dl, dd, dt, ol, ul, li, form, label, input, textarea, button, b, i, u {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400
}

a, img {
    text-decoration: none;
    border: 0
}

.pointer {
    cursor: pointer;
}

body {
    font-family: Arial, "Microsoft YaHei","SimHei", "simsun";
    color: #fff;
    background: #000;
    font-size: 14px
}

    body > div {
        min-width: 1200px;
    }

    body > .dialog {
        min-width: auto;
    }

a {
    color: #000;
    font-size: 14px
}

    a:link {
        text-decoration: none
    }

    a:visited {
        text-decoration: none;
        color: #000
    }

    a:hover {
        text-decoration: none;
        color: #487eda
    }

    a:active {
        text-decoration: none;
        color: #000
    }

.f-left {
    float: left
}

.f-right {
    float: right
}

.clear {
    clear: both
}

.clearfix {
    *zoom: 1
}

    .clearfix:after {
        display: block;
        content: '.';
        clear: both;
        height: 0;
        line-height: 0;
        visibility: hidden
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999 !important
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.container {
    margin: 0 auto;
    width: 1200px
}

.header {
    position: relative;
    z-index: 50
}

    .header .logo {
        height: 55px;
        background: #000;
        padding: 46px 0
    }

.nav-main {
    height: 170px
}

    .nav-main .fixed {
        position: fixed;
        z-index: 50;
        width: 100%;
        top: 0
    }

.nav {
    height: 85px;
    line-height: 85px;
    background: #323232
}

    .nav .container {
        position: relative
    }

    .nav li {
        float: left;
        margin-right: 42px
    }

        .nav li a {
            display: block;
            
            font-size: 21px;
            color: #fff
        }

.index-icon {
    position: absolute;
    right: 0;
    top: 22px
}

    .index-icon a {
        display: block;
        height: 40px;
        width: 40px;
        margin-left: 45px;
        float: left
    }

        .index-icon a:hover {
            opacity: .6
        }

    .index-icon .icon-wx {
        background: url(../image/wx.png) no-repeat center center
    }

    .index-icon .icon-sina {
        background: url(../image/sina.png) no-repeat center center
    }

    .index-icon .icon-zhifu {
        background: url(../image/zhifu.png) no-repeat center center
    }

    .index-icon .tel {
        font-size: 36px;
        font-weight: 700;
        float: left;
    }

.nav-child {
    height: 85px;
    line-height: 85px;
    background: #006fe1;
    
    font-size: 21px;
    color: #fff
}

.footer {
    background: #323232;
    position: relative;
}

    .footer .container {
        position: relative
    }

    .footer .logo-icon {
        height: 55px;
        padding: 46px 0;
        border-bottom: 2px solid #585858
    }

    .footer .index-icon {
        top: 58px
    }

    .footer .copyright {
        height: 70px;
        line-height: 70px;
        color: #fff;
        font-size: 16px
    }

        .footer .copyright a {
            font-size: 16px;
            color: #fff
        }

.dialog {
    position: fixed;
    left: 50%;
    top: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    overflow: hidden;
    display: none;
    -webkit-animation: dialog .5s;
    animation: dialog .5s
}





    .dialog .close {
        display: block;
        width: 16px;
        height: 16px;
        background: url(../image/close1.png) no-repeat;
        position: absolute;
        right: 15px;
        top: 15px
    }

.dialog-mask {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 9;
    background: rgba(50, 50, 50, 0.8);
    -webkit-animation: dialog .5s;
    animation: dialog .5s
}

.dialog-wx {
    width: 300px;
    height: 600px
}

@-webkit-keyframes dialog {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes dialog {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.flex-slider {
    height: 750px;
    position: relative
}

    .flex-slider .slides li {
        height: 750px;
        background-position: center center !important;
        background-repeat: no-repeat !important
    }

    .flex-slider .flex-direction-nav {
        display: none
    }

    .flex-slider .flex-control-nav {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 25px;
        text-align: center;
        z-index: 10;
        height: 6px
    }

        .flex-slider .flex-control-nav li {
            height: 6px;
            width: 72px;
            display: inline-block;
            margin: 0 15px;
            background: #929292
        }

            .flex-slider .flex-control-nav li a {
                display: block;
                width: 100%;
                height: 6px;
                font-size: 0
            }

                .flex-slider .flex-control-nav li a.flex-active {
                    background: #006fe1
                }

.index-text {
    font-size: 38px;
    text-align: center;
    
    height: 240px;
    display: table;
    width: 100%;
    
    color: #fff;
}

    .index-text > div {
        vertical-align: middle;
        display: table-cell
    }

.index-scroll {
    height: 90px;
    margin-bottom: 70px;
    position: relative;
    padding: 0 40px
}

    .index-scroll .slides li {
        height: 90px;
        width: 270px
    }

    .index-scroll .flex-direction-nav li {
        position: absolute;
        width: 30px;
        height: 45px;
        top: 25px
    }
    
        .index-scroll .flex-direction-nav li a {
            display: block;
            font-size: 0;
            width: 100%;
            height: 45px
        }

    .index-scroll .flex-direction-nav .flex-nav-prev {
        left: 0;
        background: url(../image/arrow5.png) no-repeat left center
    }

    .index-scroll .flex-direction-nav .flex-nav-next {
        right: 0;
        background: url(../image/arrow6.png) no-repeat right center
    }

.success-case {
    background: #000;
    padding-top: 100px
}

    .success-case .item {
        float: left;
        width: 570px;
        margin: 0 0 60px 60px;
        background: #fff;
        position: relative;
    }

        .success-case .item .wait {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            position: absolute;
            background: rgba(0, 0, 0, .8);
            text-align: center;
            font-size: 24px;
            display: none;
        }

            .success-case .item .wait h3 {
                font-weight: 700;
                font-size: 18px;
                display: block;
                padding-top: 335px
            }

            .success-case .item .wait p {
                font-size: 16px;
            }

        .success-case .item:nth-child(odd) {
            margin-left: 0
        }

        .success-case .item .img {
            height: 375px;
            overflow: hidden;
            position: relative
        }

            .success-case .item .img .video {
                position: absolute;
                left: 0;
                bottom: 0;
                display: block;
                width: 70px;
                height: 70px;
                background: #006fe1 url(../image/video.png) no-repeat center center
            }

        .success-case .item .title {
            padding: 45px;
            border-bottom: 2px solid #dedede
        }

            .success-case .item .title a {
                font-size: 32px;
                display: inline-block;
                height: 85px;
                overflow: hidden
            }

                .success-case .item .title a span {
                    font-weight: bold;
                }

        .success-case .item .intro {
            padding: 45px 45px 0 45px;
            font-size: 22px;
            color: #787878;
            line-height: 44px;
            height: 132px;
            overflow: hidden
        }

        .success-case .item .share {
            text-align: right;
            font-size: 22px;
            color: #006fe1;
            margin: 0 45px 45px
        }

            .success-case .item .share .icon-share {
                height: 30px;
                width: 30px;
                display: inline-block;
                vertical-align: middle;
                background: url(../image/share.png) no-repeat center center;
                margin-left: 10px
            }

    .success-case .img-banner {
        max-width: 1200px;
        overflow: hidden;
    }

.more {
    text-align: center;
    padding: 100px 0
}

    .more a {
        display: inline-block;
        width: 192px;
        height: 52px;
        line-height: 52px;
        background: #0071e2;
        color: #fff;
        font-size: 24px;
        border-radius: 32px
    }

        .more a:hover {
            opacity: .8
        }

.case-detail {
    padding-top: 100px
}

    .case-detail h1 {
        font-size: 45px;
        margin-bottom: 100px;
    }

    .case-detail .content {
        font-size: 26px;
        line-height: 52px;
        margin-bottom: 100px;
        color:#bababa;
    }

    .case-detail .video {
        margin-bottom: 100px
    }

        .case-detail .video video {
            width: 100%
        }

    .case-detail .more {
        border-bottom: 2px solid #585858;
        border-top: 2px solid #585858;
        padding: 45px 0;
        position: relative
    }

        .case-detail .more .prev {
            position: absolute;
            left: 0;
            background: url(../image/arrow3.png) no-repeat left center;
            padding-left: 45px;
            color: #006fe1;
            font-size: 25px;
            width:220px;
        }

        .case-detail .more .next {
            position: absolute;
            right: 0;
            background: url(../image/arrow4.png) no-repeat right center;
            padding-right: 45px;
            color: #006fe1;
            font-size: 25px;
            width: 220px;
        }

    .case-detail .more-list {
        padding: 90px 0 90px 500px;
        position: relative
    }

        .case-detail .more-list label {
            position: absolute;
            left: 0;
            top: 90px;
            font-size: 18px
        }

        .case-detail .more-list li {
            height: 40px;
            line-height: 40px;
            overflow: hidden
        }

            .case-detail .more-list li a {
                font-size: 18px;
                color: #006fe1;
                display: block;
                background: url(../image/arrow4.png) no-repeat right center
            }
        .case-detail .more-list .more {
            text-align:left;
            padding-left:5px;
        }
        .case-detail .more-list .more a{
            text-align: center;
        }

.core-business h2 {
    padding: 70px 0;
    font-size: 45px
}

.core-business .img {
    margin-top: 100px;
}

    .core-business .img img {
        float: left;
        display: block;
        max-width: 1200px;
        overflow: hidden;
    }


.core-business .item {
    border-top: 2px solid #585858;
    padding: 70px 0 70px 500px;
    position: relative;
    font-size: 26px;
    line-height: 50px;
    color:#bababa;
}

    .core-business .item label {
        position: absolute;
        left: 0;
        top: 70px
    }

        .core-business .item label span {
            font-size: 18px;
            color: #006fe1;
            width: 155px;
            display: inline-block;
            vertical-align: middle
        }

        .core-business .item label b {
            font-size: 18px;
            
            display: inline-block;
            vertical-align: middle
        }

    .core-business .item.item-borer {
        border-bottom: 2px solid #585858
    }

.core-business .text {
    padding-top: 100px;
    text-align: center;
    font-size: 38px
}



.about-us h2 {
    padding: 100px 0;
    font-size: 45px
}

.about-us h3 {
    padding: 10px 0 100px 0;
    font-size: 32px;
    color: #006fe1;
}

.about-us .content {
    font-size: 26px;
    margin-bottom: 100px;
    line-height: 50px;
    color: #bababa;
}

.about-us .img-banner {
    margin-bottom: 40px;
    max-width: 1200px;
    overflow: hidden;
}

.about-us .text {
    text-align: center;
    font-size: 38px;
    padding: 60px 0 40px 0
}

.about-us .more {
    padding-top: 0;
    border-bottom: 2px solid #585858;
}

.about-us .more:last-child {
    border-bottom: none;
}



.market-study h2 {
    padding: 100px 0 0 0;
    font-size: 45px
}
.market-study h3 {
    padding: 10px 0 100px 0;
    font-size: 32px;
    color: #006fe1;
}

.market-study .content {
    font-size: 26px;
    margin-bottom: 100px;
    line-height: 50px;
    color:#bababa;
}

.market-study .img-banner {
    margin-bottom: 40px;
    max-width: 1200px;
    overflow: hidden;
}

.market-study .text {
    text-align: center;
    font-size: 38px;
    padding: 60px 0 40px 0
}

.market-study .more {
    padding-top: 0;
    border-bottom: 2px solid #585858;
}

    .market-study .more:last-child {
        border-bottom: none;
    }



.contact-us h2 {
    padding: 100px 0;
    font-size: 45px
}

.contact-us h3 {
    font-size: 18px;
    margin-bottom: 100px;
    color: #bababa;
}

.contact-us .content {
    border-top: 2px solid #585858;
    border-bottom: 2px solid #585858;
    color: #bababa;
}

    .contact-us .content .item {
        float: left;
        width: 380px;
        margin-left: 30px
    }

        .contact-us .content .item:first-child {
            margin-left: 0
        }

        .contact-us .content .item h3 {
            height: 185px;
            line-height: 185px;
            font-size: 18px;
            margin: 0 0 70px 0;
            border-bottom: 2px solid #585858
        }

        .contact-us .content .item div {
            margin-bottom: 56px;
            font-size: 18px;
            line-height: 50px;
        }

        

        

.contact-us .content-2 {
    font-size: 26px;
    line-height: 50px;
    border-bottom: 2px solid #585858;
    padding-bottom: 100px;
    color: #bababa;
}

    .contact-us .content-2 h2 {
        padding: 100px 0;
        margin-bottom: 0;
        font-size: 45px;
        color:#fff;
    }

.contact-us .text {
    text-align: center;
    padding: 100px 0 80px;
    font-size: 38px;
    
}

.contact-us .more {
    padding-top: 0
}

.partner {
    display: block;
}

    .partner ul {
        display: block;
        float: left;
        margin-bottom: 50px;
    }

    .partner li {
        display: block;
        float: left;
        height: 133px;
        width: 400px
    }

        .partner li img {
            text-align: center;
        }

.dialog-share .content {
    width: 206px;
    padding: 47px;
    background: #000
}

    .dialog-share .content img {
        width: 206px;
        overflow: hidden;
        height: 198px;
    }

.case-share .content img {
    width: 198px;
    height: 198px;
    overflow: hidden;
}


    .dialog-share .content .img {
        
        margin:35px 0;
    }

    .dialog-share .content h2, .dialog-share .content h3 {
        font-size: 26px;
        border-top: 2px solid #585858;
        border-bottom: 2px solid #585858;
        padding: 24px 0;
        line-height: 35px
    }

    .dialog-share .content h3 {
        font-size: 20px;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }

        .dialog-share .content h3 img {
            display: block;
            width: 49px;
            height: 51px;
        }

.case-share .content h3 {
    font-size: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height:30px;
    padding:20px 0 19px 0;
}


.case-img {
    position: relative;
    height: 600px
}

    .case-img li {
        position: absolute;
        width: 400px;
        height: 200px;
        overflow: hidden;
    }

        .case-img li img {
            width: 100%;
            height: 100%;
            display: block
        }

    .case-img .img-1 {
        left: 0;
        top: 0;
        width: 400px;
        height: 200px;
    }

    .case-img .img-2 {
        left: 400px;
        top: 0;
        width: 400px;
        height: 200px;
    }

    .case-img .img-3 {
        left: 800px;
        top: 0;
        width: 200px;
        height: 200px;
    }

    .case-img .img-4 {
        right: 0;
        top: 0;
        width: 200px;
        height: 200px;
    }

    .case-img .img-5 {
        left: 0;
        top: 200px;
        width: 400px;
        height: 200px;
    }

    .case-img .img-6 {
        left: 400px;
        top: 200px;
        width: 400px;
        height: 400px
    }

    .case-img .img-7 {
        left: 800px;
        top: 200px;
        width: 200px;
        height: 200px;
    }

    .case-img .img-8 {
        right: 0;
        top: 200px;
        width: 200px;
        height: 200px;
    }

    .case-img .img-9 {
        left: 0;
        top: 400px;
        width: 200px;
        height: 200px;
    }

    .case-img .img-10 {
        left: 200px;
        top: 400px;
        width: 200px;
        height: 200px
    }

    .case-img .img-11 {
        left: 800px;
        top: 400px;
        width: 200px;
        height: 200px;
    }

    .case-img .img-12 {
        right: 0;
        top: 400px;
        width: 200px;
        height: 200px;
    }

.float-side {
    position: fixed;
    right: 1%;
    top: 65%;
    transform: translateY(-50%);
    width: 80px;
    z-index: 90;
    min-width: auto;
    height: 466px
}

    .float-side a {
        display: block;
        width: 80px;
        background: url(../image/side-icon2.png) no-repeat;
        
    }

        .float-side a:hover {
            opacity: .8
        }
    .float-side .to-top {
        height: 127px;
    }

    .float-side .wx {
        height: 102px;
        background-position: center -127px
    }

    .float-side .lq {
        height: 138px;
        background-position: center -229px
    }

    .float-side .kf {
        height: 129px;
        background-position: center -337px
    }

    .float-side .dialog-wx2 {
        display: none;
        width: 200px;
        background: #000;
        text-align: center;
        position: absolute;
        right: 120px;
        top: 0;
        color: #fff;
        
        overflow: hidden;
    }

        .float-side .dialog-wx2 h3 {
            font-size: 18px;
            padding-top: 40px
        }

        .float-side .dialog-wx2 h4 {
            font-size: 12px;
            border-bottom: 2px solid #585858;
            width: 146px;
            margin: 0 auto 28px;
            padding: 15px 0 25px
        }

        .float-side .dialog-wx2 .close {
            width: 14px;
            height: 14px;
            background: url(../image/close.png) no-repeat center center / 100%;
            display: block;
            position: absolute;
            right: 15px;
            top: 15px;
        }

.dialog-cooperation {
    width: 1100px;
    background: #000;
    padding: 40px 60px 30px 60px;
    box-sizing: border-box;
    color: #fff
}

    .dialog-cooperation h3 {
        font-size: 24px;
        line-height: 44px;
        margin-bottom: 78px
    }

    .dialog-cooperation .item {
        margin-bottom: 50px;
    }

    .dialog-cooperation .input {
        float: left;
        width: 295px;
        margin-left: 47px;
        height: 38px;
        position: relative;
        line-height: 38px;
    }

        .dialog-cooperation .input span {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 18px;
        }

        .dialog-cooperation .input:first-child {
            margin-left: 0;
        }

    .dialog-cooperation .input-control {
        border: 0;
        border-bottom: 2px solid #fff;
        padding-left: 45px;
        width: 100%;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
        background: none;
        color: #fff;
        font-size: 18px;
    }

    .dialog-cooperation .btn-control {
        height: 38px;
        line-height: 38px;
        border-radius: 19px;
        border: 2px solid #fff;
        background: none;
        text-align: center;
        cursor: pointer;
        color: #fff;
        font-size: 18px;
        width: 100%;
        box-sizing: border-box;
        
    }

    .dialog-cooperation .btnadvisory .btn-control {
        border: 0;
        background-color: #016FD4;
    }


.dialog-cooperation .btn-control:hover {
    opacity: .8
}

    .dialog-cooperation .other {
        padding-top: 20px;
        font-size: 20px;
    }

        .dialog-cooperation .other .left {
            float: left;
            width: 50%;
        }

        .dialog-cooperation .other .tel {
            font-size: 44px;
            font-weight: 700;
            padding: 15px 0 15px;
        }

    .dialog-cooperation .city {
        padding-top: 10px
    }

        .dialog-cooperation .city em {
            font-style: normal;
            padding: 0 31px;
        }

    .dialog-cooperation .other .right {
        width: 120px;
        float: right;
        overflow: hidden;
    }

        .dialog-cooperation .other .right img {
            width: 100%;
            padding-top: 10px;
            display: block
        }

.dialog-book {
width:300px;
}

.dialog-book img{
    width: 300px;
}