/* Minification failed. Returning unminified contents.
(9076,17): run-time error CSS1036: Expected expression, found ';'
 */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
}

.carousel-inner img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#site-header .masked {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #000;
    z-index: 1;
}

#site-header .contain {
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
    position: relative;
    left: 0;
    z-index: 2;
}

.contain .nav-bar {
    height: 60px;
    text-align: center;
}

    .contain .nav-bar a {
        color: #333;
    }

    .contain .nav-bar li.produces_li a {
        text-transform:uppercase;
    }

    .contain .nav-bar li.produces_li .sub-nav a {
        text-transform: capitalize;
    }

    .contain .nav-bar .active a {
        color: #00afff;
    }

.contain .logo {
    width: 210px;
    float: left;
}

.icon-logo {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    width: 195px;
    height: 60px;
}

    .icon-logo img {
        height: 100%;
    }

.contain .title {
    display: none;
    font-size: 18px;
    color: #ffffff;
}

.contain .ul {
    display: inline-block;
    width: 700px;
    height: 100%;
    position: relative;
    left: 40px;
}

    .contain .ul .li {
        float: left;
        margin-right: 20px;
        padding: 0 8px;
        font-size: 15px;
        color: #f5f5f6;
        cursor: pointer;
        list-style: none;
    }

        .contain .ul .li:hover {
            color: #0caed8;
        }

            .contain .ul .li:hover li {
                color: #f5f5f6;
            }

.ul .line {
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #0caed8;
    left: 177px;
}

.ul i {
    display: inline-block;
    margin-left: 4px;
    width: 13px;
    height: 7px;
    background: url(/images/icon-nav.png) no-repeat top center;
    transform: rotate(180deg);
}

li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


/* 鐢佃瘽 */

.css-welcom-to {
    width: 180px;
    height: 60px;
    position: absolute;
    right: 175px;
    top: 0;
    color: #fff;
    font-size: 16px;
}

.css-tel-icon {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    width: 40px;
    background: url(/images/hotline-tel2.png) no-repeat right 45%;
}

.css-welcome-tel {
    line-height: 55px;
    height: 58px;
    display: inline-block;
    vertical-align: middle;
    color: orange;
}
    .css-welcome-tel a {
        color: orange!important;
    }

    .css-r-segline {
        display: inline-block;
        vertical-align: middle;
        width: 5px;
        height: 14px;
        line-height: 18px;
        border-right: 1px solid #999;
    }

.contain .login-register {
    width: 175px;
    position: absolute;
    top: 0;
    right: 4px;
}

    .contain .login-register a {
        display: block;
        width: 50%;
        float: left;
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin-top: 12px;
        text-align: center;
        color: #333;
        text-decoration: none;
        -webkit-text-decoration: none;
    }

        .contain .login-register a.css-login {
            width: 45px;
        }

        .contain .login-register a.css-register {
            color: #fff;
            border-radius: 20px;
        }


/*.contain .login-register a:hover{
	background: #0caed8;
}*/

.login-register .register {
    background: #01adff;
    color: #fff;
}

.css-navnew-icon {
    width: 32px;
    height: 20px;
    display: inline-block;
    background: url(/images/nav_new_icon.png) no-repeat;
    top: 3px;
    margin-left: 18px;
}

.posa {
    position: absolute;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
}

    .swiper-slide img {
        width: 100%;
    }


/* CSS Document */

@charset "utf-8";

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%
}

html {
    height: 100%;
    background-attachment: fixed
}

body {
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #333;
    font: 14px/1.5 "Microsoft YaHei", "寰蒋闆呴粦", Helvetica, "榛戜綋", Arial, Tahoma;
    min-width: 1226px;
}

