/* v=1786470001 zhixin-dianyuan */
html, body {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei',"Helvetica Neue",helvetica,'lucida grande','lucida sans unicode',lucida,'Hiragino Sans GB','WenQuanYi Micro Hei',sans-serif;
    font-size: 14px;
}

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, input, img, label, pre, table, th, td, p, fieldset, textarea, blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var, i {
    font-style: normal;
    font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

img {
    vertical-align: top
}

ul, ol {
    list-style-type: none
}

a {
    text-decoration: none;
    cursor: pointer
}

:focus {
    outline: none;
}

.clear {
    clear: both;
    overflow: hidden;
    float: none;
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
}
/* new clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: ".";
    clear: both;
    height: 0;
}

*html .clearfix {
    zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}
/* IE7 */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.r3px {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.r5px {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.r10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.r100px {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

input[type=checkbox], input[type=radio] {
    width: 14px;
    height: 14px;
    background: #FFF;
    cursor: pointer;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.tst2s {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.Center {
    width: 1200px;
    margin: 0 auto;
}

.mask_black {
    position: fixed;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    visibility: hidden
}

    .mask_black.in {
        background-color: rgba(0,0,0,.7);
        visibility: visible
    }

.right_nav {
    width: 50px;
    height: 200px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    position: fixed;
    z-index: 999;
    right: 35px;
    top: 30%;
}

    .right_nav li {
        height: 50px;
    }

        .right_nav li a {
            display: inline-block;
            width: 50px;
            height: 50px;
            background: #FFF url(../images/rightnavicon.png) no-repeat;
            border-bottom: #eee 1px solid;
            transition: background-color .3s linear;
            -moz-transition: background-color .3s linear;
            -webkit-transition: background-color .3s linear;
            -o-transition: background-color .3s linear;
        }

        .right_nav li:last-child a {
            border: none;
        }

        .right_nav li a.weixin {
            background-position: 0 0;
        }

        .right_nav li a.qq {
            background-position: 0 -50px;
            border-top-left-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            -moz-border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-right-radius: 5px;
            -moz-border-top-right-radius: 5px;
        }

        .right_nav li a.phone {
            background-position: 0 -100px
        }

        .right_nav li a.fanhui {
            background-position: 0 -150px;
            border-bottom-left-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
            -moz-border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-bottom-right-radius: 5px;
        }

        .right_nav li a.weixin:hover {
            background-color: #55ba29;
            background-position: 0 -200px;
        }

        .right_nav li a.qq:hover {
            background-color: #3ca1dc;
            background-position: 0 -250px;
            border: none;
        }

        .right_nav li a.phone:hover {
            background-color: #e69e39;
            background-position: 0 -300px;
            border: none;
        }

        .right_nav li a.fanhui:hover {
            background-color: #666;
            background-position: 0 -350px;
            border: none;
        }

        .right_nav li a:hover .content {
            display: block
        }

    .right_nav .content {
        position: absolute;
        background: #FFF;
        right: 60px;
        box-shadow: 2px 0 10px rgba(0,0,0,.2);
        padding: 16px 18px;
        font-size: 15px;
        color: #666;
        display: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 210px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .right_nav .content p {
            margin: 0;
            line-height: 1.5;
            text-align: center;
            white-space: normal;
            word-break: break-word;
        }

        .right_nav .content p + p {
            margin-top: 8px;
        }

        .right_nav .content img {
            display: block;
            margin: 0 auto 12px;
        }

        .right_nav .content i {
            position: absolute;
            top: 15px;
            right: -6px;
            display: inline-block;
            border-left: 6px solid #FFF;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
        }

@keyframes move {
    0% {
        transform: translateY(50%);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@-webkit-keyframes move {
    0% {
        transform: translateY(50%);
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

body {
    padding-top: 70px;
    background:#FFFBF4;
}

.menubox {
    width: 100%;
    background: rgba(70,124,212,255);
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 996
}

    .menubox .logo {
        padding: 0 35px 0 0;
        margin-top: 12px;
        border-right: #594e3e 1px dotted;
    }

    .menubox .menu {
        padding: 0 15px
    }

        .menubox .menu a {
            float: left;
            height: 70px;
            line-height: 67px;
            font: normal 16px/67px 'Microsoft YaHei';
            color: #ccc;
            margin: 0 26px;
            padding: 0 5px;
            position: relative;
            transition: all .5s linear;
            -webkit-transition: all .5s linear;
        }

            .menubox .menu a:after {
                content: '';
                display: inline-block;
                position: absolute;
                top: 0;
                left: 50%;
                height: 3px;
                background: #fff;
                width: 0;
                transition: all .2s linear;
                -webkit-transition: all .2s linear;
            }

            .menubox .menu a:hover:after {
                width: 100%;
                left: 0
            }

            .menubox .menu a:hover {
                color: #fff;
            }

            .menubox .menu a:first-child {
                padding: 0 15px;
            }

            .menubox .menu a.current {
                color: #fff;
                font-weight: bold;
            }

                .menubox .menu a.current:after {
                    width: 100%;
                    left: 0
                }

    .menubox .login {
        font-size: 14px;
        margin-top: 19px;
    }

        .menubox .login a {
            margin-left: 15px;
            color: #fff;
            display: inline-block;
            width: 90px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            border: #fff 1px solid;
        }

            .menubox .login a.register {
                background: #fff;
                color: #996926
            }

            .menubox .login a:hover {
                text-decoration: underline;
            }

.banner {
    width: 100%;
    overflow: hidden;
    background: #f5f8ff;
}

    .banner > div {
        width: 100%;
        height: 100px;
        min-width: 1200px
    }

    .banner .text {
    }

    .banner .banner01 {
        background: url(../images/banner_01.jpg) no-repeat center top;
    }

    .banner .banner02 {
        background: url(../images/banner_02.jpg) no-repeat center top;
        color: #ffe4ba;
        font-size: 60px;
        font-weight: bold;
    }

        .banner .banner02 p {
            font-size: 24px;
            color: #fff;
            font-weight: 100;
            padding-top: 10px;
        }

        .banner .banner02 .text {
            padding-left: 110px;
        }

    .banner .banner03 {
        background: url(../images/banner_03.jpg) no-repeat center top;
        font-size: 30px;
        color: #FFF;
        line-height: 44px;
    }

        .banner .banner03 .text {
            position: relative
        }

            .banner .banner03 .text span {
                position: absolute;
                top: 65px;
            }

                .banner .banner03 .text span a {
                    color: #ffe4ba;
                    font-size: 18px;
                    display: inline-block;
                    margin: 62px 0 0 5px;
                    background: url(../images/video_icon.png) no-repeat right 13px;
                    padding: 0 26px 0 0
                }

                    .banner .banner03 .text span a:hover {
                        text-decoration: underline
                    }

            .banner .banner03 .text p {
            }

        .banner .banner03 .x {
            display: inline-block;
            width: 60px;
            height: 4px;
            background-color: #ffe4ba;
            margin: 40px 0 0 110px;
        }

    .banner .banner04 {
        background: url(../images/banner_04.jpg) no-repeat center top;
    }
        /*.banner .banner04 a{width:524px;height:294px;background: url(../images/video_03.png) no-repeat;margin-left: 110px;}*/
        .banner .banner04 .Video1 {
            width: 524px;
            height: 294px;
            background: url(../images/video_06.jpg) no-repeat center;
            margin-left: 90px;
            margin-top: -10px;
            float: left;
        }

        .banner .banner04 a {
            padding: 120px 230px;
            float: left;
        }

        .banner .banner04 .a2 {
            width: 60px;
            height: 60px;
            transition: width 1.5s, height 1.5s;
            -moz-transition: width 1.5s, height 1.5s, -moz-transform 1.5s;
            -webkit-transition: width 1.5s, height 1.5s, -webkit-transform 1.5s;
            -o-transition: width 1.5s, height 1.5s, -o-transform 1.5s;
        }

            .banner .banner04 .a2:hover {
                width: 60px;
                height: 60px;
                transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -webkit-transform: rotate(360deg);
                -o-transform: rotate(360deg);
            }

    .banner .banner05 {
        background: url(../images/banner_05.jpg) no-repeat center top;
    }

        .banner .banner05 a {
            display: inline-block;
            background: #33cc8c;
            font-size: 20px;
            color: #FFF;
            display: inline-block;
            width: 130px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin: 120px 190px 0 0
        }

    .banner .banner05 {
        background: url(../images/banner_05.jpg) no-repeat center top;
    }

        .banner .banner05 a {
            background: #33cc8c;
            font-size: 20px;
            color: #FFF;
            display: inline-block;
            width: 130px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            margin: 120px 190px 0 0
        }

            .banner .banner05 a:hover {
                background: #26bf80;
                text-decoration: underline;
            }

    .banner .banner06 {
        background: url(../images/banner_06.jpg) no-repeat center top;
    }

    .banner .banner07 {
        background: url(../images/banner_07.jpg) no-repeat center top;
        height: 50px;
    }

.Videomp4 {
    position: absolute;
    top: -30px;
    left: 0
}

.Videomp4 {
    position: fixed;
    left: 50%;
    top: 0;
    width: 660px;
    height: 420px;
    margin-left: -330px;
    z-index: 998;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

    .Videomp4.in {
        left: 50%;
        top: 20%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

        .Videomp4.in + .link {
            background: none;
        }

            .Videomp4.in + .link a {
                filter: alpha(opacity=0);
                -moz-opacity: 0;
                -khtml-opacity: 0;
                opacity: 0;
            }

    .Videomp4 .mask_black.in {
        background: rgba(0,0,0,.85)
    }

    .Videomp4 a.close, .AgentBox a.close {
        display: inline-block;
        width: 48px;
        height: 48px;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        background: url(../images/video_05.png) no-repeat;
        position: absolute;
        top: 30px;
        right: -48px;
    }

        .Videomp4 a.close:hover, .AgentBox a.close:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

.caption {
    text-align: center;
    padding-top: 80px;
    margin: 0px 0 70px;
}

    .caption img {
        margin: 8px 0
    }

    .caption p {
        color: #000;
        font-size: 34px;
        display: block;
    }

    .caption span {
        color: #333333;
        font-size: 20px;
    }

    .caption .p1 {
        color: #000;
        font-size: 34px;
        display: block;
    }

    .caption .underline1, .caption .underline2, .caption .underline3 {
        width: 80px;
        height: 2px;
        margin: 26px auto;
    }

    .caption .underline1 {
        background-color: #58aeef;
    }

    .caption .underline2 {
        background-color: #FFFFFF;
    }

    .caption .underline3 {
        background-color: #ffb86f;
    }

    .caption .up {
        padding-top: 40px;
    }

.caption1 {
    text-align: center;
    padding-top: 80px;
}

    .caption1 img {
        margin: 8px 0
    }

    .caption1 p {
        color: #000;
        font-size: 34px;
        display: block;
    }

    .caption1 span {
        color: #333333;
        font-size: 20px;
    }

    .caption1 .p1 {
        color: #000;
        font-size: 34px;
        display: block;
    }

    .caption1 .underline1, .caption1 .underline2, .caption1 .underline3 {
        width: 80px;
        height: 2px;
        margin: 26px auto;
    }

    .caption1 .underline1 {
        background-color: #58aeef;
    }

    .caption1 .underline2 {
        background-color: #FFFFFF;
    }

    .caption1 .underline3 {
        background-color: #ffb86f;
    }

.charging {
    width: 100%;
    height: 610px;
    color: #FFFFFF;
    margin: 0 auto;
    background: url(../images/charging-bg.jpg) center no-repeat;
    overflow: hidden;            /* 底部裁切限制：两台手机素材自带的底部阴影被白色底色容器下边遮挡住，不再向下溢出到白色区域以外 */
}

.charging1 {
    width: 100%;
    height: 650px;
    color: #FFFFFF;
    margin: 0 auto;
    background: url(../images/jt1.png) center no-repeat;
}


    .charging .c-left img {
        padding-left: 80px;
    }

    .charging ul {
        float: right;
        color: #1a1a1a;
        font-size: 20px;
        margin: -280px 100px;
    }

        .charging ul li {
            padding: 10px 0;
        }

            .charging ul li b {
                font-weight: bold;
                padding-right: 10px;
                color: #ffc45c;
            }

/*澶氱鏁版嵁*/
.Multiport {
    background-color: #F5F5F5;
    background: url(../images/multiport-bg.png) center no-repeat;
}

.Multiport {
    width: 100%;
    height: 740px;
}

    .Multiport img, .Multiport .mk {
        display: inline-block;
        margin: -10px 0 0 100px;
    }

    .Multiport .Center p {
        font-size: 24px;
        color: #333;
        margin-bottom: 10px;
    }

    .Multiport .Center .list {
        position: relative;
        z-index: 100;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

        .Multiport .Center .list:hover {
            transform: translateX()(-8px);
            -webkit-transform: translateX(-5px);
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
        }

    .Multiport .Center span {
        font-size: 16px;
        color: #666;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .Multiport .Center .left {
        float: left;
        width: 420px;
        padding-left: 30px;
    }

    .Multiport .m-left1, .Multiport .m-left2, .Multiport .m-right1, .Multiport .m-right2 {
        width: 530px;
        height: 175px;
        padding-top: 50px;
    }

    .Multiport .m-left1 {
        background: url(../images/multiport01.png) no-repeat;
    }

    .Multiport .m-left2 {
        background: url(../images/multiport02.png) no-repeat;
    }

    .Multiport .m-right1 {
        background: url(../images/multiport03.png) no-repeat;
    }

    .Multiport .m-right2 {
        background: url(../images/multiport04.png) no-repeat;
    }

    .Multiport img {
        float: left;
        padding: 0 10px 0 20px;
    }

    .Multiport .m-center {
        padding-top: 120px;
        float: left;
        position: relative;
        z-index: 1;
    }

        .Multiport .m-center img {
            padding: 0 0 0 0;
            float: left;
            width: 360px;
        }

    .Multiport .right {
        float: left;
        padding-left: 200px;
    }

    .Multiport .m-left2, .Multiport .m-right2 {
        margin-top: 70px;
    }

.Boss {
    width: 100%;
    height: 900px;
    text-align: center;
}

    .Boss .Center p {
        color: #333;
        font-size: 20px;
        padding-top: 30px;
    }

.Marketing {
    background-color: #F5F5F5;
    height: 900px;
}

    .Marketing .Center .ul01 li {
        float: left;
        font-size: 28px;
        color: #666666;
        display: block;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        text-align: center;
        position: relative;
        width: 400px;
    }
    /*.Marketing .Center .ul01 .M1{margin-left: 130px;}*/
    .Marketing .Center .ul01 .hover {
        color: #ec963e;
    }

        .Marketing .Center .ul01 .hover:after {
            content: '';
            display: inline-block;
            position: absolute;
            top: 65px;
            height: 2px;
            background: #fa9b3a;
            transition: all .2s linear;
            -webkit-transition: all .2s linear;
            width: 30%;
            left: 35%;
        }

    .Marketing .Center .ul01 li:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 65px;
        left: 40%;
        height: 2px;
        width: 0;
        background: #fa9b3a;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    .Marketing .Center .ul01 li:hover {
        color: #fa9b3a;
    }

        .Marketing .Center .ul01 li:hover:after {
            width: 30%;
            left: 35%;
        }

    .Marketing .Center .underline4 {
        background-color: #CCCCCC;
        height: 1px;
        width: 1200px;
        margin-top: 30px;
    }

    .Marketing .Center .bg {
        width: 1200px;
        height: 446px;
        background: url(../images/marketing-bg.png) no-repeat center;
        margin-top: 40px;
    }

        .Marketing .Center .bg ul {
            float: left;
            margin-top: 72px;
            width: 600px;
        }

            .Marketing .Center .bg ul li {
                margin-left: 116px;
                font-size: 20px;
                color: #333333;
                margin-top: 56px;
            }

            .Marketing .Center .bg ul .li01 {
                margin-top: 0;
            }

            .Marketing .Center .bg ul li img, .Marketing .Center .bg ul li span, .Marketing .Center .bg ul li div {
                display: inline-block;
            }

        .Marketing .Center .bg .i01 {
            padding: 100px 0 0 750px;
        }

        .Marketing .Center .bg ul li span {
            line-height: 40px;
            margin-top: -10px;
        }

        .Marketing .Center .bg ul li div {
            padding-left: 20px;
        }

        .Marketing .Center .bg ul li p {
            font-size: 16px;
            color: #4c4c4c;
        }

/*鏍稿績鍔熻兘*/
.Core {
    width: 100%;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
}

    .Core span {
        display: block;
    }

    .Core .Center {
        width: 1200px;
        height: 527px;
    }

    .Core ul li {
        float: left;
        width: 171px;
        padding: 26px 0;
    }

        .Core ul li span {
            color: #333333;
            font-size: 18px;
            padding-top: 20px;
        }

        .Core ul li a {
            cursor: default;
        }

    .Core .more {
        display: block;
        width: 176px;
        height: 50px;
        margin: 0px auto 70px;
        font-weight: 400;
        background-color: #2475B3;
        border-radius: 10px;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 46px;
    }

        .Core .more:hover {
            background-color: #216aa2;
        }

    .Core img{width:70px;}


    .More {
        padding: 60px 0 80px 0;
        text-align: center
    }

    .More a {
        display: inline-block;
        width: 340px;
        line-height: 60px;
        text-align: center;
        color: #FFF;
        font-size: 22px;
        background: #2680bf
    }

        .More a:hover {
            background: #1b73b3;
            text-decoration: underline
        }

        .More a.reg {
            background: #29a672
        }

            .More a.reg:hover {
                background: #1f9966
            }

/*鎴戜滑鐨勬湇鍔?/
.Services {
    background: #121a37 url(../images/services_02.jpg) no-repeat center top;
    height: 610px;
}

    .Services .caption h2 {
        color: #FFF
    }

    .Services .caption p {
        color: #dddddd;
        color: rgba(255,255,255,.7)
    }

    .Services .cont {
        padding: 95px 0 0 0;
    }

        .Services .cont .item {
            width: 25%;
            text-align: center;
            color: #FFF
        }

        .Services .cont i {
            display: inline-block;
            width: 145px;
            height: 100px;
            background: url(../images/services_icon.png) no-repeat;
            margin: 25px 0 30px
        }

        .Services .cont .item.xtcz i {
            background-position: 0 0
        }

        .Services .cont .item.shfw i {
            background-position: 0 -100px
        }

        .Services .cont .item.shfw p {
            margin: 12px 0 0 0
        }

        .Services .cont .item.xtwh i {
            background-position: 0 -200px
        }

        .Services .cont .item.xqsj i {
            background-position: 0 -300px
        }

    .Services .item h4 {
        color: #ffd599;
        font-size: 26px;
    }

    .Services .item p {
        font-size: 20px;
        line-height: 32px;
    }

/*鏈嶅姟鏀寔*/
.Service {
    height: 495px;
    background: url(../images/service-bg.png) no-repeat center;
}

    .Service .up {
        padding: 40px 0 0;
    }

        .Service .up p, .Service span {
            color: #FFFFFF;
        }

    .Service .Center {
        margin-top: 90px;
    }

        .Service .Center ul i {
            display: block;
            width: 58px;
            height: 58px;
            margin: 0 auto;
        }

        .Service .Center ul .i1 {
            background: url(../images/service01.png) no-repeat;
        }

        .Service .Center ul .i2 {
            background: url(../images/service02.png) no-repeat;
        }

        .Service .Center ul .i3 {
            background: url(../images/service03.png) no-repeat;
        }

        .Service .Center ul .i4 {
            background: url(../images/service04.png) no-repeat;
        }

        .Service .Center ul .i1:hover {
            background: url(../images/service05.png) no-repeat;
        }

        .Service .Center ul .i2:hover {
            background: url(../images/service06.png) no-repeat;
        }

        .Service .Center ul .i3:hover {
            background: url(../images/service07.png) no-repeat;
        }

        .Service .Center ul .i4:hover {
            background: url(../images/service08.png) no-repeat;
        }

    .Service ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .Service ul li {
        float: none;
        text-align: center;
        width: auto;
        color: #FFFFFF;
    }

        .Service ul li p {
            font-size: 20px;
            padding: 16px 0 16px 0;
        }

        .Service ul li span {
            font-size: 14px;
            letter-spacing: 2px;
        }

.Customer {
    background-color: #f5f5f5;
    height: 1000px;
}

    .Customer .Center {
        background: url(../images/customer_bg.png) no-repeat center;
    }

        .Customer .Center ul {
            padding-top: 50px;
            margin-left: 940px;
        }

            .Customer .Center ul li {
                width: 200px;
                border-bottom: 1px solid #ccc;
                padding-top: 40px;
            }

                .Customer .Center ul li span {
                    color: #2eb463;
                    font-size: 40px;
                    font-weight: 600;
                }

                .Customer .Center ul li p {
                    color: #666666;
                    font-size: 20px;
                    padding: 10px 0 40px 0;
                }

/*瀵规瘮*/
.Contrast {
    background: #F5F5F5;
    padding: 80px 0 20px 0;
}

    .Contrast .title {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 28px;
        text-align: center;
        margin-bottom: 60px
    }

        .Contrast .title dt {
            width: 63%;
            height: 60px;
            background: #269969;
            color: #FFF;
            position: relative;
            border-top-left-radius: 100px;
            -webkit-border-top-left-radius: 100px;
            -moz-border-top-left-radius: 100px;
            border-bottom-left-radius: 100px;
            -webkit-border-bottom-left-radius: 100px;
            -moz-border-bottom-left-radius: 100px;
        }

        .Contrast .title img {
            position: absolute;
            right: -63px;
            top: -40px;
        }

        .Contrast .title dd {
            width: 37%;
            height: 60px;
            background: #CCC;
            color: #FFF;
            border-top-right-radius: 100px;
            -webkit-border-top-right-radius: 100px;
            -moz-border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
            -webkit-border-bottom-right-radius: 100px;
            -moz-border-bottom-right-radius: 100px;
        }

        .Contrast .title i {
            display: inline-block;
            border-top: #269969 60px solid;
            border-left: #269969 0 solid;
            border-right: transparent 20px solid;
            float: right;
            margin: 0 -20px 0 0
        }

    .Contrast .list {
        height: 80px;
        font-size: 16px;
        border-bottom: #DDD 1px dashed;
        line-height: 26px;
    }

        .Contrast .list:last-child {
            border: none;
        }

        .Contrast .list dt {
            width: 63%;
            color: #269969;
            padding: 14px 70px 0 25px;
            position: relative
        }

        .Contrast .list span {
            position: absolute;
            right: -20px;
            top: 15px;
            font-weight: bold;
            background: #269969;
            color: #FFF;
            text-align: center;
            width: 52px;
            height: 50px;
        }

        .Contrast .list p {
            display: block;
            border: #66cca0 1px dashed;
            height: 48px;
            margin: 1px 0 0 1px;
            width: 50px;
            padding: 13px 4px 0;
            line-height: 22px;
        }

        .Contrast .list dd {
            width: 37%;
            color: #666;
            padding: 14px 45px 0 75px;
        }

/*鍚堜綔鍟嗗鍦板浘*/
.CpMap {
    background: url(../images/coopertion_01.jpg) no-repeat center 500px;
}

    .CpMap .mapbox {
        text-align: center;
        position: relative;
        width: 800px;
        margin: 20px auto 0 auto;
    }

    .CpMap .dot {
        position: absolute;
        text-align: left
    }

        .CpMap .dot span {
            font-size: 26px;
            color: #333;
            display: block
        }

        .CpMap .dot div {
            position: absolute;
            top: 0;
            left: 0;
        }

        .CpMap .dot .dot_a {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            width: 14px;
            height: 14px;
            background: #33cc8c
        }

        .CpMap .dot .dot_b {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            border: #33cc8c 1px solid;
            width: 100%;
            height: 100%;
            animation: ripple 4s ease-out infinite;
            -webkit-animation: ripple 4s ease-out 225ms infinite;
            opacity: 0;
            background: rgba(51,204,140,.1)
        }

        .CpMap .dot .dot_c {
            animation: ripple 4s ease-out .9s infinite;
            -webkit-animation: ripple 4s ease-out .9s infinite;
            opacity: 0;
            background: rgba(51,204,140,.1)
        }

        .CpMap .dot .dot_d {
            animation: ripple 4s ease-out 1.8s infinite;
            -webkit-animation: ripple 4s ease-out 1.8s infinite;
            opacity: 0;
            background: rgba(51,204,140,.1)
        }

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }

    5% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.Video {
    background: #f5f5f5;
    text-align: center;
}

    .Video .cont {
        padding: 60px 0 95px 0;
        background: url(../images/video_02.jpg) no-repeat center 130px;
        position: relative
    }

        .Video .cont .link {
            width: 660px;
            height: 420px;
            background: url(../images/video_03.jpg) no-repeat;
            margin: 0 auto;
            padding-top: 160px;
        }

            .Video .cont .link a {
                filter: alpha(opacity=70);
                -moz-opacity: .7;
                -khtml-opacity: .7;
                opacity: .7;
            }

                .Video .cont .link a:hover {
                    filter: alpha(opacity=100);
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                }

        .Video .cont video {
            position: absolute;
            top: -30px;
            left: 0
        }

    .Video .mp4 {
        position: fixed;
        left: 50%;
        top: 0;
        width: 660px;
        height: 420px;
        margin-left: -330px;
        z-index: 998;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
    }

        .Video .mp4.in {
            left: 50%;
            top: 20%;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        }

            .Video .mp4.in + .link {
                background: none;
            }

                .Video .mp4.in + .link a {
                    filter: alpha(opacity=0);
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    opacity: 0;
                }

    .Video .bgblack.in {
        background: rgba(0,0,0,.85)
    }

    .Video .mp4 a.close, .AgentBox a.close {
        display: inline-block;
        width: 48px;
        height: 48px;
        filter: alpha(opacity=50);
        -moz-opacity: .5;
        -khtml-opacity: .5;
        opacity: .5;
        background: url(../images/video_05.png) no-repeat;
        position: absolute;
        top: 0;
        right: -48px;
    }

        .Video .mp4 a.close:hover, .AgentBox a.close:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

/*搴曢儴鐗堟潈*/
.Copyright {
    background: #303030;
    padding-top: 25px;
}

    .Copyright .text {
        color: #666;
        text-align: center;
        padding-bottom: 20px
    }

    .Copyright .otherlink {
        border-left: #4c4c4c 1px dotted;
        margin-top: 10px
    }

        .Copyright .otherlink dl {
            float: left;
            line-height: 26px;
            margin: 0 60px;
        }

        .Copyright .otherlink dt {
            font-size: 16px;
            color: #eee;
            font-weight: bold;
            position: relative;
            margin-bottom: 15px
        }

            .Copyright .otherlink dt:after {
                content: '';
                display: inline-block;
                position: absolute;
                width: 14px;
                height: 2px;
                background: #fff;
                left: 0;
                bottom: -9px;
            }

        .Copyright .otherlink dd a {
            color: #999;
            transition: all .2s linear;
            -moz-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
        }

        .Copyright .otherlink a:hover {
            text-decoration: underline;
            color: #fff
        }

    .Copyright i.line {
        display: inline-block;
        width: 1px;
        height: 160px;
        background: #444;
        margin: 35px 0 0 10px
    }

    .Copyright .contact {
        width: 240px;
        font-size: 16px;
        margin: 0 50px
    }

        .Copyright .contact dt {
            color: #999;
        }

        .Copyright .contact dd {
            color: #eee;
            margin: 5px 0 15px
        }

        .Copyright .contact .fs18 {
            font-size: 18px;
            font-family: Arial, Helvetica, sans-serif
        }

        .Copyright .contact .fs36 h2 {
            font-size: 36px;
            font-family: Arial, Helvetica, sans-serif;
            color: #fff;
            margin-bottom: 10px
        }

    .Copyright .weixin {
        width: 160px;
        height: 200px;
        background: #FFF;
        text-align: center;
        color: #666;
        padding-top: 15px;
        margin-right: 50px
    }

    .Copyright .record {
        height: 55px;
        line-height: 54px;
        border-top: #444 1px solid;
        text-align: center;
        color: #999;
        margin-top: 30px
    }

/*鍔熻兘鍒楄〃*/
.banner.corebanner {
    background: url(../images/list_banner_01.jpg) no-repeat center top;
    height: 400px;
    min-width: 1200px;
}

    .banner.corebanner .Center {
        padding: 130px 0 0 0;
        width: 1200px;
        text-align: center
    }

    .banner.corebanner h2 {
        display: block;
        font-size: 40px;
        color: #FFF;
        font-weight: normal;
        margin-bottom: 60px;
    }

    .banner.corebanner a {
        display: inline-block;
        width: 220px;
        line-height: 50px;
        font-size: 22px;
        color: #996926;
        background: #fff
    }

        .banner.corebanner a:hover {
            text-decoration: underline
        }

.core_nav {
    width: 100%;
    background: rgba(255,255,255,1);
    height: 80px;
}

    .core_nav.help_nav {
        background: #f5f5f5;
        border-bottom: #e8e8e8 1px solid
    }

    .core_nav.fly {
        position: fixed;
        top: 70px;
        background: rgba(255,255,255,.9);
        box-shadow: 20px 0 10px rgba(0,0,0,.1);
        z-index: 999
    }

    .core_nav a {
        font-size: 18px;
        color: #666;
        display: inline-block;
        margin: 20px 2px 0;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        height: 40px;
        line-height: 40px;
        min-width: 100px;
        padding: 0 10px;
        text-align: center;
    }

        .core_nav a.current {
            color: #FFF;
            background: #29a672
        }

        .core_nav a:hover {
            background: #29a672;
            color: #FFF;
        }

    .core_nav.fly + div, .help_nav.fly + .HelpCenter {
        margin-top: 80px;
    }

.core_list {
}

    .core_list.bggray {
        background: #F5F5F5
    }

    .core_list .side_txt {
        width: 50%;
    }

        .core_list .side_txt.fl {
            padding: 5% 5% 30px 0;
        }

        .core_list .side_txt.fr {
            padding: 5% 0 30px 5%;
        }

        .core_list .side_txt.fl b, .core_list .side_txt.fl p {
            float: right;
        }

        .core_list .side_txt b {
            font-size: 30px;
            color: #333;
            position: relative;
            margin-bottom: 20px;
            display: inline-block;
            width: 450px;
        }

            .core_list .side_txt b:after {
                content: '';
                display: inline-block;
                width: 20px;
                height: 4px;
                background: #fff;
                position: absolute;
                bottom: -13px;
                left: 0;
            }

        .core_list .side_txt p {
            font-size: 16px;
            color: #666;
            line-height: 30px;
            width: 450px;
        }

    .core_list .side_img {
        display: inline-block;
        width: 50%;
        padding: 30px;
        overflow: hidden
    }

@media screen and (max-width:1500px) {
    .core_list .side_img img {
    }
}

.core_list .side_img.fl {
    text-align: right
}

.core_list .side_img.fr {
    text-align: left
}

/*涓嬭浇涓績*/
.banner.downbanner {
    background: url(../images/list_banner_09.jpg) no-repeat center top;
    height: 400px;
    min-width: 1200px;
}

    .banner.downbanner .Center {
        padding: 150px 0 0 0;
        font-size: 40px;
        color: #FFF;
        width: 1200px;
        text-align: center
    }

.download {
    background: url(../images/down_01.jpg) no-repeat center bottom;
    padding: 100px 0 300px 0;
}

    .download .list {
        width: 320px;
        height: 480px;
        background: #f7f7f7;
        text-align: center;
        margin: 0 40px;
    }

    .download a {
        display: block;
        height: 100%;
        width: 100%;
        padding: 20px 20px 0;
    }

    .download .caption {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        padding: 10px 0 20px;
    }

    .download .icon {
        width: 130px;
        height: 130px;
        position: relative;
        overflow: hidden;
        margin: 0 auto
    }

        .download .icon img {
            width: 130px;
            height: 130px;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
            transform: scale(1,1);
            -webkit-transform: scale(1,1);
            transition: all .2s linear;
            -webkit-transition: all .2s linear
        }

    .download i {
        background: url(../images/down_02.png) no-repeat;
        display: inline-block;
        width: 130px;
        height: 130px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
    }

    .download .ios i {
        background-position: 0 -130px
    }

    .download .android i {
        background-position: 0 0
    }

    .download .windows i {
        background-position: 0 -260px
    }

    .download .p2 {
        padding: 20px 0;
        height: 80px;
        color: #666;
    }

    .download .txt {
        border-top: #eee 1px solid;
        text-align: left;
        padding: 20px 0 0;
        line-height: 22px;
        color: #999;
    }

        .download .txt p {
            margin-bottom: 5px
        }

        .download .txt font {
            margin: 0 5px
        }

    .download a:hover .icon img {
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2)
    }

    .download a:hover .icon i {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1,1);
        -webkit-transform: scale(1,1)
    }

    .download .list.android:hover {
        box-shadow: 0 26px 40px -24px rgba(107, 195, 28, 0.3);
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    .download .list.ios:hover {
        box-shadow: 0 26px 40px -24px rgba(0, 0, 0, 0.3);
        top: -10px;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    .download .list.windows:hover {
        box-shadow: 0 26px 40px -24px rgba(25, 129, 217, 0.3);
        top: -10px;
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

/*甯姪涓績*/
.banner.helpbanner {
    background: url(../images/list_banner_04.jpg) no-repeat center top;
    height: 400px;
    min-width: 1200px;
}

    .banner.helpbanner .Center {
        padding: 200px 0 0 0;
        font-size: 40px;
        color: #FFF;
        width: 1200px;
        text-align: center
    }

.HelpCenter .HelpNav {
    margin: 80px auto 0 auto;
    width: 720px;
}

    .HelpCenter .HelpNav .List {
        width: 160px;
        height: 160px;
        text-align: center;
        font-size: 16px;
        color: #666;
        background: #EEE;
        margin-right: 80px;
        cursor: pointer;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }

        .HelpCenter .HelpNav .List i {
            display: inline-block;
            width: 60px;
            height: 60px;
            background: url(../images/helpicon.png) no-repeat;
            margin-top: 30px;
        }

        .HelpCenter .HelpNav .List.wenti i {
            background-position: 0 0
        }

        .HelpCenter .HelpNav .List.yijian i {
            background-position: 0 -60px
        }

        .HelpCenter .HelpNav .List.shipin i {
            background-position: 0 -120px
        }

        .HelpCenter .HelpNav .List span {
            display: block;
            margin-top: 20px
        }

        .HelpCenter .HelpNav .List.current, .HelpCenter .HelpNav .List:hover {
            background: #e69e39;
            color: #FFF
        }

        .HelpCenter .HelpNav .List.wenti.current i, .HelpCenter .HelpNav .List.wenti:hover i {
            background-position: 0 -180px
        }

        .HelpCenter .HelpNav .List.yijian.current i, .HelpCenter .HelpNav .List.yijian:hover i {
            background-position: 0 -240px
        }

        .HelpCenter .HelpNav .List.shipin.current i, .HelpCenter .HelpNav .List.shipin:hover i {
            background-position: 0 -300px
        }

.HelpCenter .Question {
    margin-top: 50px;
    padding-bottom: 160px
}

    .HelpCenter .Question dl {
        border-bottom: #e8e8e8 1px solid;
        padding: 20px 0;
    }

    .HelpCenter .Question .Caption {
        font-size: 18px;
        color: #666;
        padding-left: 30px;
        position: relative;
        cursor: pointer
    }

    .HelpCenter .Question .Context {
        color: #999;
        line-height: 26px;
        margin-top: 20px;
        padding: 0 0 10px 30px;
        position: relative;
    }

        .HelpCenter .Question .Context a {
            color: #2475b3;
            margin: 0 5px;
        }

        .HelpCenter .Question .Caption:before, .HelpCenter .Question .Context:before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 0;
            top: 3px;
            background: url(../images/helpicon.png) no-repeat;
        }

    .HelpCenter .Question .Caption:before {
        background-position: 0 -360px
    }

    .HelpCenter .Question .Context:before {
        background-position: -21px -360px;
    }

.HelpCenter .HelpVideo {
    margin-top: 50px;
    padding-bottom: 160px
}

.HelpCenter .VideoNav {
    width: 220px;
    border: #eee 1px solid;
    padding: 20px;
}

    .HelpCenter .VideoNav span {
        display: block;
        color: #269969;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold
    }

    .HelpCenter .VideoNav li > a {
        margin: 10px 0;
        border-left: #FFF 4px solid;
        padding-left: 10px;
    }

    .HelpCenter .VideoNav a {
        display: block;
        color: #666;
        height: 32px;
        line-height: 32px;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }

    .HelpCenter .VideoNav li > a.current, .HelpCenter .VideoNav li > a:hover {
        border-left: #269969 4px solid;
        background: #f8f8f8;
    }
    /*.HelpCenter .VideoNav li > a:hover{ padding-left:20px;}*/
    .HelpCenter .VideoNav .aaa {
        margin-left: 30px
    }

        .HelpCenter .VideoNav .aaa a {
            color: #999
        }

            .HelpCenter .VideoNav .aaa a:hover {
                padding-left: 10px
            }

            .HelpCenter .VideoNav .aaa a:hover, .HelpCenter .VideoNav .aaa a.current {
                font-weight: bold;
                color: #333;
                font-size: 16px
            }

.HelpCenter .VideoConts {
    width: 940px;
}

    .HelpCenter .VideoConts h2 {
        font-size: 18px;
        border-bottom: #e5e5e5 1px solid;
        padding-bottom: 10px
    }

    .HelpCenter .VideoConts li {
        float: left;
        width: 280px;
        position: relative;
        margin: 20px 50px 20px 0;
        overflow: hidden
    }

        .HelpCenter .VideoConts li:nth-child(3n+0) {
            margin-right: 0;
        }

    .HelpCenter .VideoConts a {
        display: block
    }

    .HelpCenter .VideoConts span {
        display: block;
        height: 40px;
        line-height: 40px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #333;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
    }

.HelpCenter .Suggest {
    padding-bottom: 160px;
}

    .HelpCenter .Suggest h2 {
        display: block;
        font-size: 24px;
        color: #333;
        margin: 0 0 50px 0;
        padding: 60px 0 30px 100px
    }

    .HelpCenter .Suggest img {
        margin: 0 0 0 110px;
    }

.HelpCenter .SuggesText {
    color: #333;
}

    .HelpCenter .SuggesText span {
        display: block;
        margin: 80px 0 20px
    }

    .HelpCenter .SuggesText dt {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
    }

    .HelpCenter .SuggesText dd {
        margin: 0 0 20px 26px;
        color: #666
    }

/*浠ｇ悊鐢宠*/
.banner.agentbanner {
    background: url(../images/list_banner_05.jpg) no-repeat center top;
    height: 400px;
    min-width: 1200px;
}

    .banner.agentbanner div.Center {
        width: 1200px;
    }

.AgentTopTxt {
    width: 680px;
    height: 220px;
    background: rgba(0,0,0,.5);
    margin: 90px auto 0 auto;
    color: #FFF;
    padding: 0 40px;
}

    .AgentTopTxt h2 {
        text-align: center;
        font-size: 40px;
        padding: 30px 0 20px;
        font-weight: normal
    }

    .AgentTopTxt p {
        line-height: 24px;
        font-size: 16px;
    }

    .AgentTopTxt a {
        color: #fff000;
        text-decoration: underline;
        float: right
    }

        .AgentTopTxt a:hover {
            color: #ff6c00
        }

.AgentCenter {
    width: 1000px;
    margin: 0 auto;
    font-size: 16px;
}

.Agenttit {
    background: url(../images/agent_01.jpg) no-repeat;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 60px;
}

.Agentjionus p {
    color: #666;
    line-height: 24px;
    margin-top: 25px;
    padding: 0 5px;
}

.Agenthc .list {
    padding-top: 50px
}

.Agenthc li {
    float: left;
    width: 108px;
    height: 108px;
    text-align: center;
    line-height: 108px;
    color: #666;
    background: url(../images/agent_02.jpg) no-repeat;
    margin: 0 25px
}

.Agentzc .txt span {
    display: inline-block;
    border: #fff 2px solid;
    width: 646px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-weight: bold;
    color: #333;
    margin: 50px auto 0 170px
}

.Agentzc .txt p {
    line-height: 24px;
    text-indent: 2em;
    color: #666;
    margin-top: 30px;
}

.Agentzz li {
    float: left;
    width: 260px;
    margin: 50px 35px 0;
}

    .Agentzz li span {
        display: block;
        text-align: center;
        margin: 30px 0;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .Agentzz li p {
        line-height: 24px;
        color: #666
    }

.AgentbotTxt {
    background: url(../images/agent_03.jpg) no-repeat left 100px;
    padding: 100px 0 100px 90px;
}

    .AgentbotTxt p {
        color: #666;
        line-height: 24px;
        margin-top: 15px;
        background: url(../images/agent_04.jpg) no-repeat right bottom;
        padding: 0 100px 35px 0
    }

    .AgentbotTxt a {
        display: inline-block;
        width: 330px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        color: #FFF;
        background: #e64c2e;
        margin: 55px 0 0 300px
    }

        .AgentbotTxt a:hover {
            background: #d93f21;
            text-decoration: underline
        }

.AgentBox {
    background: #FFF;
    width: 400px;
    padding: 30px 30px 40px;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 998;
    margin-left: -200px;
    border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

    .AgentBox.in {
        top: 20%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    .AgentBox h2 {
        text-align: center;
    }

    .AgentBox dl {
        margin: 40px 0 0 0
    }

    .AgentBox dt {
        float: left;
        width: 100px;
        text-align: right;
        height: 36px;
        line-height: 36px;
        margin: 10px 0;
    }

    .AgentBox dd {
        float: left;
        width: 230px;
        margin: 10px 0;
        padding-left: 10px
    }

    .AgentBox input {
        border: #e8e8e8 1px solid;
        height: 36px;
        width: 200px;
        padding: 0 5px;
    }

        .AgentBox input:focus {
            border-color: #ffd633
        }

    .AgentBox a.btn {
        width: 200px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #e64c2e;
        font-size: 18px;
        display: inline-block;
        color: #FFF;
        margin: 30px 0 0 65px;
        font-weight: bold
    }

/*鑱旂郴鎴戜滑*/
.list_contact {
}

    .list_contact .ctactways {
        padding: 50px 0;
    }

    .list_contact .list {
        width: 25%;
        text-align: center;
        margin: 60px 0 0;
    }

        .list_contact .list p {
            font-size: 16px;
            color: #333;
            line-height: 26px;
        }

        .list_contact .list span {
            display: block;
            font-size: 18px;
            font-weight: bold;
            margin-top: 20px
        }

    .list_contact .border {
        width: 120px;
        height: 120px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        margin: 0 auto
    }

        .list_contact .border.one {
            background: #df6737
        }

        .list_contact .border.two {
            background: #e69e39
        }

        .list_contact .border.three {
            background: #2b6490
        }

        .list_contact .border.four {
            background: #3ca1dc
        }

        .list_contact .border i {
            background: url(../images/cantacticon.png) no-repeat;
            display: inline-block;
            width: 60px;
            height: 60px;
            margin-top: 30px;
        }

        .list_contact .border.one i {
            background-position: 0 0
        }

        .list_contact .border.two i {
            background-position: 0 -60px
        }

        .list_contact .border.three i {
            background-position: 0 -120px
        }

        .list_contact .border.four i {
            background-position: 0 -180px
        }

    .list_contact .address {
        padding: 50px 0 100px;
        text-align: center
    }

        .list_contact .address h2 {
            font-size: 22px;
            color: #333;
            display: block;
            padding-bottom: 20px
        }

/*鍏充簬鎴戜滑*/
.about_us {
    background: url(../images/list_banner_06.jpg) no-repeat center top;
    width: 100%;
    height: 400px;
    padding-top: 70px;
}

    .about_us .text {
        width: 1000px;
        background: rgba(0,0,0,.5);
        color: #FFF;
        font-size: 16px;
        line-height: 26px;
        padding: 50px 25px;
        margin: 0 auto
    }

        .about_us .text h2 {
            font-size: 26px;
            display: block;
            text-align: center;
        }

        .about_us .text p {
            text-indent: 2em;
            padding-top: 30px
        }

.about_team {
    background: url(../images/page6_01.jpg) no-repeat center bottom;
    padding-bottom: 90px;
}

    .about_team dl {
        float: left;
        width: 600px;
        padding: 40px 30px;
        height: 290px
    }

    .about_team dt {
        float: left;
        width: 105px;
    }

    .about_team dd {
        float: left;
        width: 500px;
        padding-left: 30px;
        font-size: 16px;
    }

        .about_team dd h2 {
            color: #333;
            font-size: 22px;
            padding-bottom: 20px
        }

        .about_team dd p {
            color: #666;
            line-height: 26px;
            text-indent: 2em;
        }

/*浜у搧浠锋牸*/
.banner.pricebanner {
    background: url(../images/list_banner_02.jpg) no-repeat center top;
    height: 400px;
    min-width: 1200px;
}

    .banner.pricebanner div.Center {
        padding: 130px 0 0 0;
        width: 1200px;
        text-align: center
    }

    .banner.pricebanner h2 {
        display: block;
        font-size: 40px;
        color: #FFF;
        font-weight: normal;
        margin-bottom: 60px;
    }

    .banner.pricebanner a {
        display: inline-block;
        width: 220px;
        line-height: 50px;
        font-size: 22px;
        color: #996926;
        background: #fff
    }

        .banner.pricebanner a:hover {
            text-decoration: underline
        }

.Price {
}

    .Price .price_category {
        margin: 80px auto 10px auto
    }

    .Price .price_item {
        position: relative;
        box-shadow: 0 0 20px rgba(221,220,221,1);
        border: #EEE 1px solid;
    }

        .Price .price_item:first-child {
            -webkit-box-flex: 2;
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
            margin-right: 40px
        }

        .Price .price_item:last-child {
            -webkit-box-flex: 3;
            -webkit-flex: 3;
            -ms-flex: 3;
            flex: 3;
        }

        .Price .price_item .topline {
            position: absolute;
            left: 4%;
            top: -10px;
            width: 92%;
            height: 10px;
            display: inline-block;
            border-top-left-radius: 10px;
            -webkit-border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            background: #f60;
            text-align: center
        }

            .Price .price_item .topline.green {
                background: #269969
            }

            .Price .price_item .topline.blue {
                background: #267dbf
            }

            .Price .price_item .topline.orange {
                background: #f2a43d;
            }

            .Price .price_item .topline.red {
                background: #e62e4c
            }

        .Price .price_item .title {
            text-align: center;
            font-size: 16px;
            color: #333;
            padding: 0 0 30px 0;
            border-bottom: #eee 1px solid
        }

            .Price .price_item .title h2 {
                font-size: 26px;
                padding: 20px 0 10px;
                position: relative;
            }

            .Price .price_item .title p {
                color: #666
            }

        .Price .price_item .regtxt {
            position: absolute;
            bottom: 0;
            right: 0;
            padding: 20px 30px 30px 0;
            text-align: right;
        }

            .Price .price_item .regtxt a {
                color: #269969;
            }

                .Price .price_item .regtxt a:hover {
                    text-decoration: underline
                }

    .Price .price_cell {
        color: #333;
        box-shadow: 0 0 20px rgba(221,220,221,1);
        border: #EEE 1px solid;
    }

        .Price .price_cell dl {
            padding: 30px 30px 60px;
            text-align: left;
        }

        .Price .price_cell dt {
            padding: 0 0 20px 0;
            text-align: center
        }

            .Price .price_cell dt i {
                background: url(../images/priceicon.png) no-repeat;
                width: 60px;
                height: 60px;
                display: inline-block
            }

                .Price .price_cell dt i.yy {
                    background-position: 0 0
                }

                .Price .price_cell dt i.xfd {
                    background-position: 0 -60px
                }

                .Price .price_cell dt i.hy {
                    background-position: 0 -120px
                }

                .Price .price_cell dt i.kc {
                    background-position: 0 -180px
                }

                .Price .price_cell dt i.sj {
                    background-position: 0 -240px
                }

                .Price .price_cell dt i.sz {
                    background-position: 0 -300px
                }

            .Price .price_cell dt span {
                display: block;
                font-size: 16px;
                margin: 10px 0 0 0;
                font-weight: bold;
            }

        .Price .price_cell dd {
            line-height: 24px;
        }

            .Price .price_cell dd table {
                width: 100%;
                color: #777
            }

            .Price .price_cell dd i:before {
                content: '\2714';
                display: inline-block;
                width: 15px;
                height: 10px;
                color: #269969
            }

    .Price .price_item:last-child .price_cell dd i:before {
        color: #f2a43d
    }

    .Price .yjb {
        text-align: right;
        padding: 0 5px 60px 0;
        color: #888;
        font-size: 14px
    }

        .Price .yjb b {
            color: #333;
        }

    .Price .price_caption {
        width: 240px;
        height: 100px;
        border: #0d0d0d 3px solid;
        text-align: center;
        margin: 0 auto
    }

        .Price .price_caption h2 {
            display: inline-block;
            font-size: 30px;
            color: #333;
            margin: 18px 0 0 0;
            padding: 0 0 15px 0;
            background: url(../images/price_07.png) no-repeat center bottom;
        }

    .Price .addservices {
        background: #F5F5F5;
        padding: 60px 0 90px;
        text-align: center;
        color: #333;
    }

        .Price .addservices .item {
            float: left;
            width: 33%;
            margin: 100px 0 0 0;
        }

        .Price .addservices .txt {
            color: #777;
            font-size: 16px;
            line-height: 28px;
        }

        .Price .addservices span {
            font-size: 22px;
            font-weight: bold;
            display: block;
            margin: 20px 0;
        }

        .Price .addservices .item > i {
            display: inline-block;
            width: 120px;
            height: 120px;
        }

    .Price .wxh5 {
    }

        .Price .wxh5 i.icon {
            background: url(../images/price_08.png) no-repeat;
        }

        .Price .wxh5 .txt i:before, .Price .message .txt i:before {
            content: '\2714';
            display: inline-block;
            width: 15px;
            height: 10px;
            color: #269969
        }

        .Price .wxh5 .txt table, .Price .message .txt table {
            width: 280px;
            margin: 0 auto;
        }

    .Price .source {
    }

        .Price .source i.icon {
            background: url(../images/price_02.png) no-repeat;
            background-size: contain
        }

    .Price .message {
    }

        .Price .message i.icon {
            background: url(../images/price_01.png) no-repeat;
        }

    .Price .pay {
    }

        .Price .pay i.icon {
            background: url(../images/price_19.png) no-repeat center;
            background-size: 120px;
        }

        .Price .pay u {
            text-decoration: none;
            font-size: 16px;
            font-weight: normal;
            color: #777
        }

        .Price .pay .txt {
            line-height: 28px;
        }

            .Price .pay .txt i:before, .Price .message .txt i:before {
                content: '\2714';
                display: inline-block;
                width: 15px;
                height: 10px;
                color: #269969
            }

            .Price .message .txt i:before, .Price .pay .txt i:before, .Price .user .txt i:before {
                content: '\2714';
                display: inline-block;
                width: 15px;
                height: 10px;
                color: #269969
            }

            .Price .pay .txt table, .Price .message .txt table {
                width: 280px;
                margin: 0 auto;
            }

    .Price .user {
    }

        .Price .user i {
            background: url(../images/price_21.png) no-repeat;
        }

    .Price .pay_panels {
        padding: 50px 0 0 0;
    }

        .Price .pay_panels .pay {
            text-align: left;
            padding: 20px 0 0 40px
        }

        .Price .pay_panels span {
            font-size: 22px;
            font-weight: bold;
        }

        .Price .pay_panels p {
            line-height: 22px;
            color: #666;
            margin: 10px 0 0 0
        }

    .Price .device {
        padding: 60px 0;
        color: #333
    }

        .Price .device .title {
            color: #888;
            margin: 60px 0 0 0;
            border-bottom: #eee 1px solid;
            padding: 0 0 10px 0
        }

            .Price .device .title h3 {
                font-size: 18px;
                display: inline;
                color: #333
            }

        .Price .device .d_item {
            width: 50%;
            margin: 70px 0 30px 0;
        }

        .Price .device .txt {
            padding: 15px 40px 0
        }

        .Price .device span {
            font-weight: bold;
            font-size: 22px;
        }

        .Price .device p {
            color: #666;
            margin-top: 10px
        }

        .Price .device b {
            color: #333
        }

        .Price .device .d_item .img p {
            font-size: 12px;
            text-align: center;
            color: #999;
            margin-top: 0;
        }

.online_pay {
    position: fixed;
    z-index: 998;
    color: #333;
    text-align: center;
    background: #FFF;
    width: 600px;
    top: 0;
    left: 50%;
    margin: 0 0 0 -300px;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

    .online_pay.in {
        top: 20%;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    .online_pay .title {
        font-size: 24px;
        font-weight: bold;
        height: 100px;
        position: relative;
        padding-top: 40px;
    }

        .online_pay .title a.close {
            background: url(../images/close.png) no-repeat;
            width: 22px;
            height: 22px;
            display: inline-block;
            position: absolute;
            right: 15px;
            top: 15px;
        }

    .online_pay .qrcode {
        margin: 40px 0 10px;
    }

    .online_pay span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 20px
    }

    .online_pay .Payment {
        padding: 36px 45px;
    }

        .online_pay .Payment li {
            float: left;
            width: 60px;
            margin: 0 15px 0 25px;
            color: #666
        }

        .online_pay .Payment i {
            background: url(../images/pay_icon.png) no-repeat;
            width: 60px;
            height: 60px;
            display: inline-block;
            font-size: 16px
        }

            .online_pay .Payment i.zfb {
                background-position: 0 0
            }

            .online_pay .Payment i.wx {
                background-position: 0 -60px
            }

            .online_pay .Payment i.qq {
                background-position: 0 -120px
            }

            .online_pay .Payment i.jd {
                background-position: 0 -180px;
            }

            .online_pay .Payment i.bd {
                background-position: 0 -240px
            }

.Coopertion .tit {
    background: url(../images/coopertion_01.jpg) no-repeat center center;
    height: 91px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin: 80px 0 0;
    padding: 23px 0 0 0
}

.Coopertion .storetype {
    padding: 50px 0;
    text-align: center
}

    .Coopertion .storetype ul {
        padding: 0 5%
    }

    .Coopertion .storetype a {
        display: inline-block;
        width: 100px;
        font-size: 18px;
        color: #999;
        position: relative;
    }

    .Coopertion .storetype i {
        display: inline-block;
        width: 66px;
        height: 66px;
        background: url(../images/coopertion_icon.png) no-repeat;
        margin: 17px 0 25px;
    }

        .Coopertion .storetype i.one {
            background-position: 0 0
        }

        .Coopertion .storetype i.two {
            background-position: 0 -66px
        }

        .Coopertion .storetype i.three {
            background-position: 0 -132px
        }

        .Coopertion .storetype i.four {
            background-position: 0 -198px
        }

        .Coopertion .storetype i.five {
            background-position: 0 -264px
        }

        .Coopertion .storetype i.six {
            background-position: 0 -330px
        }

        .Coopertion .storetype i.seven {
            background-position: 0 -396px
        }

        .Coopertion .storetype i.eight {
            background-position: 0 -462px
        }

        .Coopertion .storetype i.nine {
            background-position: 0 -528px
        }

    .Coopertion .storetype a:hover i.one {
        background-position: -66px 0
    }

    .Coopertion .storetype a:hover i.two {
        background-position: -66px -66px
    }

    .Coopertion .storetype a:hover i.three {
        background-position: -66px -132px
    }

    .Coopertion .storetype a:hover i.four {
        background-position: -66px -198px
    }

    .Coopertion .storetype a:hover i.five {
        background-position: -66px -264px
    }

    .Coopertion .storetype a:hover i.six {
        background-position: -66px -330px
    }

    .Coopertion .storetype a:hover i.seven {
        background-position: -66px -396px
    }

    .Coopertion .storetype a:hover i.eight {
        background-position: -66px -462px
    }

    .Coopertion .storetype a:hover i.nine {
        background-position: -66px -528px
    }

    .Coopertion .storetype span {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 100px;
        height: 100px;
        border: #269969 3px solid;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

        .Coopertion .storetype span.aaa {
            clip: rect(0 50px 0 0);
        }

    .Coopertion .storetype a:hover span.aaa {
        clip: rect(0 50px 100px 0);
    }

    .Coopertion .storetype span.bbb {
        clip: rect(100px 100px 100px 50px);
    }

    .Coopertion .storetype a:hover span.bbb {
        clip: rect(0 100px 100px 50px);
    }

.Coopertion .list {
    width: 1687px;
    margin: 0 auto;
}

    .Coopertion .list li {
        float: left;
        width: 240px;
        height: 160px;
        position: relative;
        margin: 1px 1px 0 0;
        padding: 0;
    }

        .Coopertion .list li img {
            width: 240px;
            height: 160px;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .2s linear;
            -moz-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
        }

            .Coopertion .list li img:hover {
                position: absolute;
                width: 270px;
                height: 180px;
                z-index: 1;
                top: -10px;
                left: -15px;
                border: #FFF 3px solid;
                border-bottom-width: 2px;
                box-shadow: 0 0 10px rgba(0,0,0,.5);
            }

.Coopertion .link {
    margin: 65px 0 120px;
    text-align: center;
}

    .Coopertion .link a {
        display: inline-block;
        width: 330px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        color: #996926;
        background: #fff;
    }

        .Coopertion .link a:hover {
            text-decoration: underline;
            background: #e5b673;
            color: #b37012
        }

@media screen and (max-width:1686px) and (min-width:1446px) {
    .Coopertion .list {
        width: 1446px;
    }

        .Coopertion .list li:nth-last-child(1), .Coopertion .list li:nth-last-child(2), .Coopertion .list li:nth-last-child(3) {
            display: none;
        }
}

@media screen and (max-width:1445px) {
    .Coopertion .list {
        width: 1205px;
    }

        .Coopertion .list li:last-child {
            display: none;
        }
}
/*绯荤粺鍥緎*/
.one {
    width: 100%;
    height: 980px;
    background-color: #f5f5f5;
    text-align: center;
}

.bt {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding-top: 40px;
}

.bt-1 {
    font-size: 20px;
    color: #666666;
    margin: 30px 0 30px 0;
}

.bt-2 {
    font-size: 20px;
    color: #666666;
    margin-top: 10px;
    text-align: left;
}
/*.bt-3{font-size:20px;color: #666666;margin-top:10px; margin-left: -880px;}*/
.one img {
    margin-top: 20px;
    width: 1200px;
}
/*绯荤粺鍥緀*/
/*icon s*/
.bg-1 {
    width: 100%;
    min-height: 260px;
    height: auto;
    background-color: #ffffff;
}

.bg-2 {
    width: 100%;
    min-height: 260px;
    height: auto;
    background-color: #f5f5f5;
}

.left1 {
    width: 480px;
    height: 100px; /*border: 1px solid red;*/
    margin-top: 86px;
    float: left;
}

.right1 {
    width: 480px;
    height: 100px; /*border: 1px solid blue;*/
    margin-top: 86px;
    float: right;
}

.icon1 {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
}

.icon2 {
    width: 100px;
    height: 100px;
    float: left;
    text-align: left;
    text-align: left;
}

.ms-1 {
    width: 350px;
    float: right; /*border: 1px solid red;*/
}

.ms-2 {
    width: 350px;
    float: right; /*border: 1px solid red;*/
}

.bt-4 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 10px;
}

.bt-5 {
    font-size: 16px;
    color: #666666;
    padding-bottom: 3px;
    margin-bottom: 0;
}

/* 鍑忓皬 inner-body 娈佃惤闂磋窛锛岄伩鍏嶅姛鑳芥弿杩版枃瀛楄鎷嗘鍚庝覆琛?*/
.inner-body p {
    margin-bottom: 0;
    line-height: 1.8;
}
.inner-body p.bt-4 {
    margin-bottom: 8px;
}

.Center-4 {
    width: 100%;
    height: 580px;
    background-color: #f5f5f5;
}

.kaidan {
    width: 100%;
    height: 580px;
    background-color: #f5f5f5;
}

.kaidantu {
    margin-top: 60px;
    margin-left: 90px;
}

.bg-3 {
    width: 100%;
    height: 180px;
    background-color: #ffffff;
}

.jl {
    width: 100%;
    height: 120px;
    background-color: #ffffff;
}

.jl-3 {
    width: 100%;
    height: 80px;
    background-color: #f5f5f5;
}
/*寮€鍗?/
.jl-1 {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
}
/*icon e*/
/*icon e*/

/*浠锋牸涓庤澶?/
.zn {
    float: left;
    margin: 20px 30px 0px 30px;
    width: 240px;
    height: 300px;
}

.zn_1 {
    float: left;
    margin-left: 34px;
    height: 300px;
}

.zncz {
    height: 225px;
    text-align: center;
    margin-bottom: 10px;
}

.znczt {
    text-align: center;
    width: 225px;
    height: 225px;
}

.chazuo {
    width: 225px;
    height: 40px;
}

.zh {
    margin-top: 40px;
}

.zh_1 {
    font-size: 16px;
    color: #666666;
    margin-left: 6px;
    display: inline;
}

.qiantubiao {
    margin-top: 3px;
}

.zhinengkaidan_2 {
    width: 100%;
    height: 848px;
}

.qiangchatu {
    margin-left: 30px;
}

.gn_1 {
    width: 1150px;
    height: 42px;
    text-align: center;
    margin: 0px auto;
}

.gn_2 {
    width: 380px;
    height: 42px;
    margin-top: 12px;
    text-align: center;
    float: left;
}

.biaoti_1 {
    font-size: 20px;
    color: #333333;
    display: inline;
    margin-left: 10px;
}

.chazuo-1 {
    height: 30px;
    margin-top: 4px;
    text-align: center;
}




.biaoti_4 {
    font-size: 20px;
    color: #333333;
    display: inline;
    text-align: center;
}

.biaozhu {
    font-size: 13px;
    color: #666666;
    display: inline;
}

.duoduantu {
    width: 760px;
    height: 570px;
    float: left;
    margin-top: 10px;
}

.duoduantuzi {
    width: 386px;
    height: 590px;
    float: right;
    margin-top: 10px;
}

.duoduantuzi_1 {
    width: 416px;
    height: 140px;
}

.duoduantuzi_2 {
    font-size: 22px;
    color: #333333;
}

    .duoduantuzi_2 a {
        color: #333;
    }

        .duoduantuzi_2 a:hover {
            color: #ecb361;
        }

.duoduantuzi_3 {
    font-size: 16px;
    color: #666666;
    margin-top: 12px;
    margin-left: -5px;
}

.duoduantuzi_4 {
    font-size: 16px;
    color: #666666;
    margin-top: 8px;
}

.ddtb:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.ddtb {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.underline {
    width: 120px;
    height: 4px;
    background-color: #facd89;
    margin: 20px auto;
}

.A {
    width: 100%;
    height: 800px;
    background-color: #f5f5f5;
    text-align: center;
}

    .A img {
        margin: 60px auto;
    }

.headline {
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding-top: 40px;
}

.js {
    font-size: 18px;
    color: #808080;
    text-align: center;
    line-height: 30px;
}

.xygk {
    width: 100%;
    height: 720px;
    text-align: center;
}

.wk {
    width: 1200px;
    height: 520px;
    margin: 60px auto;
}

.x1, .x2, .x3, .x4 {
    width: 300px;
    height: 520px;
    float: left;
}

.xygk img, .tsxf img, .t1, .t2 {
    text-align: center;
}

.xygk .t1 {
    padding-top: 36px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #10af9f;
}

.xygk .t2 {
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.tsxf {
    width: 100%;
    height: 1300px;
    margin: 60px auto;
}

    .tsxf .wk1 {
        width: 1200px;
        height: 320px;
        margin: 20px auto;
    }

        .tsxf .wk1 img {
            margin: 10px 130px;
        }

    .tsxf .ts1, .tsxf .ts2, .tsxf .ts3 {
        width: 370px;
        height: 300px;
        float: left;
    }

    .tsxf .ts2 {
        margin: 0 40px
    }

    .tsxf .wk1 .t1 {
        font-size: 18px;
        color: #333;
        padding-top: 18px;
        padding-bottom: 24px;
    }

    .tsxf .wk1 .t2 {
        font-size: 14px;
        color: #999;
        font-weight: 500;
    }

    .tsxf .wk2 {
        width: 1200px;
        height: 160px;
        margin: 0 auto;
        margin-top: -50px;
    }

        .tsxf .wk2 .t1 {
            font-size: 18px;
            color: #808080;
        }

        .tsxf .wk2 div {
            width: 126px;
            height: 160px;
            border: 1px solid #dfdfdf;
            border-radius: 10px;
            float: left;
            margin: 16px 36px;
        }

.wk2 i {
    display: inline-block;
    width: 69px;
    height: 68px;
    background: url(../images/icon63.png) no-repeat;
    margin: 20px 25px;
}

#w1 .w1 {
    background-position: 0 0;
}

#w2 .w2 {
    background-position: 0 -68px;
}

#w3 .w3 {
    background-position: 0 -136px;
}

#w4 .w4 {
    background-position: 0 -204px;
}

#w5 .w5 {
    background-position: 0 -272px;
}

#w6 .w6 {
    background-position: 0 -340px;
}

#w1:hover, #w2:hover, #w3:hover, #w4:hover, #w5:hover, #w6:hover {
    background-color: #f68f73;
}

    #w1:hover .w1 {
        background-position: -69px 0px;
    }

    #w2:hover .w2 {
        background-position: -69px -68px;
    }

    #w3:hover .w3 {
        background-position: -69px -136px;
    }

    #w4:hover .w4 {
        background-position: -69px -204px;
    }

    #w5:hover .w5 {
        background-position: -69px -272px;
    }

    #w6:hover .w6 {
        background-position: -69px -340px;
    }

    #w1:hover .t1, #w2:hover .t1, #w3:hover .t1, #w4:hover .t1, #w5:hover .t1, #w6:hover .t1 {
        color: #fff;
    }

.support {
    width: 100%;
    height: 92px;
    margin: 0 auto;
}

    .support .wk3 {
        width: 1200px;
        height: 92px;
        background: url(../images/support.png) no-repeat;
        margin: 0px auto;
    }

    .support .s1 {
        float: left;
        padding-left: 180px;
    }

    .support span {
        text-align: center;
        font-size: 20px;
        color: #666;
        padding-left: 10px;
        line-height: 70px;
    }

.one-1 {
    width: 100%;
    height: 850px;
    background-color: #f5f5f5;
    text-align: center;
}

.tsxf .wk1 img:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.Management {
}

    .Management .solution {
        width: 1200px;
        height: 450px;
    }

        .Management .solution .ul1 {
            width: 100%;
            height: 100%;
            margin-top: 40px;
            background: url(../images/beijing.png) no-repeat;
        }

            .Management .solution .ul1 li {
                width: 120px;
                height: 120px;
                float: left;
                margin-right: 94px;
                margin-top: 80px;
            }

                .Management .solution .ul1 li a {
                    width: 120px;
                    height: 120px;
                    display: inline-block;
                }

                    .Management .solution .ul1 li a.m1 {
                        background: url(../images/m1.png) no-repeat center;
                    }

                    .Management .solution .ul1 li a.m2 {
                        background: url(../images/m2.png) no-repeat center;
                    }

                    .Management .solution .ul1 li a.m3 {
                        background: url(../images/m3.png) no-repeat center;
                    }

                    .Management .solution .ul1 li a.m4 {
                        background: url(../images/m4.png) no-repeat center;
                    }

                    .Management .solution .ul1 li a.m5 {
                        background: url(../images/m5.png) no-repeat center;
                    }

                    .Management .solution .ul1 li a.m6 {
                        background: url(../images/m6.png) no-repeat center;
                    }

                    .Management .solution .ul1 li a.m1:hover {
                        transform: translateY(-8px);
                        -webkit-transform: translateY(-5px);
                        transition: all .2s linear;
                        -webkit-transition: all .2s linear;
                    }

                    .Management .solution .ul1 li a.m2:hover {
                        transform: translateY(-8px);
                        -webkit-transform: translateY(-5px);
                        transition: all .2s linear;
                        -webkit-transition: all .2s linear;
                    }

                    .Management .solution .ul1 li a.m3:hover {
                        transform: translateY(-8px);
                        -webkit-transform: translateY(-5px);
                        transition: all .2s linear;
                        -webkit-transition: all .2s linear;
                    }

                    .Management .solution .ul1 li a.m4:hover {
                        transform: translateY(-8px);
                        -webkit-transform: translateY(-5px);
                        transition: all .2s linear;
                        -webkit-transition: all .2s linear;
                    }

                    .Management .solution .ul1 li a.m5:hover {
                        transform: translateY(-8px);
                        -webkit-transform: translateY(-5px);
                        transition: all .2s linear;
                        -webkit-transition: all .2s linear;
                    }

                    .Management .solution .ul1 li a.m6:hover {
                        transform: translateY(-8px);
                        -webkit-transform: translateY(-5px);
                        transition: all .2s linear;
                        -webkit-transition: all .2s linear;
                    }

            .Management .solution .ul1 .li6 {
                margin-right: 0;
            }

            .Management .solution .ul1 p {
                color: #333333;
                font-size: 20px;
                text-align: center;
                padding-top: 10px;
            }

        .Management .solution .ul2 li {
            height: 10px;
            font-size: 16px;
            text-align: center;
            color: #666;
            margin-top: 30px;
        }

    .Management .caption .bg-img1 {
        height: 24px;
        margin: 8px auto;
        background: url(../images/management.png) center no-repeat;
    }

.Multiport .caption .bg-img2 {
    height: 24px;
    margin: 8px auto;
    background: url(../images/multiport_01.png) center no-repeat;
}

.Intelligent .caption .bg-img3 {
    height: 24px;
    margin: 8px auto;
    background: url(../images/intelligent.png) center no-repeat;
}

.caption .bg-img4 {
    height: 24px;
    margin: 8px auto;
    background: url(../images/core_01.png) center no-repeat;
}


    .Intelligent .I1 {
        width: 1200px;
        height: 450px;
        margin: 0 auto;
        text-align: center;
    }

    .Intelligent .I1 .zhinengkaidan {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        text-align: center;
    }

        .Intelligent .I1 .zhinengkaidan .zzkd {
            display: block;
            margin: 0 auto;
            padding: 40px 0 40px 0;
        }

    .Intelligent .I1 .I2 ul {
        text-align: center;
    }

    .Intelligent .I1 .I2 li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin: 0 60px;
        text-align: left;
    }

    .Intelligent .I1 .I2 img {
        margin: 12px 6px 0 0;
    }

    .Intelligent .I1 .I2 span {
        font-size: 20px;
        color: #333;
        line-height: 34px;
    }

        .Intelligent .I1 .I2 span i {
            background-color: #f8bd3f;
            color: #FFFFFF;
        }

.Multiport {
    background-color: #FFFFFF;
}

.Process .caption .bg-img1 {
    height: 24px;
    margin: 8px auto;
    background: url(../images/management.png) center no-repeat;
}

.Process .bk {
    width: 1200px;
    margin: 0 auto;
}

.Process .img {
    position: relative;
    width: 100%;
    height: 300px;
    background: url(../images/liuchengbeijing.png) no-repeat center;
}

.Process .ul1 {
    width: 100%;
    height: 300px;
    margin-top: 30px;
    display: block;
}

    .Process .ul1 li {
        position: absolute;
        width: 5px;
        height: 5px;
    }

        .Process .ul1 li img {
            position: absolute;
        }

    .Process .ul1 .l1 {
        left: 50px;
        top: 142px;
    }

    .Process .ul1 .l2 {
        left: 248px;
        top: 38px;
    }

    .Process .ul1 .l3 {
        left: 440px;
        top: 134px;
    }

    .Process .ul1 .l4 {
        left: 628px;
        top: 18px;
    }

    .Process .ul1 .l5 {
        left: 830px;
        top: 130px;
    }

    .Process .ul1 .l6 {
        left: 1016px;
        top: 14px;
    }

    .Process .ul1 li img {
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }

        .Process .ul1 li img:hover {
            transform: translateY(-20px);
            -webkit-transform: translateY(-20px);
            transition: all .5s linear;
            -webkit-transition: all .5s linear;
        }

    .Process .ul1 li .imghover {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transition: all .5s linear;
        -webkit-transition: all .5s linear;
    }

.Process .bk .daohang {
    margin-bottom: 30px;
    left: 0;
    right: 0;
    padding: 30px 0;
    text-align: center;
    display: block;
}

    .Process .bk .daohang .ul2 {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

.Process .ul2 li {
    float: left;
    width: 200px;
}

    .Process .ul2 li .item {
        font-size: 22px;
        line-height: 1.5;
        color: #c4c6cc;
        cursor: pointer;
    }

    .Process .ul2 li .current i {
        display: none;
        margin: 23px auto;
        text-align: center;
        display: block;
        width: 65px;
        height: 4px;
        background-color: #f7ad1d;
    }

    .Process .ul2 li .item:hover {
        color: #f7ad1d;
    }

        .Process .ul2 li .item:hover i {
            display: none;
            margin: 23px auto;
            text-align: center;
            display: block;
            width: 65px;
            height: 4px;
            background-color: #f7ad1d;
        }

    .Process .ul2 li .current {
        color: #f7ad1d;
    }

.Process .neirong {
    width: 96%;
    margin: 0 auto;
    font-size: 20px;
    height: 120px;
    line-height: 50px;
    border-top: 1px solid #ececec;
    padding-top: 30px;
    color: #333;
    margin-bottom: 40px;
    background-color: #f9f9f9;
}

    .Process .neirong img {
        width: 40px;
    }

    .Process .neirong dl {
        float: left;
        margin-left: 140px;
    }

    .Process .neirong dd img {
        float: left;
        padding-top: 5px;
    }

    .Process .neirong dl i {
        padding-left: 14px;
    }

/*banner*/
.Channelbanner {
    width: 100%;
    height: 420px;
    background: url(../images/banner-qd.jpg) no-repeat center;
}

.Trend {
    width: 100%;
    height: 1000px;
    background: #F5F5F5;
}

    .Trend .Center .T1 {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

        .Trend .Center .T1 img { /*display: inline-block;*/
        }

        .Trend .Center .T1 .Tl {
            float: left;
            margin-left: 160px;
            text-align: right;
        }

        .Trend .Center .T1 .Tr {
            float: right;
            margin-right: 150px;
            text-align: left;
        }

    .Trend .Center ul {
        width: 380px;
        height: 250px;
    }

        .Trend .Center ul li {
            font-size: 20px;
            color: #333;
            line-height: 60px;
        }

            .Trend .Center ul li i {
                display: inline-block;
                position: relative;
                top: 8px;
                width: 30px;
                height: 30px;
            }

    .Trend .Center .Tl i {
        background: url(../images/trend03.png) no-repeat center;
    }

    .Trend .Center .Tr i {
        background: url(../images/trend04.png) no-repeat center;
    }

    .Trend .Center .underline3 {
        width: 780px;
        height: 2px;
        background-color: #e6e6e6;
        margin: 300px auto 50px;
    }

.Leader {
    width: 100%;
    height: 580px;
    background: url(../images/leader-bg.jpg) no-repeat center;
}

    .Leader .caption p {
        color: #fff;
    }

    .Leader .L-wk {
        height: 282px;
        background: url(../images/leader01.png) no-repeat center;
        border: 1px solid #b2b2b2;
        border-radius: 2px;
    }

        .Leader .L-wk .L-nk {
            width: 1160px;
            height: 240px;
            border: 1px solid #aaaaaa;
            margin-top: 20px;
        }
            .Leader .L-wk .L-nk img {
                width: 150px;
            }

.Advantage {
    width: 100%;
    height: 600px;
    background: #f5f5f5;
}

    .Advantage .Center ul li {
        float: left;
        width: 260px;
        height: 280px;
        text-align: center;
        margin-right: 50px;
        background-color: #fff;
    }

        .Advantage .Center ul li img {
            margin: 50px 0 48px;
        }

        .Advantage .Center ul li span {
            display: block;
            font-size: 24px;
            color: #333;
        }

        .Advantage .Center ul li p {
            font-size: 18px;
            color: #4c4c4c;
            margin-top: 30px;
            line-height: 30px;
        }

    .Advantage .Center ul .A1:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 50%;
        height: 2px;
        background: #f2ad28;
        width: 0;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    .Advantage .Center ul .A2:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 50%;
        height: 2px;
        background: #22c388;
        width: 0;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    .Advantage .Center ul .A3:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 50%;
        height: 2px;
        background: #1f8af1;
        width: 0;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    .Advantage .Center ul .A4:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 50%;
        height: 2px;
        background: #ed494d;
        width: 0;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
    }

    .Advantage .Center ul .item:hover:after {
        width: 30%;
        left: 35%;
    }

    .Advantage .Center ul .item:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px)
    }

    .Advantage .Center ul .A1:hover {
        box-shadow: 0 26px 40px -28px rgba(251, 186, 41, 0.6);
    }

    .Advantage .Center ul .A2:hover {
        box-shadow: 0 26px 40px -28px rgba(34, 195, 138, 0.6);
    }

    .Advantage .Center ul .A3:hover {
        box-shadow: 0 26px 40px -28px rgba(31, 138, 241, 0.6);
    }

    .Advantage .Center ul .A4:hover {
        box-shadow: 0 26px 40px -28px rgba(237, 73, 77, 0.6);
    }

.Profit {
    width: 100%;
    height: 500px;
}

    .Profit .Center ul {
        margin-top: 100px;
        height: 200px;
    }

        .Profit .Center ul li {
            width: 160px;
            height: 160px;
            float: left;
            margin: 0px 80px 0 0px;
            text-align: center;
        }

        .Profit .Center ul .P1 {
            margin-left: 60px;
            background: url(../images/profit06.png) no-repeat center top;
        }

        .Profit .Center ul .P2 {
            background: url(../images/profit02.png) no-repeat center top;
        }

        .Profit .Center ul .P3 {
            background: url(../images/profit03.png) no-repeat center top;
        }

        .Profit .Center ul .P4 {
            background: url(../images/profit04.png) no-repeat center top;
        }

        .Profit .Center ul .P5 {
            background: url(../images/profit05.png) no-repeat center top;
        }

        .Profit .Center ul .P1:hover {
            background: url(../images/profit01.png) no-repeat center top;
        }

        .Profit .Center ul .P2:hover {
            background: url(../images/profit07.png) no-repeat center top;
        }

        .Profit .Center ul .P3:hover {
            background: url(../images/profit08.png) no-repeat center top;
        }

        .Profit .Center ul .P4:hover {
            background: url(../images/profit09.png) no-repeat center top;
        }

        .Profit .Center ul .P5:hover {
            background: url(../images/profit10.png) no-repeat center top;
        }

        .Profit .Center ul li p {
            font-size: 20px;
            color: #333;
            margin-top: 120px;
        }

.Support {
    width: 100%;
    height: 780px;
    background: url(../images/support-bg.jpg) no-repeat center;
}

    .Support .caption p {
        color: #fff;
    }

    .Support .Center ul {
        width: 1010px;
        height: 260px;
        margin: 20px auto;
        text-align: center;
    }

        .Support .Center ul li {
            float: left;
            width: 250px;
            height: 220px;
            margin-right: 130px;
            background-color: #fff;
            border-radius: 4px;
        }

        .Support .Center ul .S3 {
            margin-right: 0px;
        }

        .Support .Center ul li img {
            margin: 40px 0 20px;
        }

    .Support .Center span {
        display: block;
        font-size: 22px;
        color: #333;
    }

    .Support .Center p {
        font-size: 16px;
        color: #4c4c4c;
        margin-top: 20px;
    }

    .Support .Center ul li:hover {
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px)
    }

.Agent {
    width: 100%;
    height: 670px;
}

    .Agent .At {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .Agent .Ab {
        font-size: 20px;
        color: #4c4c4c;
        height: 150px;
    }

        .Agent .Ab ul li {
            float: left;
            margin: 30px 122px 0 0;
        }

        .Agent .Ab ul .Ag1 {
            margin-left: 158px;
        }

        .Agent .Ab ul .Ag2 {
            margin-right: 0;
        }

    .Agent .Center p {
        font-size: 20px;
        color: #4c4c4c;
        text-align: center;
    }

    .Agent .More2 {
    }

        .Agent .More2 a {
            display: block;
            width: 254px;
            height: 56px;
            margin: 70px auto;
            font-size: 24px;
            text-align: center;
            line-height: 50px;
            background-color: #1caaf3;
            border-radius: 10px;
            color: #fff;
        }

            .Agent .More2 a:hover {
                background-color: #2db4fa;
            }

.Edition {
    width: 1200px;
    margin: 40px auto;
    text-align: center;
}

.blue, .orange, .green {
    width: 354px;
    margin-top: 40px;
    position: relative;
    float: left;
}

.blue, .orange {
    margin-right: 68px;
}

.Edition .title1, .Edition .title2, .Edition .title3 {
    width: 354px;
    height: 130px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Edition .title1 {
    background: url(../images/price_blue.png) no-repeat;
}

.Edition .title2 {
    background: url(../images/price_orange.png) no-repeat;
}

.Edition .title3 {
    background: url(../images/price_green.png) no-repeat;
}

.Edition .p-txt {
    color: #4b83df;
    font-size: 16px;
    margin: 30px auto;
}

.Edition .price_cell {
    width: 356px;
    border-radius: 10px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .Edition .price_cell .p-title {
        color: #4b83df;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        width: 354px;
        height: 40px;
        margin: 20px auto 10px;
    }

    .Edition .price_cell .hidden {
        overflow: hidden;
    }

    .Edition .price_cell .fb {
        text-align: left;
        padding-left: 10px;
    }

    .Edition .price_cell .neirong {
        padding: 10px 11px 20px;
        text-align: left;
        float: left;
    }

    .Edition .price_cell .orange1 table {
        color: #f48b21;
    }

.Edition .orange1 {
    color: #f48b21;
}

.Edition .price_cell .green1 table {
    color: #e04a16;
}

.Edition .green1 {
    color: #e04a16;
}

.Edition .price_cell .fb i.price1 {
    background: url(../images/price1.png) no-repeat;
    width: 7px;
    height: 7px;
    display: inline-block;
    margin: 0 4px 2px;
    text-align: left;
}

.Edition .price_cell .fb span {
    font-size: 16px;
    color: #333;
}

.Edition .price_cell dt span {
    font-size: 16px;
    font-weight: bold;
}

.Edition .price_cell dd {
    line-height: 24px;
}

    .Edition .price_cell dd table {
        width: 100%;
        color: #777
    }

    .Edition .price_cell dd i:before {
        content: '\2714';
        display: inline-block;
        width: 15px;
        height: 10px;
        color: #4b83df;
    }

.Edition .orange .price_cell dd i:before {
    color: #f0a050;
}

.Edition .green .price_cell dd i:before {
    color: #19bc9b;
}

.Edition .price_item:last-child .price_cell dd i:before {
    color: #f2a43d
}

.Edition a {
    color: #4b83df;
    font-size: 18px;
    display: inline-block;
    padding: 20px 0 10px;
}

    .Edition a:hover {
        color: #2f6cd1;
    }

.Edition .line {
    width: 324px;
    height: 1px;
    background-color: #cccccc;
    margin: 0 auto;
}

.Edition .line1 {
    width: 290px;
    height: 1px;
    background-color: #e5e5e5;
    margin: 0 auto;
}

.Edition .zc, .Edition .gm {
    margin: 20px 0 0 34px;
    float: left;
    border-radius: 4px;
    letter-spacing: 1px;
}

.Edition .zc {
    background-color: #f89f3d;
    width: 180px;
    height: 46px;
}

.Edition .gm {
    border: 1px solid #f18817;
    margin-top: 28px;
    width: 66px;
    height: 32px;
}

.Edition .zc a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 6px;
    border-radius: 6px;
    display: block;
}

.Edition .gm a {
    color: #f18817;
    font-size: 16px;
    line-height: 0px;
    padding-top: 15px;
}

.Edition .zc:hover {
    background-color: #f99223;
}

.Edition .disappear {
    display: none;
}

.up {
    padding: 40px 0 0;
}

.hiddenWX {
    display: none;
}

.fc {
    width: 153px;
    height: 164px;
    position: fixed;
    right: 8%;
    top: 88px;
    z-index: 1002;
    animation: updown 2.4s infinite;
    -webkit-animation: updown 2.4s infinite;
    margin-top: 60px;
}

    .fc a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/fc.png) no-repeat center;
        background-size: cover;
        background-size: 90%;
    }

@keyframes updown {
    0% {
        top: 4%;
    }

    50% {
        top: 6%;
    }

    100% {
        top: 4%;
    }
}

.Cover {
    padding-bottom: 20px;
}

    .Cover ul {
        overflow: hidden;
        margin: 0 40px 40px;
    }

        .Cover ul li {
            float: left;
            margin-right: 60px;
            transition: all 0.6s;
            padding-bottom: 4px;
        }

        .Cover ul .li7 {
            margin-right: 0;
        }

        .Cover ul li:hover {
            position: relative;
            transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
        }


/*鍏变韩娴侀噺*/
.gxll {
    width: 100%;
    text-align: center;
    margin: 50px auto 20px;
}

.wk {
    width: 1200px;
    height: 520px;
    margin: 60px auto;
}

    .wk img {
        height: 350px;
    }

.g1, .g2, .g3, .g4 {
    width: 300px;
    height: 520px;
    float: left;
}

.gxll img, .g-t1, .g-t2 {
    text-align: center;
}

.gxll .g-t1 {
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #10af9f;
}

.gxll .g-t2 {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}



.Coopertion .tit {
    background: url(../images/coopertion_01.jpg) no-repeat center center;
    height: 91px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin: 80px 0 0;
    padding: 23px 0 0 0
}

.Coopertion .storetype {
    padding: 0px 0 50px;
    text-align: center
}

    .Coopertion .storetype ul {
        padding: 0 11%;
        margin-top: -30px;
    }

    .Coopertion .storetype a {
        display: inline-block;
        width: 100px;
        font-size: 18px;
        color: #999;
        position: relative;
    }

    .Coopertion .storetype i {
        display: inline-block;
        width: 60px;
        height: 60px;
        background: url(../images/coopertion_icon.png) no-repeat;
        margin: 17px 0 8px;
    }

        .Coopertion .storetype i.one {
            background-position: -60px 0
        }

    .Coopertion .storetype li.active span.aaa {
        clip: rect(0px 50px 0 0);
    }

    .Coopertion .storetype li.active a span.aaa {
        clip: rect(0 50px 80px 0);
    }

    .Coopertion .storetype li.active span.bbb {
        clip: rect(80px 80px 80px 50px);
    }

    .Coopertion .storetype li.active a span.bbb {
        clip: rect(0 80px 80px 50px);
    }

    .Coopertion .storetype i.two {
        background-position: 0 -60px
    }

    .Coopertion .storetype i.three {
        background-position: 0 -120px
    }

    .Coopertion .storetype i.four {
        background-position: 0 -180px
    }

    .Coopertion .storetype i.five {
        background-position: 0 -240px
    }

    .Coopertion .storetype i.six {
        background-position: 0 -300px
    }

    .Coopertion .storetype i.seven {
        background-position: 0 -360px
    }

    .Coopertion .storetype i.eight {
        background-position: 0 -420px
    }

    .Coopertion .storetype i.nine {
        background-position: 0 -480px
    }

    .Coopertion .storetype i.ten {
        background-position: 0 -540px
    }

    .Coopertion .storetype a:hover i.one {
        background-position: -60px 0
    }

    .Coopertion .storetype a:hover i.two {
        background-position: -60px -60px
    }

    .Coopertion .storetype a:hover i.three {
        background-position: -60px -120px
    }

    .Coopertion .storetype a:hover i.four {
        background-position: -60px -180px
    }

    .Coopertion .storetype a:hover i.five {
        background-position: -60px -240px
    }

    .Coopertion .storetype a:hover i.six {
        background-position: -60px -300px
    }

    .Coopertion .storetype a:hover i.seven {
        background-position: -60px -360px
    }

    .Coopertion .storetype a:hover i.eight {
        background-position: -60px -420px
    }

    .Coopertion .storetype a:hover i.nine {
        background-position: -60px -480px
    }

    .Coopertion .storetype a:hover i.ten {
        background-position: -60px -540px
    }

    .Coopertion .storetype span {
        position: absolute;
        left: 8px;
        top: 5px;
        display: inline-block;
        width: 80px;
        height: 80px;
        border: #269969 3px solid;
        transition: all .2s linear;
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        -webkit-border-radius: 80px;
        -moz-border-radius: 80px;
        border-radius: 80px;
    }

        .Coopertion .storetype span.aaa {
            clip: rect(0px 50px 0 0);
        }

    .Coopertion .storetype a:hover span.aaa {
        clip: rect(0 50px 80px 0);
    }

    .Coopertion .storetype span.bbb {
        clip: rect(80px 80px 80px 50px);
    }

    .Coopertion .storetype a:hover span.bbb {
        clip: rect(0 80px 80px 50px);
    }

.Coopertion .list {
    width: 1687px;
    margin: 0 auto;
}

    .Coopertion .list li {
        float: left;
        width: 240px;
        height: 160px;
        position: relative;
        margin: 1px 1px 0 0;
        padding: 0;
    }

        .Coopertion .list li img {
            width: 240px;
            height: 160px;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .2s linear;
            -moz-transition: all .2s linear;
            -webkit-transition: all .2s linear;
            -o-transition: all .2s linear;
        }

            .Coopertion .list li img:hover {
                position: absolute;
                width: 270px;
                height: 180px;
                z-index: 1;
                top: -10px;
                left: -15px;
                border: #FFF 3px solid;
                border-bottom-width: 2px;
                box-shadow: 0 0 10px rgba(0,0,0,.5);
            }

.Coopertion .link {
    margin: 65px 0 120px;
    text-align: center;
}

    .Coopertion .link a {
        display: inline-block;
        width: 330px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        color: #996926;
        background: #fff;
    }

        .Coopertion .link a:hover {
            text-decoration: underline;
            background: #e5b673;
            color: #b37012
        }



.yuyin a {
    background-image: url(../images/yuyin1.jpg);
    width: 1110px;
    display: inline-block;
    overflow: hidden;
    height: 440px;
    margin: 40px auto 60px 20px;
    padding: 160px 527px 0;
    border-radius: 4px;
}

    .yuyin a img {
        width: 60px;
        height: 60px;
        transition: width 1.5s, height 1.5s;
        -moz-transition: width 1.5s, height 1.5s, -moz-transform 1.5s;
        -webkit-transition: width 1.5s, height 1.5s, -webkit-transform 1.5s;
        -o-transition: width 1.5s, height 1.5s, -o-transform 1.5s;
    }
.Price .Cash {
    background: #F5F5F5;
    padding: 60px 0 90px;
    text-align: center;
    color: #333;
}

    .Price .Cash .item1 {
        float: left;
        width: 25%;
        margin: 100px 0 0 0;
    }

    .Price .Cash .txt {
        color: #777;
        font-size: 16px;
        line-height: 28px;
    }

    .Price .Cash span {
        font-size: 22px;
        font-weight: bold;
        display: block;
        margin: 20px 0;
    }

    .Price .Cash .item1 > i {
        display: inline-block;
        width: 240px;
        height: 240px;
    }

.Price .D2 i.icon {
    background: url(../images/cash01.png) no-repeat;
}

.Price .T2 i.icon {
    background: url(../images/cash02.png) no-repeat;
}

.Price .xuan i.icon {
    background: url(../images/cash03.png) no-repeat;
}

.Price .Cash .txt b {
    color: #dd1d1d;
    font-size: 20px;
}
.Price .weighting i.icon {
    background: url(../images/weighing.png) no-repeat;
}
.Price .Cash .txt {
    text-align: left;
    padding-left: 20px;
}

    .Price .Cash .txt p {
        font-size: 16px;
        margin-bottom: -2px;
    }

    .Price .Cash .txt .p1 {
        padding-top: 10px;
    }

    .Price .Cash .txt p i {
        font-size: 14px;
    }  




    
/* 鍔熻兘椤典慨鏀?*/
.core_nav{ width:100%; background:rgba(255,255,255,1); height:80px;}
.core_nav.help_nav{ background:#f5f5f5; border-bottom:#e8e8e8 1px solid}
.core_nav.fly{ position:fixed; top:70px; background:rgba(255,255,255,.9); box-shadow:20px 0 10px rgba(0,0,0,.1); z-index:999}
.core_nav a{ font-size:18px; color:#666; display:inline-block; margin:20px 4px 0 0px; transition:all .2s linear; -moz-transition:all .2s linear; -webkit-transition:all .2s linear; -o-transition:all .2s linear; height:40px; line-height:40px; min-width:100px; padding:0 10px; text-align:center;}
/* 功能介绍子导航公共规则（list_show.html 内带 jtsubnav 类即生效；自动换行，不横向滚动） */
.core_nav.jtsubnav{ height:auto; }
.core_nav.jtsubnav .Center{ white-space:nowrap; overflow:visible; padding:10px 0; line-height:1.3; }
.core_nav.jtsubnav a{ font-size:14px; color:#555; margin:6px 4px 0 0; height:36px; line-height:36px; min-width:76px; padding:0 6px; }
.core_nav.jtsubnav a:hover{ color:#e60012; background:#f7f7f7; }
/* 【电脑端 >768px 已按"第一次下达下拉目录修改指令之前"的状态逐字还原并冻结，以上 4 行禁止再改】 */
/* 手机端（<=768px）功能下拉目录：① 统一实体背景 #f7f7f7，修复桌台预定/AI助手/营业支出 等透明重叠、显示不全，与上方条目一致、互不遮挡；② 调小字号/行高/内边距、圆角弱化生硬方格、简洁干净；③ 悬停/点击加克制的红系高亮区分选中项，无动画（仅作用于手机端，不触碰电脑端） */
@media screen and (max-width:768px){
  .core_nav.feature-nav .Center{ white-space:normal; display:grid; grid-template-columns:repeat(3,1fr); gap:3px 2px; padding:6px 0; line-height:1.15; width:100%; max-width:100%; box-sizing:border-box; margin:0 auto; }
  .core_nav.feature-nav a{ font-size:12px; color:#555; background:#f7f7f7; margin:0; min-width:0; height:24px; line-height:24px; padding:0 2px; text-align:center; border-radius:4px; box-sizing:border-box; overflow:hidden; transition:none; -moz-transition:none; -webkit-transition:none; -o-transition:none; }
  .core_nav.feature-nav a:hover, .core_nav.feature-nav a:active{ color:#fff; background:#e60012; }
  /* 手机端功能下拉目录：仅 list_show.html 的 .core_nav.jtsubnav 模块生效，不影响其它页子导航与电脑端。统一实体底色+柔和边框（含桌台预定/AI助手/营业支出整行，杜绝透明），缩小字号内边距、弱化生硬方格，保持每排 3 个；悬停/点击低调底色高亮 */
  .core_nav.jtsubnav .Center{ white-space:normal; display:grid; grid-template-columns:repeat(3,1fr); gap:5px 4px; width:100%; max-width:100%; padding:6px 0; line-height:1.2; box-sizing:border-box; margin:0 auto; }
  .core_nav.jtsubnav a{ font-size:12px; color:#555; background:#f7f7f7; border:1px solid #e8e8e8; border-radius:4px; margin:0; min-width:0; height:26px; line-height:26px; padding:0 3px; text-align:center; box-sizing:border-box; overflow:hidden; transition:none; -moz-transition:none; -webkit-transition:none; -o-transition:none; }
  .core_nav.jtsubnav a:hover, .core_nav.jtsubnav a:active{ background:#ededed; color:#333; }
}
.core_nav a.current{color:#FFF; background:#32b15f;}
.core_nav a:hover{ background:#32b15f; color:#FFF;}
.core_nav.fly+div,.help_nav.fly+.HelpCenter{ margin-top:80px;}


.kaidan{width: 100%;background-color: #f5f5f5;text-align: center;}
.kaidan img{margin:40px 0;}
.kaidantu{margin-top: 80px;margin-left:90px;}
.kaidan .I2 li{float: left;margin-left: 160px;margin-top: 50px;}
.kaidan .I2 img{margin: 12px 6px 0 0 ;}
.kaidan .I2 span{font-size: 20px;color: #333;line-height: 34px;}
.kaidan .I2 span i{background-color: #1DB4D5;color: #FFFFFF;}


.ms-2{width: 350px;float: right;}

/* pc浠锋牸椤典慨鏀?102 */
.Price .Cash {background: #F5F5F5;padding: 60px 0 90px;text-align: center;color: #333;}
.Price .Cash .item1 {float: left;width: 25%;margin: 100px 0 0 0;}
.Price .Cash .txt {color: #777;font-size: 16px;line-height: 28px;}
.Price .Cash span {font-size: 22px;font-weight: bold;display: block;margin: 20px 0;}
.Price .Cash .item1 > i {display: inline-block;width: 240px;height: 240px;}
.Price .D2 i.icon {background: url(../images/cash01.png) no-repeat;}
.Price .T2 i.icon {background: url(../images/cash02.png);}
.Price .xuan i.icon {background: url(../images/cash03.png) no-repeat;}
.Price .Cash .txt b {color: #dd1d1d;font-size: 20px;}
.Price .weighting i.icon {background: url(../images/cash04.png) no-repeat;}
.Price .Cash .txt {text-align: left;padding-left: 20px;}
.Price .Cash .txt p {font-size: 16px;margin-bottom: -2px;}
.Price .Cash .txt .p1 {padding-top: 10px;}
.Price .Cash .txt p i {font-size: 14px;}  
.Price .jcb{font-size: 13px;color: #666;}
.Price .Cash i.icon {background-size: 240px;}


/* download-center (list_2) */
.download-center { padding: 40px 0 60px; }
.download-center .dc-head { text-align: center; margin-bottom: 36px; }
.download-center .dc-head h2 { font-size: 28px; color: #222; font-weight: bold; position: relative; display: inline-block; padding-bottom: 14px; }
.download-center .dc-head h2:after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 3px; background: #e60012; }
.download-center .dc-desc { margin-top: 16px; font-size: 15px; color: #888; }
.download-center .dl-item { display: flex; align-items: center; flex-wrap: wrap; background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 22px 26px; margin-bottom: 18px; transition: box-shadow .2s, transform .2s; }
.download-center .dl-item:hover { box-shadow: 0 6px 22px rgba(0,0,0,.08); transform: translateY(-2px); }
.download-center .dl-icon { width: 64px; height: 64px; flex-shrink: 0; margin-right: 22px; }
.download-center .dl-icon img { width: 100%; height: 100%; object-fit: contain; }
.download-center .dl-name { font-size: 18px; color: #222; font-weight: bold; width: 240px; }
.download-center .dl-sub { font-size: 14px; color: #999; width: 140px; }
.download-center .dl-meta { flex: 1; font-size: 14px; color: #666; line-height: 1.9; }
.download-center .dl-meta span { color: #e60012; font-weight: bold; }
.download-center .dl-btn { display: inline-block; background: #e60012; color: #fff; font-size: 15px; padding: 10px 28px; border-radius: 4px; text-decoration: none; flex-shrink: 0; transition: background .2s; }
.download-center .dl-btn:hover { background: #c5000f; }
.download-center .empty-tip { text-align: center; color: #999; padding: 70px 0; font-size: 15px; }
@media screen and (max-width: 768px) {
  .download-center { padding: 25px 12px 40px; }
  .download-center .dl-item { padding: 16px; }
  .download-center .dl-name { width: auto; flex: 1 0 100%; margin-bottom: 6px; }
  .download-center .dl-sub { width: auto; flex: 1 0 100%; margin-bottom: 10px; }
  .download-center .dl-icon { width: 48px; height: 48px; margin-right: 14px; }
  .download-center .dl-meta { flex: 1 0 100%; margin: 10px 0; }
}

/* 首页智能电源控制：与上方“核心功能”内容列同宽（1200px），水平居中，左右留白对称 */
.Intelligent {
    width: fit-content;         /* 模块尺寸贴合原图(1901px)，不写死1200px，绝不靠缩小图片制造留白 */
    margin: 18px auto 72px;     /* 上边距小→整体上移靠近"更多功能"；下边距大→与"服务支持"拉大间距；左右auto居中 */
    overflow: hidden;
    background: #ffffff;
}
.Intelligent img {
    display: block;
    width: auto;               /* 原始尺寸(1901x718)，一像素不缩放：绝对禁止缩小/放大/拉伸/裁剪/变形 */
    height: auto;              /* 高度随原始比例，不写死 */
    max-width: none;           /* 不被任何容器宽度约束而缩小 */
    margin: 0 auto;            /* 图片在模块内整体居中 */
}