form,
img,
p {
    margin: 0;
    padding: 0;
    border: 0
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

dd,
dl,
dt,
hr {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

pre {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    a:hover {
        color: #01B7EE;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none !important
}

.left {
    float: left
}

.right {
    float: right
}

.tc {
    text-align: center
}
    .tc a {
        color: inherit;
    }

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.hover-ease {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto
}

    .container:after,
    .container:before {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }


/*banner鍒囨崲*/

.banner {
    min-width: 1100px;
    width: 100%;
    height: 500px;
    position: relative;
}

    .banner .pro-switch {
        height: 500px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .banner .flexslider {
        margin: 0;
        padding: 0;
    }

        .banner .flexslider .slides > li {
            display: none;
            -webkit-backface-visibility: hidden;
        }

        .banner .flexslider .slides img {
            width: 100%;
            display: block;
        }

    .banner .slides:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 500px;
}

.banner .no-js .slides > li:first-child {
    display: block;
}

.banner .flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    zoom: 1;
}

.banner .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.banner .flexslider .slides {
    zoom: 1;
}

.banner .flex-direction-nav {
    *height: 0;
}

    .banner .flex-direction-nav a {
        width: 60px;
        height: 90px;
        margin: -45px 0 0;
        display: block;
        background: url(/images/ad_ctr.png) no-repeat 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .3s ease;
    }

    .banner .flex-direction-nav .flex-next {
        background-position: 0 -90px;
        right: 0;
    }

    .banner .flex-direction-nav .flex-prev {
        left: 0;
    }

.banner .flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.banner .flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.banner .flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.banner .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
}

    .banner .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.banner .flex-control-paging li a {
    background: url(/images/dot.png) no-repeat 0 0px;
    display: block;
    height: 10px;
    overflow: hidden;
    text-indent: -99em;
    width: 10px;
    cursor: pointer;
}

    .banner .flex-control-paging li a.flex-active {
        background-position: 0 -10px;
    }

.product-banner {
    margin-top: 70px;
    width: 100%;
    height: 500px;
    background-color: #6132A8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6132A8), to(#B91ACB));
    background-image: -webkit-linear-gradient(-230deg, #6132A8, #B91ACB);
    background-image: linear-gradient(-230deg, #6132A8, #B91ACB);
}

.yzm-banner .container {
    background: url(/images/yzm-banner.png) right center no-repeat;
    height: 400px;
    color: #fff;
    padding: 50px 0;
}

.product-banner .container h1 {
    font-size: 60px;
    font-weight: normal;
    padding-bottom: 20px;
}

.product-banner .container p {
    font-size: 18px;
    line-height: 40px;
}

.product-banner .container ul {
    padding-bottom: 20px;
}

    .product-banner .container ul li {
        float: left;
        display: block;
        margin-right: 10px;
        padding: 3px 15px;
        background: rgba(0, 0, 0, .3);
        border-radius: 30px;
        font-size: 16px;
    }

.product-banner .container .test {
    padding-top: 30px;
}

.test input {
    font-size: 16px;
    height: 54px;
    width: 300px;
    line-height: 54px;
    background: #fff;
    border: 0;
    outline: 0;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    font-family: '寰蒋闆呴粦'
}

.test .tiyan {
    height: 54px;
    line-height: 54px;
    padding: 0px 25px;
    display: inline-block;
    background: #2CB9EA;
    color: #fff;
    font-size: 18px;
    vertical-align: top;
    border-radius: 3px;
}

.product-banner .test .zhuce,
.dailisq {
    background: #FD7621 !important;
}

.product-banner .tiyan:hover {
    background: #1BA4D4;
}

.product-banner .zhuce:hover,
.dailisq:hover {
    background: #E86511 !important;
}

.product-banner #dom_id {
    display: inline-block;
}

.product-banner .nc-container #nc_1_wrapper {
    width: 187px
}

.product-banner .nc_scale {
    height: 40px
}

.product-banner .nc-container .nc_scale span {
    height: 38px;
    line-height: 38px;
}

.yuyin-banner {
    background-color: #8E3CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8E3CCC), to(#3065DC));
    background-image: -webkit-linear-gradient(-230deg, #8E3CCC, #3065DC);
    background-image: linear-gradient(-230deg, #8E3CCC, #3065DC);
}

    .yuyin-banner .container {
        background: url(/images/yuyin-banner.png) right center no-repeat;
        height: 400px;
        color: #fff;
        padding: 50px 0;
    }

.smstz-banner {
    background-color: #723ED3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#723ED3), to(#893BE5));
    background-image: -webkit-linear-gradient(-230deg, #723ED3, #893BE5);
    background-image: linear-gradient(-230deg, #723ED3, #893BE5);
}

    .smstz-banner .container {
        background: url(/images/smstz-banner.png) right center no-repeat;
        height: 400px;
        color: #fff;
        padding: 50px 0;
    }

.smsyx-banner .container {
    background: url(/images/smsyx-banner.png) right center no-repeat;
    height: 400px;
    color: #fff;
    padding: 50px 0;
}

.guoji-banner {
    background-color: #A124CA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A124CA), to(#893BE5));
    background-image: -webkit-linear-gradient(-230deg, #A124CA, #893BE5);
    background-image: linear-gradient(-230deg, #A124CA, #893BE5);
}

    .guoji-banner .container {
        background: url(/images/guoji-banner.png) right center no-repeat;
        height: 400px;
        color: #fff;
        padding: 50px 0;
    }

.daili-banner {
    height: 500px;
    background: url(/images/daili-banner.jpg) 0px 0px no-repeat;
    color: #fff;
    text-align: center;
}

    .daili-banner h1 {
        font-size: 60px;
        padding-top: 100px;
    }

    .daili-banner h3 {
        font-size: 33px;
        font-weight: normal;
        padding-top: 20px;
    }

    .daili-banner p {
        padding-top: 60px;
    }

.jlyx-banner {
    background-color: #991ADC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#991ADC), to(#6F56EF));
    background-image: -webkit-linear-gradient(-230deg, #991ADC, #6F56EF);
    background-image: linear-gradient(-230deg, #991ADC, #6F56EF);
}

    .jlyx-banner .container {
        background: url(/images/jlyx-banner.png) right center no-repeat;
        height: 400px;
        color: #fff;
        padding: 50px 0;
    }

.huafei-banner {
    background-color: #8c119e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8c119e), to(#5e22ba));
    background-image: -webkit-linear-gradient(-230deg, #8c119e, #5e22ba);
    background-image: linear-gradient(-230deg, #8c119e, #5e22ba);
}

    .huafei-banner .container {
        background: url(/images/huafei-banner.png) right center no-repeat;
        height: 400px;
        color: #fff;
        padding: 50px 0;
    }

.flow-banner {
    background-color: #8c119e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8c119e), to(#5e22ba));
    background-image: -webkit-linear-gradient(-230deg, #8c119e, #5e22ba);
    background-image: linear-gradient(-230deg, #8c119e, #5e22ba);
}

    .flow-banner .container {
        background: url(/images/flow-banner.png) right center no-repeat;
        height: 400px;
        color: #fff;
        padding: 50px 0;
    }

.caixin-banner .container {
    background: url(/images/caixin-banner.png) right center no-repeat;
    height: 400px;
    color: #fff;
    padding: 50px 0;
}

.smsgzh-banner .container {
    background: url(/images/smsgzh-banner.png) right center no-repeat;
    height: 400px;
    color: #fff;
    padding: 50px 0;
}

.sycj-l {
    float: left;
    width: 500px
}

.sycj-r {
    float: right;
    width: 700px;
}

.sycj-mbbj {
    background: url(/images/mb-bj.png) center 0px no-repeat;
    height: 626px;
    position: relative;
}

    .sycj-mbbj .sycj-img {
        width: 255px;
        height: 432px;
        background: #CCC;
        position: absolute;
        left: 123px;
        top: 99px;
        overflow: hidden;
    }

        .sycj-mbbj .sycj-img img {
            border: 1px solid #eee;
        }

    .sycj-mbbj .sycj-text {
        position: absolute;
        bottom: 95px;
        left: 84px;
        background: #fff;
        width: 332px;
        height: 104px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    }

    .sycj-mbbj .sycj-text-2 {
        position: absolute;
        top: 180px;
        left: 124px;
        width: 253px;
        height: 104px;
        border-radius: 10px;
    }

.sycj-btn {
    position: relative;
}

    .sycj-btn a {
        background: url(/images/cp-icon.png) 0px 0px no-repeat;
        width: 174px;
        height: 188px;
        line-height: 188px;
        color: #333;
        font-size: 20px;
        text-align: center;
        display: block;
        position: absolute;
        transition: none;
    }

    .sycj-btn .sycj-icon-1 {
        background-position: -175px -150px;
    }

    .sycj-btn a.active,
    .sycj-btn a:hover {
        background-position: 0px -150px;
        transition: none;
        color: #fff;
    }

.btn-api {
    padding: 11px 40px;
    display: inline-block;
    border: 1px solid #2CB9EA;
    font-size: 18px;
    color: #2CB9EA;
    border-radius: 3px;
}

    .btn-api:hover {
        background: #2CB9EA;
        color: #fff;
    }

.js-api-list {
    padding-top: 10px;
}

    .js-api-list li {
        float: left;
        margin-right: 20px;
    }

        .js-api-list li a {
            display: block;
            padding: 1px 7px;
            background: #2CB9EA;
            color: #fff;
            border-radius: 2px;
        }

.t1 {
    padding: 80px;
}

.t2 {
    color: #fff;
}

.t3 {
    background: #F5F5F5
}

.index-tittle {
    font-size: 28px;
    padding-bottom: 30px;
    font-weight: normal
}

.index-tittle-2 {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: normal
}

.cp-list ul {
    margin-left: -60px;
    margin-right: -60px;
}

    .cp-list ul li {
        float: left;
        width: 20%;
        margin-bottom: 35px;
    }

        .cp-list ul li .item-box {
            padding: 0 15px;
        }

        .cp-list ul li h3 {
            font-size: 18px;
            padding: 15px 0 5px;
        }

        .cp-list ul li p {
            color: #999
        }

.cp-list-2 ul li {
    width: 20%;
    margin-bottom: 20px
}

.cp-list-2 ul,
.cp-list-3 ul {
    margin-left: -40px;
    margin-right: -40px;
}

    .cp-list-2 ul li .item-box,
    .cp-list-3 ul li .item-box {
        padding: 0 20px;
    }

    .cp-list-3 ul li {
        width: 20%;
        margin-bottom: 0
    }

        .cp-list-3 ul li h3 {
            font-weight: normal;
        }

.caseTxtBox .hd {
    height: 70px;
    position: relative;
}

    .caseTxtBox .hd ul {
        text-align: center;
        margin-left: -5px;
        margin-right: -5px;
    }

        .caseTxtBox .hd ul li {
            float: left;
            list-style-type: none;
            margin: 0 5px;
            padding: 10px 0px;
            width: 141px;
            cursor: pointer;
            background: #e7e7e7;
            color: #777;
            border-radius: 3px;
        }

            .caseTxtBox .hd ul li img {
                width: 70px;
                height: 70px;
                border-radius: 35px;
                -webkit-border-radius: 35px;
                -moz-border-radius: 35px;
            }

            .caseTxtBox .hd ul li.on {
                background: #2CB9EA;
                color: #fff;
            }

.caseTxtBox .bd .bdCont {
    height: 350px !important;
}

    .caseTxtBox .bd .bdCont h4 {
        padding-bottom: 5px;
    }

    .caseTxtBox .bd .bdCont p {
        color: #333;
        padding: 0;
    }

    .caseTxtBox .bd .bdCont h4.ptop {
        padding-top: 8px;
    }

    .caseTxtBox .bd .bdCont ol {
        padding-left: 20px;
        padding-bottom: 10px;
    }

        .caseTxtBox .bd .bdCont ol li {
            list-style-type: decimal;
            line-height: 26px;
        }

    .caseTxtBox .bd .bdCont .bdContL {
        width: 600px;
    }

        .caseTxtBox .bd .bdCont .bdContL img {
            width: 100%;
        }

    .caseTxtBox .bd .bdCont .bdContR {
        width: 530px;
    }

.flowcase .tempWrap {
    background: #fff;
    border: 1px solid #eee;
}

.flowcase .hd {
    height: 135px;
    line-height: 26px;
    position: relative;
}

    .flowcase .hd ul {
        float: left;
        position: absolute;
        left: 20px;
        top: -1px;
        height: 135px;
    }

        .flowcase .hd ul li {
            float: left;
            width: 116px;
            padding: 0 15px;
            cursor: pointer;
            text-align: center;
        }

            .flowcase .hd ul li.on {
                height: 135px;
            }

            .flowcase .hd ul li h3 {
                font-size: 16px;
            }

            .flowcase .hd ul li p {
            }

            .flowcase .hd ul li i {
                display: inline-block;
                width: 86px;
                height: 86px;
                background: url(/images/case_sprite.png) no-repeat
            }

                .flowcase .hd ul li i.icon-cp2 {
                    background-position: -88px 0
                }

                .flowcase .hd ul li i.icon-cp3 {
                    background-position: -175px 0
                }

                .flowcase .hd ul li i.icon-cp4 {
                    background-position: -262px 0
                }

                .flowcase .hd ul li i.icon-cp5 {
                    background-position: -349px 0
                }

                .flowcase .hd ul li i.icon-cp6 {
                    background-position: -436px 0
                }

                .flowcase .hd ul li i.icon-cp7 {
                    background-position: -523px 0
                }

                .flowcase .hd ul li i.icon-cp8 {
                    background-position: -610px 0
                }

            .flowcase .hd ul li.on .icon-cp1 {
                background-position: 0 -88px
            }

            .flowcase .hd ul li.on .icon-cp2 {
                background-position: -88px -88px
            }

            .flowcase .hd ul li.on .icon-cp3 {
                background-position: -175px -88px
            }

            .flowcase .hd ul li.on .icon-cp4 {
                background-position: -262px -88px
            }

            .flowcase .hd ul li.on .icon-cp5 {
                background-position: -349px -88px
            }

            .flowcase .hd ul li.on .icon-cp6 {
                background-position: -436px -88px
            }

            .flowcase .hd ul li.on .icon-cp7 {
                background-position: -523px -88px
            }

            .flowcase .hd ul li.on .icon-cp8 {
                background-position: -610px -88px
            }

.flowcase .bd .flowyyCont {
    height: 160px;
    padding: 30px;
    zoom: 1;
}

    .flowcase .bd .flowyyCont .flowyyContL {
        width: 240px;
        margin-right: 30px;
    }

    .flowcase .bd .flowyyCont .flowyyContR {
        width: 765px;
        padding-top: 5px;
    }

    .flowcase .bd .flowyyCont h4 {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .flowcase .bd .flowyyCont .flowyyContR h4 span {
        background: #00aaee;
        color: #fff;
        padding: 0 3px;
    }

    .flowcase .bd .flowyyCont p {
        color: #666;
        padding-bottom: 10px;
        line-height: 24px;
        font-size: 14px
    }

        .flowcase .bd .flowyyCont p b {
            color: #ff7800;
        }

.flowcase .soft_con1 {
    position: absolute;
    height: 10px;
    z-index: 9;
    left: 36px;
    top: 126px;
    transition: left .2s ease-out 0s;
    -moz-transition: left .2s ease-out 0s;
    /* Firefox 4 */
    -webkit-transition: left .2s ease-out 0s;
    /* Safari and Chrome */
    -o-transition: left .2s ease-out 0s;
    /* Opera */
}

    .flowcase .soft_con1 .soft_icon {
        width: 105px;
        height: 10px;
        display: block;
        background: url(/images/line_select_2.gif);
    }

.cp-icon {
    background: url(/images/cp-icon.png) 0px 0px no-repeat;
    width: 85px;
    height: 85px;
    display: inline-block;
}

.cp-icon1 {
    background-position: 0px 0px;
}

.cp-icon2 {
    background-position: -86px 0px;
}

.cp-icon3 {
    background-position: -172px 0px;
}

.cp-icon4 {
    background-position: -258px 0px;
}

.cp-icon5 {
    background-position: -344px 0px;
}

.cp-icon6 {
    background-position: -430px 0px;
}

.cp-icon7 {
    background-position: -528px -7px;
}

.cp-icon8 {
    background-position: -387px -744px;
}

.cp-icon9 {
    background-position: -472px -744px;
}

.cp-icon10 {
    background-position: -557px -744px;
}

.cp-icon11 {
    background-position: -642px -744px;
}

.cp-icon12 {
    background-position: -387px -829px;
}

.cp-icon13 {
    background-position: -387px -915px;
}

.cp-icon14 {
    background-position: -472px -915px;
}

.cp-icon15 {
    background-position: -557px -915px;
}

.cp-icon16 {
    background-position: -302px -915px;
}

.cp-icon17 {
    background-position: -217px -915px;
}

.tx-list ul li {
    float: left;
    width: 360px;
    margin: 0 20px 45px;
}

    .tx-list ul li .item-box {
        position: relative;
        padding-left: 78px;
    }

        .tx-list ul li .item-box .tx-icon-pa {
            position: absolute;
            left: 0;
            top: 5px;
        }

    .tx-list ul li h3 {
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 15px;
    }

    .tx-list ul li p {
        line-height: 24px;
    }

.tx-icon {
    background: url(/images/cp-icon.png) 0px 0px no-repeat;
    width: 62px;
    height: 55px;
    display: inline-block;
}

.tx-icon1 {
    background-position: 0px -85px;
}

.tx-icon2 {
    background-position: -63px -85px;
}

.tx-icon3 {
    background-position: -126px -85px;
}

.tx-icon4 {
    background-position: -189px -85px;
}

.tx-icon5 {
    background-position: -252px -85px;
}

.tx-icon6 {
    background-position: -315px -85px;
}

.tx-icon7 {
    background-position: 0px -362px;
}

.tx-icon8 {
    background-position: -62px -362px;
}

.tx-icon9 {
    background-position: -124px -362px;
}

.tx-icon10 {
    background-position: -186px -362px;
}

.tx-icon11 {
    background-position: -249px -362px;
}

.tx-icon12 {
    background-position: -310px -362px;
}

.tx-icon13 {
    background-position: -372px -362px;
}

.tx-icon14 {
    background-position: -434px -362px;
}

.tx-icon15 {
    background-position: -496px -362px;
}

.tx-icon16 {
    background-position: -558px -362px;
}

.tx-icon17 {
    background-position: -620px -362px;
}

.tx-icon18 {
    background-position: -682px -362px;
}

.tx-icon19 {
    background-position: -682px -307px;
}

.tx-icon20 {
    background-position: -620px -307px;
}

.tx-icon21 {
    background-position: -558px -307px;
}

.tx-icon22 {
    background-position: -496px -307px;
}

.tx-icon23 {
    background-position: -434px -307px;
}

.tx-icon24 {
    background-position: -372px -307px;
}

.tx-icon25 {
    background-position: 0px -502px;
}

.tx-icon26 {
    background-position: -62px -502px;
}

.tx-icon27 {
    background-position: -124px -502px;
}

.tx-icon28 {
    background-position: -186px -502px;
}

.tx-icon29 {
    background-position: -248px -502px;
}

.daili-list ul li {
    float: left;
    width: 340px;
    margin: 0 30px 45px;
    text-align: center;
}

    .daili-list ul li .item-box {
        position: relative;
    }

        .daili-list ul li .item-box .tx-icon-pa {
            position: absolute;
            left: 0;
            top: 5px;
        }

    .daili-list ul li h3 {
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 15px;
    }

    .daili-list ul li p {
        line-height: 24px;
        padding-top: 17px;
        font-size: 16px;
    }

.daili-list .daili-icon i {
    background: url(/images/cp-icon.png) -501px -149px no-repeat;
    width: 119px;
    height: 130px;
    display: block;
    margin: auto;
    line-height: 36px;
    font-size: 24px;
    font-style: normal;
}

    .daili-list .daili-icon i b {
        display: block
    }

    .daili-list .daili-icon i:hover {
        background-position: -379px -149px;
        color: #083769;
        transition: opacity 1s ease
    }

.daili-zc ul li {
    float: left;
    width: 200px;
    margin: 0 29px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 3px 5px 0px rgba(0, 0, 0, .04);
}

    .daili-zc ul li h2 {
        font-size: 60px;
        font-weight: normal;
        padding-top: 10px;
    }

    .daili-zc ul li p {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 0;
    }

.daili-jl ul {
    margin-left: -30px;
    margin-right: -30px;
}

    .daili-jl ul li {
        float: left;
        width: 196px;
        min-height: 215px;
        margin: 0 29px;
        border-radius: 3px;
        padding: 30px;
        text-align: center;
        background: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .daili-jl ul li i {
            display: block;
            width: 75px;
            height: 75px;
            background: url(/images/cp-icon.png) -501px -149px no-repeat;
            margin: 15px auto 10px;
        }

            .daili-jl ul li i.daili-jl-icon1 {
                background-position: 0px -427px
            }

            .daili-jl ul li i.daili-jl-icon2 {
                background-position: -75px -427px
            }

            .daili-jl ul li i.daili-jl-icon3 {
                background-position: -150px -427px
            }

            .daili-jl ul li i.daili-jl-icon4 {
                background-position: -225px -427px
            }

            .daili-jl ul li i.daili-jl-icon5 {
                background-position: -300px -427px
            }

            .daili-jl ul li i.daili-jl-icon6 {
                background-position: -375px -427px
            }

            .daili-jl ul li i.daili-jl-icon7 {
                background-position: -450px -427px
            }

            .daili-jl ul li i.daili-jl-icon8 {
                background-position: -525px -427px
            }

            .daili-jl ul li i.daili-jl-icon9 {
                background-position: -472px -829px
            }

            .daili-jl ul li i.daili-jl-icon10 {
                background-position: -547px -829px
            }

            .daili-jl ul li i.daili-jl-icon11 {
                background-position: -622px -829px
            }

            .daili-jl ul li i.daili-jl-icon12 {
                background-position: -697px -829px
            }

        .daili-jl ul li h2 {
            font-size: 18px;
            font-weight: normal;
            padding-top: 10px;
        }

        .daili-jl ul li p {
            font-size: 14px;
            color: #666;
            line-height: 30px;
            padding: 10px 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .daili-jl ul li a {
            border: 1px solid #2CB9EA;
            padding: 5px 30px;
            display: inline-block;
            color: #2CB9EA;
            border-radius: 3px;
        }

        .daili-jl ul li:hover {
            box-shadow: 0px 15px 30px rgba(0, 0, 0, .1);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .daili-jl ul li a:hover {
            background: #2CB9EA;
            color: #fff
        }

.fa-cp ul {
    margin-left: -30px;
    margin-right: -30px;
}

    .fa-cp ul li {
        float: left;
        width: 210px;
        border: 1px solid #F5F5F5;
        margin: 0 21px;
        border-radius: 3px;
        padding: 30px;
        text-align: center;
        background: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .fa-cp ul li h2 {
            font-size: 18px;
            font-weight: normal;
            padding-top: 10px;
        }

        .fa-cp ul li p {
            font-size: 14px;
            color: #666;
            line-height: 30px;
            padding: 10px 0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .fa-cp ul li a {
            border: 1px solid #2CB9EA;
            padding: 5px 30px;
            display: inline-block;
            color: #2CB9EA;
            border-radius: 3px;
        }

        .fa-cp ul li:hover {
            box-shadow: 0px 15px 30px rgba(0, 0, 0, .1);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .fa-cp ul li a:hover {
            background: #2CB9EA;
            color: #fff;
        }

        .fa-cp ul li i {
            margin-bottom: 5px;
        }

.kh-list ul li {
    float: left;
    width: 196px;
    height: 112px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .kh-list ul li.bgcolor {
        background: #FAFAFA;
    }

    .kh-list ul li:hover {
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
        -webkit-transform: translateZ(-2px);
        -moz-transform: translateZ(-2px);
        -ms-transform: translateZ(-2px);
        -o-transform: translateZ(-2px);
        transform: translateZ(-2px);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

.kh-logo {
    background: url(/images/kehu-logo.png) 0px 0px no-repeat;
    width: 197px;
    height: 113px;
    display: inline-block;
}

.kh-logo1 {
    background-position: 0px 0px;
}

.kh-logo2 {
    background-position: -197px 0px;
}

.kh-logo3 {
    background-position: -394px 0px;
}

.kh-logo4 {
    background-position: -591px 0px;
}

.kh-logo5 {
    background-position: -788px 0px;
}

.kh-logo6 {
    background-position: -985px 0px;
}

.kh-logo7 {
    background-position: 0px -113px;
}

.kh-logo8 {
    background-position: -197px -113px;
}

.kh-logo9 {
    background-position: -394px -113px;
}

.kh-logo10 {
    background-position: -591px -113px;
}

.kh-logo11 {
    background-position: -788px -113px;
}

.kh-logo12 {
    background-position: -985px -113px;
}

.kh-logo13 {
    background-position: 0px -226px;
}

.kh-logo14 {
    background-position: -197px -226px;
}

.kh-logo15 {
    background-position: -394px -226px;
}

.kh-logo16 {
    background-position: -591px -226px;
}

.kh-logo17 {
    background-position: -788px -226px;
}

.kh-logo18 {
    background-position: -985px -226px;
}

.kh-logo19 {
    background-position: 0px -339px;
}

.kh-logo20 {
    background-position: -197px -339px;
}

.kh-logo21 {
    background-position: -394px -339px;
}

.kh-logo22 {
    background-position: -591px -339px;
}

.kh-logo23 {
    background-position: -788px -339px;
}

.kh-logo24 {
    background-position: -985px -339px;
}

.cpkh-list ul li {
    float: left;
    width: 190px;
    height: 90px;
    margin: 5px;
    overflow: hidden;
    background: #fff;
}

.cpkh-list .kh-logo1 {
    background-position: 0px -10px;
}

.cpkh-list .kh-logo2 {
    background-position: -197px -10px;
}

.cpkh-list .kh-logo3 {
    background-position: -394px -10px;
}

.cpkh-list .kh-logo4 {
    background-position: -591px -10px;
}

.cpkh-list .kh-logo5 {
    background-position: -788px -10px;
}

.cpkh-list .kh-logo6 {
    background-position: -985px -10px;
}

.cpkh-list .kh-logo7 {
    background-position: 0px -123px;
}

.cpkh-list .kh-logo8 {
    background-position: -197px -123px;
}

.cpkh-list .kh-logo9 {
    background-position: -394px -123px;
}

.cpkh-list .kh-logo10 {
    background-position: -591px -123px;
}

.cpkh-list .kh-logo11 {
    background-position: -788px -123px;
}

.cpkh-list .kh-logo12 {
    background-position: -985px -123px;
}

.cpkh-list .kh-logo13 {
    background-position: 0px -236px;
}

.cpkh-list .kh-logo14 {
    background-position: -197px -236px;
}

.cpkh-list .kh-logo15 {
    background-position: -394px -236px;
}

.cpkh-list .kh-logo16 {
    background-position: -591px -236px;
}

.cpkh-list .kh-logo17 {
    background-position: -788px -236px;
}

.cpkh-list .kh-logo18 {
    background-position: -985px -236px;
}

.cpkh-list .kh-logo19 {
    background-position: 0px -352px;
}

.cpkh-list .kh-logo20 {
    background-position: -197px -352px;
}

.cpkh-list .kh-logo21 {
    background-position: -394px -353px;
}

.cpkh-list .kh-logo22 {
    background-position: -591px -353px;
}

.cpkh-list .kh-logo23 {
    background-position: -788px -353px;
}

.cpkh-list .kh-logo24 {
    background-position: -985px -353px;
}

.zizhi {
    padding-top: 30px;
}

    .zizhi ul {
        width: 1050px;
        margin: auto;
    }

        .zizhi ul li {
            float: left;
            width: 20%;
            line-height: 51px;
        }

            .zizhi ul li i {
                background: url(/images/cp-icon.png) 0px 0px no-repeat;
                width: 51px;
                height: 51px;
                display: block;
                float: left;
                margin-right: 10px;
                cursor: pointer;
            }

                .zizhi ul li i.zhengs-icon1 {
                    background-position: -550px -86px;
                }

                .zizhi ul li i.zhengs-icon2 {
                    background-position: -601px -86px;
                }

                .zizhi ul li i.zhengs-icon3 {
                    background-position: -652px -86px;
                }

                .zizhi ul li i.zhengs-icon4 {
                    background-position: -703px -86px;
                }

                .zizhi ul li i.zhengs-icon5 {
                    background-position: -754px -86px;
                }

.yzm-yuyin-icon {
    width: 74px;
    height: 56px;
    display: block;
    margin: auto;
    background-position: -721px 0px;
}

.about h1 {
    font-size: 28px;
    padding: 30px 0;
    font-weight: normal;
}

.about p {
    line-height: 32px;
    font-size: 16px;
    padding-bottom: 20px;
}

.about-ys {
    margin-top: 20px;
    margin-left: -70px;
    margin-right: -70px;
}

    .about-ys li {
        float: left;
        display: block;
        text-align: center;
        width: 220px;
        margin: 0px 113px 20px;
    }

        .about-ys li i {
            width: 128px;
            height: 94px;
            line-height: 94px;
            font-size: 36px;
            font-style: normal;
            border: 1px solid #2CB9EA;
            border-radius: 10px;
            display: block;
            margin: auto;
            color: #2CB9EA;
            margin-bottom: 15px;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

            .about-ys li i:hover {
                background: #2CB9EA;
                color: #fff;
                -webkit-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease
            }

        .about-ys li p {
            font-size: 16px
        }

.about-zs {
    margin-top: 20px
}

    .about-zs li {
        float: left;
        display: block;
        text-align: center;
        width: 220px;
        margin: 0px 40px 20px;
    }

        .about-zs li p {
            font-size: 14px;
            padding-top: 10px;
        }

.join-list .layui-tab-content ul {
    margin-left: -40px;
    margin-right: -40px;
}

.join-list .layui-tab-content li {
    display: inline-block;
    width: 545px;
    vertical-align: top;
    margin: 0 40px;
}

    .join-list .layui-tab-content li h3 {
        font-size: 18px;
        padding: 20px 0;
    }

.contact-list .left {
    width: 50%
}

.contact-list .right {
    width: 50%
}

.contact-list h5 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: normal;
}

.contact-list p {
    font-size: 14px;
    line-height: 28px;
}

.jlyx-wf ul li {
    float: left;
    width: 266px;
    margin: 0 17px;
    text-align: center;
}

    .jlyx-wf ul li img {
        display: block;
    }

    .jlyx-wf ul li p {
        padding: 15px 0;
        font-size: 16px;
    }

.jlyx-wf2 ul li {
    width: 187px;
    margin: 0 56px;
}

.smsyx-api {
    padding: 0 78px;
}

    .smsyx-api i {
        background: url(/images/cp-icon.png) 0px 0px no-repeat;
        width: 188px;
        height: 144px;
        display: block;
        margin: auto;
    }

        .smsyx-api i.smsyx-api-1 {
            background-position: 0px -744px;
        }

        .smsyx-api i.smsyx-api-2 {
            background-position: -189px -744px;
        }

    .smsyx-api li {
        width: 320px;
        padding: 60px 30px;
        border: 1px solid #EEEEEE;
        float: left;
        margin: 0 70px;
        border-radius: 3px;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .smsyx-api li h2 {
            font-size: 18px;
            padding-top: 30px;
            padding-bottom: 25px;
            font-weight: normal
        }

        .smsyx-api li p {
            font-size: 14px;
        }

            .smsyx-api li p a {
                font-size: 18px;
                padding: 9px 32px;
                border: 1px solid #2CB9EA;
                color: #2CB9EA;
                border-radius: 3px;
                display: inline-block;
            }

                .smsyx-api li p a:hover {
                    background: #2CB9EA;
                    color: #fff
                }

        .smsyx-api li:hover {
            box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
            -webkit-transform: translateZ(-2px);
            -moz-transform: translateZ(-2px);
            -ms-transform: translateZ(-2px);
            -o-transform: translateZ(-2px);
            transform: translateZ(-2px);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

.yuyan {
    margin-bottom: 40px
}

    .yuyan table {
        width: 780px;
        margin: 20px auto 30px;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .yuyan table > thead > tr > th {
            text-align: left;
            font-size: 18px;
            font-weight: normal;
            padding: 8px
        }

        .yuyan table > tbody > tr > td {
            text-align: left;
            font-size: 14px;
            padding: 8px
        }

.yuyan-search {
    width: 522px;
    position: relative;
    margin: auto;
}

    .yuyan-search input {
        width: 500px;
        border: 1px solid #EEEEEE;
        padding: 10px;
        font-family: '寰蒋闆呴粦';
        font-size: 14px;
        outline: 0;
        border-radius: 3px;
    }

.new-list ul .new-list-margin {
    width: 356px;
    float: left;
    margin: auto 22px;
}

.new-tlttle {
    height: 185px;
    background: #fff;
    margin-bottom: 20px;
}

.new-tlttle-img {
    width: 356px;
    height: 133px;
    position: relative;
    overflow: hidden;
}

.new-tlttle img {
    width: 356px;
    height: 133px;
    position: absolute;
    left: 0;
    top: 0;
}

.new-tlttle h4 {
    height: 52px;
    line-height: 52px;
    padding-left: 15px;
    font-weight: normal;
}

.new-tlttle:hover {
    text-decoration: none;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .2);
}

    .new-tlttle:hover img {
        width: 400px;
        height: 149px;
        left: -22px;
        top: -8px;
    }

.new-tlttle .new-tlttle-2 {
    position: absolute;
    background-color: rgba(44, 185, 234, .85);
    color: #fff;
    width: 116px;
    line-height: 40px;
    padding-top: 24px;
    text-align: center;
    height: 100%;
    font-size: 30px;
    display: block;
}

.new-more-list {
    line-height: 30px;
}

.reg-bottom {
    background: #2CB9EA;
    display: inline-block;
    padding: 15px 45px;
    font-size: 24px;
    color: #fff;
    border-radius: 5px;
}

    .reg-bottom:hover {
        background: #0F83C1;
        color: #fff;
    }

.new-tlttle,
.new-tlttle img,
.new-tlttle:hover img,
new-tlttle:hover img,
.new-tlttle:hover img,
new-tlttle:hover a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 477px;
    background-color: #00afff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00afff), to(#00afff));
    background-image: -webkit-linear-gradient(#00afff, #00afff);
    background-image: linear-gradient(#00afff, #00afff);
}

.wendang #particles-js {
    height: 990px !important;
    background-color: #00afff !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00afff), to(#00afff)) !important;
    background-image: -webkit-linear-gradient(#00afff, #F7F7F8) !important;
    background-image: linear-gradient(#F7F7F8, #F7F7F8) !important;
}

.wendang .container {
    position: relative;
}

.wendang h2 {
    font-size: 60px;
    padding-bottom: 20px
}

.wendang p {
    font-size: 16px;
    line-height: 40px;
}

.wendang-list {
    margin-top: 40px;
}

    .wendang-list ul li {
        float: left;
        width: 220px;
        margin: 0 40px 45px;
        background: #fff;
        text-align: center;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .wendang-list ul li .item-box {
            padding: 40px;
            border: 1px solid #f0f0f0;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

            .wendang-list ul li .item-box .tx-icon-pa {
                position: absolute;
                left: 0;
                top: 5px;
            }

        .wendang-list ul li h3 {
            font-size: 18px;
            font-weight: normal;
            padding-bottom: 15px;
        }

        .wendang-list ul li p {
            line-height: 24px;
            padding-top: 30px;
            font-size: 18px;
            padding-bottom: 15px;
        }

        .wendang-list ul li i {
            background: url(/images/cp-icon2.png) -501px -149px no-repeat;
            width: 100px;
            height: 100px;
            display: block;
            margin: auto;
        }

            .wendang-list ul li i.wendang-icon1 {
                background-position: 0px 0px
            }

            .wendang-list ul li i.wendang-icon2 {
                background-position: -100px 0px
            }

            .wendang-list ul li i.wendang-icon3 {
                background-position: -200px 0px
            }

            .wendang-list ul li i.wendang-icon4 {
                background-position: -300px 0px
            }

            .wendang-list ul li i.wendang-icon5 {
                background-position: -400px 0px
            }

            .wendang-list ul li i.wendang-icon6 {
                background-position: -500px 0px
            }

            .wendang-list ul li i.wendang-icon7 {
                background-position: -600px 0px
            }

            .wendang-list ul li i.wendang-icon8 {
                background-position: -700px 0px
            }

        .wendang-list ul li:hover {
            box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease
        }

        .wendang-list ul li a {
            transition: none !important
        }

        .wendang-list ul li:hover i.wendang-icon1 {
            background-position: 0px -100px
        }

        .wendang-list ul li:hover i.wendang-icon2 {
            background-position: -100px -100px
        }

        .wendang-list ul li:hover i.wendang-icon3 {
            background-position: -200px -100px
        }

        .wendang-list ul li:hover i.wendang-icon4 {
            background-position: -300px -100px
        }

        .wendang-list ul li:hover i.wendang-icon5 {
            background-position: -400px -100px
        }

        .wendang-list ul li:hover i.wendang-icon6 {
            background-position: -500px -100px
        }

        .wendang-list ul li:hover i.wendang-icon7 {
            background-position: -600px -100px
        }

        .wendang-list ul li:hover i.wendang-icon8 {
            background-position: -700px -100px
        }

.fa-cj li {
    padding: 0 30px !important;
    border: 0 !important;
    margin: 0 22px !important
}

.fa-cj i {
    background: url(/images/solution.png) 0px 0px no-repeat;
    width: 68px;
    height: 70px;
    display: block;
    margin: auto;
    margin-bottom: 20px !important
}

    .fa-cj i.fa-cj-icon1 {
        background-position: 0px 0px;
    }

    .fa-cj i.fa-cj-icon2 {
        background-position: -68px 0px;
    }

    .fa-cj i.fa-cj-icon3 {
        background-position: -136px 0px;
    }

    .fa-cj i.fa-cj-icon4 {
        background-position: -204px 0px;
    }

    .fa-cj i.fa-cj-icon5 {
        background-position: 0px -70px;
    }

    .fa-cj i.fa-cj-icon6 {
        background-position: -68px -70px;
    }

    .fa-cj i.fa-cj-icon7 {
        background-position: -136px -70px;
    }

    .fa-cj i.fa-cj-icon8 {
        background-position: -204px -70px;
    }

    .fa-cj i.fa-cj-icon9 {
        background-position: 0px -140px;
    }

    .fa-cj i.fa-cj-icon10 {
        background-position: -68px -140px;
    }

    .fa-cj i.fa-cj-icon11 {
        background-position: -136px -140px;
    }

    .fa-cj i.fa-cj-icon12 {
        background-position: -204px -140px;
    }

    .fa-cj i.fa-cj-icon13 {
        background-position: 0px -210px;
    }

.fa-cj li:hover {
    box-shadow: none !important;
}

.wd-list ul {
    margin: 0
}

    .wd-list ul li {
        width: 14.28%;
        margin-bottom: 0
    }

        .wd-list ul li h3 {
            font-weight: normal
        }

        .wd-list ul li i {
            background: url(/images/cp-icon2.png) 0px -99px no-repeat;
            width: 100px;
            height: 100px;
            display: block;
            margin: auto;
        }

            .wd-list ul li i.iocn2 {
                background-position: -100px -99px
            }

            .wd-list ul li i.iocn3 {
                background-position: -300px -99px
            }

            .wd-list ul li i.iocn4 {
                background-position: -400px -99px
            }

            .wd-list ul li i.iocn5 {
                background-position: -500px -99px
            }

            .wd-list ul li i.iocn6 {
                background-position: -600px -99px
            }

            .wd-list ul li i.iocn7 {
                background-position: -700px -99px
            }

.izl-rmenu {
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -46px;
    padding-bottom: 14px;
    z-index: 999;
}

    .izl-rmenu .btn {
        width: 60px;
        height: 60px;
        margin-bottom: 1px;
        cursor: pointer;
        position: relative;
    }

    .izl-rmenu .btn-qq {
        background: url(/images/r_qq2.png) center center no-repeat;
        background-color: #2CB9EA;
        text-decoration: none;
        display: block;
    }

        .izl-rmenu .btn-qq:hover {
            background-color: #0F83C1;
        }

    .izl-rmenu .btn-wx {
        background: url(/images/r_wx.png) center center no-repeat;
        background-color: #2CB9EA;
        display: block;
    }

        .izl-rmenu .btn-wx:hover {
            background-color: #0F83C1;
        }

        .izl-rmenu .btn-wx .pic {
            position: absolute;
            left: -160px;
            top: 0px;
            display: none;
            width: 160px;
            height: 160px;
        }

    .izl-rmenu .btn-phone {
        background: url(/images/r_phone2.png) center center no-repeat;
        background-color: #2CB9EA;
    }

        .izl-rmenu .btn-phone:hover {
            background-color: #ff811b;
        }

        .izl-rmenu .btn-phone .phone {
            background-color: #ff811b;
            position: absolute;
            width: 230px;
            left: -270px;
            top: 0px;
            height: 55px;
            padding: 20px;
            line-height: 28px;
            color: #FFF;
            font-size: 18px;
            display: none;
        }

    .izl-rmenu .btn-top {
        background: url(/images/r_top.png) center center no-repeat;
        background-color: #E3E5E8;
        height: 35px;
        display: none;
    }

        .izl-rmenu .btn-top:hover {
            background-color: #d1d4da;
        }

.footer-1 {
    background: #2D313D;
    color: #fff;
}

.footer-1-list li {
    float: left;
    width: 25%;
}

    .footer-1-list li .item-box {
        padding: 32px 10px;
        height: 51px
    }

        .footer-1-list li .item-box i {
            background: url(/images/cp-icon.png) 0px 0px no-repeat;
            width: 51px;
            height: 51px;
            display: inline-block;
            vertical-align: middle;
        }

            .footer-1-list li .item-box i.footer-icon1 {
                background-position: 0px -929px
            }

            .footer-1-list li .item-box i.footer-icon2 {
                background-position: -51px -929px
            }

            .footer-1-list li .item-box i.footer-icon3 {
                background-position: -102px -929px
            }

            .footer-1-list li .item-box i.footer-icon4 {
                background-position: -153px -929px
            }

    .footer-1-list li p {
        line-height: 51px;
        display: inline-block;
        margin-left: 12px;
        font-size: 16px;
        vertical-align: middle;
    }

.footer-2 {
    background: #373B46;
}

.footer-2-top {
    margin-bottom: 40px;
    margin-top: 50px;
}

.footer-nav-list {
    float: left;
    width: 940px;
}

.footer-nav {
    width: 235px;
}

    .footer-nav li {
        line-height: 34px;
        display: inline-block;
        width: 115px;
    }

    .footer-nav .tittle {
        font-size: 18px;
        color: #fff;
        padding-bottom: 15px;
        width: 100%;
    }

    .footer-nav li a {
        color: #a9b0b4;
    }

        .footer-nav li a:hover {
            color: #fff;
        }

.footer-code {
    float: right;
    width: 155px;
    color: #a9b0b4;
    line-height: 20px;
}

    .footer-code .tel {
        position: relative;
        padding-left: 38px;
    }

        .footer-code .tel i {
            position: absolute;
            left: 0px;
            top: 6px;
            width: 30px;
            height: 30px;
        }

        .footer-code .tel b {
            font-size: 18px;
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 22px;
        }

        .footer-code .tel:hover .cp-icon7 {
            background-position: -559px -7px;
        }

    .footer-code p {
        font-size: 12px;
    }

.weixin-code {
    padding: 10px 0;
}

.footer-2-bottom {
    border-top: 1px solid #4E525C
}

    .footer-2-bottom ul {
        padding: 15px 0;
    }

        .footer-2-bottom ul li {
            float: left;
            margin-right: 10px;
            line-height: 24px;
        }

            .footer-2-bottom ul li a {
                color: #737a80;
            }

                .footer-2-bottom ul li a:hover {
                    color: #fff;
                }

.footer-3 {
    background: #2C3039;
    height: 44px;
    color: #62676e;
    line-height: 44px;
}

    .footer-3 span {
        display: inline-block;
        width: 24px;
        height: 44px;
        background: url(/images/wangan.gif) center center no-repeat;
        margin-left: 10px;
    }

        .footer-3 span a {
            display: block;
            width: 24px;
            height: 24px;
        }

.new-banner {
    margin-top: 70px;
    width: 100%;
    height: 240px;
    background-color: #633CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#633CCC), to(#3065DC));
    background-image: -webkit-linear-gradient(#633CCC, #3065DC);
    background-image: linear-gradient(#633CCC, #3065DC);
}

    .new-banner h2 {
        font-size: 60px;
        line-height: 240px;
        color: #fff;
        text-align: center;
    }

.fangan-banner {
    margin-top: 70px;
    height: 240px;
    background-color: #633CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#633CCC), to(#3065DC));
    background-image: -webkit-linear-gradient(#633CCC, #3065DC);
    background-image: linear-gradient(#633CCC, #3065DC);
    color: #fff;
}

    .fangan-banner h2 {
        font-size: 60px;
        padding-top: 40px
    }

    .fangan-banner p {
        font-size: 30px;
        padding-top: 10px;
    }

.ny-nav {
    height: 58px;
    border-bottom: 1px solid #E4E8EA;
}

    .ny-nav ul {
        text-align: center;
    }

        .ny-nav ul li {
            display: inline-block;
            font-size: 18px;
            height: 58px;
            line-height: 58px;
            padding: 0px 35px;
        }

            .ny-nav ul li.active {
                background: #2CB9EA;
            }

                .ny-nav ul li.active a {
                    color: #fff;
                }

.new-left {
    width: 875px;
    background: #fff;
}

    .new-left ul.new-lb li {
        padding: 30px;
        border-bottom: 1px solid #F5F5F5;
    }

.new-img {
    width: 220px;
    padding-right: 35px;
    display: none;
}

    .new-img img {
        display: block;
    }

.new-text {
    width: 810px;
}

    .new-text h1 {
        font-size: 20px;
        font-weight: normal;
        padding-bottom: 15px;
        position: relative;
    }

        .new-text h1 .time {
            position: absolute;
            top: 4px;
            right: 0px;
            height: 22px;
            line-height: 22px;
            display: block;
            font-size: 14px;
            background: url(/images/cp-icon.png) -590px -5px no-repeat;
            padding-left: 25px;
            color: #454545;
        }

    .new-text h6 {
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 11px;
    }

        .new-text h6 span {
            color: #999;
        }

        .new-text h6 a {
            color: #999;
            margin: 0 2px;
        }

            .new-text h6 a:hover {
                color: #2CB9EA;
            }

    .new-text p.new-text-ms {
        padding-bottom: 8px;
    }

    .new-text .new-btn-more {
        padding: 3px 10px;
        color: #1EB8EC;
        display: inline-block;
        border: 1px solid #1EB8EC;
        border-radius: 3px;
    }

        .new-text .new-btn-more:hover {
            color: #fff;
            border: 1px solid #1EB8EC;
            background: #1EB8EC;
        }

.new-right {
    width: 300px;
    background: #fff;
}

.new-detail {
    padding: 30px;
}

    .new-detail h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

.new-detail-time {
    color: #999;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

    .new-detail-time .fenx {
        position: absolute;
        top: -7px;
        right: 0px;
    }

.fenx a {
    display: inline-block;
    vertical-align: middle;
    transition: none;
}

.fenx span {
    display: inline-block;
    vertical-align: middle;
}

.fenxicon {
    background: url(/images/cp-icon.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
}

.fenxicon1 {
    background-position: -384px -86px;
}

.fenxicon2 {
    background-position: -423px -86px;
}

.fenxicon3 {
    background-position: -462px -86px;
}

.fenxicon4 {
    background-position: -501px -86px;
}

.new-detail-zy {
    border: 1px solid #efefef;
    background-color: #fbfbfb;
    border-radius: 2px;
    color: #666;
    word-break: break-all;
    word-wrap: break-word;
    padding: 20px 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.new-content-container {
    word-break: break-all;
}

    .new-content-container h2 {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #333;
    }

    .new-content-container p {
        color: #333;
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
    }

.new-detail-tag {
    padding-top: 30px
}

    .new-detail-tag a {
        display: inline-block;
        padding: 3px 10px;
        background: #eee;
        color: #999;
        border-radius: 3px;
        margin-bottom: 4px;
    }

        .new-detail-tag a:hover {
            background: #2CB9EA;
            color: #fff;
        }

hr {
    border: 0;
    border-top: 1px solid #f5f5f5;
    margin: 30px 0;
}

.new-detail-sx .left {
    width: 47%;
    padding-right: 3%;
}

.new-detail-sx .right {
    width: 47%;
    padding-left: 3%;
}

.new-detail-other {
    margin-top: 35px;
    margin-bottom: 20px;
}

    .new-detail-other h2 {
        font-size: 18px;
        padding-bottom: 15px;
    }

    .new-detail-other ul {
        padding-left: 20px;
    }

        .new-detail-other ul li {
            list-style-type: disc;
            line-height: 30px;
        }

.api {
    min-height: 500px;
    background: #F2F2F2
}

.api-left {
    width: 12%;
    min-height: 500px;
}

    .api-left ul {
        padding-top: 30px;
    }

        .api-left ul li.tittle {
            font-size: 18px;
            padding-bottom: 10px;
            color: #999;
            padding-left: 30px;
        }

        .api-left ul li {
            height: 38px;
            line-height: 38px;
        }

        .api-left ul .active a {
            color: #2CB9EA
        }

        .api-left ul li a {
            display: block;
            padding-left: 30px;
        }

            .api-left ul li a:hover {
                background: #e9e9e9;
            }

.api-right {
    width: 88%;
    min-height: 500px;
    background: #fff;
}

.api-banner {
    margin-top: 70px;
    width: 100%;
    height: 110px;
    background-color: #633CCC;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#633CCC), to(#3065DC));
    background-image: -webkit-linear-gradient(#633CCC, #3065DC);
    background-image: linear-gradient(#633CCC, #3065DC);
}

    .api-banner h2 {
        font-size: 36px;
        font-weight: normal;
        line-height: 110px;
        color: #fff;
        text-align: center;
    }

.api-xnav {
    margin-bottom: 40px;
}

    .api-xnav ul li {
        float: left;
        margin-right: 12px;
        margin-bottom: 12px;
    }

        .api-xnav ul li a {
            background: #f2f2f2;
            color: #999;
            padding: 8px 22px;
            display: block;
            border-radius: 3px;
        }

            .api-xnav ul li a.active,
            .api-xnav ul li a:hover {
                background: #2CB9EA;
                color: #fff;
            }

.api-content {
    padding: 30px 10% 80px 40px
}

    .api-content h1 {
        font-size: 24px;
    }

.api-content-container h2 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #333;
}

.api-content-container p {
    color: #333;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.api-content-container img {
    max-width: 800px !important;
    height: auto !important
}

.pagenum {
    text-align: center;
    padding: 40px 0;
}

    .pagenum ul {
        display: inline-block;
    }

    .pagenum li {
        float: left;
        display: inline-block;
        height: 34px;
        line-height: 34px;
        text-align: center;
        margin-left: 16px;
        border: 1px solid #e4e8ea;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .pagenum li:hover,
        .pagenum li.active {
            background-color: #2CB9EA;
            border-color: #2CB9EA;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

            .pagenum li:hover a,
            .pagenum li.active a {
                color: #fff;
            }

        .pagenum li.active {
            background-color: #2CB9EA;
            color: #fff;
            padding: 0 15px;
            border-color: #2CB9EA;
        }

        .pagenum li a {
            display: block;
            color: #374552;
            padding: 0 15px;
            margin: 0;
        }

.new-panel {
    padding: 20px;
}

    .new-panel h2 {
        font-size: 18px;
        font-weight: normal;
        padding-bottom: 15px;
    }

.search-container {
    border: 1px solid #eee;
    height: 38px;
    border-radius: 3px;
}

.icon-index_search {
    background: url(/images/cp-icon.png) -626px -34px no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: none;
}

    .icon-index_search:hover {
        background-position: -666px -34px;
        transition: none;
    }

.search-container input {
    margin: 0;
    height: 38px;
    width: 200px;
    border: 0;
    padding: 0 10px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", Helvetica, "榛戜綋", Arial, Tahoma;
    outline: 0;
}

.new-hot li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.new-hot span {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #DDDDDD;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    border-radius: 3px;
    margin-right: 5px;
}

    .new-hot span.new-hot1 {
        background: #FD986B
    }

.tag a {
    display: block;
    float: left;
    padding: 3px 10px;
    border: 1px solid #e9e9e9;
    margin-bottom: 12px;
    margin-right: 12px;
    color: #999;
    border-radius: 3px;
}

    .tag a:hover {
        background: #2CB9EA;
        border: 1px solid #2CB9EA;
        color: #fff;
    }


/*API鏂囨。鏍峰紡*/

.prizeCont p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.prizeCont h4 {
    font-size: 18px;
    color: #333;
    padding-bottom: 20px;
}

.prizeCont p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.prizeOther {
    padding-top: 20px;
    margin-left: -22px;
    margin-right: -22px;
}

    .prizeOther li {
        width: 335px;
        height: 155px;
        border: 1px solid #eee;
        float: left;
        margin: 0 22px;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .prizeOther .prizeOther-1 {
        width: 69px;
        float: left;
        margin-right: 20px;
    }

        .prizeOther .prizeOther-1 p {
            color: #999;
            font-size: 12px;
            height: 40px;
            line-height: 20px;
            padding: 0 20px 20px;
        }

.prizeOther-icon {
    width: 69px;
    height: 69px;
    display: block;
    background: url(/images/prize_sprite.png) 0px -446px no-repeat;
}

.prizeOther-icon2 {
    background-position: -70px -446px;
}

.prizeOther-icon3 {
    background-position: -140px -446px;
}

.prizeOther .prizeOther-2 {
    width: 200px;
    float: left
}

    .prizeOther .prizeOther-2 h3 {
        font-size: 16px;
        color: #333;
        padding-bottom: 10px;
    }

    .prizeOther .prizeOther-2 p {
        font-size: 12px;
        color: #999;
        height: 46px;
        padding-bottom: 5px;
        line-height: 18px;
    }

    .prizeOther .prizeOther-2 a {
        display: inline-block;
        color: #333;
        padding: 3px 15px;
        border: 1px solid #00aaee;
        color: #00aaee;
        font-size: 12px;
    }

        .prizeOther .prizeOther-2 a:hover {
            background: #00aaee;
            color: #fff;
        }

.prizeMore {
    padding: 12px 50px;
    color: #333;
    background: #eee;
    display: inline-block;
    font-size: 18px;
}

.prizeLeftNav {
    position: absolute;
    top: -6px;
    left: -150px;
}

    .prizeLeftNav ul li a {
        font-size: 16px;
        line-height: 40px;
        padding-left: 20px;
        border-left: 2px solid #fff;
    }

    .prizeLeftNav ul li.active a {
        color: #00aaee;
        padding-left: 20px;
        border-left: 2px solid #00aaee;
    }

.prizejrMore li {
    width: 460px;
    display: inline-block;
    margin-right: 50px;
}

.prizejrMore-icon {
    width: 129px;
    height: 129px;
    display: block;
    background: url(/images/prize_sprite.png) 14px -273px no-repeat;
}

.prizejrMore-icon2 {
    background-position: -215px -273px;
}

.prizejrMore li p {
    color: #666;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 12px;
}

.prizejrMore li h3 {
    font-size: 16px;
    color: #333;
    padding-bottom: 12px;
}

.prizejrMore-1 {
    display: inline-block;
    width: 130px;
    vertical-align: top;
    margin-right: 20px;
}

.prizejrMore-2 {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}

    .prizejrMore-2 a {
        display: inline-block;
        padding: 5px 15px;
        color: #ff7800;
        border: 1px solid #ff7800;
        border-radius: 3px;
    }

        .prizejrMore-2 a:hover {
            background: #ff7800;
            color: #fff;
        }

.apiTable {
    width: 100%;
    margin-top: 10px;
}

    .apiTable thead tr td {
        background: #595959;
        color: #fff;
        padding: 6px 10px;
    }

    .apiTable tbody tr td {
        border: 1px solid #eee;
        padding: 6px 10px;
    }

.apiTable2 {
    width: 100%
}

    .apiTable2 tbody tr td {
        border: 1px solid #ddd;
        background: #f5f5f5;
        padding: 7px 15px;
        text-align: center;
    }

.prizeHovernone:hover {
    background: none !important;
    border-color: #EAEAEA !important;
}

.html {
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", Helvetica, "榛戜綋", Arial, Tahoma;
    color: #666;
}

.wendangNav {
    padding-top: 20px;
    text-align: center;
}

    .wendangNav li {
        display: inline-block;
    }

        .wendangNav li a {
            display: block;
            padding: 10px 20px;
            font-size: 16px;
            background: rgba(0, 0, 0, .2);
            color: #fff;
        }

            .wendangNav li a:hover {
                background: #ff7800;
            }

        .wendangNav li.active a {
            background: #ff7800;
        }

.caixin ul {
    margin-bottom: 50px
}

    .caixin ul li {
        display: inline-block;
        width: 230px;
        margin: 0 20px;
        vertical-align: middle
    }

        .caixin ul li.xian {
            width: 70px;
        }

            .caixin ul li.xian i {
                background: url(/images/cp-icon2.png) 0px -275px no-repeat;
                width: 70px;
                height: 10px;
                display: inline-block;
            }

        .caixin ul li i {
            background: url(/images/cp-icon2.png) 0px 0px no-repeat;
            width: 75px;
            height: 75px;
            display: inline-block;
        }

            .caixin ul li i.icon1 {
                background-position: 0px -200px;
            }

            .caixin ul li i.icon2 {
                background-position: -75px -200px;
            }

            .caixin ul li i.icon3 {
                background-position: -150px -200px;
            }

            .caixin ul li i.icon4 {
                background-position: -225px -200px;
            }

            .caixin ul li i.icon5 {
                background-position: -300px -200px;
            }

            .caixin ul li i.icon6 {
                background-position: -375px -200px;
            }

            .caixin ul li i.icon7 {
                background-position: -450px -200px;
            }

        .caixin ul li h2 {
            font-size: 18px;
            font-weight: normal;
            padding: 15px 0;
        }

        .caixin ul li p {
            color: #999;
        }

.caixin2 ul li {
    width: 160px
}

    .caixin2 ul li h2 {
        font-size: 16px;
    }

.banner .textcont {
    text-align: center;
    color: #fff;
}

    .banner .textcont a:hover {
        background: #BEC334 !important
    }

.flowFy2 {
    width: 100%;
    margin: 0;
}

    .flowFy2 tr th {
        background: #4FC1E8;
        color: #fff;
        padding: 7px 0;
        text-align: center;
        width: 14.28%;
        border-left: 1px solid #fff;
    }

    .flowFy2 tr td {
        background: #F7F9FB;
        height: 28px;
        text-align: center;
        width: 14.28%;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

        .flowFy2 tr td.ys-1 {
            line-height: 16px;
        }

            .flowFy2 tr td.ys-1 span {
                color: #ff7800;
                font-weight: 700;
            }

            .flowFy2 tr td.ys-1 small {
                font-size: 12px;
                color: #999;
            }

        .flowFy2 tr td.ys-2 {
            background: #E9F6FA;
        }

.nav_bar {
    width: 20px;
    height: 370px;
    left: 20px;
    top: 50%;
    margin-top: -150px;
    position: fixed;
    z-index: 1000;
}

    .nav_bar li {
        width: 10px;
        height: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 2px solid #2CB9EA;
        margin-bottom: 25px;
        position: relative;
    }

        .nav_bar li i {
            position: absolute;
            height: 25px;
            width: 2px;
            background: #2CB9EA;
            bottom: -27px;
            left: 50%;
            margin-left: -1px;
        }

        .nav_bar li:hover span {
            background: #2CB9EA;
        }

            .nav_bar li:hover span a {
                color: #fff;
            }

        .nav_bar li.current {
            border: 2px solid #2CB9EA;
            -moz-border-radius: 11px;
            -webkit-border-radius: 11px;
            border-radius: 11px;
            background: #2CB9EA;
        }

            .nav_bar li.current span {
                background: #2CB9EA;
            }

                .nav_bar li.current span a {
                    color: #fff;
                    display: block
                }

        .nav_bar li span {
            width: 90px;
            position: absolute;
            left: 25px;
            top: -7px;
            height: 24px;
            line-height: 24px;
            display: block;
            color: #2CB9EA;
            text-align: center;
            border: 1px solid #2CB9EA;
            border-radius: 30px;
        }

            .nav_bar li span a {
                color: #2CB9EA;
                display: block
            }


/*  cp  */

.index-product ul.first-ul {
    height: 510px;
}

.index-product ul .pro-list {
    float: left;
    width: 22%;
    height: 440px;
    text-align: center;
    position: relative;
    background-color: #fff;
    border: 1px solid #ebebec;
    margin-left: -1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
    -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
}

    .index-product ul .pro-list.pro-list1 .on {
        display: block;
    }

    .index-product ul .pro-list.pro-list1 .off {
        display: none;
    }

    .index-product ul .pro-list .card-t {
        padding: 30px 0 20px;
    }

    .index-product ul .pro-list i {
        display: inline-block;
        width: 75px;
        height: 75px;
        background: url(/images/index-icon2.png) 0px 0px no-repeat;
    }

        .index-product ul .pro-list i.icon {
            background-position: 0px 0px;
        }

        .index-product ul .pro-list i.icon2 {
            background-position: -75px 0px;
        }

        .index-product ul .pro-list i.icon3 {
            background-position: -150px 0px;
        }

        .index-product ul .pro-list i.icon4 {
            background-position: -225px 0px;
        }

    .index-product ul .pro-list .card-t h3 {
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0 4px;
    }

    .index-product ul .pro-list .card-t p {
        font-size: 14px;
        color: #868c93;
    }

    .index-product ul .pro-list .card-about {
        padding: 20px 5px;
        position: relative
    }

    .index-product ul .pro-list .off li {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
    }

    .index-product ul .pro-list .on {
        text-align: left;
        padding: 0 20px;
        position: absolute;
        left: 5px;
        top: 20px;
        width: 356px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .index-product ul .pro-list .on .first {
            padding-bottom: 15px;
        }

            .index-product ul .pro-list .on .first h4 {
                font-size: 18px;
                font-weight: normal;
            }

            .index-product ul .pro-list .on .first p {
                font-size: 14px;
                color: #a9b0b4
            }

            .index-product ul .pro-list .on .first a {
                font-size: 14px;
                color: #2CB9EA;
                display: block;
                width: 108px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                border: 1px solid #2CB9EA;
                margin-top: 15px;
                border-radius: 3px;
            }

                .index-product ul .pro-list .on .first a:hover {
                    background-color: #2CB9EA;
                    color: #fff;
                }

        .index-product ul .pro-list .on .other {
            border-top: 1px solid #ebebec;
        }

            .index-product ul .pro-list .on .other ul li {
                width: 100%;
                float: left;
                padding-top: 10px;
            }

    .index-product ul .pro-list.pro-list1 .on .other ul li {
        width: 100%;
    }

    .index-product ul .pro-list .on .other h4 {
        font-size: 14px;
        font-weight: normal;
    }

    .index-product ul .pro-list .on .other p {
        font-size: 12px;
        line-height: 22px;
        color: #a9b0b4;
    }

    .index-product ul .pro-list .on .other a {
        font-size: 12px;
        color: #2CB9EA;
    }

        .index-product ul .pro-list .on .other a:hover {
            text-decoration: underline;
        }

    .index-product ul .pro-list.pro-list2 .on .other ul li {
        width: 50%;
        position: relative;
    }

        .index-product ul .pro-list.pro-list2 .on .other ul li p {
            width: 80%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .index-product ul .pro-list .on {
        display: none;
    }

.index-product ul .active {
    width: 34%;
    border: 1px solid #2CB9EA;
    height: 510px;
    top: -35px;
    box-shadow: 0 0px 30px rgba(44, 185, 234, 0.6);
    z-index: 1;
    overflow: hidden;
}

    .index-product ul .active .on {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .index-product ul .active .con-card .card-t {
        background-color: #2CB9EA;
    }

        .index-product ul .active .con-card .card-t i.icon {
            background-position: 0px -75px
        }

        .index-product ul .active .con-card .card-t i.icon2 {
            background-position: -75px -75px
        }

        .index-product ul .active .con-card .card-t i.icon3 {
            background-position: -150px -75px
        }

        .index-product ul .active .con-card .card-t i.icon4 {
            background-position: -225px -75px
        }

        .index-product ul .active .con-card .card-t h3 {
            color: #fff;
            margin-top: -5px;
        }

        .index-product ul .active .con-card .card-t p {
            color: #fff;
        }

.webOpenapiTit {
    font-size: 20px;
    border-left: 4px solid #fc9435;
    padding-left: 10px;
    margin: 30px 0 10px 0;
}

.tbl_plans1 {
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}

    .tbl_plans1 .plan_title {
        background: #858585;
        padding: 18px 0;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
    }

    .tbl_plans1 .selected {
        background: #f3f3f3;
        color: #666666;
        text-align: center;
    }

    .tbl_plans1 tr td {
        padding: 10px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        text-align: center;
    }

.webOpenapiCon {
    line-height: 200%;
}

.listTable {
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    width: 100%;
}

    .listTable tr td,
    .listTable tr th {
        padding: 6px;
        border-right: 1px solid #eeeeee;
        border-bottom: 1px solid #eeeeee;
        text-align: center;
    }

    .listTable tr th {
        background: #858585;
        color: #ffffff;
    }

.nav-menu a.cur {
    display: inline-block;
    width: 112px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    background: url(/images/menu_bg.png) no-repeat;
}

.webProIntro {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    text-align: center;
    background: #88B439 url(/images/home_like.jpg) center no-repeat;
}

.winner .wtitle {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
}

.share-box {
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    padding-bottom: 0;
}

.content {
    padding: 0px 0;
}

.share-box.last .share-l,
.share-box.last .share-c,
.share-box.last .share-r {
    border-top: none;
}

.share-box.last .content {
    padding: 0 0 42px 0;
}

.share-box .share-l {
    width: 331px;
    height: 525px;
    /*border: solid 1px #cdd2d4;*/
    float: left;
    padding-top: 29px;
}

.share-box .share-c {
    width: 330px;
    height: 525px;
    border: solid 1px #cdd2d4;
    border-left: none;
    border-right: none;
    float: left;
    padding: 2px;
}

.share-box .share-r {
    width: 331px;
    height: 515px;
    border: solid 1px #cdd2d4;
    float: left;
}

.share-box .share-c .share-center {
    width: 330px;
    height: 556px;
    background: #eef0f1;
    padding-top: 27px;
}

.share-box .top {
    width: 282px;
    height: 154px;
    border: solid 1px #cdd2d4;
    padding: 5px;
    margin: 0 auto;
    position: relative;
}

    .share-box .top .free {
        position: absolute;
        bottom: -8px;
        right: -8px;
    }

.share-box .center {
    width: 280px;
    padding: 20px 0 11px;
    height: 162px;
    margin: 0 auto;
    border-bottom: solid 1px #cdd2d4;
}

    .share-box .center .title {
        font-size: 24px;
        color: #4b6c8f;
        margin: 0;
    }

    .share-box .center .text {
        display: block;
        font-size: 13px;
        color: #aaaaaa;
        line-height: 20px;
        padding-top: 17px;
    }

.share-box .share-c .share-center .text {
    font-size: 13px;
    line-height: 20px;
}

.share-box .bottom {
    width: 280px;
    margin: 0 auto;
    margin-top: 20px;
}

    .share-box .bottom ul.list li {
        width: 280px;
        height: 20px;
        float: left;
        font-size: 14px;
        color: #797979;
        padding-left: 25px;
        margin-bottom: 13px;
    }

.share-box .more-btn {
    display: block;
    width: 283px;
    height: 42px;
    margin: 0 auto;
    background: url("/images/more_btn.png") top no-repeat;
    float: left;
    text-align: center;
    line-height: 39px;
    color: #fff;
    font-size: 18px;
}

    .share-box .more-btn:hover {
        background: url("/images/more_btn.png") bottom no-repeat;
    }

.share-box .share-center .more-btn {
}

.share-box .share-c .share-center .bottom ul.list li {
    color: #6c6d6d;
}

.scroll-box {
    width: 1000px;
    height: 245px;
    overflow: hidden;
}

.scroll-container {
    width: 100000px;
}

.scroll-item {
    width: 1000px;
    height: 245px;
    float: left;
}

    .scroll-item ul {
        padding-left: 36px;
    }

        .scroll-item ul li {
            float: left;
            width: 220px;
            height: 75px;
            margin: 20px 10px 13px 0;
            position: relative;
        }

            .scroll-item ul li img {
                float: left;
                display: inline;
                margin-right: 15px;
            }

            .scroll-item ul li .caption {
                padding-top: 11px;
            }

                .scroll-item ul li .caption h3 {
                    color: #555555;
                    font-size: 18px;
                    line-height: 18px;
                    margin-bottom: 9px;
                }

                .scroll-item ul li .caption .small h3 {
                    font-size: 14px;
                }

                .scroll-item ul li .caption .mid h3 {
                    font-size: 16px;
                }

                .scroll-item ul li .caption p {
                    color: #999999;
                    line-height: 16px;
                    font-size: 14px;
                }

.web_news_box {
    width: 618px !important;
    margin-right: 8px;
    padding: 0px 20px 20px !important;
    *width: 600px !important;
    *padding-bottom: 0px !important;
}

    .web_news_box span {
        display: inline-block;
    }

        .web_news_box span.line {
            height: 16px;
            width: 380px;
            margin: 0 10px;
            background: url(/images/web_home_news_line.png) repeat-x;
        }

        .web_news_box span a {
            color: #000;
        }

    .web_news_box .news_box {
        width: 600px;
        margin: 0 10px 10px 0;
        border-bottom: 1px dashed #CCC;
        float: left;
    }

        .web_news_box .news_box dt {
            font-weight: bold;
            margin: 10px 0 8px 0;
        }

            .web_news_box .news_box dt a {
                color: #000;
                font-size: 16px;
            }

        .web_news_box .news_box dd {
            color: #999;
            line-height: 180%;
            padding: 0 0 4px 0;
        }

            .web_news_box .news_box dd a {
                color: #999;
            }

.web_home_link_box dt {
    color: #999999;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

    .web_home_link_box dt em {
        color: #ffcc33;
        display: inline-block;
        margin: 0 5px;
        font-size: 16px;
    }

.web_home_link_box dd {
    padding: 8px;
    background: #ffffff;
}

    .web_home_link_box dd img {
        display: inline-block;
        margin: 10px;
    }

.l-list-1 {
    background: url("/images/index_list_l.png") left -2px no-repeat;
}

.l-list-2 {
    background: url("/images/index_list_l.png") left -31px no-repeat;
}

.l-list-3 {
    background: url("/images/index_list_l.png") left -61px no-repeat;
}

.l-list-4 {
    background: url("/images/index_list_l.png") left -90px no-repeat;
}

.last .l-list-1 {
    background: url("/images/share_4_icon.png") left 3px no-repeat;
}

.last .l-list-2 {
    background: url("/images/share_4_icon.png") left -29px no-repeat;
}

.last .l-list-3 {
    background: url("/images/share_4_icon.png") left -59px no-repeat;
}

.last .l-list-4 {
    background: url("/images/share_4_icon.png") left -88px no-repeat;
}

.c-list-1 {
    background: url("/images/index_list_c.png") left -2px no-repeat;
}

.c-list-2 {
    background: url("/images/index_list_c.png") left -31px no-repeat;
}

.c-list-3 {
    background: url("/images/index_list_c.png") left -61px no-repeat;
}

.c-list-4 {
    background: url("/images/index_list_c.png") left -90px no-repeat;
}

.last .c-list-1 {
    background: url("/images/share_5_icon.png") left 3px no-repeat;
}

.last .c-list-2 {
    background: url("/images/share_5_icon.png") left -29px no-repeat;
}

.last .c-list-3 {
    background: url("/images/share_5_icon.png") left -59px no-repeat;
}

.last .c-list-4 {
    background: url("/images/share_5_icon.png") left -88px no-repeat;
}

.r-list-1 {
    background: url("/images/index_list_r.png") left -2px no-repeat;
}

.r-list-2 {
    background: url("/images/index_list_r.png") left -31px no-repeat;
}

.r-list-3 {
    background: url("/images/index_list_r.png") left -61px no-repeat;
}

.r-list-4 {
    background: url("/images/index_list_r.png") left -90px no-repeat;
}

.contact-qq {
    display: block;
    width: 102px;
    height: 28px;
    background: url("/images/qq-bg.png") top no-repeat;
    margin: 15px 4px 0 0px;
    cursor: pointer;
    color: #fff;
    line-height: 28px;
    text-indent: 32px;
}

.bannerSecBox {
    margin: 0 auto;
    width: 1000px;
    height: 150px;
    text-align: center;
    clear: both;
}

.bannerImg {
    float: left;
}

.bannerDl {
    float: left;
    padding: 35px 0 0 20px;
    font-family: 'Microsoft Yahei', '瀵邦喛钂嬮梿鍛寸拨', Tahoma, Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: left;
}

    .bannerDl .bannerDlTit {
        font-size: 28px;
        height: 30px;
        line-height: 15px;
        font-weight: bold;
    }

    .bannerDl .bannerDlIntro {
        font-size: 14px;
        line-height: 180%;
    }

.webTopMenuBg {
    background: url("/images/openapiMenuBg.jpg") bottom repeat-x;
    height: 42px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.webOpenapiMenu {
    width: 1000px;
    text-align: left;
    margin: 0 auto;
}

    .webOpenapiMenu li {
        float: left;
        width: 120px;
        height: 36px;
        line-height: 32px;
        text-align: center;
    }

        .webOpenapiMenu li.cur {
            color: #00be2e;
            border-top: 3px solid #39dd61;
            background: #f2f2f2;
        }

        .webOpenapiMenu li a {
            color: #666;
        }

.webPageContent {
    width: 900px;
    margin: 0 auto;
    margin-top: 40px;
    border: 1px solid #f6f6f6;
    padding: 0px 50px 50px 50px;
    background: #fff;
    box-shadow: 0px 0px 1px #00afff;
}

.webContainer {
    width: 1000px;
    margin: 0 auto;
}

.top-bar .webContainer {
    height: 30px;
    background: #2c2c2c;
}

.QQbox {
    top: 140px;
    width: 178px;
    right: 0px;
    position: absolute;
    z-index: 1000099;
}

    .QQbox .press {
        width: 33px;
        height: 158px;
        right: 0px;
        position: absolute;
        cursor: pointer;
    }

    .QQbox .Qlist {
        left: 0px;
        width: 131px;
        position: absolute;
    }

        .QQbox .Qlist ul {
            padding-top: 15px;
            padding-bottom: 10px;
            background-color: rgb(40, 90, 149);
        }

            .QQbox .Qlist ul li {
                background: url("img/qq_line.gif") no-repeat bottom;
                margin: 5px 0px 0px;
                padding: 0px 0px 0px 30px;
                height: 30px;
                line-height: 30px;
            }

.QQbox3 {
    top: 140px;
    width: 170px;
    right: 0px;
    position: absolute;
    z-index: 1000099;
}

    .QQbox3 .press {
        border: 0px currentColor;
        width: 30px;
        height: 150px;
        right: 0px;
        position: absolute;
        cursor: pointer;
    }

    .QQbox3 .Qlist {
        width: 140px;
        background-color: rgb(0, 135, 189);
    }

        .QQbox3 .Qlist ul {
            margin: 0px;
            padding-top: 15px;
            padding-bottom: 10px;
        }

            .QQbox3 .Qlist ul li {
                background: rgb(0, 135, 189);
                margin: 5px 0px 0px;
                padding: 0px 0px 0px 30px;
                height: 30px;
                line-height: 30px;
            }

.webLmdiv1 {
    width: 100%;
    height: 400px;
    background: url(/images/div1_bg.jpg) 50% 0 no-repeat;
    margin-top: -20px;
}

.webLmdiv2 {
    width: 100%;
    height: 275px;
    background: #FFF;
}

    .webLmdiv2 .webLmdiv2_con {
        width: 1000px;
        margin: 0 auto;
    }

.webLmdiv2_con .webLmdiv2_list {
    width: 1000px;
    height: 76px;
    padding-top: 46px;
}

.webLmdiv2_list .l1 {
    width: 428px;
    background-position: 0 0;
}

.webLmdiv2_list .l2 {
    width: 369px;
    background-position: 0 -131px;
}

.webLmdiv2_list .l3 {
    width: 203px;
    background-position: 0 -288px;
}

.webLmdiv2_list .l4 {
    width: 203px;
    background-position: 0 -288px;
}

.webLmdiv2_list li {
    height: 76px;
    float: left;
    font-size: 14px;
    color: #75878b;
    font-family: 'Microsoft YaHei';
    background: url(/images/qd_img1.png) 0 0 no-repeat;
}

    .webLmdiv2_list li p {
        padding: 8px 0 0 89px;
        line-height: 24px;
    }

.webLmdiv2_con .con_info {
    font-size: 16px;
    color: #75878b;
    text-align: center;
    font-family: 'Microsoft YaHei';
    padding-top: 66px;
    line-height: 26px;
}

.webLmdiv3 {
    width: 100%;
    height: 250px;
    background: #f7f7f7;
}

.webLmdiv3_list {
    padding: 40px 0 0 72px;
    overflow: hidden;
    margin: 0 auto;
    width: 1000px;
}

    .webLmdiv3_list .l1 {
        width: 588px;
        overflow: hidden;
    }

    .webLmdiv3_list li {
        float: left;
        font-family: 'Microsoft YaHei';
    }

    .webLmdiv3_list h3 {
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        color: #474747;
        font-weight: normal;
    }

    .webLmdiv3_list .l1 em {
        background: #4eb080;
    }

    .webLmdiv3_list h3 span {
        float: left;
        line-height: 32px;
    }

    .webLmdiv3_list p {
        padding-top: 20px;
        line-height: 26px;
        font-size: 16px;
        color: #7d8a93;
    }

    .webLmdiv3_list .l2 {
        width: 340px;
        overflow: hidden;
    }

        .webLmdiv3_list .l2 em {
            background: #f66665;
        }

.webLmdiv4 {
    width: 100%;
    height: 850px;
    background: #FFF;
}

    .webLmdiv4 .webLmdiv4_con {
        width: 1000px;
        overflow: hidden;
        margin: 0 auto;
    }

.webLmdiv4_con h3 {
    padding: 30px 0 25px;
    font-size: 30px;
    color: #75878b;
    font-family: 'Microsoft YaHei';
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-weight: normal;
}

.webLmdiv4_con .webLmdiv4_list {
    padding-left: 130px;
    overflow: hidden;
}

.webLmdiv4_list .l1 {
    background-position: 0 0;
}

.webLmdiv4_list li {
    overflow: hidden;
    margin-bottom: 50px;
    font-family: 'Microsoft YaHei';
    background: url(/images/qd_stepimg.png) 0 0 no-repeat;
}

.webLmdiv4_list h4 {
    padding-left: 44px;
    height: 22px;
    line-height: 22px;
    padding-bottom: 9px;
    font-size: 18px;
    color: #474747;
    font-weight: normal;
}

.webLmdiv4_list p {
    font-size: 14px;
    color: #7d8a93;
    height: 22px;
    line-height: 22px;
    padding-left: 44px;
}

.webLmdiv4_list .l2 {
    background-position: 0 -60px;
}

.webLmdiv4_list li {
    overflow: hidden;
    margin-bottom: 58px;
    font-family: 'Microsoft YaHei';
    background: url(/images/qd_stepimg.png) 0 0 no-repeat;
}

.webLmdiv4_list .l3 {
    background-position: 0 -120px;
}

.webLmdiv4_list .l4 {
    background-position: 0 -180px;
}

.webLmdiv4_list .l5 {
    background-position: 0 -240px;
}

.webLmdiv4_list .l6 {
    background-position: 0 -300px;
}

.webLmdiv4_list .l7 {
    background-position: 0 -360px;
}

.web_who_intro {
    line-height: 200%;
    font-size: 16px;
}

.web_dxb_down_mod {
    background: #fbfbfb;
    border: 2px solid #f3f3f3;
    padding: 12px 48px;
}

    .web_dxb_down_mod li {
        border-bottom: 1px solid #f3f3f3;
        list-style-image: url(/images/icon_01.png);
        height: 35px;
        line-height: 35px;
    }

        .web_dxb_down_mod li.noBorder {
            border: 0 !important;
        }

        .web_dxb_down_mod li a {
            color: #0089e3;
            vertical-align: text-bottom;
        }

.web_dxb_dm_mod {
    background: #eeeeee;
    padding: 5px;
    border: 1px solid #cacaca;
    color: #000067;
    line-height: 180%;
    margin: 10px 0;
}

    .web_dxb_dm_mod .blueFont {
        color: #0000fa;
    }

span.angel {
    background: url(/images/angel_3.png) no-repeat left 0px;
    position: absolute;
    left: 40px;
    top: 0;
    width: 15px;
    height: 9px;
}

.faqtextcon {
    position: relative;
    padding: 7px 0 0 0;
}

#nc_2_wrapper {
    width: 187px
}

#nc_3_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_4_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_5_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_6_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_7_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_8_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_9_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_10_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_11_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_12_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_13_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_14_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_15_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_16_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_17_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_18_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_19_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_20_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_21_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_22_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_23_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_24_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_25_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_26_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_27_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_28_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_29_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_30_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_31_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_32_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_33_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_34_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_35_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_36_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_37_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_38_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_39_wrapper {
    width: 187px
}

.product-banner .nc-container #nc_40_wrapper {
    width: 187px
}

.activity_main {
    width: 100%;
    height: auto;
    overflow: hiiden;
    background: url(/images/bg.png) repeat-y center;
    background-size: 100% 100%;
}

.act_banner {
    width: 100%;
    height: 734px;
    background: url(/images/act_banner_bg.png) no-repeat center center;
    background-size: auto 100%;
}

.activity_cont {
    width: 1206px;
    height: auto;
    overflow: hidden;
    margin: -30px auto 0px auto;
    padding: 30px 3px 3px 3px;
}

.activity_menu {
    width: 100%;
    height: auto;
    clear: both;
    border: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 41, 77, .18);
}

.activity_name,
.activity_title,
.act_pro_img,
.act_ty,
.act_access_img,
.act_access_left h3,
.act_access_right h3 {
    background-image: url(/images/spicr.png);
    background-repeat: no-repeat;
}

.activity_name {
    width: 470px;
    height: 61px;
    font: 26px/61px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: -30px auto 0px auto;
    background-position: -10px -14px;
}

.activity_title {
    display: block;
    width: 771px;
    height: 98px;
    color: #00A2FC;
    text-align: center;
    font: 24px/98px "Microsoft YaHei";
    margin: 39px auto 0px auto;
    background-position: -10px -134px;
}

.act_proct_cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 52px auto 84px auto;
}

.act_proct_menu {
    width: 285px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 83px;
}

.act_promenu {
    width: 285px;
    height: 343px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.act_pro_img {
    width: 117px;
    height: 130px;
    display: block;
    margin: 42px auto 20px auto;
}

.act_pro_img1 {
    background-position: -10px -310px;
}

.act_pro_img2 {
    background-position: -10px -488px;
}

.act_pro_img3 {
    background-position: -10px -666px;
}

.act_pro_name {
    color: #333;
    font: 24px/30px "Microsoft YaHei";
}

.act_pro_title {
    color: #444;
    font: 14px/30px "Microsoft YaHei";
}

.act_pro_link {
    display: block;
    width: 166px;
    height: 40px;
    color: #00a2fc !important;
    text-align: center;
    margin: 15px auto 0px auto;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    font: 14px/40px "Microsoft YaHei";
}

    .act_pro_link:hover {
        background-color: #00a2fc;
        color: #fff !important;
    }

.act_access_jr:focus {
    color: #fff;
}

.act_ty {
    color: #444;
    font: 12px/25px "Microsoft YaHei";
    float: right;
    margin-top: 5px;
    padding-left: 23px;
    background-position: -10px -843px;
}


/*盲禄路忙聽录*/

.none {
    display: none;
}

.act_price {
    /*height: 647px;*/
}

.act_price_main {
    margin: 48px 29px 63px 29px;
}

    .act_price_main ul {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #dddcdf;
    }

    .act_price_main li {
        float: left;
        font-size: 14px;
        color: #555;
        text-align: center;
        width: 130px;
        height: 40px;
        line-height: 40px;
        border-right: 1px solid #dddcdf;
        border-left: 1px solid #dddcdf;
        border-top: 1px solid #dddcdf;
    }

        .act_price_main li.on {
            color: #00afff;
            border-top: 1px solid #00afff;
        }

        .act_price_main li:nth-of-type(2) {
            border-left: none;
            border-right: none;
        }

    .act_price_main .act_price_cont {
        margin-top: 25px;
    }

        .act_price_main .act_price_cont .act_price_menu table {
            width: 100%;
            text-align: center;
            border: 1px solid #e5e5e5;
        }

            .act_price_main .act_price_cont .act_price_menu table tr:nth-of-type(2n+1) {
                background: #dae4ff;
            }

            .act_price_main .act_price_cont .act_price_menu table th {
                text-align: center;
                border-left: 1px solid #e5e5e5;
                background: #00afff;
                color: #fff;
                width: 16.6666666%;
            }

            .act_price_main .act_price_cont .act_price_menu table tr {
                border-bottom: 1px solid #e5e5e5;
                height: 50px;
            }

            .act_price_main .act_price_cont .act_price_menu table td {
                border-left: 1px solid #e5e5e5;
                color: #555;
            }

.act_price_menu table tr:hover {
    background-color: #00afff !important;
}

    .act_price_menu table tr:hover td {
        color: #fff !important;
    }

.act:hover {
    text-decoration: underline !important;
    color: #555;
}

.act_price_main .act_price_cont .act_price_menu .act,
.act_price_main .act_price_cont .act_price_menu .color_red {
    color: #fb364a;
}


/**忙沤楼氓鈥β�**/

.act_access_jr {
    display: inline-block;
    width: 100px;
    height: 35px;
    background-color: #5d97fe;
    color: #fff;
    margin-left: 25px;
    border-radius: 3px;
    font: 14px/35px "Microsoft YaHei";
    position: absolute;
    right: 57px;
    top: 32px;
    text-indent: 0px;
}

    .act_access_jr:hover {
        color: #fff;
        background-color: #4386fc;
    }

.act_access_cont {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 48px 51px 60px 51px;
}

.act_access_menu {
    display: block;
    width: 222px;
    height: auto;
    float: left;
    overflow: hidden;
    margin-right: 67px;
    border: 1px solid #e2e2e2;
}

.access_top {
    width: 100%;
    height: 175px;
    overflow: hidden;
    text-align: center;
}

.act_access_img {
    width: 72px;
    height: 66px;
    display: block;
    margin: 42px auto 20px auto;
}

.act_access_title {
    width: auto;
    height: 119px;
    color: #666;
    font: 14px/20px "Microsoft YaHei";
    padding: 30px 10px;
    background-color: #f8f8f8;
}

.act_access_img1 {
    background-position: -11px -914px;
}

.act_access_img2 {
    background-position: -11px -1074px;
}

.act_access_img3 {
    background-position: -14px -1241px;
}

.act_access_img4 {
    background-position: -10px -1416px;
}

.act_access_menu:hover {
    border: 1px solid #fff;
}

    .act_access_menu:hover .access_top {
        background: url(/images/sdk_bg.png);
    }

.act_access_img {
    -webkit-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.act_access_menu:hover .act_access_name {
    color: #fff;
}

.act_access_menu:hover .act_access_img1 {
    background-position: -12px -996px;
}

.act_access_menu:hover .act_access_img2 {
    background-position: -11px -1157px;
}

.act_access_menu:hover .act_access_img3 {
    background-position: -14px -1323px;
}

.act_access_menu:hover .act_access_img4 {
    background-position: -10px -1495px;
}

.act_access_name {
    font: 20px/30px "Microsoft YaHei";
    color: #444;
}


/**氓鹿驴氓鈥樑� 氓拢掳忙藴沤**/

.act_guangg {
    width: 100%;
    height: auto;
    margin: 53px auto 80px auto;
    position: relative;
}

.act_fx,
.act_zx {
    width: 60px;
    height: 22px;
    display: block;
    position: absolute;
}

.act_fx {
    top: 244px;
    left: 643px;
}

.act_zx {
    top: 222px;
    left: 764px;
}

    .act_fx img,
    .act_zx img {
        width: 100%;
    }

.act_statement {
    width: 1200px;
    height: 397px;
    color: #fff;
    overflow: hidden;
    margin: 53px auto 50px auto;
    background: url(/images/image_05.png) no-repeat center;
    background-size: auto 100%;
}

.act_statement_name {
    text-align: center;
    margin-top: 48px;
    font: 32px/32px "Microsoft YaHei";
}

.act_statement_cont {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 40px auto 0px 125px;
}

    .act_statement_cont ul li {
        font: 16px/40px "Microsoft YaHei";
        height: 40px;
    }

        .act_statement_cont ul li p {
            display: inline-block;
            float: left;
        }

        .act_statement_cont ul li a {
            display: inline-block;
            margin: 10px 15px 0px 0px;
            height: 22px;
            float: left;
            background-image: url(/images/kefu.png);
            background-repeat: no-repeat;
        }

.kf_1 {
    width: 66px;
    background-position: 0px 0px;
}

.kf_2 {
    width: 66px;
    background-position: 0px -32px;
}

.kf_3 {
    width: 88px;
    background-position: 0px -64px;
}


/**忙垄娄莽陆鈥樏嵚Ｃ€�**/

.act_access_cont1 {
    background: #eff3ff;
    padding: 26px 30px 26px 30px;
    overflow: hidden;
    margin: 30px 28px 0 28px;
}

    .act_access_cont1 ul {
        text-align: center;
    }

    .act_access_cont1 li {
        display: inline-block;
        width: 267px;
        height: 193px;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .15s cubic-bezier(.4, 0, .2, 1);
        transition: all .15s cubic-bezier(.4, 0, .2, 1);
    }

        .act_access_cont1 li:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        .act_access_cont1 li img {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            width: 100%
        }

.act_access_cont2 {
    margin-top: 23px;
    overflow: hidden;
    padding-bottom: 26px;
}

.act_access_left {
    background: #eff3ff;
    margin-left: 28px;
    padding-top: 20px;
    width: 555px;
    float: left;
    padding-bottom: 45px;
    padding-right: 60px;
    height: 365px;
}

    .act_access_left h3,
    .act_access_right h3 {
        background-position: -542px -19px;
        width: 190px;
        height: 55px;
        margin-left: -15px;
        font-size: 18px;
        padding-left: 28px;
        line-height: 55px;
        color: #fff;
    }

    .act_access_left p,
    .act_access_right p {
        padding-left: 50px;
        color: #333;
        font-size: 14px;
        line-height: 23px;
    }

    .act_access_left span,
    .act_access_right span {
        display: block;
        float: left;
        margin-left: -23px;
    }

.act_access_right {
    float: left;
    margin-left: 32px;
    background: #eff3ff;
    padding: 26px 30px 26px 0;
    height: 365px;
    width: 555px;
}


/*浜у搧鏈嶅姟*/

.product-service {
    background: #fff;
    padding: 0 0 60px;
    font-family: "寰蒋闆呴粦";
}

.product-block {
    width: 25% !important;
    float: left;
    height: 290px;
    padding: 30px 30px;
    margin: 0 5px;
    text-align: center;
}

    .product-block:hover {
        background: #f0f0f0;
    }

    .product-block img {
        border: 1px dotted #e7e7f3;
    }

    .product-block:hover img {
        border: 1px dashed #ff6002;
        border-radius: 50%;
    }

    .product-block p {
        margin: 20px 0 15px;
        font-size: 20px;
        color: #333;
    }

    .product-block span {
        color: #666;
    }

.banner_index {
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
}

    .banner_index .img {
        width: 100%;
        height: 100%;
    }

        .banner_index .img div {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

            .banner_index .img div img {
                /*height: 100%;*/
            }

.banner_indexImg {
    display: block !important;
}

.banner_index .index {
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    zoom: 1;
    text-align: center;
}

.banner_index .index {
    display: block;
    clear: both;
    content: "\0020";
    zoom: 1;
}

    .banner_index .index span {
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: white;
        z-index: 999;
        float: left;
        margin-left: 15px;
        cursor: pointer;
        transition: 0.5s;
    }

.indexAddclass {
    width: 40px !important;
    background: rgb(58, 68, 99) !important;
    border-radius: 10px !important;
}

.yanzheng {
    width: 60% !important;
    margin: 0 auto;
    top: 90px;
    left: 20%;
}

    .yanzheng img {
        height: 50px !important;
    }

    .yanzheng img {
        position: absolute;
        margin-top: 10px;
    }

.zhuce,
.dailisq {
    background: #FD7621 !important;
}

.yanzheng h4 {
    font-size: 60px;
    font-weight: normal;
    padding-bottom: 20px;
    color: #fff;
}

.yanzheng ul {
    padding-bottom: 20px;
    list-style: none;
}

    .yanzheng ul li {
        float: left;
        display: block;
        margin-right: 10px;
        padding: 3px 15px;
        background: rgba(0, 0, 0, .3);
        border-radius: 30px;
        font-size: 16px;
        color: #fff;
    }

#mobile {
    height: 54px;
    line-height: 54px;
    padding: 0px 25px;
    display: inline-block;
    background: #fff;
    font-size: 16px;
    vertical-align: top;
    border-radius: 3px;
    border: none;
    outline: none;
    position: relative;
}

.tiyan {
    height: 54px;
    line-height: 54px;
    padding: 0px 25px;
    display: inline-block;
    background: #2CB9EA;
    color: #fff;
    font-size: 18px;
    vertical-align: top;
    border-radius: 3px;
    border: none;
}


/*about*/


/* 鍐呴〉 */

.navigate {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #646263;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

    .navigate a,
    .navigate span {
        color: #646263;
        margin: 0 5px;
        font-family: "microsoft yahei";
    }

    .navigate .iconfont {
        width: 60px;
        text-align: center;
        display: inline-block;
        border-left: 1px solid #EEEEEE;
        border-right: 1px solid #EEEEEE;
        font-size: 24px;
        margin-right: 20px;
    }

.banner-detail {
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-position: center top;
    /*margin-top:132px;*/
}

.detail {
    padding-top: 20px;
    padding-bottom: 20px;
}

.detail-left {
    width: 220px;
    float: left;
}

    .detail-left .menu {
        width: 100%;
    }

        .detail-left .menu li {
            width: 100%;
            float: left;
            margin-bottom: 2px;
            position: relative;
        }

            .detail-left .menu li a {
                display: block;
                width: 100%;
                height: 48px;
                line-height: 48px;
                background-color: #eee;
                font-size: 14px;
                padding-left: 20px;
                color: #636162;
                font-family: "microsoft yahei";
            }

            .detail-left .menu li .iconfont {
                font-size: 12px;
                float: right;
                margin-right: 20px;
            }

            .detail-left .menu li a:hover,
            .detail-left .menu .current a {
                background-color: #E50112;
                color: #fff;
            }

            .detail-left .menu li ul {
                width: 100%;
                margin-top: 2px;
                display: none;
            }

            .detail-left .menu li:last-child {
                margin-bottom: inherit;
            }

        .detail-left .menu .current ul {
            display: block;
        }

            .detail-left .menu .current ul li a,
            .detail-left .menu li ul li a {
                border: 1px solid #eee;
                background-color: #fff;
                color: #636162;
            }

                .detail-left .menu .current ul li a:hover,
                .detail-left .menu li ul li a:hover {
                    color: #E50112;
                }

.detail-right {
    width: 900px;
    float: right;
}

.detail-info {
    width: 100%;
    border: 1px solid #eee;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
    box-shadow: 1px 1px 3px #BFBFBF;
    padding: 25px;
    margin-bottom: 30px;
}

    .detail-info .title {
        height: 110px;
        line-height: 110px;
        color: #595758;
        font-size: 24px;
        font-family: "microsoft yahei";
        font-weight: 100;
    }

        .detail-info .title .iconfont {
            display: inline-block;
            width: 110px;
            height: 110px;
            float: left;
            background-color: #EEEEEE;
            border-radius: 50%;
            text-align: center;
            font-size: 50px;
            margin-right: 20px;
        }

        .detail-info .title .tool {
            float: right;
        }

            .detail-info .title .tool a {
                background-color: #FF8E2A;
                color: #fff;
                font-size: 16px;
                display: inline-block;
                width: 100px;
                height: 36px;
                line-height: 36px;
                text-align: center;
                border-radius: 18px;
                margin-left: 20px;
            }

    .detail-info .content {
        padding: 20px 0 10px;
        color: #6F6D6E;
        line-height: 25px;
    }

    .detail-info.i1 .iconfont {
        color: #8957A1;
    }

    .detail-info.i1 .title .tool a {
        background-color: #8957A1;
    }

    .detail-info.i2 .iconfont {
        color: #007EFF;
    }

    .detail-info.i2 .title .tool a {
        background-color: #007EFF;
    }

    .detail-info.i3 .iconfont {
        color: #85DB18;
    }

    .detail-info.i3 .title .tool a {
        background-color: #85DB18;
    }

    .detail-info.i4 .iconfont {
        color: #FFBFC1;
    }

    .detail-info.i4 .title .tool a {
        background-color: #FFBFC1;
    }

    .detail-info.i5 .iconfont {
        color: #FF8E2A;
    }

    .detail-info.i5 .title .tool a {
        background-color: #FF8E2A;
    }

    .detail-info.i6 .iconfont {
        color: #E50112;
    }

    .detail-info.i6 .title .tool a {
        background-color: #E50112;
    }

    .detail-info.i7 .iconfont {
        color: #28C0FF;
    }

    .detail-info.i7 .title .tool a {
        background-color: #28C0FF;
    }

    .detail-info.i8 .iconfont {
        color: #F8B551;
    }

    .detail-info.i8 .title .tool a {
        background-color: #F8B551;
    }

.detail-item {
    width: 100%;
    border: 1px solid #eee;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
    box-shadow: 1px 1px 3px #BFBFBF;
    padding: 25px;
    margin-bottom: 30px;
}

    .detail-item .title {
        height: 40px;
        line-height: 40px;
        font-size: 32px;
        color: #595758;
        font-family: "microsoft yahei";
        font-weight: 100;
        margin-bottom: 10px;
    }

    .detail-item .content {
        padding: 10px 0 10px;
        color: #6F6D6E;
        line-height: 25px;
    }

.news-menu {
    width: 100%;
    height: 360px;
    background-color: #00479D;
    color: #fff;
    text-align: center;
    /*margin-top:132px;*/
}

    .news-menu .title {
        font-size: 70px;
        font-family: "microsoft yahei";
        font-weight: 100;
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .news-menu .content a {
        display: inline-block;
        height: 34px;
        width: auto;
        line-height: 34px;
        padding: 0 20px;
        color: #fff;
        font-size: 14px;
        font-family: "microsoft yahei";
        margin: 0 20px;
    }

        .news-menu .content a:hover,
        .news-menu .content a.current {
            border: 1px solid #fff;
            height: 32px;
            line-height: 29px;
            border-radius: 17px;
        }

.news-list {
    padding-top: 60px;
}

    .news-list .caption h3 {
        font-size: 20px;
        margin: 10px 0;
        font-family: "microsoft yahei";
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .news-list .caption p {
        color: #999;
        line-height: 22px;
        height: 65px;
        overflow: hidden;
    }

    .news-list a:hover .caption h3 {
        text-decoration: underline;
        color: #E10000;
    }

    .news-list .thumbnail .img {
        height: 220px;
        width: 100%;
        text-align: center;
    }

        .news-list .thumbnail .img img {
            max-height: 220px;
            width: auto;
            max-width: 100%;
        }

.news-detail {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
}

    .news-detail .title,
    .news-detail .time {
        font-weight: 100;
        text-align: center;
        font-family: "microsoft yahei";
    }

    .news-detail .title {
        font-size: 36px;
        color: #000;
    }

    .news-detail .time {
        font-size: 14px;
        color: #A8A8A8;
        padding: 20px 0;
    }

    .news-detail .news-content {
        padding: 30px 0;
        line-height: 25px;
    }

    .news-detail .news-tag {
        width: 100%;
    }

        .news-detail .news-tag li {
            width: 100%;
            height: 30px;
            line-height: 30px;
        }

            .news-detail .news-tag li a {
                color: #333;
                font-family: "microsoft yahei";
                font-size: 14px;
            }

                .news-detail .news-tag li a:hover {
                    text-decoration: underline;
                }

.banner-about {
    width: 100%;
    height: 869px;
    background: url(/images/about-banner.jpg) no-repeat top center;
    background-size: auto 100%;
    position: relative; /*margin-top:132px;*/
}

    .banner-about .title {
        width: 100%;
        height: 240px;
        text-align: center;
        color: #fff;
        background: rgba(0,0,0,0.6);
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -120px;
        font-size: 70px;
        font-weight: 100;
        font-family: "microsoft yahei";
        padding-top: 50px;
    }

        .banner-about .title p {
            font-size: 24px;
            line-height: 80px;
        }

.item2 {
    width: 100%;
    color: #fff;
    font-family: "microsoft yahei";
    font-weight: 100;
}

    .item2 .title {
        height: 160px;
        line-height: 160px;
        margin: 39px 0 0;
        font-size: 50px;
        font-weight: 100;
        text-align: center;
    }


#about {
    height: 1030px;
    background-color: #53C588;
}

.col-md-4 {
    width: 28%;
    float: left;
    margin-right: 40px;
}

#about .title {
    text-align: left;
}

#about .txt {
    font-size: 20px;
    width: 500px;
    float: left;
    line-height: 36px;
}

#about .img {
    float: right;
    margin-top: 50px;
    width: 600px;
    text-align: right;
}

#youshi {
    height: 760px;
    background-color: #2B2B2B;
    color: #fff;
    font-family: "microsoft yahei";
}

.youshi-list {
    width: 990px;
    height: 450px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

    .youshi-list ul {
        width: 100%;
        height: 100%;
    }

    .youshi-list li {
        float: left;
        width: 188px;
        height: 220px;
        overflow: hidden;
        background-color: #000;
        margin: 5px;
    }

    .youshi-list .txt {
        color: #636363;
        font-size: 16px;
        box-sizing: border-box;
        padding: 25px 20px;
        line-height: 30px;
    }

    .youshi-list .icon {
        text-align: center;
    }

        .youshi-list .icon span {
            display: inline-block;
            width: 100%;
            line-height: 50px;
            font-size: 20px;
            font-weight: 100;
            overflow: hidden;
            padding-top: 20px;
        }

        .youshi-list .icon .iconfont {
            font-size: 80px;
        }

#subsidiary {
    background-color: #F39800;
    color: #fff;
    font-family: "microsoft yahei";
    padding-bottom: 80px;
}

.subsidiary-list {
    width: 980px;
    margin: 0 auto;
}

    .subsidiary-list div {
        margin-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .subsidiary-list a {
        display: inline-block;
        text-align: center;
        padding: 50px 20px;
        color: #fff;
        font-size: 28px;
        width: 100%;
        font-weight: 100;
        background: rgba(255, 255, 255, 0.3);
    }

#licheng {
    background-color: #00A0E9;
    padding-bottom: 50px;
}

    #licheng .msg {
        text-align: center;
        font-size: 30px;
    }

.licheng-box {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    padding-top: 30px;
}

.licheng-item {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

    .licheng-item dt {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: 0 auto;
        background: url(/images/tit-2.png) center center no-repeat;
        color: #50BFF6;
        text-align: center;
        font-size: 17px;
        cursor: pointer;
        font-family: fantasy;
        letter-spacing: 0.1em;
    }

    .licheng-item dd {
        width: 100%;
        background: url(/images/line.png) repeat-y center top;
        padding-bottom: 20px;
        padding-top: 50px;
        overflow: hidden;
        display: none;
    }

.licheng-item-info {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

    .licheng-item-info .time {
        width: 50%;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        left: 0;
    }

        .licheng-item-info .time span {
            float: right;
            margin-right: -11px;
            background: url(/images/tit2.png) no-repeat right center;
            font-size: 18px;
            padding-right: 50px;
            line-height: 22px;
        }

    .licheng-item-info .txt {
        width: 300px;
        background-color: #5BB4F1;
        float: left;
        margin-left: 53.5%;
        border: 1px solid #87C8F5;
        border-radius: 10px;
        line-height: 23px;
        font-size: 16px;
        padding: 15px 20px;
        position: relative;
        -moz-box-shadow: 2px 3px 5px #278AE0;
        -webkit-box-shadow: 2px 3px 5px #278AE0;
        box-shadow: 2px 3px 5px #278AE0;
        min-width: 325px;
    }

        .licheng-item-info .txt i {
            display: block;
            width: 10px;
            height: 17px;
            background: url(/images/about/icon-lef.png) no-repeat;
            position: absolute;
            left: -10px;
            top: 50%;
            margin-top: -10px;
        }

.licheng-item .l2 .time {
    left: inherit;
    right: 0;
}

    .licheng-item .l2 .time span {
        background: url(/images/tit2.png) no-repeat left center;
        float: left;
        margin-left: -11px;
        padding-left: 50px;
    }

.licheng-item .l2 .txt {
    margin-left: 192px;
}

.licheng-item .l2 .txt-sp {
    margin-left: 100px;
}

.licheng-item .l2 .txt i {
    left: inherit;
    right: -10px;
    background-image: url(/images/about/icon-rig.png);
}

.licheng-box .current dt {
    background-image: url(/images/tit.png);
    font-size: 24px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-family: fantasy;
    letter-spacing: 0.1em;
}

.licheng-box .current dd {
    display: block;
}

#zizhi {
    background-color: #AE5DA1;
    padding-bottom: 60px;
}

    #zizhi .row {
        position: relative;
        width: 100%;
        height: 456px;
        overflow: hidden;
        min-width: 1180px;
    }

    #zizhi #z-1 {
        position: absolute;
        left: 0;
        top: 0;
        width: 316px;
        height: 450px;
    }

    #zizhi #z-2 {
        position: absolute;
        top: 0;
        left: 357px;
        width: 300px;
        height: 205px;
    }

    #zizhi #z-3 {
        position: absolute;
        top: 0;
        right: 180px;
        width: 300px;
        height: 205px;
    }

    #zizhi #z-4 {
        position: absolute;
        top: 0;
        right: 0px;
        width: 140px;
        height: 205px;
    }

    #zizhi #z-5 {
        position: absolute;
        bottom: 0;
        left: 357px;
        width: 300px;
        height: 205px;
    }

    #zizhi #z-6 {
        position: absolute;
        bottom: 0;
        right: 180px;
        width: 300px;
        height: 205px;
    }

    #zizhi #z-7 {
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 140px;
        height: 205px;
    }

    #zizhi #z-8 {
        display: none;
    }

    #zizhi .row img {
        width: 100%;
        height: 100%;
        float: left;
    }

#contact {
    color: #333;
    padding-bottom: 50px;
}

    #contact .title {
        text-align: left;
        color: #333;
    }

.contact-txt {
    float: left;
    font-size: 16px;
    line-height: 30px;
    width: 550px;
}

.contact-form {
    float: right;
    width: 500px;
}

    .contact-form textarea {
        height: 160px;
        resize: none;
    }

    .contact-form .help-block {
        font-size: 14px;
    }

    .contact-form .btn {
        width: 150px;
    }


/* form star*/

.trForm {
    border-top: 1px solid #D8D8D8;
    width: 100%;
    /*margin-top:132px;*/
}

    .trForm .item2 {
        color: #696969;
        padding-bottom: 60px;
        float: left;
        width: 850px;
    }

        .trForm .item2 .title {
            font-size: 26px;
            color: #444;
            height: 50px;
            line-height: 50px;
            margin-top: 80px;
            text-align: left;
            padding-left: 90px;
        }

        .trForm .item2 .txt {
            font-size: 14px;
            line-height: 40px;
            padding-left: 90px;
        }

        .trForm .item2 .content {
            padding-top: 50px;
            width: 450px;
            margin-left: 140px;
        }

    .trForm .btn {
        width: 100%;
    }

.trForm-rig {
    float: right;
    width: 300px;
    font-size: 14px;
    height: 500px;
    background: url("line.jpg") no-repeat left top;
    padding-left: 50px;
    padding-top: 90px;
    font-family: "microsoft yahei";
}

    .trForm-rig a {
        font-size: 16px;
        color: #26A2DE;
        display: block;
        margin-top: 10px;
        width: auto;
    }


/* form end */

@media only screen and (max-width:1280px) {
}

@media only screen and (max-width:1200px) {
    .header .nav li {
        padding: 0 10px;
    }
}

@media only screen and (max-width:1024px) {
}

@media only screen and (max-width:990px) {
}

@media only screen and (max-width:767px) {
}

@media only screen and (max-width:460px) {
}

@media only screen and (max-width:360px) {
}


/*鏍囬*/

.page-title01 {
    text-align: center;
    padding: 60px 0 40px;
    font-family: "寰蒋闆呴粦";
}

    .page-title01 h2 {
        font-size: 26px;
        color: #333;
        margin: 0 0 10px;
        font-family: "寰蒋闆呴粦";
    }

    .page-title01 span {
        color: #666;
        border-top: 1px solid #f00;
        font-size: 16px;
        padding: 4px 20px 0;
        text-transform: capitalize;
        font-family: "寰蒋闆呴粦";
    }

.page-title02 {
    text-align: center;
    padding: 60px 0 40px;
    font-family: "寰蒋闆呴粦";
}

    .page-title02 h2 {
        font-size: 26px;
        color: #fff;
        margin: 0 0 10px;
        font-family: "寰蒋闆呴粦";
    }

    .page-title02 span {
        color: #fff;
        border-top: 1px solid #f00;
        font-size: 16px;
        padding: 4px 20px 0;
        text-transform: capitalize;
        font-family: "寰蒋闆呴粦";
    }


/*浜у搧鏈嶅姟*/

.product-service {
    background: #fff;
    padding: 0 0 60px;
    font-family: "寰蒋闆呴粦";
}





.product-block img {
    border: 1px dotted #e7e7f3;
}

.product-block:hover img {
    border: 1px dashed #ff6002;
    border-radius: 50%;
}

.product-block p {
    margin: 20px 0 15px;
    font-size: 20px;
    color: #333;
}

.product-block span {
    color: #666;
}


/*API鏈嶅姟*/

.api-block {
    background: url(/images/img/bg-api.jpg) no-repeat center;
    padding: 0 0 60px;
    font-family: "寰蒋闆呴粦";
}

    .api-block img {
        margin: 5px 0;
    }

.api-service-block {
    font-family: "寰蒋闆呴粦";
}

    .api-service-block .btn-black {
        color: #fff;
        background: rgba(0, 0, 0, 0.7);
        width: 150px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        border-radius: 20px;
    }

    .api-service-block .btn-blue01 {
        background: #3a2c91;
    }

    .api-service-block .btn-blue02 {
        background: #12a5c3;
    }

    .api-service-block .btn-blue03 {
        background: #97b21a;
    }

.language-block a {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #c0227f;
    display: inline-block;
    height: 60px;
    line-height: 18px;
    margin: 0 6px;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

.api-product-block a {
    background: url(/images/img/API-IMG04.png) no-repeat center center;
    color: #fff;
    display: inline-block;
    height: 73px;
    line-height: 18px;
    margin: 0 7px;
    padding: 20px 4px 0;
    text-align: center;
    vertical-align: middle;
    width: 74px;
}

.btn-orange {
    background: #ff6002;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 180px;
    border-radius: 24px;
    border: 1px solid #ff6002;
    font-size: 16px;
    margin: 20px auto 0;
}


/*鎴戜滑鐨勪紭鍔�*/

.advantage {
    background: #e7e7f3;
    padding: 0 0 60px;
    font-family: "寰蒋闆呴粦";
}

.advantage-block {
    height: 200px;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
    margin: 0 0 30px;
    width: 370px;
}

    .advantage-block img {
        position: absolute;
        z-index: 1;
        top: 5px;
        left: 5px;
    }

    .advantage-block p {
        position: absolute;
        z-index: 2;
        background: rgba(255, 96, 2, 0.5);
        height: 0px;
        line-height: 40px;
        width: 362px;
        text-align: center;
        color: #fff;
        bottom: 5px;
        left: 5px;
        font-size: 16px;
        font-weight: bold;
    }

    .advantage-block .top {
        position: absolute;
        z-index: 1;
        height: 5px;
        width: 0px;
        top: 0px;
        width: 0px;
    }

    .advantage-block .bottom {
        position: absolute;
        z-index: 1;
        height: 5px;
        width: 0%;
        bottom: 0px;
        right: 0px;
    }

    .advantage-block .left {
        height: 0;
        position: absolute;
        left: 0px;
        width: 5px;
    }

    .advantage-block .right {
        height: 0;
        position: absolute;
        right: 0px;
        width: 5px;
        bottom: 0px;
    }


/*鎴戜滑鐨勬湇鍔�*/

.service-enterprises {
    background: -webkit-linear-gradient(bottom right, #08195e 10%, #036ae3 20%, #2677fd 50%, #08195f);
    background: linear-gradient(to top left, #08195e 10%, #036ae3 20%, #2677fd 50%, #08195f);
    height: 605px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    font-family: "寰蒋闆呴粦";
}

    .service-enterprises .nav-tabs {
        border: none;
        background: rgba(0, 0, 0, 0.6);
    }

        .service-enterprises .nav-tabs > li a {
            padding: 10px 38px;
            font-size: 16px;
            color: #b5b5b5;
        }

            .service-enterprises .nav-tabs > li a:hover {
                color: #ff6002;
            }

        .service-enterprises .nav-tabs > li.active a {
            color: #ff6002;
        }

    .service-enterprises .tab-pane {
        padding: 50px 0;
        text-align: center;
    }

        .service-enterprises .tab-pane img {
            margin: 10px;
            padding: 15px;
        }

            .service-enterprises .tab-pane img:hover {
                padding: 14px;
                border: 1px solid #9ebffc;
            }
/*寮€鍙�*/
.devSections {
    margin-top: 60px;
    width: 100%;
}

.devCenter-section1 {
    width: 100%;
    background-size: cover,100%;
    padding-bottom: 45px;
    margin-bottom: 60px;
    background-color: #f4fafd;
    position: relative;
    overflow: hidden;
}

    .devCenter-section1 .dev-img {
        display: block;
        margin: 0 auto 30px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -960px;
        z-index: 0;
    }

.devCenter-section2 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.dc-sec1-modules {
    width: 1200px;
    margin: 0 auto;
    padding-top: 548px;
}

.dc-sec1-table {
    margin: 0 auto;
}

    .dc-sec1-table td {
        text-align: center;
    }

.css-module-div {
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    border-right: 1px solid transparent;
    text-align: center;
    color: #6d6e70;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    width: 300px;
    height: 345px;
}

    .css-module-div:hover {
        border: 1px solid #0cacfd !important;
        z-index: 2;
    }

        .css-module-div:hover .make-progress {
            background: #f4fafd;
        }

.icon-module {
    display: block;
    width: 45px;
    height: 50px;
    overflow: hidden;
    margin: 75px auto 0;
}

.icon-module-dev {
    background: url(/images/icon-module-sdk.png) no-repeat center;
}

.icon-module-api {
    background: url(/images/icon-module-api.png) no-repeat center;
}

.icon-module-sdk {
    background: url(/images/icon-module-kfz.png) no-repeat center;
}

.icon-module-download {
    background: url(/images/icon-module-sandd.png) no-repeat center;
}

.css-module-name {
    display: block;
    font-size: 20px;
    color: #323333;
    width: 100%;
    text-align: center;
    height: 57px;
    line-height: 57px;
}

.make-progress {
    color: #00acff;
    height: 42px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    margin-top: 14px;
}

.css-module-desc {
    padding: 5px 10px 37px;
    color: #888;
    font-size: 14px;
}

.dc-sec2-h2 {
    color: #323333;
    font-size: 24px;
    text-align: left;
}

.border-bottom {
    display: inline-blcok;
    padding: 20px;
    border-bottom: 2px solid #cbcbcb;
}

.css-border-dc {
    width: 1200px;
    margin: 20px auto 90px auto;
    overflow: hidden;
}

.css-dc-sec2Box {
    width: 385px;
    height: 123px;
    border: 1px solid #d8dee4;
    display: inline-block;
    margin-top: 20px;
    margin: 15px 5px 0 5px;
}

.special {
    width: 1183px;
    height: 130px;
}

.css-sec2-h {
    color: #292c30;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    text-indent: 15px;
    background-color: #f4fafd;
    text-align: left;
}

.css-sec-p {
    padding: 20px 0;
    height: 70px;
}

    .css-sec-p a {
        display: block;
        float: left;
        line-height: 25px;
        height: 25px;
        margin: 0 15px;
        cursor: pointer;
        color: #767777;
    }

.special span {
    display: inline-block;
    width: 290px;
    text-align: left;
}

.special a {
    margin: 0;
}

.css-sec-p a:hover {
    color: #00acff;
    border-bottom: 1px solid #00acff;
}
/*琛屼笟*/
.banner2 {
    height: 380px;
    background: url() top center no-repeat;
}

.inner {
    margin: 0 auto;
    width: 1200px
}

#widget {
    position: fixed;
    bottom: 0;
    right: 0;
}

.main .sidebar {
    margin-top: -130px;
    float: left
}

.sidebar {
    width: 240px;
    border: 1px solid #00afff;
    border-radius: 5px
}

.sidebar-hd {
    height: 130px;
    background: #fff;
    text-align: center
}

    .sidebar-hd img {
        height: 24px;
        margin-top: 53px
    }

.sidebar-list {
    background: #f7f7f7;
    padding: 10px 15px
}

    .sidebar-list.sub-sidebar {
        padding: 0 0 10px;
        display: none
    }

.active .sidebar-list.sub-sidebar {
    display: block
}

.sidebar-item {
    border-bottom: 1px dashed #dedede
}

    .sidebar-item a {
        color: #a3a3a3
    }

        .sidebar-item a:hover,
        .sidebar-item.active a,
        .sidebar-item.active a:hover {
            color: #444
        }

    .sidebar-item:last-child {
        border-bottom: none
    }

.sub-sidebar-item a {
    color: #a3a3a3 !important
}

    .sub-sidebar-item a:hover,
    .sub-sidebar-item.active a {
        color: #444 !important
    }

        .sub-sidebar-item.active a:hover {
            color: #444
        }

.sidebar-label {
    padding: 20px 20px 20px 60px;
    display: block;
    background: url(/images/sidebar-arrow-open.png) 30px 50% no-repeat
}

.active .sidebar-label {
    background-image: url(/images/sidebar-arrow.png)
}

.sub-sidebar-label {
    padding: 8px 0 8px 60px;
    font-size: 12px;
    display: block;
    line-height: 1.5
}

.aaaaa {
    margin-left: 270px;
    padding-bottom: 70px;
}

.breadcrumb {
    font-size: 12px;
    padding: 25px;
}

.article-box {
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(234, 234, 234);
    border-image: initial;
    padding: 70px 50px;
}

.loader {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}

.ball-clip-rotate-pulse {
    position: relative;
    transform: translateY(-15px);
}

    .ball-clip-rotate-pulse > div:first-child {
        background: #ff8080;
        height: 16px;
        width: 16px;
        top: 9px;
        left: 9px;
        -webkit-animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
        animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite
    }

    .ball-clip-rotate-pulse > div {
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100%
    }

.home-buy-btn.disabled {
    background: #ccc;
    border: 1px solid #ccc
}

.ball-clip-rotate-pulse > div:last-child {
    position: absolute;
    width: 30px;
    height: 30px;
    background: 0 0;
    border: 2px solid;
    border-color: #ff8080 transparent;
    -webkit-animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.advantage-table {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-collapse: collapse;
    border-spacing: 0
}

    .advantage-table tr {
        background: #f0f0f0
    }

        .advantage-table tr.odd {
            background: #fff
        }

    .advantage-table th {
        background: #6171a2;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        padding: 25px;
        border: 1px solid #6a7298
    }

    .advantage-table td {
        color: #666;
        font-size: 16px;
        width: 50%;
        padding: 25px 5px;
        border-right: 1px solid #d6d6d6;
        text-align: center
    }

.article-box {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 70px 50px
}

.article-item_cover {
    float: left;
    background: #00afff;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    width: 210px
}

.article-item_readmore:hover,
.article-item_title a:hover {
    color: #00afff
}

.article-item_yearmonth {
    font-size: 20px
}

.article-item_day {
    font-size: 75px
}

.article-item_main {
    margin-left: 250px;
    border-bottom: 1px dashed #d1d1d1;
    height: 180px;
    margin-bottom: 40px
}

    .article-item_main:after,
    .article-item_main:before {
        content: "";
        display: table
    }

.clears:after,
.msm-section-1:after,
.widget-item .widget-item_msg::after {
    content: ''
}

.article-item_title {
    font-size: 20px;
    margin-bottom: 20px
}

    .article-item_title a {
        transition: color .2s
    }

.article-item_content {
    font-size: 12px;
    line-height: 1.5
}

.article-item_readmore {
    float: right;
    font-size: 12px;
    background: url(/images/readmore.png) 70px 50% no-repeat;
    border: 1px solid #e85048;
    display: inline-block;
    width: 104px;
    padding: 10px;
    transition: color .2s;
    height: 10px;
    line-height: 10px;
}

.footer-wechat,
.ul_li_fl li {
    float: left
}

.article-content-hd {
    text-align: center;
    margin-bottom: 30px
}

.article-title {
    font-size: 22px;
    margin-bottom: 20px
}

.article-info_item {
    font-size: 12px;
    color: #a3a3a3;
    margin: 0 25px
}

.article-content-bd {
    font-size: 14px;
    line-height: 1.5
}

    .article-content-bd p {
        margin: 10px 0;
        text-indent: 28px
    }

    .article-content-bd img {
        max-width: 500px;
        border: 1px solid #eaeaea;
        margin: 10px
    }

.pageDom.active {
    color: #4f6998;
    border-bottom: 1px solid #4f6998;
    cursor: not-allowed;
}

.pageDom {
    margin-right: 8px;
}


.sidebar-title {
    line-height: 130px;
    font-size: 24px;
    color: #01adff;
}


.mainBlock {
    min-width: 1450px;
    /* background:#fff url(/images/bigBg.png) no-repeat center top;  */
    background-color: #fff;
}

.ser_ban_ExpNowBtn {
    display: block;
    border: 1px solid #0166f2;
    border-radius: 3px;
    background-color: #112e6d;
    font-size: 21px;
    color: #fff !important;
    line-height: 46px;
    text-align: center;
    margin-top: 65px;
    width: 177px;
    height: 46px;
    opacity: 1;
}

    .ser_ban_ExpNowBtn:hover {
        opacity: 1;
        color: #fff;
    }

.service_secTitle {
    width: 1095px;
    margin: 0 auto;
    font-size: 26px;
    color: #555555 !important;
    padding: 60px 0 28px;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 500;
}

.service_sections td,
.service_sections th {
    border-top: 0
}

.no-borderTop table tbody tr td,
.no-borderTop table tbody tr th {
    border-top: 0;
}



.service_pAdvantage {
    border: 1px solid #7bc4fa;
    width: 270px;
    height: 365px;
    padding: 38px 30px 0 30px;
    text-align: center;
}

.css-green-reg {
    color: #0eaf47;
}

.relPro_Box {
    border: 1px solid #dcdcdc;
    width: 252px;
    height: 380px;
    padding: 38px 25px 0 25px;
    text-align: center;
}

.mainAdvanteage {
    margin: 20px 0 30px;
    width: 160px;
    height: 40px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #555;
    border-radius: 3px;
    line-height: 40px;
}
.ser_ban_ExpNowBtn {
    display: block;
    border: 1px solid #0166f2;
    border-radius: 3px;
    background-color: #112e6d;
    font-size: 21px;
    color: #fff !important;
    line-height: 46px;
    text-align: center;
    margin-top: 65px;
    width: 177px;
    height: 46px;
    opacity: 1;
}

    .ser_ban_ExpNowBtn:hover {
        opacity: 1;
        color: #fff;
    }

.service_secTitle {
    width: 1095px;
    margin: 0 auto;
    font-size: 26px;
    color: #555555 !important;
    padding: 60px 0 28px;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 500;
}

.service_sections td,
.service_sections th {
    border-top: 0
}

.no-borderTop table tbody tr td,
.no-borderTop table tbody tr th {
    border-top: 0;
}

.table {
    width: 1200px;
    margin: 0 auto;
}

.service_pAdvantage {
    border: 1px solid #7bc4fa;
    width: 270px;
    height: 365px;
    padding: 38px 30px 0 30px;
    text-align: center;
}

.css-green-reg {
    color: #0eaf47;
}

.relPro_Box {
    border: 1px solid #dcdcdc;
    width: 252px;
    height: 380px;
    padding: 38px 25px 0 25px;
    text-align: center;
}

.mainAdvanteage {
    margin: 20px 0 30px;
    width: 160px;
    height: 40px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #555;
    border-radius: 3px;
    line-height: 40px;
}

.detailAdvantage {
    font-size: 12px;
    color: #555;
    text-align: left;
}

.nopadding tbody tr td,
.nopadding tbody tr th {
    border-left: 0;
    border-right: 0;
}

.p_price {
    color: #555;
}

.p_operation {
    display: block;
    margin: 0 auto;
    color: #00a2fc;
    border: 1px solid #00a2fc;
    border-radius: 3px;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 40px;
}

.special_font {
    font-size: 36px;
}

.english {
    font-weight: 300;
    font-size: 16px;
}

.h_segline {
    display: inline-block;
    margin: 0 8px;
}


/* 盲赂颅茅鈥斅疵ヂ扁€⒚ぢ好β∶ヂ濃€� */

.service_sections {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.border-left {
    border-left: 1px solid #ddd;
}

.ser_pri_footer {
    font-size: 12px;
    color: #666;
    text-align: right;
    position: relative;
    right: 160px;
    margin-top: 10px;
}

.cor_ul {
    width: 990px;
    margin: 55px auto 0;
}

    .cor_ul li img {
        width: 185px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

.relPro_pName {
    color: #444;
    font-size: 16px;
    margin: 35px 0 21px;
    font-weight: 700;
}

.relPro_adv {
    font-size: 14px;
    color: #555;
    text-align: center;
}

.detail {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    border: 1px solid #00a2fc;
    color: #00a2fc;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    margin-top: 47px;
}


/* 莽芦鈥姑ヂ嵚趁ε铰ッモ€β� */

.service_joinUs {
    margin-top: 133px;
    padding-bottom: 150px;
}

.service_joinTips {
    color: #6c6c6c;
    font-size: 40px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.service_joinBtn {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    line-height: 70px;
    width: 300px;
    height: 70px;
    background-color: #3dafff;
    color: #fff !important;
    border-radius: 5px;
}

    .service_joinBtn:hover {
        color: #fff !important;
    }

a:focus {
    text-decoration: none;
}

.service_aside {
    position: fixed;
    top: 200px;
    left: 20px;
    width: 115px;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
    background-color: #fff;
    z-index: 99;
}

    .service_aside ul li.curr a {
        color: #00acff;
    }

.navmenuName {
    font-size: 16px;
    color: #555;
    margin: 12px 0 18px;
}

.service_aside ul li {
    position: relative;
    height: 40px;
    border-top: 1px solid #ddd;
}

    .service_aside ul li a {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 113px;
        font-size: 16px;
        color: #444;
        text-align: center;
        background-color: #fff;
        height: 39px;
        line-height: 39px;
    }

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animal5 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

@-webkit-keyframes shake {
    from, to, 20% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    2%, 6%, 10%, 14%, 18% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    4%, 8%, 12%, 16% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to, 20% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    2%, 6%, 10%, 14%, 18% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    4%, 8%, 12%, 16% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

.section {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.animalIn {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}


/**氓鈥β嵜绰姑ぢ解€溍┞�**/

.mun_top {
    width: 100%;
    height: 60px;
}

.tran_left {
    float: left;
}

.tran_right {
    float: right;
}

.ser_bannerInfo {
    width: 100%;
    height: 450px;
    background: url(/images/tran_bannerNew.png) no-repeat center center;
    background-size: auto 100%;
}

.tran_service {
    width: auto;
    height: 408px;
    overflow: hidden;
    margin-top: 63px;
    padding: 0px 90px;
    position: relative;
    border-bottom: 1px solid #e5e5ea;
}

.tran_service_cont {
    width: 490px;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 74px;
}

    .tran_service_cont h2,
    .tran_service_cont p,
    .tran_service_cont a {
        margin-top: 23px;
    }

.tran_service_name {
    font: 36px/40px "Microsoft YaHei";
    color: #333;
}

.tran_service_title {
    font: 17px/25px "Microsoft YaHei";
    color: #888;
}

.tran_service_link {
    display: block;
    width: 212px;
    height: 53px;
    font: 17px/53px "Microsoft YaHei";
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background-color: #00acff;
}

    .tran_service_link:hover,
    .tran_service_link:focus {
        color: #fff;
    }

.tran_service_img {
    width: 382px;
    height: 408px;
    overflow: hidden;
}

    .tran_service_img img {
        width: 100%;
    }

.tran_advantage {
    width: 100%;
    height: 223px;
    overflow: hidden;
}

.tran_advantage_menu {
    width: 25%;
    float: left;
    text-align: center;
    height: 223px;
    color: #00acff;
}

.tran_advantage_name {
    display: block;
    width: 100%;
    height: 60px;
    font: 43px/60px "Microsoft YaHei";
    font-weight: bold;
    margin-top: 68px;
    position: relative;
}

.tran_advantage_title {
    font: 18px/25px "Microsoft YaHei";
}

.tran_sm {
    font: 22px/25px "Microsoft YaHei";
    font-weight: bold;
}

.tran_i {
    position: absolute;
    top: 0px;
    height: 30px;
    display: block;
    font: 43px/20px "Microsoft YaHei";
    font-weight: bold;
}

.tran_zc {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: url(/images/tran_bottom.png) no-repeat center center;
    background-size: auto 100%;
    text-align: center;
    color: #fff;
}

.tran_zc_name {
    display: block;
    font: 36px/36px "Microsoft YaHei";
    margin-top: 74px;
}

.tran_zc_link {
    display: block;
    width: 290px;
    height: 60px;
    border: 1px solid #fff;
    color: #fff !important;
    text-align: center;
    font: 24px/60px "Microsoft YaHei";
    border-radius: 3px;
    margin: 33px auto 0px auto;
}

    .tran_zc_link:hover {
        color: #0095ff !important;
        background-color: #fff;
    }


/* 忙鈥澛姑р€八� */

.color-0acf {
    color: #00acff;
}

.css-adMW-btn {
    background-color: #00afff;
    color: #fff;
    width: 165px;
    height: 50px;
    border-radius: 5px;
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
}

    .css-adMW-btn:visited,
    .css-adMW-btn:hover,
    .css-adMW-btn:active {
        color: #fff;
    }

.css-com-prodH3,
.css-com-prodP {
    text-align: center;
}

.css-common-WM {
    width: 1200px;
    margin: 0 auto;
}

    .css-common-WM.css-talbe-wm2 {
        width: 980px;
        color: #fff;
    }

.css-prodCom-box {
    padding: 65px 0 85px;
}

.css-comIcon-bg {
    display: inline-block;
    background: url(/images/prod-spirit-icon.png) no-repeat;
}

.css-comIcon-bg01 {
    background-position: -80px -69px;
}

.css-comIcon-bg02 {
    background-position: -259px -65px;
}

.css-comIcon-bg03 {
    background-position: -442px -60px;
}

.css-comIcon-bg04 {
    background-position: -602px -60px;
}

.css-comIcon-bg05 {
    background-position: -82px -217px;
}

.css-comIcon-bg06 {
    background-position: -206px -217px;
}

.css-comIcon-bg07 {
    background-position: -317px -217px;
}

.css-comIcon-bg08 {
    background-position: -442px -217px;
}

.css-comIcon-bg09 {
    background-position: -69px -375px;
}

.css-comIcon-bg10 {
    background-position: -175px -375px;
}

.css-comIcon-bg11 {
    background-position: -276px -375px;
}

.css-comIcon-bg12 {
    background-position: -380px -375px;
}

.css-comIcon-bg13 {
    background-position: -479px -375px;
}

.css-comIcon-bg14 {
    background-position: -579px -375px;
}

.css-comIcon-bg15 {
    background-position: -69px -492px;
}

.css-comIcon-bg16 {
    background-position: -175px -496px;
}

.css-comIcon-bg17 {
    background-position: -277px -494px;
}

.css-comIcon-bg18 {
    background-position: -69px -610px;
}

.css-comIcon-bg19 {
    background-position: -175px -610px;
}

.css-comIcon-bg20 {
    background-position: -276px -610px;
}


/* 莽卢卢盲潞艗氓藛鈥� */

.css-comIcon-bg21 {
    background-position: -970px -44px;
}

.css-comIcon-bg22 {
    background-position: -1154px -44px;
}

.css-comIcon-bg23 {
    background-position: -1336px -44px;
}

.css-comIcon-bg24 {
    background-position: -1504px -44px;
}


/* 猫炉颅茅鸥鲁茅鈧∶嘎� */

.css-icon-vnotice {
    width: 60px;
    height: 50px;
    display: inline-block;
    background: url(/images/aside-voice-notice.png);
}

.css-icon-pagesend {
    width: 60px;
    height: 50px;
    display: inline-block;
    background: url(/images/aside-page-send.png);
}

.css-v-notUl li {
    font-size: 18px;
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    cursor: pointer;
    border-radius: 5px;
    color: #00acff;
    border: 1px solid #00acff;
    background: #fff;
    position: relative;
}

    .css-v-notUl li.active {
        color: #fff;
        border: 1px solid #00acff;
        background: #00acff;
    }

.css-pd-icon {
    width: 65px;
    height: 60px;
    float: left;
    margin: 50px 0 0 105px;
}

.css-volnot-icon {
    background: url(/images/yyu_icon.png) no-repeat;
}

.css-psend-icon {
    background: url(/images/ymm_icon.png) no-repeat;
}

.noshow.cs-segline {
    display: none;
}

.css-v-notUl li.active .noshow.cs-segline {
    display: inline-block;
}

.cs-segline {
    position: absolute;
    right: -82px;
    top: 14px;
    width: 75px;
    height: 23px;
    display: inline-block;
    background: url(/images/point-circle.png) no-repeat;
}

.c-line {
    position: absolute;
    top: 11px;
    left: 22px;
    border-bottom: 1px solid #00acff;
    display: inline-block;
    width: 65px;
    height: 1px;
}

.css-ps-1 {
    display: inline-block;
    background: url(/images/wx_icon.png) no-repeat;
}

.css-ps-2 {
    display: inline-block;
    background: url(/images/fs_icon.png) no-repeat;
}

.css-ps-3 {
    display: inline-block;
    background: url(/images/aw_icon.png) no-repeat;
}

.css-ps-4 {
    display: inline-block;
    background: url(/images/kj_icon.png) no-repeat;
}

.css-ps-5 {
    display: inline-block;
    background: url(/images/lx_icon.png) no-repeat;
}

.css-ps-6 {
    display: inline-block;
    background: url(/images/pp_icon.png) no-repeat 0 -10px;
}

.css-ps-7 {
    display: inline-block;
    background: url(/images/gp_iocn.png) no-repeat 0 0px;
}

.css-ps-8 {
    display: inline-block;
    background: url(/images/lh_icon.png) no-repeat 0 0px;
}

.css-adv-icon {
    width: 63px;
    height: 60px;
    float: left;
}

.css-prod-module {
    background-color: #f1f8fd;
    padding: 30px 0;
}

.css-pd-info {
    background-color: #fff;
    padding: 60px 0 60px 108px;
    border: 1px solid #dbe5f2;
}

    .css-pd-info.active,
    .css-prod-module a:hover .css-pd-info {
        border: 1px solid transparent;
        -webkit-box-shadow: 0 0 5px #93ccfd;
        -moz-box-shadow: 0 0 5px #93ccfd;
        box-shadow: 0 0 5px #93ccfd;
    }

.css-pd-h4 {
    color: #00acff;
    font-size: 20px;
}

.css-pg-p {
    font-size: 12px;
    color: #999;
}

.css-com-prodH3 {
    font-size: 36px;
    color: #222;
}

.css-com-prodP {
    font-size: 24px;
    color: #888;
    margin-top: 10px;
}

.css-table-adv {
    width: 1000px;
}

.css-adv-h4 {
    font-size: 18px;
    color: #555;
}

.css-adv-p {
    font-size: 13px;
    color: #555;
    line-height: 25px;
    width: 205px;
    margin-top: 5px;
}

.css-adv-info {
    padding-left: 65px;
}

.table.css-table-adv > tbody > tr > td {
    padding: 70px 0;
}

.css-scene-cnt {
    background: #f1f8fd;
}

.css-scene-cntBgi {
    background: url(/images/scene-block-bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.css-scene-ul li {
    width: 145px;
    height: 50px;
    line-height: 50px;
    color: #00acff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00acff;
    margin-top: 35px;
    cursor: pointer;
    position: relative;
}

    .css-scene-ul li.active {
        color: #fff;
        background-color: #00acff;
    }

.css-scene-phoneBg {
    width: 517px;
    height: 565px;
    background: url(/images/scene-phone.png) no-repeat;
    padding: 210px 0 0 100px;
}

    .css-scene-phoneBg.css-scene-voi {
        background-image: url(/images/phone-voi.png);
    }

.css-scenesp-msg {
    display: inline-block;
    width: 245px;
    height: 350px;
    background: url(/images/scene-spirit.png) no-repeat;
}

.css-scenesp-msg00 {
    background-position: -8px -22px;
}

.css-scenesp-msg01 {
    background-position: -263px -22px;
}

.css-scenesp-msg02 {
    background-position: -529px -22px;
}

.css-scenesp-msg03 {
    background-position: -807px -22px;
}

.css-scenesp-msg04 {
    background-position: -1065px -22px;
}

.css-scenesp-msg10 {
    background-position: -1332px -22px;
}

.css-scenesp-msg11 {
    background-position: -1809px -22px;
}

.css-scenesp-msg12 {
    background-position: -2289px -22px;
}

.css-scenesp-msg13 {
    background-position: -1571px -22px;
}

.css-scenesp-msg14 {
    background-position: -2048px -22px;
}

.css-scene-t {
    font-size: 36px;
    line-height: 50px;
    color: #555;
}

.css-scene-desc {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #555;
}

.css-scene-eg {
    line-height: 45px;
    font-size: 14px;
    color: #555;
}

    .css-scene-eg span {
        display: inline-block;
        width: 115px;
    }

    .css-scene-eg.mt30 {
        margin-top: 30px;
    }

.css-pd-name {
    font-size: 24px;
    color: #222;
}

.css-pd-dec {
    font-size: 14px;
    color: #555;
}

.css-pd-learnMore {
    font-size: 14px;
    color: #00acff;
}

.css-quick-enter,
.css-open-rightNow {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #00acff;
    color: #00acff;
    display: inline-block;
    float: right;
    margin-left: 20px;
}

.css-quick-enter {
    background-color: #00acff;
    color: #fff;
}

    .css-quick-enter:visited,
    .css-quick-enter:hover {
        color: #fff;
    }

.css-table-prodPrice,
.css-table-ppGlobal {
    margin-top: 33px;
}

.css-connect-global {
    margin-top: 35px;
    height: 60px;
}

.css-con-business {
    color: #fff;
    width: 115px;
    height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    line-height: 35px;
    background-color: #fab400;
    margin-left: 10px;
}

    .css-con-business:visited,
    .css-con-business:hover {
        color: #fff;
    }

.css-open-rightNow:visited,
.css-open-rightNow:hover {
    color: #00acff;
}

.css-table-prodPrice tr:nth-child(2n+1) {
    background-color: #f2fbff;
}

.css-table-prodPrice tr {
    width: 230px;
    height: 50px;
}

.css-pp-footer {
    color: #888;
    line-height: 30px;
}

.css-xitong-jiagou {
    width: 930px;
    height: 330px;
    border-bottom: 1px solid #d9d9d9;
}

.css-xt-bg {
    margin-top: 100px;
    width: 930px;
    height: 160px;
    background-position: -966px -415px;
}

.css-interface-word {
    font-size: 30px;
    color: #555;
    line-height: 120px;
    text-align: center;
}

.css-sdk-inter,
.css-api-inter {
    display: inline-block;
    width: 300px;
    height: 80px;
    line-height: 80px;
    text-align: left;
    color: #fff;
    border-radius: 5px;
    font-size: 30px;
    background-color: #00acff;
}

    .css-sdk-inter:visited,
    .css-api-inter:visited,
    .css-sdk-inter:hover,
    .css-api-inter:hover {
        color: #fff;
    }

.css-sdk-inter {
    margin-right: 100px;
}

.css-spit-sdk,
.css-spit-api {
    width: 85px;
    height: 80px;
    float: left;
}

.css-spit-sdk {
    background-position: -975px -630px;
}

.css-spit-api {
    background-position: -1083px -630px;
}

.css-global-bg {
    background: url(/images/inter-bottom.jpg) no-repeat;
}

.swiper-container-user {
    width: 1200px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.css-user-icon {
    display: inline-block;
    width: 1200px;
    height: 260px;
    background: url(/images/cop-comp-icon.png) no-repeat;
}

.css-user-icon1 {
    background-position: -120px -52px;
}

.css-user-icon2 {
    background-position: -120px -368px;
}

.css-user-icon3 {
    background-position: -120px -682px;
}

.css-user-icon4 {
    background-position: -120px -998px;
}

.css-button-prev,
.css-button-next {
    width: 35px;
    height: 100px;
}

.css-button-prev {
    background-position: -1338px -763px;
    left: -7px;
    margin-top: -50px;
}

.css-button-next {
    background-position: -1421px -763px;
    right: -5px;
    margin-top: -50px;
}

.css-com-reProd {
    width: 90px;
    height: 110px;
}

.css-rePd-name {
    font-size: 18px;
    color: #444;
}

.css-rePd-desc {
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}

.css-rePd-detl {
    border: 1px solid #7bc4fa;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #00a2fc;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    margin-top: 40px;
}

    .css-rePd-detl:visited,
    .css-rePd-detl:hover {
        color: #00a2fc;
    }

.css-com-bgcolor {
    background-color: #f1f8fd;
}

.css-com-btmWord {
    font-size: 36px;
}

.css-rightNow-kaitong {
    width: 250px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    margin-top: 50px;
    border-radius: 10px;
}

.css-com-subTitle {
    font-size: 20px;
    color: #fff;
}

.css-fix-w360 {
    width: 360px;
    line-height: 24px;
}

.css-exp-rightNow {
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    background-color: #fff;
    color: #00acff;
    font-size: 22px;
    margin-top: 80px;
}

    .css-exp-rightNow.css-voice {
        margin-top: 35px;
    }

    .css-exp-rightNow:visited,
    .css-exp-rightNow:hover {
        color: #00acff
    }

.css-yuan-line {
    position: absolute;
    width: 85px;
    height: 23px;
    background: url(/images/yuan-line.png) no-repeat;
    right: -90px;
    top: 12px;
    display: none;
}

.css-scene-ul li.active .css-yuan-line {
    display: inline-block;
}

.css-prod-more {
    margin-top: 50px;
}

.css-swiper-cnt {
    padding: 0 35px;
    margin: 0 auto;
    width: 1260px;
    margin-top: 40px;
}

.css-scene-subSpan span {
    padding-left: 15px;
    background: url(/images/prod-spirit-icon.png) no-repeat -1250px -632px;
}

    .css-scene-subSpan span:hover {
        background-position: -1441px -630px;
    }

.css-table-sInternal {
    margin: 80px auto 20px;
}

.css-scene-Icon {
    width: 100px;
    height: 100px;
}

.css-scene-Icon01 {
    background-position: -960px -224px;
}

.css-scene-Icon02 {
    background-position: -1148px -224px;
}

.css-scene-Icon03 {
    background-position: -1339px -224px;
}

.css-scene-Icon04 {
    background-position: -1530px -224px;
}

.css-scene-Icon05 {
    background-position: -1720px -224px;
}

.css-aside-icon {
    width: 60px;
    height: 50px;
}

.css-table-sceneV {
    margin-top: 50px;
}

.css-scene-voiCode {
    color: #0bb0ff;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 128px;
}

.css-width-400 {
    width: 400px;
}

.ie8 .css-swiper-cnt .css-button-prev,
.ie8 .css-swiper-cnt .css-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -50px;
}

.css-act-icon {
    width: 64px;
    height: 22px;
    display: inline-block;
    background: url(/images/act-icon.png) no-repeat;
    left: 247%;
    top: -2px;
    margin-left: -28px;
}

.css-pronew-icon {
    width: 88px;
    height: 89px;
    display: inline-block;
    background: url(/images/product_new_icon.png) no-repeat;
    right: 1%;
    top: 4px;
}

/*9045*/
.product-banner {
    margin: 0 !important;
}

.Product_features {
    list-style: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

    .Product_features li {
        float: left;
        width: 33.3%;
        height: 200px;
        padding: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        text-align: center;
    }

.Product_features_a {
    width: 135px;
    margin: 0 auto;
}

.Product_features li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    margin-top: 30px;
}

.Product_features li p {
    width: 100%;
    text-align: center;
    display: block;
    color: #999;
}

.column-4 .vertical-size {
    width: 23%;
}

.center {
    text-align: center;
}

.main-content .vertical-size {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

    .main-content .vertical-size .item-icon {
        display: inline-block;
        max-width: 93%;
        background-repeat: no-repeat;
    }

.kg-tabs {
    width: 100%;
}

.tabs .tabs-nav {
    zoom: 1;
    border-bottom: 1px solid #ededed;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    margin-left: 10%;
}

    .tabs .tabs-nav li.selected {
        color: #4cace2;
        border-color: #4cace2;
    }

    .tabs .tabs-nav li {
        float: left;
        display: block;
        margin: 0 2px -1px 0;
        font-size: 16px;
        padding: 10px 50px;
        color: #333;
        list-style: none;
        border-bottom: 4px solid transparent;
        cursor: pointer;
    }

.tabs .tabs-content {
    border-top: none;
    padding: 20px 5px;
}

.tabs .hidden {
    display: none;
}

.tabs .tabs-pannel {
    padding-top: 40px;
    text-align: center;
}

    .tabs .tabs-pannel img {
        max-width: 100%;
        padding:;
    }

.Function_module {
    list-style: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .Function_module li {
        width: 50%;
        padding: 10px;
        box-sizing: border-box;
        float: left;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .Function_module .Function_module_img {
        width: 50%;
        float: left;
        padding: 20px;
        box-sizing: border-box;
    }

    .Function_module li div {
        width: 50%;
        float: left;
        margin-top: 20px;
    }

        .Function_module li div p {
            width: 60%;
            line-height: 25px;
            padding-left: 25px;
            background: url(/images/jjjj1.png) no-repeat;
            background-position: left 10px
        }


.cover {
    background: #f3f3f3
}

    .cover .inner {
        height: 410px;
        background: url() center top no-repeat
    }

    .cover .btn-reg__cover {
        margin-left: 600px;
        margin-top: 245px;
        padding: 20px 30px;
        display: inline-block;
        background: #01adff;
        color: #fff;
        border-radius: 50px;
        font-size: 16px;
        transition: background .2s
    }

.advantage-item,
.t-tabs-item {
    transition: all .2s;
    text-align: center
}

.cover .btn-reg__cover:hover {
    background: #e53a31
}

.sec-hd {
    text-align: center;
    width: 450px;
    margin: 0 auto 50px;
    border-bottom: 1px dashed #01adff
}

.sec-hd_title {
    font-size: 22px;
    color: #3a4463;
    margin-bottom: 20px;
    line-height: 1.5
}

.sec-hd_description {
    font-size: 16px;
    color: #a3a3a3;
    margin-bottom: 50px;
    line-height: 1.5
}

.product-section .inner {
    padding: 60px 0;
    border-bottom: 1px dashed #c4c4c4
}

.advantage-list {
    white-space: nowrap;
    font-size: 0
}

    .advantage-list.list-3 {
        text-align: center
    }

.advantage-item {
    width: 241.75px;
    height: 300px;
    display: inline-block;
    margin-right: 75px;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.5;
    font-size: 12px;
    vertical-align: top
}

.list-3 .advantage-item {
    margin: 0 37.5px
}

.advantage-item_icon {
    border-bottom: 1px solid #01adff;
    width: 100px;
    margin: 0 auto;
    padding: 30px 0 20px
}

.advantage-item_name {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700
}

.advantage-item_description {
    white-space: normal;
    margin: 20px 30px;
    color: #888;
    font-size: 14px
}

.usage-page-item {
    display: none;
    white-space: nowrap;
    font-size: 0
}

    .usage-page-item.active {
        display: block
    }

.usage-list {
    display: inline-block;
    width: 700px
}

.usage-item {
    margin-top: 15px;
    display: block
}

.usage-item_row {
    border: 4px solid #eaeaea;
    background: #fff;
    white-space: nowrap;
    font-size: 0
}

.usage-item.active .usage-item_row {
    border-color: #01adff
}

.usage-item_title {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    background: #f7f7f7;
    padding: 30px 0;
    text-align: center
}

.usage-item_index {
    font-size: 32px;
    display: block
}

.usage-item_name {
    font-size: 16px;
    display: block;
    margin-top: 10px
}

.usage-cover-label,
.usage-item_content {
    font-size: 14px;
    line-height: 1.5;
    white-space: normal
}

.usage-item_content {
    display: inline-block;
    vertical-align: middle;
    width: 552px
}

.usage-item_description {
    padding-left: 25px;
    padding-right: 180px
}

.usage-item.active .usage-item_description {
    background: url(/images/arrow.png) 430px 50% no-repeat
}

.usage-cover {
    background: url(/images/phone-bg.png) right bottom no-repeat;
    height: 411px;
    width: 420px;
    position: relative
}

    .usage-cover,
    .usage-cover .usage-list {
        display: inline-block;
        vertical-align: bottom
    }

.usage-cover-label {
    width: 200px;
    margin-top: 205px;
    display: inline-block;
    margin-left: 120px;
    background: #e4e4e9;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000
}

.usage-cover-email {
    margin-top: 87px;
    margin-left: 103px
}

.usage-cover-popup {
    position: absolute;
    top: -25px;
    left: 115px;
    height: 203px;
    width: 376px;
    display: block;
    background: url(/images/product/email-popup.png) no-repeat
}

.usage-cover-popup_label {
    display: block;
    font-size: 12px;
    padding: 70px 20px 0 30px;
    white-space: normal;
    line-height: 1.4
}

.usage-cover i {
    color: #007aff;
    text-decoration: underline
}

.signup-gift {
    border-bottom: none
}

    .signup-gift .inner {
        text-align: center
    }

    .signup-gift .btn-gift {
        background: #01adff;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        padding: 25px 50px;
        border-radius: 50px
    }

.voice-step {
    height: 464px;
    width: 1045px;
    margin: 0 auto;
    position: relative
}

.voice-step_item {
    position: absolute;
    display: none
}

    .voice-step_item img {
        display: block
    }

    .voice-step_item.item-1 {
        top: 133px;
        left: 0;
        z-index: 1;
        display: block
    }

    .voice-step_item.item-2 {
        top: 41px;
        left: 300px;
        z-index: 3
    }

    .voice-step_item.item-3 {
        top: 0;
        left: 425px;
        z-index: 2
    }

    .voice-step_item.item-4 {
        top: 191px;
        left: 732px;
        z-index: 4
    }

.ball-clip-rotate-pulse {
    position: relative;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.home-page-box {
    margin: 20px auto;
    width: 100%;
    text-align: center
}

    .home-page-box .list-box-page {
        box-shadow: 2px 2px 2px #ccc;
        width: 240px;
        float: left;
        background: #f7f7f7;
        border-radius: 4px;
        margin: 0 10px 22px 34px;
        padding-bottom: 20px;
        position: relative
    }

.list-box-page h1 {
    background: #01adff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    padding: 15px 0
}

.list-box-page span {
    display: block;
    background: #0188e4;
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    position: relative
}

    .list-box-page span b {
        font-size: 16px
    }

.list-box-page cite b {
    color: #a9a9a9;
    display: block;
    text-decoration: line-through
}

.list-box-page cite n {
    display: block;
    padding: 10px 0 5px
}

    .list-box-page cite n i {
        font-size: 28px;
        font-weight: 700
    }

.list-box-page cite small {
    display: block;
    color: #0188e4;
    font-size: 20px;
    padding: 15px 0
}

.list-box-page cite div {
    background: #01adff;
    border: 1px solid #01adff;
    color: #fff;
    font-size: 14px;
    border-radius: 15px;
    padding: 9px 25px;
    display: inline-block
}

    .list-box-page cite div:hover {
        color: #4f6998;
        background: #fff;
        border: 1px solid #4f6998
    }



.list-box-page.wuxianzhi:before {
    content: '';
    position: absolute;
    top: 55%;
    font-size: 20px;
    color: #666;
    left: 50%;
    margin-left: -80px
}

.signup-gift {
    border-bottom: none
}

    .signup-gift .inner {
        text-align: center
    }

    .signup-gift .btn-gift {
        background: #01adff;
        color: #fff;
        font-size: 16px;
        display: inline-block;
        padding: 25px 50px;
        border-radius: 50px
    }

.product-section {
    background: #fff;
}
/* 澶撮儴涓嬫媺*/
.sub-nav {
    position: absolute;
    left: 100px;
    background: #fff;
    width: 100px;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    display: none;
    border-top: 1px solid #01adff;
}

.sub-nav-item {
    display: block;
    font-size: 12px;
    color: #b2b2b2;
}

.produces_li:hover nav {
    display: block;
}
/*瀵艰埅涓嬪垝绾�*/
#site-header {
    border-bottom: 1px solid #01adff;
    box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.contain .ul .li s {
    display: block;
    height: 2px;
    width: 100%;
    background: #01adff;
    margin-top: -2px;
    display: none;
    width: 100%;
}

.contain .ul .li:hover s {
    display: block;
}

.contain .ul .li {
    margin: 0 !important;
    padding: 0 !important;
    width: 100px !important;
}

.footer-3 span {
    position: relative;
    top: 15px;
}

.reg_tiyan
{
    margin-left: 28%; 
    text-align: center;
    margin-top: 60px;
    height: 60px;
}
.reg_tiyan a
{
    display: block;
    float: left;
    background: #ffdc48;
    color: #745438;
    padding: 10px 70px;
    margin-right:100px;
    text-align: center;
    border-radius:50px;
    box-shadow: 0 7px 0 #ea9f08, 0 8px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 7px 0 #ea9f08, 0 8px 3px rgba(0, 0, 0, 0.2);
}
       
#newBridge, #nbInviteWrapper, #nbWebImLightContainer {
    color: #000;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal
}

    #newBridge, #nbInviteWrapper, #nbWebImLightContainer, #newBridge ins, #nbInviteWrapper ins, #nbWebImLightContainer ins, #newBridge a, #nbInviteWrapper a, #nbWebImLightContainer a, #newBridge div, #nbInviteWrapper div, #nbWebImLightContainer div, #newBridge p, #nbInviteWrapper p, #nbWebImLightContainer p, #newBridge em, #nbInviteWrapper em, #nbWebImLightContainer em, #newBridge b, #nbInviteWrapper b, #nbWebImLightContainer b, #newBridge dd, #nbInviteWrapper dd, #nbWebImLightContainer dd, #newBridge dl, #nbInviteWrapper dl, #nbWebImLightContainer dl, #newBridge ul, #nbInviteWrapper ul, #nbWebImLightContainer ul, #newBridge li, #nbInviteWrapper li, #nbWebImLightContainer li, #newBridge i, #nbInviteWrapper i, #nbWebImLightContainer i, #newBridge h1, #nbInviteWrapper h1, #nbWebImLightContainer h1, #newBridge h2, #nbInviteWrapper h2, #nbWebImLightContainer h2, #newBridge h3, #nbInviteWrapper h3, #nbWebImLightContainer h3, #newBridge h4, #nbInviteWrapper h4, #nbWebImLightContainer h4, #newBridge h5, #nbInviteWrapper h5, #nbWebImLightContainer h5, #newBridge span, #nbInviteWrapper span, #nbWebImLightContainer span, #newBridge table, #nbInviteWrapper table, #nbWebImLightContainer table, #newBridge td, #nbInviteWrapper td, #nbWebImLightContainer td, #newBridge tr, #nbInviteWrapper tr, #nbWebImLightContainer tr, #newBridge tbody, #nbInviteWrapper tbody, #nbWebImLightContainer tbody, #newBridge thead, #nbInviteWrapper thead, #nbWebImLightContainer thead, #newBridge strong, #nbInviteWrapper strong, #nbWebImLightContainer strong, #newBridge u, #nbInviteWrapper u, #nbWebImLightContainer u, #newBridge img, #nbInviteWrapper img, #nbWebImLightContainer img, #newBridge font, #nbInviteWrapper font, #nbWebImLightContainer font, #newBridge select, #nbInviteWrapper select, #nbWebImLightContainer select, #newBridge option, #nbInviteWrapper option, #nbWebImLightContainer option, #newBridge input, #nbInviteWrapper input, #nbWebImLightContainer input, #newBridge form, #nbInviteWrapper form, #nbWebImLightContainer form, #newBridge textarea, #nbInviteWrapper textarea, #nbWebImLightContainer textarea {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        background-color: transparent;
        background-position: 0 0;
        background-size: auto;
        background-repeat: repeat;
        background-origin: padding-box;
        background-clip: border-box;
        background-attachment: scroll;
        background-image: none;
        border: none;
        outline: invert none medium;
        color: inherit;
        direction: ltr;
        letter-spacing: inherit;
        line-height: normal;
        text-align: left;
        text-decoration: none;
        text-indent: 0;
        text-transform: none;
        white-space: inherit;
        word-spacing: normal;
        font-size: 12px;
        font-family: inherit;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: inherit;
        font-variant: normal;
        font-weight: inherit;
        visibility: visible;
        overflow: visible;
        list-style: none;
        float: none;
        clear: none;
        display: block;
        position: static;
        top: auto;
        left: auto;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        #newBridge img, #nbInviteWrapper img, #nbWebImLightContainer img, #newBridge a, #nbInviteWrapper a, #nbWebImLightContainer a, #newBridge em, #nbInviteWrapper em, #nbWebImLightContainer em, #newBridge b, #nbInviteWrapper b, #nbWebImLightContainer b, #newBridge strong, #nbInviteWrapper strong, #nbWebImLightContainer strong, #newBridge span, #nbInviteWrapper span, #nbWebImLightContainer span {
            display: inline
        }

        #newBridge strong, #nbInviteWrapper strong, #nbWebImLightContainer strong {
            font-weight: bold
        }

        #newBridge em, #nbInviteWrapper em, #nbWebImLightContainer em {
            font-style: italic
        }

        #newBridge a, #nbInviteWrapper a, #nbWebImLightContainer a {
            text-decoration: underline
        }

        #newBridge li, #nbInviteWrapper li, #nbWebImLightContainer li {
            display: list-item
        }

        #newBridge .nb-invite-wrap p {
            color: inherit;
            font-size: inherit
        }

        #newBridge .nb-invite-wrap span {
            text-decoration: inherit;
            color: inherit;
            font-size: inherit;
            font-family: inherit
        }

        #newBridge .nb-invite-wrap em {
            text-decoration: inherit;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-weight: inherit
        }

        #newBridge .nb-invite-wrap strong {
            text-decoration: inherit;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-style: inherit
        }

        #newBridge .nb-invite-wrap span {
            text-decoration: inherit;
            color: inherit;
            font-size: inherit;
            font-family: inherit;
            font-style: inherit;
            font-weight: inherit
        }

        #newBridge .nb-invite-wrap {
            color: #000
        }

            #newBridge .nb-invite-wrap .nb-invite-text {
                position: absolute;
                top: 44px;
                left: 128px;
                right: 26px;
                font-size: 13px;
                color: #fff
            }

        #newBridge .nb-invite-body {
            position: relative;
            overflow: hidden
        }

        #newBridge .mess-placeholder {
            color: #a9a9a9
        }

        #newBridge .place-style {
            color: #000
        }

        #newBridge .nb-invite-wrap-base {
            background: no-repeat;
            border-radius: 3px;
            overflow: hidden
        }

            #newBridge .nb-invite-wrap-base .nb-invite-tool-base {
                width: 18px;
                height: 18px;
                position: absolute;
                right: 8px;
                top: 8px;
                left: auto;
                bottom: auto;
                cursor: pointer;
                background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/close.png') no-repeat;
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/close.png')
            }

            #newBridge .nb-invite-wrap-base .nb-invite-text-base .nb-invite-welcome-base, #newBridge .nb-invite-wrap-base .nb-invite-text-base p {
                margin: 0;
                font-size: 13pt;
                color: #fff;
                word-break: break-all
            }

            #newBridge .nb-invite-wrap-base .nb-direct-send-btn {
                display: inline-block;
                width: 80px;
                height: 32px;
                line-height: 32px;
                color: #000;
                text-align: center;
                border: 1px solid #fff;
                border-radius: 5px;
                cursor: pointer;
                font-size: 13px
            }

            #newBridge .nb-invite-wrap-base .nb-invite-btn-base {
                position: absolute;
                bottom: 12px;
                right: 12px;
                top: auto;
                left: auto
            }

            #newBridge .nb-invite-wrap-base .nb-invite-cancel-base {
                display: inline-block;
                width: 80px;
                height: 32px;
                line-height: 32px;
                color: #000;
                text-align: center;
                border: 1px solid #fff;
                border-radius: 5px;
                cursor: pointer;
                font-size: 13px;
                color: #fff;
                background-color: #fff
            }

            #newBridge .nb-invite-wrap-base .nb-invite-ok-base {
                display: inline-block;
                width: 80px;
                height: 32px;
                line-height: 32px;
                color: #000;
                text-align: center;
                border: 1px solid #fff;
                border-radius: 5px;
                cursor: pointer;
                font-size: 13px;
                color: #0085DA;
                margin-left: 8px
            }

        #newBridge .customer-invite-style .nb-invite-cancel, #newBridge .customer-invite-style .nb-invite-ok {
            border: none !important
        }

        #newBridge .customer-invite-style .nb-invite-cancel {
            background-color: #fff !important;
            color: #000 !important
        }

        #newBridge .customer-invite-style .nb-invite-tool {
            background: url(invite/img/close_1.png) no-repeat center;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/close_1.png')
        }

        #newBridge .driect-talk-style {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        #newBridge .blank-talk-style {
            cursor: pointer
        }

        #newBridge .nb-position-base {
            position: fixed;
            _position: absolute
        }

        #newBridge .nb-middle {
            top: 50%;
            left: 50%;
            bottom: auto;
            right: auto;
            margin: -80px 0 0 -230px
        }

        #newBridge .nb-left-bottom {
            left: 20px;
            bottom: 20px;
            top: auto;
            right: auto;
            margin: 0
        }

        #newBridge .nb-right-bottom {
            right: 20px;
            bottom: 20px;
            top: auto;
            left: auto;
            margin: 0
        }

        #newBridge .nb-left-bottom-direct {
            left: 20px;
            bottom: 20px;
            top: auto;
            right: auto;
            margin: 0
        }

        #newBridge .nb-right-bottom-direct {
            right: 20px;
            bottom: 20px;
            top: auto;
            left: auto;
            margin: 0
        }

        #newBridge .nb-invite-skin-0 {
            display: block;
            background: #0085DA url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack0.png') no-repeat
        }

            #newBridge .nb-invite-skin-0 .nb-invite-ok {
                color: #0085da;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-0 .nb-invite-cancel {
                background-color: transparent
            }

        #newBridge .nb-invite-skin-1 {
            display: block;
            background: #062134 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack1.png') no-repeat
        }

            #newBridge .nb-invite-skin-1 .nb-invite-ok {
                color: #0a62c3;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-1 .nb-invite-cancel {
                background-color: transparent
            }

        #newBridge .nb-invite-skin-2 {
            display: block;
            background: #B6A379 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack2.png') no-repeat
        }

            #newBridge .nb-invite-skin-2 .nb-invite-ok {
                color: #735300;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-2 .nb-invite-cancel {
                background-color: transparent
            }

        #newBridge .nb-invite-skin-3 {
            display: block;
            background: #5882ED url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack3.png') no-repeat
        }

            #newBridge .nb-invite-skin-3 .nb-invite-ok {
                color: #0085da;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-3 .nb-invite-cancel {
                color: #fff;
                background-color: transparent
            }

        #newBridge .nb-invite-skin-4 {
            display: block;
            background: #E89F14 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack5.png') no-repeat
        }

            #newBridge .nb-invite-skin-4 .nb-invite-ok {
                color: #fff;
                background-color: #F0611A;
                border: 1px solid #d34f1b
            }

            #newBridge .nb-invite-skin-4 .nb-invite-cancel {
                color: #f0611a
            }

        #newBridge .nb-invite-skin-5 {
            display: block;
            background: #62B2E7 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack6.png') no-repeat
        }

            #newBridge .nb-invite-skin-5 .nb-invite-ok {
                color: #fff;
                background-color: #63B4E9
            }

            #newBridge .nb-invite-skin-5 .nb-invite-cancel {
                color: #3a92d2
            }

        #newBridge .nb-invite-skin-6 {
            display: block;
            background: #DDF2EB url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack7.png') no-repeat
        }

            #newBridge .nb-invite-skin-6 .nb-invite-ok {
                color: #fff;
                background-color: #fa9425;
                border: 1px solid #d5ae33
            }

            #newBridge .nb-invite-skin-6 .nb-invite-cancel {
                color: #d5ae33
            }

        #newBridge .nb-invite-skin-7 {
            display: block;
            background: #C9AEA1 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack4.png') no-repeat
        }

            #newBridge .nb-invite-skin-7 .nb-invite-ok {
                color: #7c5a4b;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-7 .nb-invite-cancel {
                color: #7c5a4b;
                opacity: .6;
                border: 1px solid #fff;
                _filter: alpha(opacity=60)
            }

        #newBridge .nb-invite-skin-8 {
            display: block;
            background: #FF95AB url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack8.png') no-repeat
        }

            #newBridge .nb-invite-skin-8 .nb-invite-ok {
                color: #fd4f74;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-8 .nb-invite-cancel {
                color: #fff;
                background-color: transparent
            }

        #newBridge .nb-invite-skin-9 {
            display: block;
            background: #4587e8 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteBack9.png') no-repeat
        }

            #newBridge .nb-invite-skin-9 .nb-invite-ok {
                color: #4587e8;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-9 .nb-invite-cancel {
                color: #fff;
                background-color: transparent
            }

        #newBridge .nb-invite-skin-xc-0 {
            display: block;
            height: 162px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteColorBack0.png') no-repeat
        }

            #newBridge .nb-invite-skin-xc-0 .nb-invite-btn-base {
                right: 50px
            }

            #newBridge .nb-invite-skin-xc-0 .nb-invite-tool {
                background: url(invite/img/close.png) no-repeat center;
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/close_1.png')
            }

            #newBridge .nb-invite-skin-xc-0 .nb-invite-tool-base {
                top: 40px;
                right: 20px
            }

            #newBridge .nb-invite-skin-xc-0 .nb-invite-text {
                left: 180px;
                top: 60px
            }

            #newBridge .nb-invite-skin-xc-0 .nb-invite-ok {
                color: #0085da;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-xc-0 .nb-invite-cancel {
                color: #fff !important;
                border: 1px solid #fff !important;
                background-color: transparent !important
            }

        #newBridge .nb-invite-skin-xc-1 {
            display: block;
            height: 163px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteColorBack1.png') no-repeat
        }

            #newBridge .nb-invite-skin-xc-1 .nb-invite-btn-base {
                right: 50px
            }

            #newBridge .nb-invite-skin-xc-1 .nb-invite-tool {
                background: url(invite/img/close.png) no-repeat center;
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/close_1.png')
            }

            #newBridge .nb-invite-skin-xc-1 .nb-invite-tool-base {
                top: 40px;
                right: 20px
            }

            #newBridge .nb-invite-skin-xc-1 .nb-invite-text {
                left: 180px;
                top: 60px
            }

            #newBridge .nb-invite-skin-xc-1 .nb-invite-ok {
                color: #0085da;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-xc-1 .nb-invite-cancel {
                color: #fff !important;
                border: 1px solid #fff !important;
                background-color: transparent !important
            }

        #newBridge .nb-invite-skin-xc-2 {
            display: block;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/inviteColorBack2.png') no-repeat
        }

            #newBridge .nb-invite-skin-xc-2 .nb-invite-ok {
                color: #0085da;
                background-color: #fff
            }

            #newBridge .nb-invite-skin-xc-2 .nb-invite-cancel {
                color: #fff !important;
                border: 1px solid #fff !important;
                background-color: transparent !important
            }

            #newBridge .nb-invite-skin-xc-2 .nb-invite-btn-base {
                right: 30px;
                bottom: 25px
            }

            #newBridge .nb-invite-skin-xc-2 .nb-invite-text {
                left: 200px;
                top: 155px
            }

            #newBridge .nb-invite-skin-xc-2 .nb-invite-tool {
                background: url(invite/img/close.png) no-repeat center;
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/invite/img/close_1.png')
            }

            #newBridge .nb-invite-skin-xc-2 .nb-invite-tool-base {
                top: 125px;
                right: 25px
            }

        #newBridge .driect-talk-style .nb-invte-btns-2 {
            border: 1px solid #d4d4d4
        }

            #newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-input-wrap {
                display: block;
                width: auto;
                background-color: #fff;
                margin-right: 80px;
                border-radius: 0
            }

            #newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-input {
                width: 90%;
                height: 32px;
                line-height: 32px;
                *height: 30px;
                *line-height: 30px;
                margin-left: 10px
            }

            #newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-ok {
                color: #0085da;
                float: right;
                border-radius: 0;
                border: none;
                line-height: 32px;
                height: 32px;
                background-color: #bfecff;
                margin-left: 0
            }

                #newBridge .driect-talk-style .nb-invte-btns-2 .nb-invite-ok:hover {
                    background-color: #7bd8ff
                }

        #newBridge .driect-talk-style .nb-invite-btn-skin-4 .nb-invite-ok, #newBridge .driect-talk-style .nb-invite-btn-skin-6 .nb-invite-ok {
            color: #fff;
            background-color: #fa9521
        }

            #newBridge .driect-talk-style .nb-invite-btn-skin-4 .nb-invite-ok:hover, #newBridge .driect-talk-style .nb-invite-btn-skin-6 .nb-invite-ok:hover {
                background-color: #f57a17
            }

        #newBridge .nb-icon-base {
            position: fixed;
            _position: absolute;
            cursor: pointer;
            border-radius: 5px
        }

            #newBridge .nb-icon-base .nb-icon-inner-wrap {
                position: relative;
                border-radius: 5px;
                overflow: hidden
            }

            #newBridge .nb-icon-base .nb-icon-bridge-base {
                display: block;
                height: 45px;
                width: 130px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -65px;
                margin-top: -20px;
                background-repeat: no-repeat;
                background-position: center;
                overflow: hidden
            }

        #newBridge .nb-icon-group {
            border-radius: 0
        }

            #newBridge .nb-icon-group .nb-icon-icon {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                cursor: default
            }

            #newBridge .nb-icon-group .nb-icon-groups {
                position: relative;
                overflow: hidden
            }

            #newBridge .nb-icon-group .nb-icon-groups-item {
                cursor: pointer;
                margin: 10px 10px;
                border-radius: 16px
            }

            #newBridge .nb-icon-group .nb-clearfix {
                *zoom: 1
            }

                #newBridge .nb-icon-group .nb-clearfix:after {
                    content: "";
                    display: block;
                    height: 0;
                    line-height: 0;
                    clear: both;
                    visibility: hidden
                }

            #newBridge .nb-icon-group .nb-group-icon {
                width: 31px;
                height: 31px;
                display: inline-block;
                _zoom: 1;
                _display: inline;
                vertical-align: middle;
                float: left
            }

            #newBridge .nb-icon-group .nb-group-text {
                height: 31px;
                line-height: 31px;
                vertical-align: middle;
                margin-left: 38px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                _text-overflow: clip;
                _width: 60%;
                _overflow: hidden
            }

        #newBridge .nb-customer-icon-style .nb-icon-inner-wrap {
            background-color: transparent !important
        }

        #newBridge .nb-customer-icon-style .nb-icon-bridge-base {
            background-image: none !important
        }

        #newBridge .icon-left-bottom {
            left: 20px;
            bottom: 20px;
            top: auto;
            right: auto
        }

        #newBridge .icon-right-bottom {
            right: 20px;
            bottom: 20px;
            top: auto;
            left: auto
        }

        #newBridge .icon-right-top {
            right: 20px;
            top: 20px;
            left: auto;
            bottom: auto
        }

        #newBridge .icon-left-top {
            left: 20px;
            top: 20px;
            bottom: auto;
            right: auto
        }

        #newBridge .icon-left-center {
            left: 20px;
            top: 50%;
            right: auto;
            bottom: auto;
            margin: -25px 0 0 0
        }

        #newBridge .icon-right-center {
            right: 20px;
            top: 50%;
            left: auto;
            bottom: auto;
            margin: -25px 0 0 0
        }

        #newBridge .nb-icon-skin-0 .nb-icon-bridge0 {
            height: 50px;
            width: 140px;
            margin-left: -68px;
            margin-top: -25px;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord0.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord0.png')
        }

        #newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
            background-color: #00AEF3
        }

            #newBridge .nb-icon-skin-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
                background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord0.png') no-repeat;
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack0.png')
            }

        #newBridge .nb-icon-skin-0 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #00aef3
        }

        #newBridge .nb-icon-skin-0 .nb-icon-groups-item {
            background-color: #d6f3ff;
            border: 1px solid #00aef3
        }

            #newBridge .nb-icon-skin-0 .nb-icon-groups-item .nb-group-text {
                color: #008edf
            }

            #newBridge .nb-icon-skin-0 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup0.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup0.png')
            }

        #newBridge .nb-icon-skin-1 .nb-icon-inner-wrap {
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack1.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack1.png');
            background-position: 0 0
        }

            #newBridge .nb-icon-skin-1 .nb-icon-inner-wrap .nb-icon-bridge0 {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord1.png');
                left: 60%;
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord1.png')
            }

        #newBridge .nb-icon-skin-1 .nb-icon-groups {
            margin-left: 19px;
            background-color: #fff;
            border: 1px solid #5178dd
        }

        #newBridge .nb-icon-skin-1 .nb-icon-groups-item {
            background-color: #daedf7;
            border: 1px solid #5178dd
        }

            #newBridge .nb-icon-skin-1 .nb-icon-groups-item .nb-group-text {
                color: #5178dd
            }

            #newBridge .nb-icon-skin-1 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup1.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup1.png')
            }

        #newBridge .nb-icon-skin-2 .nb-icon-inner-wrap {
            background: #B4A479 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack2.png') no-repeat
        }

            #newBridge .nb-icon-skin-2 .nb-icon-inner-wrap .nb-icon-bridge0 {
                left: 55%;
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord1.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord1.png')
            }

        #newBridge .nb-icon-skin-2 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #c28412
        }

        #newBridge .nb-icon-skin-2 .nb-icon-groups-item {
            background-color: #eee6c2;
            border: 1px solid #c28412
        }

            #newBridge .nb-icon-skin-2 .nb-icon-groups-item .nb-group-text {
                color: #7c591b
            }

            #newBridge .nb-icon-skin-2 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup2.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup2.png')
            }

        #newBridge .nb-icon-skin-3 .nb-icon-inner-wrap {
            background: #5882ED url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack3.png') no-repeat
        }

            #newBridge .nb-icon-skin-3 .nb-icon-inner-wrap .nb-icon-bridge0 {
                left: 55%;
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png')
            }

        #newBridge .nb-icon-skin-3 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #5882ed
        }

        #newBridge .nb-icon-skin-3 .nb-icon-groups-item {
            background-color: #cbdaff;
            border: 1px solid #5178dd
        }

            #newBridge .nb-icon-skin-3 .nb-icon-groups-item .nb-group-text {
                color: #5178dd
            }

            #newBridge .nb-icon-skin-3 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup3.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup3.png')
            }

        #newBridge .nb-icon-skin-4 .nb-icon-inner-wrap {
            background: #E8A114 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack5.png') no-repeat
        }

            #newBridge .nb-icon-skin-4 .nb-icon-inner-wrap .nb-icon-bridge0 {
                left: 55%;
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png')
            }

        #newBridge .nb-icon-skin-4 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #f49c11
        }

        #newBridge .nb-icon-skin-4 .nb-icon-groups-item {
            background-color: #fae6a1;
            border: 1px solid #f9c55b
        }

            #newBridge .nb-icon-skin-4 .nb-icon-groups-item .nb-group-text {
                color: #f0611a
            }

            #newBridge .nb-icon-skin-4 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup2.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup2.png')
            }

        #newBridge .nb-icon-skin-5 .nb-icon-inner-wrap {
            background: #67B8EA url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack6.png') no-repeat
        }

            #newBridge .nb-icon-skin-5 .nb-icon-inner-wrap .nb-icon-bridge0 {
                left: 55%;
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png')
            }

        #newBridge .nb-icon-skin-5 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #63b4e9
        }

        #newBridge .nb-icon-skin-5 .nb-icon-groups-item {
            background-color: #aedef6;
            border: 1px solid #63b4e9
        }

            #newBridge .nb-icon-skin-5 .nb-icon-groups-item .nb-group-text {
                color: #015db4
            }

            #newBridge .nb-icon-skin-5 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup6.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup6.png')
            }

        #newBridge .nb-icon-skin-6 .nb-icon-inner-wrap {
            background: #67B8EA url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack7.png') no-repeat
        }

            #newBridge .nb-icon-skin-6 .nb-icon-inner-wrap .nb-icon-bridge0 {
                left: 55%;
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png')
            }

        #newBridge .nb-icon-skin-6 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #e4ad00
        }

        #newBridge .nb-icon-skin-6 .nb-icon-groups-item {
            background-color: #f7df95;
            border: 1px solid #e4ad00
        }

            #newBridge .nb-icon-skin-6 .nb-icon-groups-item .nb-group-text {
                color: #e17107
            }

            #newBridge .nb-icon-skin-6 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup7.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup7.png')
            }

        #newBridge .nb-icon-skin-7 .nb-icon-inner-wrap {
            background: #CCAEA1 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack8.png') no-repeat
        }

            #newBridge .nb-icon-skin-7 .nb-icon-inner-wrap .nb-icon-bridge0 {
                left: 55%;
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png')
            }

        #newBridge .nb-icon-skin-7 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #da9475
        }

        #newBridge .nb-icon-skin-7 .nb-icon-groups-item {
            background-color: #efe7e3;
            border: 1px solid #ccaea0
        }

            #newBridge .nb-icon-skin-7 .nb-icon-groups-item .nb-group-text {
                color: #c17c5f
            }

            #newBridge .nb-icon-skin-7 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup8.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup8.png')
            }

        #newBridge .nb-icon-skin-8 .nb-icon-inner-wrap {
            background-color: #FE96AC
        }

        #newBridge .nb-icon-skin-8 .nb-icon-bridge0 {
            height: 50px;
            width: 140px;
            margin-left: -68px;
            margin-top: -25px;
            background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord4.png');
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord4.png')
        }

        #newBridge .nb-icon-skin-8 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #ff96ac
        }

        #newBridge .nb-icon-skin-8 .nb-icon-groups-item {
            background-color: #ffdde4;
            border: 1px solid #ffbaa2
        }

            #newBridge .nb-icon-skin-8 .nb-icon-groups-item .nb-group-text {
                color: #dd2a00
            }

            #newBridge .nb-icon-skin-8 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup9.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup9.png')
            }

        #newBridge .nb-icon-skin-9 .nb-icon-inner-wrap {
            background: #4587e8 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconBack10.png') no-repeat
        }

        #newBridge .nb-icon-skin-9 .nb-icon-bridge0 {
            height: 50px;
            width: 140px;
            margin-left: -68px;
            margin-top: -25px;
            background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png');
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/iconWord2.png')
        }

        #newBridge .nb-icon-skin-9 .nb-icon-groups {
            background-color: #fff;
            border: 1px solid #4587e8
        }

        #newBridge .nb-icon-skin-9 .nb-icon-groups-item {
            background-color: #cbdaff;
            border: 1px solid #4587e8
        }

            #newBridge .nb-icon-skin-9 .nb-icon-groups-item .nb-group-text {
                color: #4587e8
            }

            #newBridge .nb-icon-skin-9 .nb-icon-groups-item .nb-group-icon {
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup10.png');
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup10.png')
            }

        #newBridge .nb-icon-groups {
            border-top: 0 !important
        }

        #newBridge .nb-icon-skin-xc-0 .nb-icon-inner-wrap {
            height: 87px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorBack0.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorBack0.png')
        }

            #newBridge .nb-icon-skin-xc-0 .nb-icon-inner-wrap .nb-icon-bridge-base {
                display: none
            }

        #newBridge .nb-icon-skin-xc-0 nb-icon-group .nb-icon-inner-wrap {
            height: 83px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorGroup0.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorGroup0.png');
            border-radius: 0
        }

            #newBridge .nb-icon-skin-xc-0 nb-icon-group .nb-icon-inner-wrap .nb-icon-bridge-base {
                display: none
            }

        #newBridge .nb-icon-skin-xc-0 .nb-icon-groups {
            margin: 0;
            background-color: #fff;
            border: 1px solid #2599ba
        }

        #newBridge .nb-icon-skin-xc-0 .nb-icon-groups-item {
            background-color: #b4eeff;
            border: 1px solid #2599ba
        }

            #newBridge .nb-icon-skin-xc-0 .nb-icon-groups-item .nb-group-text {
                color: #0084b9
            }

            #newBridge .nb-icon-skin-xc-0 .nb-icon-groups-item .nb-group-icon {
                background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekcoloricon.png') no-repeat
            }

        #newBridge .nb-icon-skin-xc-1 .nb-icon-inner-wrap {
            height: 103px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorBack1.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorBack1.png')
        }

            #newBridge .nb-icon-skin-xc-1 .nb-icon-inner-wrap .nb-icon-bridge-base {
                display: none
            }

        #newBridge .nb-icon-skin-xc-1 nb-icon-group .nb-icon-inner-wrap {
            height: 90px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorGroup1.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorGroup1.png');
            border-radius: 0
        }

            #newBridge .nb-icon-skin-xc-1 nb-icon-group .nb-icon-inner-wrap .nb-icon-bridge-base {
                display: none
            }

        #newBridge .nb-icon-skin-xc-1 .nb-icon-groups {
            margin: 0;
            background-color: #fff;
            border: 1px solid #2599ba
        }

        #newBridge .nb-icon-skin-xc-1 .nb-icon-groups-item {
            background-color: #b4eeff;
            border: 1px solid #2599ba
        }

            #newBridge .nb-icon-skin-xc-1 .nb-icon-groups-item .nb-group-text {
                color: #0084b9
            }

            #newBridge .nb-icon-skin-xc-1 .nb-icon-groups-item .nb-group-icon {
                background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekcoloricon.png') no-repeat
            }

        #newBridge .nb-icon-skin-xc-2 .nb-icon-inner-wrap {
            height: 151px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorBack2.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorBack2.png')
        }

            #newBridge .nb-icon-skin-xc-2 .nb-icon-inner-wrap .nb-icon-bridge-base {
                display: none
            }

        #newBridge .nb-icon-skin-xc-2 nb-icon-group .nb-icon-inner-wrap {
            height: 118px !important;
            background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorGroup2.png') no-repeat;
            _background: none;
            _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekColorGroup2.png');
            border-radius: 0
        }

            #newBridge .nb-icon-skin-xc-2 nb-icon-group .nb-icon-inner-wrap .nb-icon-bridge-base {
                display: none
            }

        #newBridge .nb-icon-skin-xc-2 .nb-icon-groups {
            margin: 0;
            background-color: #fff;
            border: 1px solid #2599ba
        }

        #newBridge .nb-icon-skin-xc-2 .nb-icon-groups-item {
            background-color: #b4eeff;
            border: 1px solid #2599ba
        }

            #newBridge .nb-icon-skin-xc-2 .nb-icon-groups-item .nb-group-text {
                color: #0084b9
            }

            #newBridge .nb-icon-skin-xc-2 .nb-icon-groups-item .nb-group-icon {
                background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/seekcoloricon.png') no-repeat
            }

        #newBridge .nb-customer-icon-style .nb-icon-icon, #newBridge .nb-customer-icon-style .nb-icon-bridge-base {
            _filter: none
        }

        #newBridge .nb-customer-icon-style .nb-icon-groups {
            border: 1px solid #008edf;
            border-top: 0
        }

        #newBridge .nb-customer-icon-style .nb-icon-groups-item {
            border: 1px solid #008edf
        }

            #newBridge .nb-customer-icon-style .nb-icon-groups-item .nb-group-icon {
                background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icongroup0.png') no-repeat
            }

        #newBridge .nb-icon-group .nb-icon-groups {
            _padding: 10px 0
        }

        #newBridge .nb-icon-group .icon-disable {
            background-color: #f2f2f2;
            border-color: #848484
        }

            #newBridge .nb-icon-group .icon-disable .nb-group-text {
                color: #848484
            }

            #newBridge .nb-icon-group .icon-disable .nb-group-icon {
                background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/icon/img/icondisable.png') no-repeat;
                _background: none;
                _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/iconicon/img/icondisable.png')
            }

        #newBridge .nodeName {
            background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/user.png') no-repeat 9px center
        }

        #newBridge .nodePhone {
            background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/nodephone.png') no-repeat 9px center
        }

        #newBridge .nodeAddress {
            background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/nodelocation.png') no-repeat 9px center
        }

        #newBridge .nodeMail {
            background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/nodemail.png') no-repeat 9px center
        }

        #newBridge .nodeExt {
            background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/custom-select.png') no-repeat center center
        }

        #newBridge .nb-nodeboard-base {
            height: auto;
            width: 240px;
            border-radius: 3px
        }

            #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base {
                color: #000;
                border-radius: 5px;
                background-color: #ededed
            }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top {
                    height: 35px;
                    line-height: 35px;
                    font-size: 14px;
                    background-color: #00aef3;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-head-title {
                    float: left;
                    font-size: 14px;
                    color: #fff;
                    margin-left: 12px;
                    line-height: 35px
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-close {
                    display: inline-block;
                    float: right;
                    height: 30px;
                    width: 34px;
                    margin-top: 2px;
                    cursor: pointer;
                    background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/nodeMin.png') no-repeat;
                    _background: none;
                    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/nodeboard/img/nodeMin.png')
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-max {
                    background: transparent url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/nodeMax.png') no-repeat;
                    _background: none;
                    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/nodeboard/img/nodeMax.png')
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text {
                    zoom: 1;
                    padding: 12px 0;
                    border-bottom: 1px solid #d5d5d5
                }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text p {
                        word-break: break-all;
                        line-height: 18px;
                        margin: 0 8px 0 9px
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text .nb-nodeboard-company {
                        font-size: 14px;
                        background-color: transparent;
                        color: #666
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-text .nb-nodeboard-link {
                        background-color: transparent;
                        color: #999
                    }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form {
                    display: inline;
                    background-color: #ededed
                }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set {
                        _margin-left: 20px
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .error-tips {
                        color: #f00 !important
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .place-style {
                        color: #000
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-content {
                        position: relative;
                        width: 222px;
                        margin: 7px auto 0
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-tips {
                        position: absolute;
                        left: 0;
                        color: #f00;
                        line-height: 22px
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-set-content {
                        width: 212px;
                        height: 79px;
                        margin: 12px auto 7px;
                        _margin: 12px 0 7px -10px;
                        padding: 0 4px;
                        resize: none;
                        overflow: hidden;
                        border: 1px solid #d5d5d5;
                        background-color: #fff;
                        text-align: left;
                        _line-height: 14px
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-name {
                        height: 30px;
                        width: 221px;
                        line-height: 30px;
                        margin: 7px auto 0;
                        _margin: 7px 0 0 -10px;
                        border: 1px solid #d5d5d5;
                        position: relative;
                        background-color: #fff
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-icon {
                        width: 35px;
                        height: 30px;
                        display: inline-block;
                        text-align: center;
                        background-color: #fff;
                        vertical-align: top;
                        border-right: 1px solid #fff
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-input {
                        margin: 0;
                        width: 140px;
                        height: 30px;
                        line-height: 30px;
                        _overflow: hidden;
                        border: none;
                        display: inline-block
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-err {
                        margin-bottom: 20px;
                        border-color: #f00
                    }

                        #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-err textarea {
                            border-color: #f00
                        }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-ext-select {
                        width: 221px;
                        margin: 0 auto;
                        _margin: 0 0 0 -10px;
                        position: relative
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .select {
                        width: 30px;
                        height: 32px;
                        display: inline-block;
                        text-align: center;
                        color: #e5e4e4;
                        vertical-align: top
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-select-title {
                        color: #ccc;
                        height: 30px;
                        line-height: 30px;
                        background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/custom-select.png') no-repeat 10px center;
                        background-color: transparent;
                        padding: 0 20px 0 34px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        border: none;
                        outline: none;
                        overflow: hidden
                    }

                    #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-board-form .nb-nodeboard-ext-input {
                        background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/custom-input.png') no-repeat 9px center
                    }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-success {
                    display: none;
                    height: 314px;
                    background-color: #ededed
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-box {
                    width: 120px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-left: -60px;
                    margin-top: -55px
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-icon {
                    height: 72px;
                    width: 80px;
                    margin: 0 auto;
                    background: #fff url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/bridge.png') no-repeat center center;
                    background-color: transparent
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-title {
                    color: #333;
                    font-size: 14px;
                    text-align: center;
                    margin-top: 10px
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-success-content {
                    color: #333;
                    text-align: center
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-sucess-close {
                    height: 30px;
                    width: 90px;
                    color: #fff;
                    margin: 20px auto 0;
                    background-color: #00aef3;
                    text-align: center;
                    line-height: 32px;
                    cursor: pointer
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send {
                    width: 202px;
                    margin: 12px auto 0 10px;
                    padding-bottom: 18px;
                    _margin-left: 10px
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-send-btn {
                    height: 35px;
                    width: 90px;
                    line-height: 35px;
                    text-align: center;
                    border-radius: 2px;
                    font-size: 14px;
                    color: #fff;
                    cursor: pointer;
                    background-color: #00aef3
                }

                #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .message-disable {
                    background-color: #AAACAD
                }

            #newBridge .nb-nodeboard-base .mess-placeholder {
                color: #a9a9a9
            }

        #newBridge .nb-nodeboard-position-base {
            position: fixed;
            _position: absolute
        }

        #newBridge .nb-nodeboard-left-bottom {
            left: 1px;
            bottom: 1px;
            top: auto;
            right: auto
        }

        #newBridge .nb-nodeboard-right-bottom {
            right: 1px;
            bottom: 1px;
            top: auto;
            left: auto
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-0 {
            background-color: #00aef3
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-1 {
            background: #00aef3 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop1.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-2 {
            background: #00aef3 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop2.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-2 {
            background-color: #C28412
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-3 {
            background: #5882ED url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop4.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-3 {
            background-color: #5882ED
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-4 {
            background: #E8A114 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop5.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-4 {
            background-color: #F49C11
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-5 {
            background: #65B6EA url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop6.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-5 {
            background-color: #63B4E9
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-6 {
            background: #65B6EA url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop7.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-6 {
            background-color: #F7DF95
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-7 {
            background: #65B6EA url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop8.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-7 {
            background-color: #DA9475
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-top-8 {
            background: #FE9FB3 url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/message/img/boardTop9.png') no-repeat
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-8 {
            background-color: #FE96AC
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-contain-base .nb-nodeboard-top-9 {
            background-color: #4587e8
        }

        #newBridge .nb-nodeboard-base .nb-nodeboard-send .nb-nodeboard-send-btn-9 {
            background-color: #4587e8
        }

        #newBridge ins {
            display: block;
            text-decoration: none
        }

        #newBridge .custom-select-main {
            position: relative;
            color: #000;
            font-size: 12px
        }

            #newBridge .custom-select-main .custom-select-title {
                height: 30px;
                line-height: 30px;
                border: 1px solid #d5d5d5;
                background: url(widget/img/esui-combo-arrow.png) no-repeat right -2px #fff;
                background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/widget/img/esui-combo-arrow.png');
                cursor: pointer;
                color: #8a8c8d
            }

                #newBridge .custom-select-main .custom-select-title .custom-select-title-content {
                    color: #8a8c8d;
                    height: 30px;
                    line-height: 30px;
                    background: url(widget/img/custom-select.png) no-repeat 9px center;
                    background-image: url('//sgoutong.baidu.com/embed/1516609680/asset/embed/css/pc/widget/img/custom-select.png');
                    padding: 0 20px 0 34px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden
                }

        #newBridge .custom-select-body {
            position: absolute;
            left: 0;
            top: 31px;
            width: 100%;
            line-height: 30px;
            border: 1px solid #d5d5d5;
            background: #fff;
            display: none;
            z-index: 5
        }

            #newBridge .custom-select-body .custom-select-body-content {
                padding: 0 5px 0 10px
            }

            #newBridge .custom-select-body .custom-select-body-list {
                padding-right: 5px;
                max-height: 180px;
                overflow: auto
            }

                #newBridge .custom-select-body .custom-select-body-list .custom-select-list-item {
                    color: #8a8c8d;
                    height: 30px;
                    line-height: 30px;
                    border-bottom: 1px solid #d5d5d5;
                    cursor: pointer;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden
                }

                    #newBridge .custom-select-body .custom-select-body-list .custom-select-list-item:hover {
                        color: #000
                    }

#newBridge {
    font-family: Arial,Helvetica,"Microsoft YaHei",sans-serif;
    position: fixed;
    z-index: 2147483647
}

    #newBridge .nb-hide {
        display: none
    }

    #newBridge .nb-show {
        display: block
    }

    #newBridge input:-ms-input-placeholder {
        color: #a9a9a9
    }

    #newBridge textarea:-ms-input-placeholder {
        color: #a9a9a9
    }

::-webkit-input-placeholder {
    color: #ababab;
    opacity: 1
}

::-moz-placeholder {
    color: #ababab;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ababab;
    opacity: 1
}
.contain .language-switch {
    position: absolute;
    top: 0;
    right: -90px;
}
.contain .language-switch a{
    padding-right:10px;
}
/*!
 * ui-dialog.css
 * Date: 2014-07-03
 * https://github.com/aui/artDialog
 * (c) 2009-2014 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html
 */
.ui-dialog {
    *zoom: 1;
    _float: left;
    position: relative;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 6px;
    outline: 0;
    background-clip: padding-box;
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
    transition: transform .15s ease-in-out, opacity .15s ease-in-out;
}

.ui-popup-show .ui-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ui-popup-focus .ui-dialog {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.ui-popup-modal .ui-dialog {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);
}

.ui-dialog-grid {
    width: auto;
    margin: 0;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    background: transparent;
}

.ui-dialog-header,
.ui-dialog-body,
.ui-dialog-footer {
    padding: 0;
    border: 0 none;
    text-align: left;
    background: transparent;
}

.ui-dialog-header {
    white-space: nowrap;
    border-bottom: 1px solid #E5E5E5;
}

.ui-dialog-close {
    position: relative;
    _position: absolute;
    float: right;
    top: 13px;
    right: 13px;
    _height: 26px;
    padding: 0 4px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: pointer;
    background: transparent;
    _background: #FFF;
    border: 0;
    -webkit-appearance: none;
}

    .ui-dialog-close:hover,
    .ui-dialog-close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        outline: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.ui-dialog-title {
    margin: 0;
    line-height: 1.428571429;
    min-height: 16.428571429px;
    padding: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    cursor: default;
}

.ui-dialog-body {
    padding: 20px;
    text-align: center;
}

.ui-dialog-content {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    text-align: left;
}

.ui-dialog-footer {
    padding: 0 20px 20px 20px;
}

.ui-dialog-statusbar {
    float: left;
    margin-right: 20px;
    padding: 6px 0;
    line-height: 1.428571429;
    font-size: 14px;
    color: #888;
    white-space: nowrap;
}

    .ui-dialog-statusbar label:hover {
        color: #333;
    }

    .ui-dialog-statusbar input,
    .ui-dialog-statusbar .label {
        vertical-align: middle;
    }

.ui-dialog-button {
    float: right;
    white-space: nowrap;
}

.ui-dialog-footer button + button {
    margin-bottom: 0;
    margin-left: 5px;
}

.ui-dialog-footer button {
    width: auto;
    overflow: visible;
    display: inline-block;
    padding: 6px 12px;
    _margin-left: 5px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .ui-dialog-footer button:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .ui-dialog-footer button:hover,
    .ui-dialog-footer button:focus {
        color: #333333;
        text-decoration: none;
    }

    .ui-dialog-footer button:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .ui-dialog-footer button[disabled] {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.ui-dialog-footer button {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .ui-dialog-footer button:hover,
    .ui-dialog-footer button:focus,
    .ui-dialog-footer button:active {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .ui-dialog-footer button:active {
        background-image: none;
    }

    .ui-dialog-footer button[disabled],
    .ui-dialog-footer button[disabled]:hover,
    .ui-dialog-footer button[disabled]:focus,
    .ui-dialog-footer button[disabled]:active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

    .ui-dialog-footer button.ui-dialog-autofocus {
        color: #ffffff;
        background-color: #428bca;
        border-color: #357ebd;
    }

        .ui-dialog-footer button.ui-dialog-autofocus:hover,
        .ui-dialog-footer button.ui-dialog-autofocus:focus,
        .ui-dialog-footer button.ui-dialog-autofocus:active {
            color: #ffffff;
            background-color: #3276b1;
            border-color: #285e8e;
        }

        .ui-dialog-footer button.ui-dialog-autofocus:active {
            background-image: none;
        }

.ui-popup-top-left .ui-dialog,
.ui-popup-top .ui-dialog,
.ui-popup-top-right .ui-dialog {
    top: -8px;
}

.ui-popup-bottom-left .ui-dialog,
.ui-popup-bottom .ui-dialog,
.ui-popup-bottom-right .ui-dialog {
    top: 8px;
}

.ui-popup-left-top .ui-dialog,
.ui-popup-left .ui-dialog,
.ui-popup-left-bottom .ui-dialog {
    left: -8px;
}

.ui-popup-right-top .ui-dialog,
.ui-popup-right .ui-dialog,
.ui-popup-right-bottom .ui-dialog {
    left: 8px;
}

.ui-dialog-arrow-a,
.ui-dialog-arrow-b {
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
    _color: #FF3FFF;
    _filter: chroma(color=#FF3FFF);
    border: 8px dashed transparent;
}

.ui-popup-follow .ui-dialog-arrow-a,
.ui-popup-follow .ui-dialog-arrow-b {
    display: block;
}

.ui-popup-top-left .ui-dialog-arrow-a,
.ui-popup-top .ui-dialog-arrow-a,
.ui-popup-top-right .ui-dialog-arrow-a {
    bottom: -16px;
    border-top: 8px solid #7C7C7C;
}

.ui-popup-top-left .ui-dialog-arrow-b,
.ui-popup-top .ui-dialog-arrow-b,
.ui-popup-top-right .ui-dialog-arrow-b {
    bottom: -15px;
    border-top: 8px solid #fff;
}

.ui-popup-top-left .ui-dialog-arrow-a,
.ui-popup-top-left .ui-dialog-arrow-b {
    left: 15px;
}

.ui-popup-top .ui-dialog-arrow-a,
.ui-popup-top .ui-dialog-arrow-b {
    left: 50%;
    margin-left: -8px;
}

.ui-popup-top-right .ui-dialog-arrow-a,
.ui-popup-top-right .ui-dialog-arrow-b {
    right: 15px;
}

.ui-popup-bottom-left .ui-dialog-arrow-a,
.ui-popup-bottom .ui-dialog-arrow-a,
.ui-popup-bottom-right .ui-dialog-arrow-a {
    top: -16px;
    border-bottom: 8px solid #7C7C7C;
}

.ui-popup-bottom-left .ui-dialog-arrow-b,
.ui-popup-bottom .ui-dialog-arrow-b,
.ui-popup-bottom-right .ui-dialog-arrow-b {
    top: -15px;
    border-bottom: 8px solid #fff;
}

.ui-popup-bottom-left .ui-dialog-arrow-a,
.ui-popup-bottom-left .ui-dialog-arrow-b {
    left: 15px;
}

.ui-popup-bottom .ui-dialog-arrow-a,
.ui-popup-bottom .ui-dialog-arrow-b {
    margin-left: -8px;
    left: 50%;
}

.ui-popup-bottom-right .ui-dialog-arrow-a,
.ui-popup-bottom-right .ui-dialog-arrow-b {
    right: 15px;
}

.ui-popup-left-top .ui-dialog-arrow-a,
.ui-popup-left .ui-dialog-arrow-a,
.ui-popup-left-bottom .ui-dialog-arrow-a {
    right: -16px;
    border-left: 8px solid #7C7C7C;
}

.ui-popup-left-top .ui-dialog-arrow-b,
.ui-popup-left .ui-dialog-arrow-b,
.ui-popup-left-bottom .ui-dialog-arrow-b {
    right: -15px;
    border-left: 8px solid #fff;
}

.ui-popup-left-top .ui-dialog-arrow-a,
.ui-popup-left-top .ui-dialog-arrow-b {
    top: 15px;
}

.ui-popup-left .ui-dialog-arrow-a,
.ui-popup-left .ui-dialog-arrow-b {
    margin-top: -8px;
    top: 50%;
}

.ui-popup-left-bottom .ui-dialog-arrow-a,
.ui-popup-left-bottom .ui-dialog-arrow-b {
    bottom: 15px;
}

.ui-popup-right-top .ui-dialog-arrow-a,
.ui-popup-right .ui-dialog-arrow-a,
.ui-popup-right-bottom .ui-dialog-arrow-a {
    left: -16px;
    border-right: 8px solid #7C7C7C;
}

.ui-popup-right-top .ui-dialog-arrow-b,
.ui-popup-right .ui-dialog-arrow-b,
.ui-popup-right-bottom .ui-dialog-arrow-b {
    left: -15px;
    border-right: 8px solid #fff;
}

.ui-popup-right-top .ui-dialog-arrow-a,
.ui-popup-right-top .ui-dialog-arrow-b {
    top: 15px;
}

.ui-popup-right .ui-dialog-arrow-a,
.ui-popup-right .ui-dialog-arrow-b {
    margin-top: -8px;
    top: 50%;
}

.ui-popup-right-bottom .ui-dialog-arrow-a,
.ui-popup-right-bottom .ui-dialog-arrow-b {
    bottom: 15px;
}


@-webkit-keyframes ui-dialog-loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes ui-dialog-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ui-dialog-loading {
    vertical-align: middle;
    position: relative;
    display: block;
    *zoom: 1;
    *display: inline;
    overflow: hidden;
    width: 32px;
    height: 32px;
    top: 50%;
    margin: -16px auto 0 auto;
    font-size: 0;
    text-indent: -999em;
    color: #666;
}

.ui-dialog-loading {
    width: 100%\9;
    text-indent: 0\9;
    line-height: 32px\9;
    text-align: center\9;
    font-size: 12px\9;
}

    .ui-dialog-loading::after {
        position: absolute;
        content: '';
        width: 3px;
        height: 3px;
        margin: 14.5px 0 0 14.5px;
        border-radius: 100%;
        box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
        -webkit-transform: rotate(360deg);
        -webkit-animation: ui-dialog-loading 1.5s infinite linear;
        transform: rotate(360deg);
        animation: ui-dialog-loading 1.5s infinite linear;
        display: none\9;
    }

.rides-cs {
    font-size: 12px;
    background: #29a7e2;
    position: fixed;
    top: 250px;
    right: 0px;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0px 0 6px;
}

.rides-cs a { color: #00A0E9; }

.rides-cs a:hover {
    color: #ff8100;
    text-decoration: none;
}

.rides-cs .floatL {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 21px;
    height: 181px;
}

.rides-cs .floatL a {
    font-size: 0;
    text-indent: -999em;
    display: block;
}

.rides-cs .floatR {
    width: 130px;
    float: left;
    padding: 5px;
    overflow: hidden;
}

.rides-cs .floatR .cn {
    background: #F7F7F7;
    border-radius: 6px;
    margin-top: 4px;
}

.rides-cs .cn .titZx {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 5px;
    text-align: center;
}

.rides-cs .cn ul { padding: 0px; }

.rides-cs .cn ul li {
    line-height: 38px;
    height: 38px;
    border-bottom: solid 1px #E6E4E4;
    overflow: hidden;
    text-align: center;
}

.rides-cs .cn ul li span { color: #777; }

.rides-cs .cn ul li a {
    color: #777;
    display: inline !important;
}

.rides-cs .cn ul li img { vertical-align: middle; }

.rides-cs .btnOpen, .rides-cs .btnCtn {
    position: relative;
    z-index: 9;
    top: 25px;
    left: 0;
    background-image: url(/images/shopnc.png);
    background-repeat: no-repeat;
    display: block;
    height: 146px;
    padding: 8px;
}

.rides-cs .btnOpen { background-position: -410px 0; }

.rides-cs .btnCtn { background-position: -450px 0; }

.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px; }

.rides-cs ul li.bot { border-bottom: none; }
