﻿@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6, dl, dt, dd, img, ul, li, a, span, p, i, strong, b, em, form, input, label, div, body, html {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

body {
    font-family: "微软雅黑";
    background: #fff;
    position: relative;
    width: 100%;
    min-width: 1024px;
}

table tr td {
    border: 1px solid #e7ecf1;
}

input, select, textarea {
    font-family: "微软雅黑";
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bbb;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bbb;
}

.cl-mg:before {
    content: '';
    display: table;
    clear: both;
}

table tbody td {
    word-break: break-all;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

input, textarea, select {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    /*width: 1280px;*/
    width: 1199px;
    margin: 0 auto;
}

.fix {
    *zoom: 1;
}

    .fix:after {
        display: block;
        content: "clear";
        height: 0;
        clear: both;
        overflow: hidden;
        visibility: hidden;
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/opb.png") repeat;
    z-index: 999;
    display: none;
}

.alert {
    width: 486px;
    background: #f8f9fa;
    position: absolute;
    left: 50%;
    margin-left: -243px;
    z-index: 1000;
    top: -10px;
    padding-bottom: 10px;
}

    .alert .contents form {
        margin: 22px auto 0;
    }

    .alert .close-alt {
        position: absolute;
        width: 44px;
        height: 44px;
        background: url("../img/close.png") no-repeat;
        background-size: 100%;
        top: -7px;
        right: -46px;
        cursor: pointer;
    }

.contents {
    position: relative;
}

    .contents form {
        width: 430px;
        margin: 20px auto;
    }

        .contents form ul {
            width: 100%;
        }

            .contents form ul li {
                width: 100%;
                margin-bottom: 6px;
                float: left;
            }

                .contents form ul li label {
                    width: 100%;
                    display: block;
                    height: 20px;
                    padding: 3px 0;
                    font-size: 14px;
                    line-height: 20px;
                }
                    /*#lblMsg{
    color:#ff6b61;
}*/

                    .contents form ul li label span {
                        line-height: 20px;
                        font-size: 14px;
                        color: #333;
                        float: left;
                        padding-right: 6px;
                    }

                    .contents form ul li label .a {
                        display: block;
                        float: left;
                        width: 20px;
                        height: 20px;
                        background: url("../img/question.png") left center no-repeat;
                        background-size: 16px 16px;
                        position: relative;
                    }

                        .contents form ul li label .a p {
                            position: absolute;
                            float: left;
                            padding: 10px 6px;
                            line-height: 18px;
                            min-height: 18px;
                            font-size: 13px;
                            top: 18px;
                            left: 16px;
                            width: 230px;
                            display: none;
                            background: #fffae9;
                            border: 1px solid #333;
                            border-radius: 3px;
                            z-index: 999;
                        }

                            .contents form ul li label .a p i {
                                font-style: normal;
                                color: #333;
                                float: left;
                                display: block;
                                max-width: 100%;
                                overflow: hidden;
                            }

                            .contents form ul li label .a p a {
                                color: #05b1dc;
                                float: right;
                            }

                                .contents form ul li label .a p a:hover {
                                    text-decoration: underline;
                                }

                .contents form ul li .al-text {
                    width: 426px;
                    border-top: transparent;
                    border-left: transparent;
                    border-right: transparent;
                    border-bottom: 1px solid #e6e6e6;
                    height: 20px;
                    line-height: 20px;
                    background: transparent;
                    padding: 6px 2px 2px;
                    color: #999;
                    font-size: 13px;
                }

.al-text[readonly] {
    background-color: #efefef !important;
}

.contents form ul li .textarea-at {
    width: 404px;
    border: 1px solid #333;
    height: 120px;
    line-height: 20px;
    background: transparent;
    padding: 4px 12px;
    margin-top: 4px;
    color: #666;
    overflow: hidden;
    resize: none;
}

.contents form ul li .al-text-short {
    width: 250px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #e6e6e6;
    height: 20px;
    line-height: 20px;
    background: transparent;
    padding: 6px 2px 2px;
    float: left;
    line-height: 20px;
}

.al-text-short[readonly] {
    background-color: #efefef !important;
}

.contents form ul li .get-code {
    width: 140px;
    height: 32px;
    line-height: 32px;
    float: right;
    border: 0 none;
    background: #35c8e6;
    color: #fff;
    transition-duration: 400ms;
    cursor: pointer;
    border-radius: 3px;
}

    .contents form ul li .get-code:hover {
        background: #39d1ed;
        box-shadow: 2px 2px 6px #84dff2;
    }

.contents .tips {
    color: #39d1ed;
    font-size: 14px;
    line-height: 20px;
    /*	padding-bottom: 10px*/
}

.contents .save-alt {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    background: #39d1ed;
    color: #fff;
    transition-duration: 500ms;
    cursor: pointer;
    font-size: 16px;
    float: right;
    text-align: center;
    margin-top: 6px;
    border-radius: 3px;
}

.contents .save-alt1 {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    background: #00C2D1;
    color: #fff;
    transition-duration: 500ms;
    cursor: pointer;
    font-size: 16px;
    float: right;
    text-align: center;
    margin-top: 6px;
    border-radius: 3px;
}


.hashide {
    display: none;
}

.contents .save-alt:hover {
    background: #35c8e6;
    box-shadow: 2px 2px 6px #84dff2;
}

.choose-add {
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #c9c9c9;
    float: left;
    margin-top: 5px;
    margin-right: 6px;
    background: transparent;
}

.contents form ul li span {
    float: left;
    line-height: 32px;
    font-size: 14px;
}

.shop-add {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #333;
}

.backgd {
    width: 100%;
    height: 88px;
    z-index: 98;
    position: absolute;
    top: -88px;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.header {
    width: 100%;
    height: 88px;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    z-index: 1000;
}

.header-index {
    background: transparent;
}

.header .w1200 {
    position: relative;
    height: 88px;
    overflow: visible;
}

.header .logo {
    display: block;
    float: left;
    height: 50px;
    width: 176px;
    background: url("../img/logo.png") center no-repeat;
    margin-top: 19px;
    position: absolute;
}

.header-index .logo {
    background: url("../img/logo2.png") center no-repeat;
}
/*.header .logo img{
	display: block;
    height:50px;
    border:0 none;
}*/
.menu {
    position: relative;
    margin-top: 24px;
    height: 40px;
    float: right;
}

    .menu ul {
        float: left;
    }

    .menu li {
        float: left;
        position: relative;
        min-height: 80px;
        margin-right: 16px;
    }

.header .atu {
    position: absolute;
    top: 52px;
    background: #222;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: -38px;
    display: none;
    overflow: hidden;
}

    .header .atu a {
        color: #ddd;
        font-size: 14px;
        line-height: 40px;
        float: left;
        transition-duration: 300ms;
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 50px;
        width: 100px;
    }

        .header .atu a:hover {
            color: #fff;
        }

.menu li.b-line .dad {
    color: #39d1ed;
}

.menu li a.dad {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    color: #666;
    display: block;
    float: left;
    line-height: 40px;
    transition-duration: 300ms;
}

.menu li .dad:hover {
    color: #39d1ed;
}

.header-index .menu li a.dad {
    color: #ddd;
}

.header-index .menu li .dad:hover {
    color: #39d1ed;
}

.i-focus2 {
    position: absolute;
    height: 2px;
    top: 62px;
    background: #39d1ed;
    border-radius: 1px;
    width: 260px;
    left: 0;
    z-index: -1;
}

.header .top-right {
    float: right;
    padding-top: 29px;
}

.top-after-right {
    /*float: right;
    padding-top: 26px;
    position: relative;
    width: 174px;*/
    z-index: 997;
    position: absolute;
    width: 154px;
    height: 30px;
    top: 20px;
    right: 50px;
}

    .top-after-right .head-tit {
        cursor: pointer;
        line-height: 36px;
        font-size: 14px;
        height: 36px;
        display: block;
        padding-right: 32px;
        text-align: right;
        background: url("../img/downto.png") right 17px no-repeat;
        color: #39d1ed;
        padding-left: 10px;
        min-width: 52px;
        float: right;
    }
/*.top-after-right .head-tit:hover{
	color: #fff;
}*/
.sub-path {
    position: absolute;
    width: 182px;
    background-color: #fff;
    /*top: 89px;*/
    top: 45px;
    left: -24px;
    display: none;
    border-radius: 3px;
    overflow: hidden;
    /* border: 1px solid #eee; */
    box-shadow: 0 2px 6px rgba(0,0,0,0.35);
    padding-top: 7px;
}

    .sub-path a {
        display: block;
        width: 100%;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        text-indent: 60px;
        color: #666;
        transition-duration: 500ms;
    }

        .sub-path a:hover {
            color: #39d1ed;
        }

.page-sc {
    font-size: 14px;
}

    .page-sc a {
        padding: 0 6px;
        cursor: pointer;
        color: #333;
    }

        .page-sc a:hover, .page-sc a.active {
            color: #39d1ed;
        }
/*.sub-path .path1{
	background: url("../img/pt1.png") 21px center no-repeat;
}
.sub-path .path2{
	background: url("../img/pt3.png") 21px center no-repeat;
}
.sub-path .path3{
	background: url("../img/pt5.png") 21px center no-repeat;
}
.sub-path .path1:hover{
	background: url("../img/pt1.png") 21px center no-repeat #39d1ed;
}
.sub-path .path2:hover{
	background: url("../img/pt3.png") 21px center no-repeat #39d1ed;
}
.sub-path .path3:hover{
	background: url("../img/pt5.png") 21px center no-repeat #39d1ed;
}*/
.header .top-right a {
    float: left;
    color: #fff;
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    transition-duration: 500ms;
    font-family: "PingHei","微软雅黑","\5b8b\4f53",Arial,sans-serif;
    border: 1px solid #ddd;
    color: #666;
}

.header-index .top-right a {
    color: #ddd;
    border: 1px solid #666;
}

.header .top-right .link-home {
    border: 1px solid transparent;
    background: #39d1ed;
    color: #fff;
}

.pad0 {
    padding-top: 20px;
}

.link-home {
    display: block;
    color: #fff;
    width: 76px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    transition-duration: 500ms;
    font-family: "微软雅黑","\5b8b\4f53",Arial,sans-serif;
    margin-left: 10px;
    background: #39d1ed;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 50px;
}

.header .top-right .link-home:hover {
    color: #fff;
    background: #35c8e6;
}

.link-home:hover {
    color: #fff;
    background: #35c8e6;
}

.header .top-right .a1 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.header .top-right .a2 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header .top-right .ing, .header .top-right a:hover {
    background: #39d1ed;
    color: #fff;
    border: 1px solid #39d1ed;
}

.section {
    overflow: hidden;
}

.section1 {
    background: url("../img/1.jpg") no-repeat center top;
    background-size: 100% 100%;
}

.section2 {
    background: #01c3e6;
}

.section4 {
    /*background: url("../img/back2.png") no-repeat center 70% #f7f8fa;*/
    background: #08a8d1;
}

    .section4 .circle-box {
        width: 924px;
        height: 800px;
        background: url("../img/sec4-bk.png") center no-repeat;
        margin: 0 auto;
        position: relative;
    }

        .section4 .circle-box .techs {
            position: absolute;
            opacity: 0;
            filter: alpha(opacity=0);
        }

            .section4 .circle-box .techs .tech-img {
                width: 120px;
                height: 110px;
                background: #39d1ed;
                border-radius: 50%;
                padding-top: 10px;
            }

                .section4 .circle-box .techs .tech-img img {
                    display: block;
                    width: 100%;
                }

        .section4 .circle-box .tech_1 {
            left: 142px;
            top: 48px;
        }

        .section4 .circle-box .tech_2 {
            left: 100px;
            top: 406px;
        }

        .section4 .circle-box .tech_3 {
            left: 650px;
            top: 488px;
        }

        .section4 .circle-box .tech_4 {
            left: 764px;
            top: 290px;
        }

        .section4 .circle-box .tech_5 {
            left: 556px;
            top: 4px;
        }

        .section4 .circle-box .techs .tech-text {
            padding: 8px 20px;
            float: left;
            background: url("../img/op-w1.png") repeat;
            color: #fff;
            line-height: 28px;
            font-size: 16px;
            border-radius: 8px;
            min-width: 208px;
            position: absolute;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .section4 .circle-box .tech_1 .tech-text {
            left: -268px;
            top: 114px;
        }

        .section4 .circle-box .tech_2 .tech-text {
            left: -304px;
            top: 28px;
        }

        .section4 .circle-box .tech_3 .tech-text {
            left: 180px;
            top: 38px;
        }

        .section4 .circle-box .tech_4 .tech-text {
            left: 154px;
            top: 114px;
        }

        .section4 .circle-box .tech_5 .tech-text {
            left: 144px;
            top: 114px;
        }

    .section4 .title-sec {
        width: 446px;
        padding-top: 276px;
        height: 170px;
        text-align: center;
        color: #fff;
        font-size: 50px;
        background: url("../img/five_num.png") center 66px no-repeat;
        font-weight: lighter;
        position: absolute;
        z-index: 2;
        top: 144px;
        left: 50%;
        margin-left: -190px;
        line-height: 50px;
    }

.content6_new .title-sec {
    width: 446px;
    padding-top: 276px;
    height: 170px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    background: url("../img/five_num.png") center 66px no-repeat;
    font-weight: lighter;
    position: absolute;
    z-index: 2;
    top: 144px;
    left: 50%;
    margin-left: -190px;
    line-height: 50px;
}

.section5 {
    background: #eef1f5;
}

    .section5 .content5 {
        padding-top: 11%;
    }

    .section5 .title-cv {
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: lighter;
        color: #333;
        padding-bottom: 48px;
        letter-spacing: 10px;
    }

.section7 .two-ways {
    width: 806px;
    margin: 0 auto;
    position: relative;
    background: url("../img/sec2_01.png") center top no-repeat;
    height: 440px;
}

    .section7 .two-ways .cover-box {
        width: 518px;
        position: relative;
        height: 400px;
        overflow: hidden;
        margin: 0 auto;
    }

    .section7 .two-ways .sub {
        width: 600%;
        position: relative;
        margin: 0 auto;
        height: 370px;
    }

        .section7 .two-ways .sub li {
            width: 518px;
            float: left;
        }

            .section7 .two-ways .sub li .intro-img {
                padding-top: 22px;
            }

            .section7 .two-ways .sub li .intro-texts {
                width: 520px;
                font-size: 15px;
                line-height: 30px;
                color: #666;
                margin-top: 38px;
                margin: 0 auto 20px;
                text-align: center;
            }

.section7 .txt4 .btn-all {
    display: block;
    width: 38px;
    height: 108px;
    border-radius: 4px;
    position: absolute;
    top: 300px;
    transition-duration: 400ms;
}

.section7 .txt4 .btn-fl {
    background: url("../img/sec2_left.png") center center no-repeat;
    background-size: 100%;
    left: 0;
}
/*.section5 .two-ways .btn-fl:hover{
    background:url("../img/coop-left.png") center center no-repeat #c6d8e7;
    left:0;
}*/
.section7 .txt4 .btn-fr {
    background: url("../img/sec2_right.png") center center no-repeat;
    background-size: 100%;
    right: 0;
}
/*.section5 .two-ways .btn-fr:hover{
    background:url("../img/coop-right.png") center center no-repeat #c6d8e7;
}*/
.section7 .txt4 .menu-guide {
    width: 100%;
    text-align: center;
    /*background:url("../img/lightner.png") top center no-repeat;*/
}

    .section7 .txt4 .menu-guide a {
        font-size: 18px;
        color: #999;
        margin: 0 18px;
        letter-spacing: 2px;
    }

        .section7 .txt4 .menu-guide a:hover, .section7 .txt4 .menu-guide a.doing {
            color: #333;
        }

.section6 {
    background: url("../img/shop_bk2.jpg") center center no-repeat;
    background-size: 100%;
}

    .section6 .content6 {
        padding-top: 12%;
    }

    .section6 .title-cv {
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: lighter;
        color: #fff;
        padding-bottom: 20px;
        letter-spacing: 10px;
    }

    .section6 .progress {
        width: 100%;
        padding-top: 48px;
        height: 345px;
    }

        .section6 .progress ul {
            width: 100%;
            margin-left: 66px;
        }

            .section6 .progress ul li {
                float: left;
                margin-left: -110px;
                opacity: 0;
                filter: alpha(opacity=0);
            }

                .section6 .progress ul li a {
                    display: block;
                    float: left;
                }

                    .section6 .progress ul li a img {
                        transition-duration: 500ms;
                    }

                .section6 .progress ul li:hover a img {
                    margin-top: -30px;
                }

.section3 {
    background: url("../img/section3-bk.jpg") center no-repeat;
}

.section8 {
    background: url("../img/sec8_bk2.png") left bottom no-repeat;
}

    .section8 .content8 {
        padding-top: 8%;
        background: url("../img/sec8_bk1.png") right 88px no-repeat;
        min-height: 200px;
    }

        .section8 .content8 .title-cv {
            width: 100%;
            text-align: center;
            font-size: 50px;
            font-weight: lighter;
            color: #333;
            padding-bottom: 40px;
            letter-spacing: 10px;
        }

.section1 .w1200 {
    padding-top: 12%;
    position: relative;
    height: 90%;
}

.downs {
    position: absolute;
    z-index: 77;
    bottom: 20px;
    display: block;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    font-size: 14px;
    color: #fff;
    background: url("../img/arrow.png") center top no-repeat;
}
/*.downs i{
    font-style:normal;
    display:block;
    width:100%;
    text-align:center;
    margin-top:44px;
}*/
#animation1 {
    -webkit-animation: fadeOutDown 2s infinite ease-in both;
    -moz-animation: fadeOutDown 2s infinite ease-in both;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    50% {
        opacity: 0.5;
        -webkit-transform: translateY(12px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -moz-transform: translateY(0);
    }

    50% {
        opacity: 0.5;
        -moz-transform: translateY(12px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.section1 .w1200 .tit-a {
    width: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.section1 .w1200 .tit-b {
    width: 100%;
    text-align: center;
    padding-top: 34px;
    margin-top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.section1 .w1200 .tit-c {
    width: 100%;
    text-align: center;
    padding-top: 16px;
}

.tit-list {
    width: 96%;
    margin: 120px auto;
}

    .tit-list li {
        float: left;
        margin-top: 30px;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 20%;
    }

        .tit-list li .circle {
            width: 180px;
            height: 180px;
            border-radius: 50%;
            border: 2px solid rgba(255,255,255,0.1);
            margin: 0 auto;
        }

            .tit-list li .circle p {
                width: 76%;
                margin: 0 auto;
                padding-top: 44px;
            }

                .tit-list li .circle p a {
                    font-size: 50px;
                    color: #39d1ed;
                    letter-spacing: -4px;
                    line-height: 50px;
                    float: left;
                    width: 98px;
                    text-align: center;
                    font-family: Century Gothic,Arial;
                }

                .tit-list li .circle p i {
                    color: #fff;
                    font-size: 18px;
                    line-height: 26px;
                    font-style: normal;
                    padding-top: 20px;
                    display: block;
                    float: left;
                }

            .tit-list li .circle .short-tit {
                color: #ddd;
                width: 100%;
                clear: both;
                text-align: center;
                line-height: 32px;
                font-size: 20px;
            }

                .tit-list li .circle .short-tit a {
                    color: #eee;
                    font-weight: bold;
                    font-size: 22px;
                    letter-spacing: 4px;
                }

.check_solution {
    display: block;
    width: 192px;
    height: 40px;
    border-radius: 20px;
    color: #666;
    line-height: 40px;
    font-size: 16px;
    font-weight: lighter;
    background: url("../img/ck01.png") 160px center no-repeat;
    border: 1px solid #bbb;
    text-indent: 42px;
    margin: 0 auto 40px;
    transition-duration: 450ms;
}

    .check_solution:hover {
        border: 1px solid #999;
        background: url("../img/ck01.png") 166px center no-repeat;
    }

.section1 .p3_wrap {
    width: 660px;
    height: 660px;
    background: url(../img/sec1_circle.png) center center no-repeat;
    margin-left: -330px;
    position: absolute;
    top: 50%;
    margin-top: -330px;
    right: 0;
}

.section1 .logo-poly {
    width: 160px;
    height: 160px;
    background: url("../img/logo3.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -80px;
}

.section1 .point {
    -webkit-transform: rotate(-135deg);
    background: url(../img/radi.png) no-repeat;
    width: 660px;
    height: 660px;
    -webkit-animation: pointAnimation 5s linear infinite;
    -moz-animation: pointAnimation 5s linear infinite;
    -ms-animation: pointAnimation 5s linear infinite;
    animation: pointAnimation 5s linear infinite;
}

@-webkit-keyframes pointAnimation {
    0% {
        -webkit-transform: rotate(-135deg);
    }

    100% {
        -webkit-transform: rotate(215deg);
    }
}

@-moz-keyframes pointAnimation {
    0% {
        -moz-transform: rotate(-135deg);
    }

    100% {
        -moz-transform: rotate(215deg);
    }
}

@-ms-keyframes pointAnimation {
    0% {
        -ms-transform: rotate(-135deg);
    }

    100% {
        -ms-transform: rotate(215deg);
    }
}

@keyframes pointAnimation {
    0% {
        transform: rotate(-135deg);
    }

    100% {
        transform: rotate(215deg);
    }
}

.mark-list {
    position: relative;
    overflow: hidden;
}

    .mark-list ul {
        width: 102%;
        margin-top: 50px;
    }

        .mark-list ul li {
            width: 256px;
            float: left;
            border-right: 1px solid #33bdde;
            text-align: center;
        }

            .mark-list ul li i {
                display: block;
                width: 74px;
                margin: 30px auto;
            }

                .mark-list ul li i img {
                    display: block;
                }

            .mark-list ul li p {
                line-height: 20px;
                font-size: 13px;
                color: #fff;
                text-align: center;
                width: 97%;
                margin: 0 auto;
            }

            .mark-list ul li h2 {
                width: 100%;
                height: 25px;
                line-height: 25px;
                font-size: 18px;
                font-weight: bold;
                color: #fff;
                text-align: center;
                letter-spacing: 2px;
            }

.section2 .top-part {
    padding-top: 9%;
    height: 30%;
}

.section2 .wave {
    position: absolute;
    left: 0;
    top: -83px;
    height: 83px;
    width: 100%;
}

.section2 .bottom-part {
    height: 60%;
    position: relative;
    background: #07a8d0;
}

.wave canavas {
    width: 1920px;
}

.section2 .top-part .title-sec {
    width: 990px;
    position: relative;
    margin: 0 auto;
}

    .section2 .top-part .title-sec .line {
        width: 100%;
        height: 2px;
        background: #80e1f3;
        position: absolute;
        top: 38px;
        left: 0;
    }

    .section2 .top-part .title-sec .num {
        color: #fff;
        font-size: 50px;
        padding-left: 110px;
        padding-top: 106px;
        height: 66px;
        line-height: 66px;
        background: url("../img/five_num.png") left center no-repeat;
        position: absolute;
        left: 290px;
        top: 0;
        font-weight: lighter;
    }

.section2 .data-count {
    overflow: hidden;
    padding-top: 3%;
}

    .section2 .data-count ul {
        margin-left: -1px;
    }

        .section2 .data-count ul li {
            width: 255px;
            border-left: 1px solid #5ec6e0;
            float: left;
            padding-bottom: 20px;
        }

            .section2 .data-count ul li a {
                display: block;
                width: 100%;
            }

                .section2 .data-count ul li a p {
                    width: 110px;
                    height: 90px;
                    margin: 0 auto;
                }

            .section2 .data-count ul li.last a p {
                width: 140px;
            }

            .section2 .data-count ul li a p span {
                color: #4ee0f9;
                font-size: 66px;
                letter-spacing: -4px;
                display: block;
                float: left;
                width: 90px;
            }

            .section2 .data-count ul li.last a p span {
                width: 120px;
            }

            .section2 .data-count ul li.last a p span {
                font-size: 56px;
                padding-top: 10px;
            }

            .section2 .data-count ul li a p i {
                font-style: normal;
                font-size: 20px;
                color: #fff;
                font-weight: lighter;
                display: block;
                padding-top: 46px;
                float: right;
            }

            .section2 .data-count ul li a label {
                width: 140px;
                text-align: center;
                font-size: 24px;
                color: #fff;
                font-weight: bold;
                display: block;
                letter-spacing: 4px;
                margin: 0 auto;
            }
/*.section2 .data-count ul li.last a label{
    letter-spacing:12px;
}*/
.online-main .w1200 {
    overflow: visible;
}

.tit-list li .circle .short-tit {
    color: #ddd;
    width: 100%;
    clear: both;
    text-align: center;
    line-height: 46px;
    font-size: 26px;
    font-weight: lighter;
    padding-top: 0;
}

.sec-7 .tit-list li .circle .short-tit {
    line-height: 38px;
    font-size: 24px;
    padding-top: 0;
}

.sec-7 .has-online {
    position: relative;
    width: 854px;
    height: 816px;
    margin: 0 auto;
}

    .sec-7 .has-online a {
        display: block;
        width: 146px;
        height: 146px;
        position: absolute;
    }

        .sec-7 .has-online a.nm-1 {
            top: 120px;
            left: 58px;
        }

        .sec-7 .has-online a.nm-2 {
            top: 0;
            left: 430px;
        }

        .sec-7 .has-online a.nm-3 {
            top: 255px;
            left: 680px;
        }

        .sec-7 .has-online a.nm-4 {
            top: 600px;
            left: 480px;
        }

        .sec-7 .has-online a.nm-5 {
            top: 486px;
            left: 84px;
        }

.tit-list li.last .circle .short-tit {
    letter-spacing: 0;
}

.tit-list li .circle .short-tit span {
    color: #eee;
}

.tit-list li.last .circle .short-tit span {
    letter-spacing: 8px;
}

.content2 {
    padding-top: 4%;
}

.content3 {
    padding-top: 9%;
}

.content4 {
    padding-top: 7%;
}

.content5 {
    padding-top: 12%;
    height: 88%;
}

.content2 .title-cv {
    width: 100%;
    padding-bottom: 18px;
    padding-top: 3%;
    margin-bottom: 1.5%;
    background: url("../img/line5.jpg") center bottom no-repeat;
}

    .content2 .title-cv .cn {
        width: 100%;
        text-align: center;
        font-size: 28px;
        color: #333;
    }

    .content2 .title-cv .en {
        width: 100%;
        text-align: center;
        font-size: 17px;
        color: #999;
        font-family: arial;
        line-height: 42px;
        display: none;
    }

.content2 .datas {
    width: 100%;
    /*background:#f6f6f6;*/
}

    .content2 .datas ul {
        width: 186%;
    }

        .content2 .datas ul li {
            float: left;
            height: 200px;
            width: 142px;
            margin-right: 35px;
            position: relative;
            overflow: hidden;
        }

.content2 .datas1 ul li {
    margin-left: 70px;
    opacity: 0;
    filter: alpha(opcity=0);
}

.content2 .datas2 ul li {
    margin-left: -70px;
    opacity: 0;
    filter: alpha(opcity=0);
}

.content2 .datas ul li .before-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url("../img/op60.png") repeat;*/
    text-align: center;
}

.content2 .datas ul li .backcl {
    background: url("../img/op82.png") repeat;
}

.content2 .datas ul li .before-logo img {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

.content2 .datas ul li .before-logo .tp, .content2 .datas ul li .before-logo .td {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    background: url("../img/opx.png") center no-repeat;
}

.content2 .datas ul li .before-logo .tp {
    right: 0;
    top: 0;
}

.content2 .datas ul li .before-logo .td {
    left: 0;
    bottom: 0;
}

.content2 .datas ul li .hover-box {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .content2 .datas ul li .hover-box img {
        display: block;
        margin: 38px auto 10px;
        transition-duration: 800ms;
        border: 0 none;
    }

.content2 .datas ul li:hover .hover-box img {
    transform: scale(1.14);
}

.content2 .datas ul li .hover-box .com-name {
    color: #eee;
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 46px;
}

.content2 .datas ul li .hover-box .det-name {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    color: #aaa;
}

.content2 .datas ul li.logistics {
    background: url("../img/pb1.jpg") center no-repeat;
}

.content2 .datas ul li.payment {
    background: url("../img/pb2.jpg") center no-repeat;
}

.content2 .datas ul li.business {
    background: url("../img/pb3.jpg") center no-repeat;
}

.content2 .datas ul li.storage {
    background: url("../img/pb4.jpg") center no-repeat;
}

.slect_style {
    outline: none;
    color: #333;
    border: 1px solid #ededed;
    font-size: 14px;
    border-radius: 2px;
}

.content5 .title {
    float: right;
    margin-right: 60px;
}

.section4 .w1200 {
    overflow: visible;
}

.content3 .title span, .content5 .title span {
    padding-left: 120px;
    padding-right: 28px;
    display: block;
    text-align: center;
}

.content3 .title .tip1, .content5 .title .tip1 {
    font-size: 44px;
    color: #494949;
    line-height: 44px;
    padding-top: 18px;
}

.content3 .title .tip2, .content5 .title .tip2 {
    font-size: 22px;
    line-height: 102px;
    color: #333;
}

.content3 .adv, .content3 .adv {
    width: 1160px;
    margin: 0 auto;
}

.content3 .title {
    height: 180px;
}

.content3 .adv ul {
    padding-top: 1.5%;
}

    .content3 .adv ul li {
        float: left;
        margin: 0 30px;
        width: 164px;
        padding: 5% 32px;
        height: 244px;
        background: #fff;
        border-radius: 10px;
        opacity: 0;
        filter: alpha(opacity=0);
        box-shadow: 6px 6px 30px #ddd;
    }

        .content3 .adv ul li:nth-child(2n+1) {
            margin-top: 100px;
        }

        .content3 .adv ul li:nth-child(2n) {
            margin-top: -100px;
        }

        .content3 .adv ul li img {
            display: block;
        }

        .content3 .adv ul li .title1 {
            padding-top: 5px;
            line-height: 60px;
            font-size: 22px;
            color: #4a4a4a;
            /* font-weight: bold; */
        }

        .content3 .adv ul li p {
            font-size: 15px;
            line-height: 28px;
            color: #4a4a4a;
        }

.section1 .slide img {
    width: 100%;
}

.step3 {
    position: relative;
    margin-top: -18%;
    color: #fff;
}

    .step3 .dot .cen-box {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        position: absolute;
        z-index: 2;
        color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .step3 .dot .cen-box i {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 92px;
            color: #fff;
            opacity: 0.26;
            filter: alpha(opacity=26);
            line-height: 98px;
            font-style: normal;
            font-family: Arial;
        }

        .step3 .dot .cen-box strong {
            font-weight: normal;
            font-size: 26px;
            line-height: 28px;
            display: block;
            width: 100%;
            text-align: center;
        }

        .step3 .dot .cen-box span {
            display: block;
            width: 100%;
            text-align: center;
            font-size: 16px;
            line-height: 44px;
        }

    .step3 .dot1 .cen-box {
        background: #39d1ed;
        left: 260px;
        top: 184px;
    }

    .step3 .dot2 .cen-box {
        background: #5fd9b7;
        left: 680px;
        top: 400px;
    }

    .step3 .dot3 .cen-box {
        background: #ff5c75;
        left: 156px;
        top: 540px;
    }

    .step3 .more {
        position: absolute;
        z-index: 1;
        display: none;
    }

    .step3 .dot1 .more {
        width: 400px;
        height: 400px;
        background: #73ddf1;
        border-radius: 50%;
        left: 160px;
        top: 88px;
    }

    .step3 .dot2 .more {
        width: 400px;
        height: 400px;
        background: #8de3cb;
        border-radius: 50%;
        left: 454px;
        top: 320px;
    }

    .step3 .dot3 .more {
        width: 350px;
        height: 350px;
        background: url("../img/op3.png") repeat;
        border-radius: 50%;
        left: 140px;
        top: 370px;
    }

    .step3 .more a {
        display: block;
        padding-left: 14px;
        background: url("../img/circle.png") left top no-repeat;
        line-height: 18px;
        font-size: 18px;
        position: absolute;
        color: #fff;
    }

    .step3 .dot1 .more .sp1 {
        left: 64px;
        top: 102px;
    }

    .step3 .dot1 .more .sp2 {
        left: 34px;
        top: 202px;
    }

    .step3 .dot1 .more .sp3 {
        left: 82px;
        top: 300px;
    }

    .step3 .dot1 .more .sp4 {
        left: 98px;
        top: 366px;
    }

    .step3 .dot1 .more .sp5 {
        left: 256px;
        top: 350px;
    }

    .step3 .dot3 .more .sp1 {
        left: 56px;
        top: 96px;
    }

    .step3 .dot3 .more .sp2 {
        left: 196px;
        top: 70px;
    }

    .step3 .dot2 .more .sp1 {
        left: 64px;
        top: 104px;
    }

    .step3 .dot2 .more .sp2 {
        left: 34px;
        top: 205px;
    }

    .step3 .dot2 .more .sp3 {
        left: 92px;
        top: 303px;
    }

.content6 {
    height: 62%;
}

    .content6 .title6 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        color: #333;
        padding-top: 16%;
        line-height: 26px;
        padding-bottom: 6%;
    }

.companies {
    width: 100%;
    overflow: hidden;
}

    .companies ul {
        width: 1000%;
    }

        .companies ul li {
            float: left;
            width: 200px;
            text-align: center;
        }

            .companies ul li img {
                width: 90%;
            }

.footer {
    width: 100%;
    /*background: #1f2127;*/
    background: url(../img/bg3.jpg);
    background-size: 50%;
    position: relative;
}

    .footer .ctcs {
        padding-top: 56px;
    }

.top {
    position: absolute;
    z-index: 98;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background: url("../img/top.png") center top no-repeat;
    top: -36px;
    transition-duration: 500ms;
    display: none;
}

    .top:hover {
        background: url("../img/top.png") no-repeat;
    }
/*.footer .ctcs .contact-tit{
	padding-right: 74px;
	background: url("../img/pl.png") right top no-repeat;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	padding-bottom: 6px;
	float: left;
	color: #eee;
}*/
.footer .ctcs .btm-top {
    width: 1200px;
    margin-top: 50px;
}

    .footer .ctcs .btm-top .f-logo {
        display: block;
        margin-bottom: 16px;
    }

        .footer .ctcs .btm-top .f-logo img {
            height: 40px;
        }

    .footer .ctcs .btm-top .contact-tit {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 12px;
        color: #333;
        padding-bottom: 16px;
        background: url("../img/line6.jpg") left bottom no-repeat;
    }

    .footer .ctcs .btm-top p {
        color: #333;
        font-size: 16px;
    }

.jiathis_style_24x24 {
    float: left;
    margin-top: 4px;
}

.footer .ctcs .con-info {
    width: 100%;
    margin: 0 auto 36px;
}

    .footer .ctcs .con-info .hotline h2 {
        padding-left: 32px;
        height: 25px;
        background: url("../img/kf.png") left top no-repeat;
        line-height: 25px;
        font-size: 17px;
        padding-bottom: 24px;
        color: #eee;
    }

    .footer .ctcs .con-info .hotline {
        float: left;
        width: 296px;
        border-right: 1px solid #333;
        min-height: 128px;
    }

        .footer .ctcs .con-info .hotline p span {
            font-size: 14px;
            line-height: 14px;
            padding-top: 8px;
            color: #999;
        }

        .footer .ctcs .con-info .hotline p strong {
            color: #39d1ed;
            font-size: 22px;
            line-height: 22px;
        }

.footer .foot-menu {
    float: left;
    padding-left: 80px;
    border-right: 1px solid #333;
    min-height: 128px;
}

    .footer .foot-menu dl {
        float: left;
        margin-right: 76px;
    }

        .footer .foot-menu dl dt {
            padding-bottom: 8px;
        }

            .footer .foot-menu dl dt a {
                color: #ccc;
                font-size: 16px;
            }
        /*.footer .foot-menu dl dt a:hover{
    color:#eee;
}*/
        .footer .foot-menu dl dd {
            margin-left: 0;
        }

            .footer .foot-menu dl dd a {
                line-height: 28px;
                color: #999;
                font-size: 14px;
                transition-duration: 300ms;
            }

                .footer .foot-menu dl dd a:hover {
                    color: #eee;
                }

.footer .foot-contact {
    float: right;
}

    .footer .foot-contact .contact-hd {
        color: #ccc;
        font-size: 16px;
        padding-bottom: 8px;
    }

    .footer .foot-contact .main-ct .fl {
        width: 214px;
    }

    .footer .foot-contact .main-ct p {
        line-height: 24px;
        color: #999999;
        font-size: 13px;
        clear: both;
        width: 100%;
    }

        .footer .foot-contact .main-ct p span {
            display: block;
            width: 48px;
            float: left;
        }

        .footer .foot-contact .main-ct p i {
            font-style: normal;
            float: left;
        }

    .footer .foot-contact .main-ct .fr img {
        display: block;
        width: 98px;
        float: left;
    }

    .footer .foot-contact .main-ct .fr p {
        line-height: 20px;
        color: #999;
        font-size: 12px;
        text-align: center;
        float: left;
        clear: none;
        width: 94px;
        padding-top: 24px;
    }

.links {
    height: 38px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    line-height: 38px;
    font-size: 13px;
    width: 100%;
    color: #7a7a7a;
}

    .links .w1200 {
        text-align: center;
    }

    .links span {
        padding-left: 4px;
    }

    .links a {
        padding: 0 8px;
        color: #7a7a7a;
        transition-duration: 300ms;
    }

        .links a:hover {
            color: #eee;
        }

.footer-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 0;
    font-size: 12px;
    color: #7a7a7a;
}

.footer-sub {
    clear: both;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 12px;
    color: #7a7a7a;
    background: #f7f8fa;
}

.fm-content {
    width: 1280px;
    margin: 10% auto 7%;
    padding: 60px 0;
    /* background: url("../img/op8.png") repeat; */
    background: #fff;
    border: 1px solid #eee;
}

.login-pd {
    margin: 14% auto 7%;
    padding: 100px 0;
}

.fm-content .fr-title {
    font-size: 30px;
    color: #333;
    line-height: 30px;
    padding-bottom: 14px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: lighter;
}

.fm-input {
    width: 312px;
    height: 20px;
    padding: 8px 14px;
    line-height: 20px;
    border: 1px solid #d8e1e4;
    font-size: 14px;
    color: #333;
    float: left;
    border-radius: 3px;
}

    .fm-input:focus {
        border: 1px solid #39d1ed;
    }

.mg90 {
    margin-left: 100px;
}

.mg30 {
    margin-left: 30px;
}

.tb-fir img {
    float: left;
    margin-left: 10px;
    max-width: 120px;
    max-height: 38px;
}

.tb-fir li, .tb-sec li {
    clear: both;
    margin-bottom: 12px;
    float: left;
    min-height: 21px;
}

.tb-sec .sec-dev .fm-input {
    color: #333;
}

.short-input {
    width: 172px;
    height: 20px;
    line-height: 20px;
    padding: 8px 14px;
    border: 1px solid #d8e1e4;
    font-size: 14px;
    color: #333;
    float: left;
    border-radius: 3px;
}

    .short-input:focus {
        border: 1px solid #39d1ed;
    }

.send-btn {
    width: 125px;
    margin-left: 15px;
    height: 38px;
    line-height: 38px;
    float: right;
    border: 0 none;
    background: #39d1ed;
    color: #fff;
    transition-duration: 400ms;
    cursor: pointer;
    float: left;
    border-radius: 3px;
    /*box-shadow: 4px 4px 7px #4590a9*/
}

    .send-btn:hover {
        box-shadow: 0 0 5px #35c8e6;
    }

.tb-fir p {
    font-size: 14px;
    color: #878787;
    line-height: 34px;
    line-height: 38px;
}

    .tb-fir p a {
        color: #39d1ed;
    }

        .tb-fir p a:hover {
            color: #35c8e6;
        }

.fm-choose {
    float: left;
    margin-right: 8px;
    margin-top: 11px;
    width: 16px;
    height: 16px;
    display: block;
}

.submit-btn {
    width: 342px;
    height: 38px;
    line-height: 38px;
    border: 0 none;
    background: #454545;
    color: #fff;
    transition-duration: 500ms;
    cursor: pointer;
    font-size: 16px;
    border-radius: 3px;
}

    .submit-btn:hover {
        background: #1f1f1f;
    }

.tb-sec .submit-btn {
    margin-left: 84px;
}

.has-ord {
    width: 342px;
    text-align: center;
}

.tb-fir {
    margin-left: 460px;
}

.tb-sec {
    margin-left: 400px;
}

    .tb-sec ul {
        padding-bottom: 10px;
        float: left;
        width: 100%;
    }

.table-title {
    font-size: 18px;
    color: #404040;
    line-height: 20px;
    padding-bottom: 22px;
    width: 100%;
    float: left;
}

.tb-sec li label {
    width: 70px;
    margin-right: 14px;
    text-align: right;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 36px;
    color: #666;
}

    .tb-sec li label i {
        font-style: normal;
        color: #ff6b61;
        margin-right: 4px;
    }
/*.tb-sec .fm-input{
	color: #333;
}*/
.fm-select {
    height: 38px;
    width: 105px;
    line-height: 38px;
    border: 1px solid #d8e1e4;
    font-size: 14px;
    color: #333;
    padding: 0 0 0 14px;
    float: left;
    margin-right: 13px;
    border-radius: 3px;
}

.success {
    width: 100%;
    text-align: center;
    margin: 12% auto;
}

    .success .su-p1 {
        color: #1f1f1f;
        font-size: 20px;
        line-height: 40px;
    }

    .success .su-p2 {
        font-size: 16px;
        line-height: 40px;
        padding-top: 20px;
    }

    .success .ing {
        color: #a6aeb3;
    }

    .success .su-p3 {
        font-size: 14px;
        line-height: 20px;
        color: #a6aeb3;
    }

        .success .su-p3 a {
            color: #39d1ed;
            margin: 0 4px;
        }

            .success .su-p3 a:hover {
                color: #35c8e6;
                text-decoration: underline;
            }

.sub-bar {
    width: 100%;
    height: 32px;
    padding-top: 89px;
    padding-bottom: 2px;
    box-shadow: 0px 0px 10px rgba(28, 31, 37, 0.2);
    /*border:1px solid #e6e6e6;*/
    z-index: 999;
    position: absolute;
    background: #fff;
}

.menu-logo {
    display: block;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    margin-top: 2px;
    background: url("../img/menu.png") no-repeat center center;
    float: left;
    display: none;
}

.select-app {
    width: 230px;
    height: 34px;
    float: left;
    margin-left: 12px;
    position: relative;
    z-index: 99;
}

    .select-app .input_select, .select-app .input_select2 {
        width: 228px;
        border: 0 none;
        text-align: center;
        border-radius: 3px;
        line-height: 34px;
        height: 34px;
        font-size: 16px;
        outline: none;
        cursor: pointer;
        transition-duration: 500ms;
    }

    .select-app .input_select {
        background: url("../img/sl1.png") 190px center no-repeat #fafafa;
        box-shadow: 0px 0px 2px #bababa;
    }

    .select-app .input_select2 {
        background: url("../img/sl1.png") 190px center no-repeat #fafafa;
        border: 1px solid #eee;
    }

    .select-app .input_select:hover {
        box-shadow: 0px 0px 8px #bababa;
    }
/*.select-app .input_select2:hover{
	box-shadow: 0px 0px 10px #ddd;
}*/
#result {
    font-size: 12px;
}

#dropdown, #dropdown_plate {
    width: 230px;
    /*background: #fff;*/
}
/*#dropdown ul,#dropdown_plate ul{
	width:228px; 
	margin-top:2px;  
	position:absolute;
    max-height:460px;
    overflow-y:scroll;
	box-shadow:0px 6px 22px #ebebeb;
    display:none;
	 } 
#dropdown ul li,#dropdown_plate ul li{
	width: 100%
} 
#dropdown ul li a,#dropdown_plate ul li a{
	display:block;
	height:32px; 
	line-height: 32px;
	text-decoration:none;
	transition-duration:300ms;
	background: #fff;
	text-align: center;
	font-size: 13px;
	color: #333;

} 
#dropdown ul li a:hover,#dropdown_plate ul li a:hover{
	background:#fafafa;
} 
#result{
	margin-top:10px;
	text-align:center
}*/
.users-list {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 998px;
    min-height: 366px;
    overflow: scroll;
    display: none;
}

.abs-address {
    position: absolute;
    top: 37px;
    left: 0;
    width: 636px;
    box-shadow: 0px 0px 14px #ddd;
    border: 0 none;
    height: 350px;
}

    .abs-address .fr {
        width: 50px;
    }

.users-list .fl {
    border-right: 1px solid #e6e6e6;
    padding: 0 18px;
    height: 354px;
    float: left;
}

    .users-list .fl .kinds {
        padding-top: 14px;
    }

        .users-list .fl .kinds li {
            padding: 3px 0;
            width: 100%;
        }

        .users-list .fl .kinds slt1 {
            padding: 3px 0;
            width: 100%;
        }


        .users-list .fl .kinds li a {
            display: block;
            width: 80px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            font-size: 14px;
            color: #333;
            border-radius: 4px;
        }

        .users-list .fl .kinds slt1 a {
            display: block;
            width: 80px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            font-size: 14px;
            color: #333;
            border-radius: 4px;
        }

        .users-list .fl .kinds li a:hover, .users-list .fl .kinds li.slt a {
            background: #39d1ed;
            color: #fff;
        }

        .users-list .fl .kinds li a:hover, .users-list .fl .kinds li.slt1 a {
            background: #00C2D1;
            color: #fff;
        }

.users-list .fr {
    width: 860px;
}

.abs-address .fr {
    width: 500px;
}

.users-list .fr ul {
    width: 100%;
    font-size: 13px;
    line-height: 32px;
    position: relative;
}

    .users-list .fr ul li {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        overflow: hidden;
    }

.abs-address .fr ul li {
    height: 304px;
}

.users-list .fr ul li .covers {
    width: 100%;
    padding: 14px 0;
}

.abs-address .fr ul li .covers {
    overflow-y: scroll;
    height: 276px;
}

.users-list .fr ul li a {
    margin: 0 4px;
    display: block;
    float: left;
    width: 86px;
}

    .users-list .fr ul li a:hover {
        color: #39d1ed;
    }

.select-shop {
    margin: 10px auto 10px 0;
}

.sub-bar span {
    line-height: 34px;
    padding: 0 12px 0 20px;
    float: left;
    z-index: 999;
}

.add-app {
    display: block;
    margin-left: 12px;
    float: left;
    width: 154px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    color: #fff;
    text-indent: 50px;
    background: url("../img/more.png") 20px center no-repeat #39d1ed;
    transition-duration: 600ms;
}

    .add-app:hover {
        background: url("../img/more.png") 20px center no-repeat #35c8e6;
        box-shadow: 2px 2px 6px #84dff2;
    }

.container {
    width: 1288px;
    position: relative;
    background: #fff;
    padding-top: 132px;
    margin: 0 auto;
}

.left-menu {
    position: absolute;
    top: 122px;
    left: 0;
    width: 220px;
    /* min-height: 940px; */
    /* box-shadow: 0 10px 30px #ddd; */
    padding-bottom: 32%;
}

    .left-menu .menu-back {
        position: absolute;
        width: 217px;
        height: 46px;
        background: #fafafa;
        left: 12px;
        top: 34px;
        border-left: 3px solid #31c1de;
    }

    .left-menu .tel {
        font-size: 12px;
        width: 206px;
        margin-left: 36px;
        line-height: 20px;
        color: #666;
    }

    .left-menu ul {
        top: 34px;
        left: 0;
        width: 100%;
        z-index: 88;
        position: absolute;
    }

        .left-menu ul li {
            width: 220px;
            margin-left: 10px;
            margin-bottom: 1px;
            /*height:46px;*/
        }

            .left-menu ul li a.ft {
                display: block;
                height: 46px;
                line-height: 46px;
                font-size: 16px;
                padding-left: 80px;
                width: 140px;
                color: #333;
            }

            .left-menu ul li .left-sub {
                width: 100%;
                display: none;
            }

                .left-menu ul li .left-sub a {
                    display: block;
                    width: 160px;
                    font-size: 13px;
                    line-height: 30px;
                    padding-left: 80px;
                    color: #666;
                    transition-duration: 200ms;
                }

                    .left-menu ul li .left-sub a:hover, .left-menu ul li .left-sub a.now {
                        color: #39d1ed;
                    }

        .left-menu ul .cur1 a, .left-menu ul .cur2 a, .left-menu ul .cur3 a, .left-menu ul .cur4 a, .left-menu ul .cur5 a {
            color: #333;
            transition-duration: 400ms;
        }

        .left-menu ul li.app1 {
            background: url("../img/app1.png") 26px 12px no-repeat;
        }

        .left-menu ul li.app2 {
            background: url("../img/app2.png") 26px 12px no-repeat;
        }

        .left-menu ul li.app3 {
            background: url("../img/app4.png") 26px 12px no-repeat;
        }

        .left-menu ul li.app4 {
            background: url("../img/app6.png") 26px 12px no-repeat;
        }

        .left-menu ul li.app5 {
            background: url("../img/app8.png") 26px 12px no-repeat;
        }
/*.left-menu ul li:hover a{
	color: #fff;
}*/
.qq_icon {
    color: #39d1ed;
    font-size: 14px;
    width: 66px;
    line-height: 14px;
    text-align: center;
    height: 14px;
    display: block;
    margin: 0 auto;
    /*background: url("../img/ic_01.png") right top no-repeat;*/
}

    .qq_icon:hover {
        text-decoration: underline;
    }

.left-menu .tel {
    position: absolute;
    bottom: 5%;
}

.right-content {
    margin-left: 262px;
    min-height: 760px;
    padding-bottom: 30px;
    background: #fff;
}

.content-center {
    /*height: 62px;*/
    padding-top: 20px;
    position: relative;
}


    .content-center .tit-h3 {
        height: 62px;
        /*padding-top: 20px;*/
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }

.content-center1 {
    /*height: 62px;*/
    padding-top: 2px;
    position: relative;
}

    .content-center1 .tit-h3 {
        height: 54px;
        /*padding-top: 20px;*/
        position: relative;
        border-bottom: 1px solid #e6e6e6;
    }

.tit-h3 .filed-app {
    display: block;
    width: 154px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 0;
    margin-left: 12px;
    text-indent: 50px;
    background: url("../img/more.png") 20px center no-repeat #39d1ed;
    transition-duration: 400ms;
}

.tit-h3 .filed-app1 {
    display: block;
    width: 131px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    right: 0;
    margin-left: 12px;
    text-indent: 50px;
    background: url("../img/more.png") 20px center no-repeat #00C2D1;
    transition-duration: 400ms;
}

.tit-h3 .filed-app:hover {
    background: url("../img/more.png") 20px center no-repeat #35c8e6;
    box-shadow: 2px 2px 6px #84dff2;
}

.content-center .tit-h3 span {
    font-size: 30px;
    line-height: 56px;
    color: #333;
    font-weight: lighter;
}

.recharge-main {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    min-height: 440px;
}

.recharge-step {
    width: 100%;
}

    .recharge-step ul {
        width: 100%;
    }

        .recharge-step ul li {
            width: 20%;
            float: left;
        }

            .recharge-step ul li i {
                font-size: 40px;
                color: #39d1ed;
                line-height: 38px;
                float: left;
                font-family: arial;
            }

            .recharge-step ul li span {
                font-size: 17px;
                color: #666;
                line-height: 18px;
                padding-top: 12px;
                float: left;
                padding-left: 8px;
            }

    .recharge-step .length {
        width: 100%;
        height: 12px;
        border-radius: 6px;
        background: #e9e9e9;
        position: relative;
        margin-top: 10px;
    }

        .recharge-step .length span {
            position: absolute;
            top: 0;
            left: 0;
            height: 12px;
            border-radius: 6px;
            background: #39d1ed;
        }

.step-all .tits {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: lighter;
}

.step-cover {
    width: 500%;
    padding-top: 4%;
    min-height: 285px;
}

.step-all {
    width: 20%;
    float: left;
}

.step-one {
    margin: 0 auto;
}

    .step-one .money {
        width: 100%;
    }

        .step-one .money p {
            width: 100%;
            text-align: center;
            font-size: 22px;
            color: #333;
        }

        .step-one .money .put-money {
            width: 500px;
            margin: 34px auto 0;
        }

            .step-one .money .put-money input {
                display: block;
                float: left;
                width: 290px;
                height: 44px;
                line-height: 44px;
                text-align: center;
                font-size: 34px;
                color: #333;
                background: #fffbef;
                border: 3px solid #f3e4d9;
                border-radius: 24px;
                margin-left: 100px;
            }

.gotos {
    width: 500px;
    margin: 0 auto;
    position: relative;
}

    .gotos a {
        width: 160px;
        height: 46px;
        line-height: 46px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -80px;
        background: #39d1ed;
        border: 0 none;
        border-radius: 4px;
        cursor: pointer;
        transition-duration: 300ms;
        display: none;
    }

        .gotos a:hover {
            background: #35c8e6;
            box-shadow: 2px 2px 6px #84dff2;
        }

.step-one .money .put-money span {
    display: block;
    float: left;
    padding-left: 4px;
    font-size: 18px;
    color: #666;
    line-height: 50px;
}

.step-two ul {
    width: 100%;
    padding: 24px 0;
    background: #f4fafd;
    float: left;
    margin-top: 26px;
}

    .step-two ul li {
        width: 40%;
        float: left;
        padding: 0 0 0 10%;
    }
/*.radio-off:hover {
    background: url(../img/recharge2.png) left top no-repeat;
}*/
.radio-off {
    width: 22px;
    height: 22px;
    float: left;
    background: url(../img/recharge1.png) left top no-repeat;
    margin: 8% 20px 0 0;
}

.radio-off-on {
    width: 22px;
    height: 22px;
    float: left;
    background: url(../img/recharge3.png) left top no-repeat;
    margin: 8% 20px 0 0;
}

.radio-off .radio {
    width: 22px;
    height: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.step-two li label {
    width: 250px;
    float: left;
    border: solid 1px #e6e6e6;
    overflow: hidden;
    background: #fdfffe;
    padding: 4px 0;
}

    .step-two li label img {
        width: 100%;
        display: block;
    }

.step-third .orders {
    width: 380px;
    margin: 26px auto 0;
}

    .step-third .orders ul {
        width: 100%;
    }

        .step-third .orders ul li {
            width: 100%;
            font-size: 16px;
            line-height: 36px;
            clear: both;
            color: #555;
            float: left;
        }

            .step-third .orders ul li label {
                width: 92px;
                color: #999;
                float: left;
                text-align: right;
            }

            .step-third .orders ul li p {
                float: left;
            }

                .step-third .orders ul li p strong {
                    color: #39d1ed;
                }

.fifth-third .oks {
    width: 380px;
    background: url("../img/ok07.png") left top no-repeat;
    padding-left: 58px;
    margin: 36px auto 0;
}

.fifth-third .errors {
    width: 380px;
    background: url("../img/warning.png") left top no-repeat;
    padding-left: 58px;
    margin: 36px auto 0;
}

.fifth-third .oks .success-recharge {
    color: #39d1ed;
    font-size: 27px;
    line-height: 42px;
}

.fifth-third .od-detail {
    font-size: 18px;
    line-height: 20px;
    padding-top: 18px;
}

.fifth-third .orders {
    width: 380px;
    margin: 8px auto 0;
}

    .fifth-third .orders ul {
        width: 100%;
    }

        .fifth-third .orders ul li {
            width: 100%;
            font-size: 16px;
            line-height: 30px;
            clear: both;
            color: #555;
            float: left;
        }

            .fifth-third .orders ul li label {
                width: 92px;
                color: #999;
                float: left;
            }

            .fifth-third .orders ul li p {
                float: left;
            }

.license-cont a {
    margin-right: 10px;
    display: block;
    float: left;
    border-radius: 3px;
    background: #F3E4D9;
    color: #333;
    padding: 0 14px;
    height: 24px;
    line-height: 24px;
    margin-top: 3px;
}

.license-cont .secret-text {
    color: #333;
}

.license-cont .secret-text, .license-cont .hide-secret {
    display: none;
}

.license-l1 {
    width: 100%;
    margin: 0 auto 8px;
    padding: 10px 2%;
    border: 6px solid #F3E4D9;
    background: url("../img/differ_app.png") right bottom no-repeat #fffbef;
    background-size: 150px;
    box-sizing: border-box;
}

    .license-l1 .license-l2 .license-item {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }

    .license-l1 .license-l2 .title-h3 {
        font-size: 20px;
        padding-bottom: 12px;
        line-height: 30px;
    }

.license-item .license-title {
    width: 11em;
    height: 30px;
    line-height: 24px;
    text-align: left;
    float: left;
}

    .license-item .license-title span {
        display: itemnline-block;
        padding-right: 10px;
        height: 100%;
        position: relative;
    }

.license-item .license-cont {
    float: left;
}

    .license-item .license-cont span {
        float: left;
        margin-right: 10px;
    }

.top-menu {
    width: 94%;
    margin-left: 3%;
    text-align: center;
    height: 60px;
    padding-top: 10px;
    /*box-shadow: 0 2px 12px #ddd;*/
    border-bottom: 1px solid #e0e0e0;
}

    .top-menu a {
        display: inline-block;
        padding: 0 54px;
        line-height: 60px;
        background: url("../img/btm.png") bottom center no-repeat;
        background-size: 0 2px;
        transition-duration: 500ms;
        font-size: 18px;
        color: #666;
        /*border-bottom: 2px solid transparent;*/
    }

        .top-menu .ing, .top-menu a:hover {
            background: url("../img/btm.png") bottom center no-repeat;
            background-size: 220px 1px;
            color: #333;
            /*border-bottom: 2px solid #39d1ed*/
        }

.tb2 {
    width: 94%;
    margin-left: 3%;
    margin: 20px auto;
    font-size: 15px;
    background: #fff;
    table-layout: fixed;
    border-collapse: collapse;
}

.wid-mix {
    display: block;
    width: 140px;
    float: left;
}

.w100 {
    width: 100%;
    margin: 20px auto;
}

.tb2 thead {
    width: 100%;
}

    .tb2 thead tr {
        height: 38px;
        font-size: 14px;
        background: #39d1ed;
        color: #fff;
    }

        .tb2 thead tr td {
            border: 1px solid #e6e6e6;
            padding: 6px 12px;
            line-height: 28px;
            word-break: break-all;
            font-size: 15px;
            text-align: center;
        }

.img-pho {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: right;
}

    .img-pho img {
        display: block;
        width: 100%;
        height: 100%;
    }

.tb2 tbody tr {
    text-indent: 20px;
    color: #666;
    transition-duration: 300ms;
}

    .tb2 tbody tr:nth-child(even) {
        background: #f5f5f5;
    }

    .tb2 tbody tr td {
        text-indent: 0;
        border: 1px solid #e6e6e6;
        padding: 6px 12px;
        line-height: 14px;
        text-align: center;
    }
    /*.tb2 tbody tr:hover{
    background:#f5f5f5;
}*/
    .tb2 tbody tr a.shop-manage, .tb2 tbody tr a.plat, .tb2 tbody tr a.change-shop, .tb2 tbody tr a.change-shop, .tb2 tbody tr a.delete {
        display: block;
        float: left;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        transition-duration: 300ms;
        font-size: 14px;
        margin: 0 4px;
        background: #fff;
        box-shadow: 2px 0 8px rgba(188,188,188,0.7);
    }

    .tb2 tbody tr a.shop-manage {
        background: url("../img/icon03.png") center top no-repeat #fff;
    }

        .tb2 tbody tr a.shop-manage:hover {
            background: url("../img/icon03.png") center bottom no-repeat #fff;
        }

    .tb2 tbody tr a.plat {
        background: url("../img/icon04.png") center top no-repeat #fff;
    }

        .tb2 tbody tr a.plat:hover {
            background: url("../img/icon04.png") center bottom no-repeat #fff;
        }

    .tb2 tbody tr a.change-shop {
        background: url("../img/icon01.png") center top no-repeat #fff;
    }

        .tb2 tbody tr a.change-shop:hover {
            background: url("../img/icon01.png") center bottom no-repeat #fff;
        }

    .tb2 tbody tr a.delete {
        background: url("../img/icon02.png") center top no-repeat #fff;
    }

        .tb2 tbody tr a.delete:hover {
            background: url("../img/icon02.png") center bottom no-repeat #fff;
        }

    .tb2 tbody tr a.detail {
        background: url("../img/icon05.png") center top no-repeat #fff;
    }

        .tb2 tbody tr a.detail:hover {
            background: url("../img/icon05.png") center bottom no-repeat #fff;
        }

    .tb2 tbody tr a.detail1 {
        color: #39d1ed;
    }

        .tb2 tbody tr a.detail1:hover {
            color: #35c8e6;
        }

.orange {
    color: #999;
}

.blue {
    color: #333;
}

.red {
    color: #999;
}

.ques {
    float: left;
    margin-left: 12px;
    position: relative;
    display: none;
}

    .ques a {
        display: block;
        width: 22px;
        height: 54px;
        background: url("../img/que.png") center no-repeat;
    }

    .ques .notice {
        height: 36px;
        line-height: 36px;
        color: #333;
        font-size: 13px;
        border-radius: 4px;
        /*box-shadow: 0 4px 8px #e2e2e2;*/
        position: absolute;
        left: 26px;
        top: 0;
        float: left;
        width: 280px;
        opacity: 0;
    }

.app-create {
    width: 94%;
    margin: 50px 3%;
}

    .app-create form {
        width: 384px;
        margin: 84px auto;
    }

    .app-create li {
        width: 100%;
        margin-bottom: 10px;
        float: left;
    }

        .app-create li span {
            line-height: 36px;
            font-size: 15px;
            color: #333;
            width: 86px;
            text-align: right;
            float: left;
            padding-right: 10px;
        }

            .app-create li span i {
                font-style: normal;
            }

        .app-create li .fm-input {
            width: 358px;
            border: 1px solid #d8e1e4;
            background: transparent;
            line-height: 20px;
            height: 20px;
            padding: 8px 12px;
            font-size: 14px;
            color: #333;
            border-radius: 3px;
            text-indent: 0;
        }

            .app-create li .fm-input:focus, .app-create li .fm-text:focus, .fm-select:focus {
                border: 1px solid #39d1ed;
            }

.pls-cho {
    float: left;
    line-height: 20px;
    padding-left: 14px;
    color: #9b59b6;
    font-size: 14px;
    padding-top: 18px;
}

.app-create li .fm-text {
    width: 358px;
    border: 1px solid #d8e1e4;
    background: transparent;
    line-height: 24px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    height: 140px;
    border-radius: 3px;
    overflow: hidden;
    resize: none;
}

.app-create li span i {
    color: #ff5454;
    margin-right: 4px;
}

.app-create li .submit-crt {
    width: 384px;
    height: 42px;
    line-height: 42px;
    border: 0 none;
    background: #404040;
    color: #fff;
    transition-duration: 500ms;
    cursor: pointer;
    font-size: 18px;
    display: block;
    border-radius: 3px;
}

    .app-create li .submit-crt:hover {
        box-shadow: 0 0 5px #171717;
    }

.content-center .mg0 {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.apply-menu {
    width: 100%;
    height: 46px;
    padding-top: 4px;
    border-bottom: 1px solid #ddd;
}

    .apply-menu ul {
        float: left;
    }

        .apply-menu ul li {
            float: left;
            margin-right: 1px;
        }

            .apply-menu ul li a {
                display: block;
                float: left;
                padding: 0 22px;
                line-height: 47px;
                font-size: 16px;
                color: #333;
                background: url("../img/btm.png") bottom center no-repeat;
                background-size: 0 1px;
                transition-duration: 300ms;
            }

                .apply-menu ul li a:hover, .apply-menu ul li.lining a {
                    background: url("../img/btm.png") bottom center no-repeat;
                    background-size: 108px 1px;
                }

.animation1 {
    -webkit-animation: flash 1s .2s ease both;
    -moz-animation: flash 1s .2s ease both;
}

@-webkit-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%,50%,100% {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.notice-p {
    float: right;
    line-height: 38px;
    font-size: 12px;
    padding-left: 27px;
    margin-left: 10px;
}

.wrong {
    color: #f72b2b;
    background: url("../img/wrong.png") left 11px no-repeat;
}

.bread {
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
    width: 1280px;
    margin: 0 auto;
}

    .bread a {
        color: #707070;
        font-size: 14px;
        float: left;
        transition-duration: 300ms;
    }

        .bread a.now, .bread a:hover {
            color: #0a0a0a;
        }

    .bread i {
        color: #000;
        font-style: normal;
        display: block;
        float: left;
        padding: 0 10px;
        background: url("../img/arr.png") center 11px no-repeat;
        width: 7px;
        height: 34px;
    }

.thr-help {
    padding: 40px 0;
}

    .thr-help ul {
        width: 1272px;
        float: left;
        margin-left: 4px;
    }

        .thr-help ul li {
            width: 424px;
            float: left;
            text-align: center;
            transition-duration: 300ms;
            min-height: 224px;
        }

            .thr-help ul li:hover {
                box-shadow: 0px 2px 25px rgba(0,0,0,0.1);
            }

            .thr-help ul li .title-bx {
                height: 40px;
                line-height: 32px;
                font-size: 22px;
                padding-bottom: 2px;
                width: 100%;
                text-align: center;
                padding-top: 92px;
                font-weight: lighter;
                letter-spacing: 4px;
                color: #333;
            }

            .thr-help ul li:nth-child(1) .title-bx {
                background: url("../img/ic1.png") center 30px no-repeat;
            }

            .thr-help ul li:nth-child(2) .title-bx {
                background: url("../img/ic1.png") center 30px no-repeat;
            }

            .thr-help ul li:nth-child(3) .title-bx {
                background: url("../img/ic3.png") center 30px no-repeat;
            }

table tr td {
    border: 1px solid #e7ecf1;
}

.doc-help ul li a {
    line-height: 34px;
    font-size: 15px;
    margin: 0 10px;
    transition-duration: 300ms;
    color: #888;
}

.thr-help ul li a:hover {
    color: #39d1ed;
}

.usual {
    border-top: 1px solid #eceef0;
    border-bottom: 1px solid #eceef0;
    padding: 50px 0 40px;
}

    .usual .com-title, .contact-main .contact-title {
        font-size: 32px;
        letter-spacing: 4px;
        line-height: 32px;
        padding-bottom: 26px;
        width: 100%;
        text-align: center;
        /*padding-left: 46px;*/
        height: 40px;
        color: #333;
        /*background:url("../img/bag.png") left top no-repeat;*/
        font-weight: lighter;
    }

.tools {
    width: 100%;
}

    .tools ul {
        width: 100%;
        position: relative;
    }

        .tools ul li {
            width: 360px;
            height: 200px;
            margin-left: 180px;
            text-align: center;
            transition-duration: 300ms;
            /*border: 1px solid #e6e6e6;*/
            float: left;
        }

            .tools ul li a {
                display: block;
                width: 100%;
                padding-top: 46px;
                height: 120px;
            }

            .tools ul li img {
                display: block;
                margin: 0 auto;
            }

            .tools ul li span {
                display: block;
                width: 100%;
                text-align: center;
                font-size: 17px;
                line-height: 60px;
                color: #333;
                letter-spacing: 2px;
            }

            .tools ul li:hover {
                box-shadow: 0px 2px 25px rgba(0,0,0,0.1);
            }

.conts {
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    padding-top: 124px;
    z-index: 9;
    max-width: 1280px;
    margin: 0 auto;
}

    .conts .backtop, .backtop {
        position: fixed;
        bottom: 40px;
        right: 2%;
        background: url("../img/d4.png") center center no-repeat #333;
        height: 32px;
        width: 32px;
        z-index: 77;
        border-radius: 3px;
        overflow: visible;
        color: #eee;
        font-size: 14px;
        line-height: 32px;
    }

        .conts .backtop:hover span, .backtop:hover span {
            width: 80px;
        }

    .conts .logintop {
        position: fixed;
        bottom: 112px;
        text-indent: 16px;
        line-height: 32px;
        right: 2%;
        font-size: 14px;
        height: 32px;
        background: url("../img/login01.png") center center no-repeat #39d1ed;
        color: #fff;
        border-radius: 3px;
        width: 32px;
        z-index: 77;
        overflow: visible;
    }

.example img {
    max-width: 100%;
}

.conts .logintop:hover span {
    width: 80px;
}

.conts .logintop span, .conts .linktop span, .conts .backtop span, .backtop span {
    position: absolute;
    right: 30px;
    top: 0;
    display: block;
    height: 32px;
    width: 0;
    text-indent: 14px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    transition-duration: 300ms;
    overflow: hidden;
}

.conts .logintop span {
    background: #39d1ed;
}

.conts .linktop span {
    background: #ededed;
}

.conts .backtop span, .backtop span {
    background: #333;
}

.conts .linktop {
    position: fixed;
    bottom: 76px;
    text-indent: 16px;
    line-height: 32px;
    right: 2%;
    font-size: 14px;
    height: 32px;
    background: url("../img/doc1.png") center center no-repeat #ededed;
    color: #666;
    border-radius: 3px;
    width: 32px;
    z-index: 77;
    overflow: visible;
}

    .conts .linktop:hover span {
        width: 80px;
    }

.conts .api-menu {
    width: 230px;
    float: left;
    /*background: #1f2127;*/
    background: url(../img/bg3.jpg);
    overflow: hidden;
    height: 767px;
    margin-top: 32px;
    border-radius: 4px;
}

.conts .api-menu1 {
    width: 230px;
    float: left;
    /*background: #1f2127;*/
    background: url(../img/bg3.jpg);
    overflow: hidden;
    height: 556px;
    margin-top: 32px;
    border-radius: 4px;
    color: white;
}

.api-menu1 .top-tits {
    margin: 19px 39px 0px;
    width: 182px;
    font-size: 16px;
}

.conts .api-menu .hidden-y {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 120%;
    height: 92%;
    padding-bottom: 8%;
}

.hidden-y1 {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 120%;
    height: 92%;
    padding-bottom: 8%;
}



    .hidden-y1 a {
        color: white;
    }



.conts .api-menu .top-tits {
    width: 100%;
    font-size: 20px;
    padding: 18px 0;
    color: #ddd;
    padding-left: 30px;
    /* background: #eee; */
    border-bottom: 1px solid #444;
    letter-spacing: 2px;
}

.conts .api-menu dl, menu-1 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 20px;
}

.menu-1 .J_ExpTrigger {
    font-size: 15px;
    line-height: 30px;
    margin-top: 16px;
    color: #ddd;
    display: block;
    border-radius: 3px;
    padding-left: 30px;
    background: url("../img/sl8.png") 180px 11px no-repeat;
    background-size: 7px;
}

.menu-1 .open {
    background: url("../img/sl7.png") 180px 11px no-repeat;
    background-size: 7px;
}

.conts .api-menu dl dt.roll {
    background: url("../img/sl8.png") 180px 11px no-repeat;
    background-size: 7px;
}

.menu-2 li {
    float: none;
}

    .conts .api-menu dl dd a, .menu-2 li a, .hidden-y1 a {
        font-size: 12px;
        color: #ccc;
        line-height: 28px;
        display: block;
        padding-left: 10px;
        width: 154px;
        border-radius: 3px;
        margin: 2px 0 2px 30px;
        transition-duration: 200ms;
    }

.conts .api-menu dl dd a {
    padding-left: 16px;
}

    .conts .api-menu dl dd a.act, .conts .api-menu dl dd.cur3 a, .menu-2 li.act, .menu-2 li a.act, .hidden-y1 a.act {
        background: #39d1ed;
        color: #fff;
    }

.hidden-y1 a:hover {
    background: #39d1ed;
    color: #fff;
}

.conts .api-menu dl dd a:hover, .conts .api-menu dl dd.cur3 a, .menu-2 li .act, .menu-2 li a:hover {
    background: #39d1ed;
    color: #fff;
}

.right-conts {
    margin-left: 280px;
    min-height: 1400px;
}

    .right-conts .title-r {
        width: 94%;
        margin-left: 3%;
        font-size: 18px;
        line-height: 50px;
        padding-top: 12px;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 8px;
    }

.test .title-r {
    width: 96%;
    margin-left: 2%;
    font-size: 17px;
    line-height: 24px;
    padding-top: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 8px;
    color: #333;
}

.left-container {
    width: 60%;
    float: left;
}

    .left-container table {
        width: 96%;
        margin: 0 auto;
        font-size: 13px;
        table-layout: fixed;
        border-collapse: collapse;
        margin-bottom: 10px;
        color: #000;
    }

        .left-container table thead tr {
            height: 36px;
            background: #f5f5f5;
        }

            .left-container table thead tr td {
                font-size: 14px;
                border: 1px solid #e6e6e6;
                padding: 4px 12px;
            }

        .left-container table tbody tr {
            line-height: 22px;
            padding: 6px 0;
        }

            .left-container table tbody tr td {
                border: 1px solid #e6e6e6;
                word-break: break-all;
                line-height: 22px;
                padding: 4px 12px;
                position: relative;
            }

        .left-container table tbody select {
            width: 95%;
            height: 28px;
            line-height: 28px;
            border: 1px solid #e6e6e6;
            text-indent: 6px;
        }

        .left-container table tbody input {
            width: 95%;
            height: 26px;
            line-height: 26px;
            border: 1px solid #e6e6e6;
            text-indent: 6px;
            float: left;
        }

            .left-container table tbody input.bbb {
                color: #bbb;
            }

        .left-container table .red-impt {
            color: #ff5454;
            float: left;
            display: block;
            width: 3%;
            text-align: center;
        }

.right-conts .title-roll {
    margin-left: 3%;
    width: 94%;
    padding-top: 20px;
    height: 32px;
    font-size: 16px;
    text-indent: 20px;
    background: url("../img/sl1.png") left 22px no-repeat;
    line-height: 16px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 8px;
    cursor: pointer;
}

.right-conts .dw2 {
    background: url("../img/sl2.png") left 22px no-repeat;
}

.right-conts .conts-roll {
    margin-left: 3%;
    width: 94%;
}

.conts-roll table {
    width: 100%;
    font-size: 12px;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 12px;
}

    .conts-roll table thead tr {
        height: 36px;
        background: #eff3f5;
    }

        .conts-roll table thead tr td {
            font-size: 16px;
            border: 1px solid #e6e6e6;
            padding: 4px 12px;
        }

    .conts-roll table tbody tr {
        line-height: 22px;
        padding: 6px 0;
        transition-duration: 300ms;
    }

        .conts-roll table tbody tr td {
            border: 1px solid #e6e6e6;
            word-break: break-all;
            line-height: 22px;
            padding: 4px 12px;
            position: relative;
        }

        .conts-roll table tbody tr:nth-child(even) {
            /*background: #fafafa;*/
        }

        .conts-roll table tbody tr:hover {
            background: #fffae9;
        }

.m-op {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 4px;
    top: 6px;
    background: url("../img/api.png") center center no-repeat;
}

.m-down {
    background: url("../img/api1.png") center center no-repeat;
}

.open-more {
    width: 100%;
    width: 80%;
    min-width: 138px;
    display: none;
}

    .open-more ul {
        width: 100%;
    }

        .open-more ul li {
            width: 100%;
            line-height: 22px;
            height: 22px;
        }

            .open-more ul li:hover {
                color: #ae81ff;
            }

            .open-more ul li span {
                float: left;
            }

            .open-more ul li i {
                float: right;
                font-style: normal;
                padding-right: 20px;
            }

label.error {
    float: right;
    line-height: 38px;
    font-size: 13px;
    padding-left: 22px;
    margin-left: 10px;
    color: #ff6b61;
    background: url("../img/wrong.png") left 10px no-repeat;
}

.errorMsg {
    color: #ff6b61;
    font-size: 14px;
    display: block;
    width: 342px;
}

.tb-sec li label.error {
    width: 122px;
    text-align: left;
    font-size: 13px;
    color: #f72b2b;
}

.menu-list {
    height: 24px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

    .menu-list ul {
        float: left;
    }

        .menu-list ul li {
            float: left;
        }

            .menu-list ul li a {
                font-size: 14px;
                padding: 0 12px;
                line-height: 24px;
                display: block;
                height: 24px;
            }

            .menu-list ul li.cur4 a {
                background: #0b0b0b;
                color: #fff;
            }

.redFont {
    padding-left: 2px;
    color: #ff6b61;
}

.form-group {
    width: 100%;
}

.items, .tab-con {
    background: #f5f5f5;
    height: 222px;
    overflow: hidden;
    position: relative;
    padding: 10px 0 10px 2%;
}

    .items .item-sub, .tab-item-0 {
        width: 100%;
        height: 222px;
        overflow: hidden;
        position: absolute;
        display: none;
    }
        /*.item1 .item-sub{
	display: none;
}*/
        .items .item-sub textarea, .tab-con textarea {
            width: 95%;
            height: 100%;
            border: 0 none;
            background: transparent;
            line-height: 22px;
            padding-right: 80px;
            font-size: 13px;
        }

.menu5 {
    width: 96%;
    margin-left: 2%;
    border-bottom: 1px solid #e6e6e6;
    height: 34px;
    padding-top: 6px;
}

    .menu5 ul {
        float: left;
    }

        .menu5 ul li {
            float: left;
        }

            .menu5 ul li a {
                display: block;
                padding: 0 22px;
                float: left;
                font-size: 14px;
                line-height: 34px;
                color: #333;
            }

            .menu5 ul li.form-ing a {
                color: #39d1ed;
            }

.fm-title, .left-container table tbody tr th {
    font-size: 15px;
    color: #333;
    line-height: 30px;
    padding: 16px 0 6px;
    margin-left: 2%;
    font-weight: normal;
    text-align: left;
}

.btm-flow {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 48px;
    width: 100%;
    z-index: 999;
}

.bk {
    background: url("../img/opw.png") repeat;
}

.btm-flow .submiting {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #39d1ed;
    font-size: 16px;
    margin-top: 6px;
    color: #fff;
    border: 0 none;
    transition-duration: 500ms;
    cursor: pointer;
}

    .btm-flow .submiting:hover {
        background: #35c8e6;
        box-shadow: 2px 2px 6px #84dff2;
    }

.btm-bizcontent .submiting {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 3px;
    background: #39d1ed;
    font-size: 16px;
    margin-top: 8px;
    color: #fff;
    border: 0 none;
    transition-duration: 500ms;
    cursor: pointer;
}

    .btm-bizcontent .submiting:hover {
        background: #35c8e6;
        box-shadow: 2px 2px 6px #84dff2;
    }

.right-flow {
    position: relative;
    float: right;
    width: 512px;
}

.request {
    width: 92%;
    padding-right: 4%;
    margin-left: 2%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    border-radius: 4px;
}

.copy {
    position: absolute;
    right: 4%;
    top: 2%;
    font-size: 14px;
    line-height: 24px;
    color: #39d1ed;
}

    .copy:hover {
        color: #1e96ae;
    }

.request textarea {
    width: 100%;
    padding: 1% 4%;
    font-size: 14px;
    line-height: 20px;
    height: 200px;
    border: 0 none;
    background: transparent;
    color: #666;
}

.test {
    padding-bottom: 60px;
}

.advice {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url("../img/opb.png") repeat;
}

    .advice .all-app {
        background: url("../img/sl1.png") 190px center no-repeat #fff;
        box-shadow: 0px 0px 2px #bababa;
        width: 228px;
        border: 0 none;
        text-align: center;
        border-radius: 3px;
        line-height: 34px;
        height: 34px;
        font-size: 16px;
        position: absolute;
        top: 89px;
        left: 12px;
    }

.tip-text {
    height: 24px;
    padding-top: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 76px;
    background: url("../img/al.png") left top no-repeat;
    position: absolute;
    top: 153px;
    left: 178px;
}

.ikn {
    display: block;
    margin-left: 12px;
    float: left;
    width: 154px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    color: #fff;
    text-indent: 50px;
    background: #39d1ed;
    transition-duration: 600ms;
    position: absolute;
    top: 270px;
    left: 216px;
}

    .ikn:hover {
        background: #35c8e6;
        box-shadow: 2px 2px 6px #114a56;
    }

.s404 {
    width: 290px;
    padding-left: 120px;
    min-height: 212px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16%;
    background: url("../img/error0.png") left 4px no-repeat;
    line-height: 44px;
}

    .s404 .title-a, .s404 .title-b, .s404 .title-c {
        width: 100%;
        text-align: center;
    }

    .s404 .title-a {
        font-size: 36px;
    }

    .s404 .title-b {
        font-size: 16px;
        line-height: 32px;
    }

    .s404 .title-c {
        font-size: 14px;
        color: #999;
        line-height: 23px;
    }

        .s404 .title-c span {
            color: #42b5dc;
            padding-right: 4px;
        }

    .s404 .backup {
        color: #42b5dc;
        display: block;
        line-height: 40px;
        font-size: 14px;
        width: 124px;
        margin: 0 auto;
        text-align: center;
    }

        .s404 .backup:hover {
            color: #2d95b8;
        }

.l-mn dl {
    width: 194px;
    margin-top: -6px;
    overflow: hidden;
}

    .l-mn dl dt {
        width: 100%;
        font-size: 13px;
        line-height: 30px;
        margin-top: 10px;
        color: #000;
        display: block;
        border-radius: 3px;
        padding-left: 30px;
        background: url("../img/sl7.png") 180px 11px no-repeat;
        background-size: 7px;
    }

        .l-mn dl dt a {
            font-size: 15px;
            line-height: 30px;
            margin-top: 8px;
            margin-bottom: 8px;
            color: #ddd;
            display: block;
            border-radius: 3px;
        }

    .l-mn dl dd {
        width: 172px;
        margin-left: 0;
    }

        .l-mn dl dd a {
            display: block;
            line-height: 24px;
            font-size: 14px;
        }

            .l-mn dl dd a:hover, .l-mn dl dd a.plat-cur {
                color: #39d1ed;
            }

.ri-mn {
    width: 940px;
    float: right;
}

.right-conts {
    padding-top: 10px;
}

    .right-conts .example {
        width: 1000px;
        margin: 0 auto;
    }

        .right-conts .example .plat-name {
            font-size: 30px;
            line-height: 40px;
            padding-top: 22px;
            color: #333;
            font-weight: lighter;
            padding-bottom: 12px;
        }

.body-box {
    margin: 0 auto;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    line-height: 24px;
    color: #000;
    font-family: "微软雅黑";
}

.agree {
    width: 1024px;
    margin: 40px auto;
}

    .agree .plat-name {
        width: 100%;
        text-align: center;
        font-size: 24px;
        padding-bottom: 20px;
        font-weight: lighter;
    }

    .agree .body-box {
        width: 100%;
        color: #333;
        font-size: 13px;
        line-height: 26px;
    }

.bbb {
    color: #bbb;
}

    .bbb:focus {
        border: 1px solid #d8e1e4;
    }

.linkto {
    color: #39d1ed;
    font-size: 13px;
    position: absolute;
    right: 32px;
    top: 6px;
}

.linkto1 {
    color: #00C2D1;
    font-size: 13px;
    position: absolute;
    right: 32px;
    top: 6px;
}


.linkto:hover {
    color: #35c8e6;
}

.platSerch {
    margin: 10px 0 -10px 0;
    width: 240px;
    height: 32px;
    border: 1px solid #d8e1e4;
    border-radius: 3px;
}

    .platSerch .fm-input {
        width: 180px;
        height: 16px;
        border: 0 none;
        line-height: 30px;
        border-radius: 3px;
    }

    .platSerch .search-b {
        display: block;
        float: left;
        height: 32px;
        width: 32px;
        background: url("../img/search.png") center center no-repeat;
        border: 0 none;
        cursor: pointer;
        transition-duration: 400ms;
    }

        .platSerch .search-b:hover {
            background: url("../img/search.png") center center no-repeat;
        }

.section1 .plats {
    position: absolute;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .8s linear;
    border-radius: 50%;
    overflow: hidden;
}

.section1 .plats_1 {
    width: 60px;
    height: 60px;
    background: url("../img/sec1_01.png") center center no-repeat;
    left: 117px;
    top: 200px;
}

.section1 .plats0-animation .plats_1 {
    -webkit-animation: virus_1Animations .8s 0s linear forwards;
    -moz-animation: virus_1Animations .8s 0s linear forwards;
    -ms-animation: virus_1Animations .8s 0s linear forwards;
    animation: virus_1Animations .8s 0s linear forwards;
}

@-webkit-keyframes virus_1Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_1Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_1Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_1Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_2 {
    width: 58px;
    height: 58px;
    background: url("../img/sec1_02.png") center center no-repeat;
    left: 335px;
    top: 100px;
}

.section1 .plats0-animation .plats_2 {
    -webkit-animation: virus_2Animations .8s .75s linear forwards;
    -moz-animation: virus_1Animations .8s .75s linear forwards;
    -ms-animation: virus_1Animations .8s .75s linear forwards;
    animation: virus_1Animations .8s .75s linear forwards;
}

@-webkit-keyframes virus_2Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_2Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_2Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_2Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_3 {
    width: 69px;
    height: 69px;
    background: url("../img/sec1_03.png") center center no-repeat;
    left: 485px;
    top: 222px;
}

.section1 .plats0-animation .plats_3 {
    -webkit-animation: virus_3Animations .8s 1.5s linear forwards;
    -moz-animation: virus_3Animations .8s 1.5s linear forwards;
    -ms-animation: virus_3Animations .8s 1.5s linear forwards;
    animation: virus_3Animations .8s 1.5s linear forwards;
}

@-webkit-keyframes virus_3Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_3Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_3Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_3Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_4 {
    width: 68px;
    height: 68px;
    background: url("../img/sec1_04.png") center center no-repeat;
    left: 424px;
    top: 458px;
}

.section1 .plats0-animation .plats_4 {
    -webkit-animation: virus_4Animations .8s 2.55s linear forwards;
    -moz-animation: virus_4Animations .8s 2.55s linear forwards;
    -ms-animation: virus_4Animations .8s 2.55s linear forwards;
    animation: virus_4Animations .8s 2.55s linear forwards;
}

@-webkit-keyframes virus_4Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_4Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_4Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_4Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_5 {
    width: 68px;
    height: 68px;
    background: url("../img/sec1_05.png") center center no-repeat;
    left: 146px;
    top: 432px;
}

.section1 .plats0-animation .plats_5 {
    -webkit-animation: virus_5Animations .8s 3.8s linear forwards;
    -moz-animation: virus_5Animations .8s 3.8s linear forwards;
    -ms-animation: virus_5Animations .8s 3.8s linear forwards;
    animation: virus_5Animations .8s 3.8s linear forwards;
}

@-webkit-keyframes virus_5Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_5Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_5Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_5Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_6 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h1.png") center center no-repeat;
    background-size: 100%;
    left: 158px;
    top: 276px;
}

.section1 .plats-animation .plats_6 {
    -webkit-animation: virus_6Animations .8s 4.8s linear forwards;
    -moz-animation: virus_6Animations .8s 4.8s linear forwards;
    -ms-animation: virus_6Animations .8s 4.8s linear forwards;
    animation: virus_6Animations .8s 4.8s linear forwards;
}

@-webkit-keyframes virus_6Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_6Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_6Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_6Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_7 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h503.png") center center no-repeat;
    background-size: 100%;
    left: 273px;
    top: 99px;
}

.section1 .plats-animation .plats_7 {
    -webkit-animation: virus_7Animations .8s 5.6s linear forwards;
    -moz-animation: virus_7Animations .8s 5.6s linear forwards;
    -ms-animation: virus_7Animations .8s 5.6s linear forwards;
    animation: virus_7Animations .8s 5.6s linear forwards;
}

@-webkit-keyframes virus_7Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_7Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_7Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_7Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_8 {
    width: 43px;
    height: 43px;
    background: url("../img/hot/h780.png") center center no-repeat;
    left: 462px;
    top: 291px;
}

.section1 .plats-animation .plats_8 {
    -webkit-animation: virus_8Animations .8s 6.8s linear forwards;
    -moz-animation: virus_8Animations .8s 6.8s linear forwards;
    -ms-animation: virus_8Animations .8s 6.8s linear forwards;
    animation: virus_8Animations .8s 6.8s linear forwards;
}

@-webkit-keyframes virus_8Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_8Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_8Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_8Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_9 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h513.png") center center no-repeat;
    background-size: 100%;
    left: 360px;
    top: 450px;
}

.section1 .plats-animation .plats_9 {
    -webkit-animation: virus_9Animations .8s 8s linear forwards;
    -moz-animation: virus_9Animations .8s 8s linear forwards;
    -ms-animation: virus_9Animations .8s 8s linear forwards;
    animation: virus_9Animations .8s 8s linear forwards;
}

@-webkit-keyframes virus_9Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_9Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_9Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_9Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_10 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h252.png") center center no-repeat;
    background-size: 100%;
    left: 220px;
    top: 425px;
}

.section1 .plats-animation .plats_10 {
    -webkit-animation: virus_10Animations .8s 8.6s linear forwards;
    -moz-animation: virus_10Animations .8s 8.6s linear forwards;
    -ms-animation: virus_10Animations .8s 8.6s linear forwards;
    animation: virus_10Animations .8s 8.6s linear forwards;
}

@-webkit-keyframes virus_10Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_10Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_10Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_10Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_11 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h2.png") center center no-repeat;
    background-size: 100%;
    left: 55px;
    top: 228px;
}

.section1 .plats-animation .plats_11 {
    -webkit-animation: virus_11Animations .8s 9.5s linear forwards;
    -moz-animation: virus_11Animations .8s 9.5s linear forwards;
    -ms-animation: virus_11Animations .8s 9.55s linear forwards;
    animation: virus_11Animations .8s 9.5s linear forwards;
}

@-webkit-keyframes virus_11Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_11Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_11Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_11Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_12 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h511.png") center center no-repeat;
    background-size: 100%;
    left: 410px;
    top: 130px;
}

.section1 .plats-animation .plats_12 {
    -webkit-animation: virus_12Animations .8s 10.8s linear forwards;
    -moz-animation: virus_12Animations .8s 10.8s linear forwards;
    -ms-animation: virus_12Animations .8s 10.8s linear forwards;
    animation: virus_12Animations .8s 10.8s linear forwards;
}

@-webkit-keyframes virus_12Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_12Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_12Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_12Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_13 {
    width: 43px;
    height: 43px;
    background: url("../img/hot/h782.png") center center no-repeat;
    background-size: 100%;
    left: 562px;
    top: 223px;
}

.section1 .plats-animation .plats_13 {
    -webkit-animation: virus_13Animations .8s 11.8s linear forwards;
    -moz-animation: virus_13Animations .8s 11.8s linear forwards;
    -ms-animation: virus_13Animations .8s 11.8s linear forwards;
    animation: virus_13Animations .8s 11.8s linear forwards;
}

@-webkit-keyframes virus_13Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_13Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_13Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_13Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_14 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h507.png") center center no-repeat;
    background-size: 100%;
    left: 520px;
    top: 472px;
}

.section1 .plats-animation .plats_14 {
    -webkit-animation: virus_14Animations .8s 12.2s linear forwards;
    -moz-animation: virus_14Animations .8s 12.2s linear forwards;
    -ms-animation: virus_14Animations .8s 12.2s linear forwards;
    animation: virus_14Animations .8s 12.2s linear forwards;
}

@-webkit-keyframes virus_14Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_14Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_14Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_14Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_15 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h201.png") center center no-repeat;
    background-size: 100%;
    left: 150px;
    top: 521px;
}

.section1 .plats-animation .plats_15 {
    -webkit-animation: virus_15Animations .8s 13.6s linear forwards;
    -moz-animation: virus_15Animations .8s 13.6s linear forwards;
    -ms-animation: virus_15Animations .8s 13.6s linear forwards;
    animation: virus_15Animations .8s 13.6s linear forwards;
}

@-webkit-keyframes virus_15Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_15Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_15Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_15Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_16 {
    width: 40px;
    height: 40px;
    background: url("../img/hot/h202.png") center center no-repeat;
    background-size: 100%;
    left: 78px;
    top: 438px;
}

.section1 .plats-animation .plats_16 {
    -webkit-animation: virus_16Animations .8s 14.1s linear forwards;
    -moz-animation: virus_16Animations .8s 14.1s linear forwards;
    -ms-animation: virus_16Animations .8s 14.1s linear forwards;
    animation: virus_16Animations .8s 14.1s linear forwards;
}

@-webkit-keyframes virus_16Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_16Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_16Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_16Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_17 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h781.png") center center no-repeat;
    background-size: 100%;
    left: 90px;
    top: 145px;
}

.section1 .plats-animation .plats_17 {
    -webkit-animation: virus_17Animations .8s 15s linear forwards;
    -moz-animation: virus_17Animations .8s 15s linear forwards;
    -ms-animation: virus_17Animations .8s 15s linear forwards;
    animation: virus_17Animations .8s 15s linear forwards;
}

@-webkit-keyframes virus_17Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_17Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_17Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_17Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_18 {
    width: 40px;
    height: 40px;
    background: url("../img/hot/h512.png") center center no-repeat;
    background-size: 100%;
    left: 402px;
    top: 60px;
}

.section1 .plats-animation .plats_18 {
    -webkit-animation: virus_18Animations .8s 16.2s linear forwards;
    -moz-animation: virus_18Animations .8s 16.2s linear forwards;
    -ms-animation: virus_18Animations .8s 16.2s linear forwards;
    animation: virus_18Animations .8s 16.2s linear forwards;
}

@-webkit-keyframes virus_18Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_18Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_18Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_18Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_19 {
    width: 40px;
    height: 40px;
    background: url("../img/hot/h501.png") center center no-repeat;
    background-size: 100%;
    left: 439px;
    top: 542px;
}

.section1 .plats-animation .plats_19 {
    -webkit-animation: virus_19Animations .8s 17.4s linear forwards;
    -moz-animation: virus_19Animations .8s 17.4s linear forwards;
    -ms-animation: virus_19Animations .8s 17.4s linear forwards;
    animation: virus_19Animations .8s 17.4s linear forwards;
}

@-webkit-keyframes virus_19Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_19Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_19Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_19Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_20 {
    width: 40px;
    height: 40px;
    background: url("../img/hot/h21.png") center center no-repeat;
    background-size: 100%;
    left: 206px;
    top: 197px;
}

.section1 .plats-animation .plats_20 {
    -webkit-animation: virus_20Animations .8s 20s linear forwards;
    -moz-animation: virus_20Animations .8s 20s linear forwards;
    -ms-animation: virus_20Animations .8s 20s linear forwards;
    animation: virus_20Animations .8s 20s linear forwards;
}

@-webkit-keyframes virus_20Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_20Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_20Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_20Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_21 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h9.png") center center no-repeat;
    background-size: 100%;
    left: 185px;
    top: 236px;
}

.section1 .plats1-animation .plats_21 {
    -webkit-animation: virus_21Animations .8s 20s linear forwards;
    -moz-animation: virus_21Animations .8s 20s linear forwards;
    -ms-animation: virus_21Animations .8s 20s linear forwards;
    animation: virus_21Animations .8s 20s linear forwards;
}

@-webkit-keyframes virus_21Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_21Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_21Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_21Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_22 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h507.png") center center no-repeat;
    background-size: 100%;
    left: 296px;
    top: 161px;
}

.section1 .plats1-animation .plats_22 {
    -webkit-animation: virus_22Animations .8s 20.8s linear forwards;
    -moz-animation: virus_22Animations .8s 20.8s linear forwards;
    -ms-animation: virus_22Animations .8s 20.8s linear forwards;
    animation: virus_22Animations .8s 20.8s linear forwards;
}

@-webkit-keyframes virus_22Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_22Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_22Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_22Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_23 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h780.png") center center no-repeat;
    background-size: 100%;
    left: 462px;
    top: 294px;
}

.section1 .plats1-animation .plats_23 {
    -webkit-animation: virus_23Animations .8s 21.6s linear forwards;
    -moz-animation: virus_23Animations .8s 21.6s linear forwards;
    -ms-animation: virus_23Animations .8s 21.6s linear forwards;
    animation: virus_23Animations .8s 21.6s linear forwards;
}

@-webkit-keyframes virus_23Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_23Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_23Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_23Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_24 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h508.png") center center no-repeat;
    background-size: 100%;
    left: 360px;
    top: 450px;
}

.section1 .plats1-animation .plats_24 {
    -webkit-animation: virus_24Animations .8s 22.8s linear forwards;
    -moz-animation: virus_24Animations .8s 22.8s linear forwards;
    -ms-animation: virus_24Animations .8s 22.8s linear forwards;
    animation: virus_24Animations .8s 22.8s linear forwards;
}

@-webkit-keyframes virus_24Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_24Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_24Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_24Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_25 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h202.png") center center no-repeat;
    background-size: 100%;
    left: 232px;
    top: 438px;
}

.section1 .plats1-animation .plats_25 {
    -webkit-animation: virus_25Animations .8s 23.3s linear forwards;
    -moz-animation: virus_25Animations .8s 23.3s linear forwards;
    -ms-animation: virus_25Animations .8s 23.3s linear forwards;
    animation: virus_25Animations .8s 23.3s linear forwards;
}

@-webkit-keyframes virus_25Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_25Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_25Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_25Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_26 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h13.png") center center no-repeat;
    background-size: 100%;
    left: 100px;
    top: 271px;
}

.section1 .plats1-animation .plats_26 {
    -webkit-animation: virus_26Animations .8s 24.5s linear forwards;
    -moz-animation: virus_26Animations .8s 24.5s linear forwards;
    -ms-animation: virus_26Animations .8s 24.5s linear forwards;
    animation: virus_26Animations .8s 24.5s linear forwards;
}

@-webkit-keyframes virus_26Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_26Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_26Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_26Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_27 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h508.png") center center no-repeat;
    background-size: 100%;
    left: 269px;
    top: 105px;
}

.section1 .plats1-animation .plats_27 {
    -webkit-animation: virus_27Animations .8s 25.6s linear forwards;
    -moz-animation: virus_27Animations .8s 25.6s linear forwards;
    -ms-animation: virus_27Animations .8s 25.6s linear forwards;
    animation: virus_27Animations .8s 25.6s linear forwards;
}

@-webkit-keyframes virus_27Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_27Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_27Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_27Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_28 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h782.png") center center no-repeat;
    background-size: 100%;
    left: 564px;
    top: 223px;
}

.section1 .plats1-animation .plats_28 {
    -webkit-animation: virus_28Animations .8s 27s linear forwards;
    -moz-animation: virus_28Animations .8s 27s linear forwards;
    -ms-animation: virus_28Animations .8s 27s linear forwards;
    animation: virus_28Animations .8s 27s linear forwards;
}

@-webkit-keyframes virus_28Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_28Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_28Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_28Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_29 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h509.png") center center no-repeat;
    background-size: 100%;
    left: 511px;
    top: 482px;
}

.section1 .plats1-animation .plats_29 {
    -webkit-animation: virus_29Animations .8s 27.1s linear forwards;
    -moz-animation: virus_29Animations .8s 27.1s linear forwards;
    -ms-animation: virus_29Animations .8s 27.1s linear forwards;
    animation: virus_29Animations .8s 27.1s linear forwards;
}

@-webkit-keyframes virus_29Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_29Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_29Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_29Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_30 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h254.png") center center no-repeat;
    background-size: 100%;
    left: 138px;
    top: 512px;
}

.section1 .plats1-animation .plats_30 {
    -webkit-animation: virus_30Animations .8s 28.6s linear forwards;
    -moz-animation: virus_30Animations .8s 28.6s linear forwards;
    -ms-animation: virus_30Animations .8s 28.6s linear forwards;
    animation: virus_30Animations .8s 28.6s linear forwards;
}

@-webkit-keyframes virus_30Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_30Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_30Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_30Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_31 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h14.png") center center no-repeat;
    background-size: 100%;
    left: 168px;
    top: 154px;
}

.section1 .plats1-animation .plats_31 {
    -webkit-animation: virus_31Animations .8s 29.5s linear forwards;
    -moz-animation: virus_31Animations .8s 29.5s linear forwards;
    -ms-animation: virus_31Animations .8s 29.5s linear forwards;
    animation: virus_31Animations .8s 29.5s linear forwards;
}

@-webkit-keyframes virus_31Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_31Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_31Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_31Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_32 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h514.png") center center no-repeat;
    background-size: 100%;
    left: 412px;
    top: 128px;
}

.section1 .plats1-animation .plats_32 {
    -webkit-animation: virus_32Animations .8s 31s linear forwards;
    -moz-animation: virus_32Animations .8s 31s linear forwards;
    -ms-animation: virus_32Animations .8s 31s linear forwards;
    animation: virus_32Animations .8s 31s linear forwards;
}

@-webkit-keyframes virus_32Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_32Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_32Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_32Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_33 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h515.png") center center no-repeat;
    background-size: 100%;
    left: 438px;
    top: 538px;
}

.section1 .plats1-animation .plats_33 {
    -webkit-animation: virus_33Animations .8s 33s linear forwards;
    -moz-animation: virus_33Animations .8s 33s linear forwards;
    -ms-animation: virus_33Animations .8s 33s linear forwards;
    animation: virus_33Animations .8s 33s linear forwards;
}

@-webkit-keyframes virus_33Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_33Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_33Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_33Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_34 {
    width: 44px;
    height: 44px;
    background: url("../img/hot/h11.png") center center no-repeat;
    background-size: 100%;
    left: 69px;
    top: 177px;
}

.section1 .plats1-animation .plats_34 {
    -webkit-animation: virus_34Animations .8s 34.4s linear forwards;
    -moz-animation: virus_34Animations .8s 34.4s linear forwards;
    -ms-animation: virus_34Animations .8s 34.4s linear forwards;
    animation: virus_34Animations .8s 34.4s linear forwards;
}

@-webkit-keyframes virus_34Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_34Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_34Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_34Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .plats_35 {
    width: 42px;
    height: 42px;
    background: url("../img/hot/h523.png") center center no-repeat;
    background-size: 100%;
    left: 380px;
    top: 60px;
}

.section1 .plats1-animation .plats_35 {
    -webkit-animation: virus_35Animations .8s 35.5s linear forwards;
    -moz-animation: virus_35Animations .8s 35.5s linear forwards;
    -ms-animation: virus_35Animations .8s 35.5s linear forwards;
    animation: virus_35Animations .8s 35.5s linear forwards;
}

@-webkit-keyframes virus_35Animations {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes virus_35Animations {
    0% {
        -moz-transform: scale(0);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes virus_35Animations {
    0% {
        -ms-transform: scale(0);
    }

    100% {
        -ms-transform: scale(1);
    }
}

@keyframes virus_35Animations {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.section1 .mouse-notice {
    width: 342px;
    height: 70px;
    background: url("../img/mouse.png") center center no-repeat;
    position: absolute;
    right: 36px;
    bottom: 20px;
    display: none;
}

.row {
    width: 100%;
}

    .row .pagination {
        float: left;
        font-size: 14px;
        line-height: 26px;
        color: #666;
    }

.dataTables_info, .dataTables_length {
    float: left;
}

.pagination_page {
    float: right;
    font-size: 14px;
}

    .pagination_page a {
        color: #666;
        padding: 4px 8px;
        cursor: pointer;
        display: inline-block;
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        margin-left: 4px;
        font-size: 14px;
        transition-duration: 300ms;
    }

        .pagination_page a:hover, .pagination_page .current {
            background: #39d1ed;
            color: #fff;
        }

.dataTables_length select {
    cursor: pointer;
    color: #333;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    height: 26px;
}

.access-four {
    width: 826px;
    height: 480px;
    position: relative;
    margin: 0 auto;
}

    .access-four .fours {
        width: 480px;
        height: 480px;
        background-size: 100%;
        float: right;
        position: relative;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.classify {
    width: 450px;
    height: 450px;
    /*background:url("../img/four-2.png") center center no-repeat;*/
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -225px;
    margin-right: -225px;
    transition-duration: 800ms;
    transition-timing-function: "easeInOutQuad";
    transform: scale(0);
}

    .classify img {
        display: block;
        width: 100%;
    }

.sc1 {
    transform: scale(1);
}

.poly-2 {
    width: 150px;
    height: 150px;
    background: url("../img/poly-2.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 176px;
    right: 164px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.user-2 {
    width: 150px;
    height: 150px;
    background: url("../img/user-2.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 200px;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.ac-line {
    width: 0;
    height: 58px;
    background: url("../img/access-2.png") center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 206px;
    left: 160px;
}

.text-3 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    padding-top: 12%;
    line-height: 26px;
    opacity: 0;
    margin-top: 30px;
    filter: alpha(opacity=0);
}

.four-sub {
    position: absolute;
    width: 230px;
    height: 230px;
}

.fours-1 {
    top: -56px;
    left: -60px;
}

.fours-2 {
    top: -56px;
    right: -38px;
}

.fours-4 {
    bottom: -42px;
    left: -60px;
}

.fours-3 {
    bottom: -42px;
    right: -38px;
}

.four-sub span {
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .four-sub span img {
        display: block;
        width: 100%;
    }

.fours-1 span.lg-1 {
    top: 138px;
    left: 9px;
}

.fours-1 span.lg-2 {
    top: 63px;
    left: 7px;
}

.fours-1 span.lg-3 {
    top: 7px;
    left: 66px;
}

.fours-2 span.lg-1 {
    top: 7px;
    left: 135px;
}

.fours-2 span.lg-2 {
    top: 63px;
    left: 192px;
}

.fours-2 span.lg-3 {
    top: 11px;
    left: 58px;
}

.fours-4 span.lg-1 {
    top: 138px;
    left: 7px;
}

.fours-4 span.lg-2 {
    top: 190px;
    left: 143px;
}

.fours-4 span.lg-3 {
    top: 190px;
    left: 66px;
}

.fours-3 span.lg-1 {
    top: 138px;
    left: 192px;
}

.fours-3 span.lg-2 {
    top: 190px;
    left: 140px;
}

.fours-3 span.lg-3 {
    top: 63px;
    left: 192px;
}

.four-sub span.last {
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 48px;
}

    .four-sub span.last a {
        color: #fff;
        border-radius: 50%;
        width: 48px;
        height: 48px;
        display: block;
        transition-duration: 200ms;
    }

.fours-1 span.last {
    top: 11px;
    left: 143px;
    background: url("../img/cover.png") center center no-repeat #fe7c90;
}

    .fours-1 span.last:hover {
        background: url("../img/cover.png") center center no-repeat #ff5c75;
    }

.four-sub span.last:hover a {
    color: #fff;
}

.fours-4 span.last {
    top: 63px;
    left: 7px;
    background: url("../img/cover.png") center center no-repeat #9e98fe;
}

    .fours-4 span.last:hover {
        background: url("../img/cover.png") center center no-repeat #776eff;
    }

.fours-3 span.last {
    top: 190px;
    left: 66px;
    background: url("../img/cover.png") center center no-repeat #60d9f0;
}

    .fours-3 span.last:hover {
        background: url("../img/cover.png") center center no-repeat #39d1ed;
    }

.fours-2 span.last {
    top: 138px;
    left: 192px;
    background: url("../img/cover.png") center center no-repeat #7ee0c4;
}

    .fours-2 span.last:hover {
        background: url("../img/cover.png") center center no-repeat #5fd9b7;
    }

.pro-menu {
    width: 180px;
    float: left;
}

    .pro-menu ul {
        width: 100%;
    }

.thr-help .pro-menu ul li {
    width: 130px;
    float: left;
    padding-top: 0;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
    transition-duration: 300ms;
}

    .thr-help .pro-menu ul li a {
        display: block;
        width: 100%;
        height: 38px;
        line-height: 38px;
        text-align: center;
        font-size: 16px;
        color: #666;
        background: #fafafa;
        margin-left: 0;
    }

    .thr-help .pro-menu ul li:hover a, .thr-help .pro-menu ul .pro-cur a {
        text-decoration: none;
        color: #fff;
        background: #39d1ed;
    }

.platlist .pro-menu ul {
    padding-bottom: 30px;
    height: 38px;
}

    .platlist .pro-menu ul li {
        width: 180px;
        float: left;
        padding-top: 0;
        margin-right: 20px;
        border-radius: 4px;
        overflow: hidden;
        transition-duration: 300ms;
    }

        .platlist .pro-menu ul li a {
            display: block;
            width: 100%;
            height: 34px;
            line-height: 34px;
            font-size: 15px;
            color: #666;
            /* background: #fafafa; */
            margin-left: 0;
            border-radius: 4px;
            margin-bottom: 4px;
        }

            .platlist .pro-menu ul li a.fat {
                text-indent: 24px;
            }

        .platlist .pro-menu ul li .son a {
            text-indent: 38px;
        }

        .platlist .pro-menu ul li a:hover, .platlist .pro-menu ul li a.pro-cur {
            text-decoration: none;
            color: #fff;
            background: #39d1ed;
        }

.platlist ul li a:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.pro-cover {
    width: 100%;
    padding-top: 42px;
    min-height: 600px;
}

    .pro-cover ul {
        width: 1200px;
    }

.thr-help .pro-cover ul li {
    width: 180px;
    float: left;
    padding-top: 0;
    margin-right: 50px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
    transition-duration: 200ms;
    overflow: hidden;
    border-radius: 3px;
}

    .thr-help .pro-cover ul li:hover {
        border: 1px solid #39d1ed;
    }

    .thr-help .pro-cover ul li .pro-pic {
        width: 100%;
        position: relative;
        display: block;
        height: 140px;
        overflow: hidden;
        margin-left: 0;
        transition-duration: 200ms;
    }

    .thr-help .pro-cover ul li:hover .pro-describe {
        border-top: 1px solid #39d1ed;
    }

    .thr-help .pro-cover ul li .pro-pic img {
        display: block;
        width: 100px;
        margin: 20px 40px;
        overflow: hidden;
        transition-duration: 600ms;
    }

    .thr-help .pro-cover ul li:hover .pro-pic img {
        transform: scale(1.2);
    }

    .thr-help .pro-cover ul li .pro-describe {
        width: 100%;
        text-align: center;
        display: block;
        transition-duration: 300ms;
        border-top: 1px solid #e0e0e0;
    }

    .thr-help .pro-cover ul li:hover .pro-describe {
        background: #39d1ed;
    }

    .thr-help .pro-cover ul li .pro-describe a {
        display: block;
        text-align: center;
        margin-left: 0;
    }

    .thr-help .pro-cover ul li .pro-describe .pro-name {
        color: #333;
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
        font-weight: bold;
    }

    .thr-help .pro-cover ul li .pro-describe .pro-num {
        color: #666;
        font-size: 12px;
        line-height: 26px;
        padding-left: 10px;
        padding-bottom: 8px;
        float: left;
    }

        .thr-help .pro-cover ul li .pro-describe .pro-num span {
            color: #39d1ed;
            font-weight: bold;
            padding: 0 2px;
        }

    .thr-help .pro-cover ul li:hover .pro-describe .pro-name {
        color: #fff;
    }

    .thr-help .pro-cover ul li .pro-describe .pro-way {
        color: #666;
        font-size: 12px;
        line-height: 26px;
        float: right;
        padding-right: 10px;
    }

    .thr-help .pro-cover ul li:hover .pro-describe .pro-way, .thr-help .pro-cover ul li:hover .pro-describe .pro-num, .thr-help .pro-cover ul li:hover .pro-describe .pro-num span {
        color: #fff;
    }

.pages div {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 14px;
    padding: 14px 0 !important;
}

    .pages div a {
        padding: 4px 8px;
        border: 1px solid transparent;
    }

        .pages div a:hover {
            color: #39d1ed;
        }

        .pages div a.page-cur {
            color: #39d1ed;
            border: 1px solid #39d1ed;
        }

.search-line {
    padding-top: 126px;
    padding-bottom: 40px;
    background: #f4f4f4;
}

.search-line2 {
    padding-top: 16px;
    padding-bottom: 40px;
    background: #f4f4f4;
}

.searchbox {
    width: 620px;
    height: 44px;
    margin: 40px auto 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

    .searchbox .input-group-field {
        width: 480px;
        float: left;
        border: 0 none;
        background: transparent;
        padding: 12px 20px;
        line-height: 20px;
        font-size: 15px;
        color: #bbb;
        cursor: text;
    }

    .searchbox .secondary {
        color: #fff;
        background: #39d1ed;
        text-align: center;
        width: 98px;
        display: block;
        float: right;
        height: 44px;
        line-height: 44px;
        cursor: pointer;
        transition-duration: 300ms;
        font-size: 16px;
    }

        .searchbox .secondary:hover {
            background: #35c8e6;
        }
/*个人中心样式*/
.searchbox1 .secondary:hover {
    background: #39d1ed;
    /*#00C2D1*/
}

.searchbox1 {
    width: 620px;
    height: 44px;
    margin: 40px auto 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

    .searchbox1 .input-group-field {
        width: 480px;
        float: left;
        border: 0 none;
        background: transparent;
        padding: 12px 20px;
        line-height: 20px;
        font-size: 15px;
        color: #bbb;
        cursor: text;
    }

    .searchbox1 .secondary {
        color: #fff;
        background: #00C2D1;
        text-align: center;
        width: 98px;
        display: block;
        float: right;
        height: 44px;
        line-height: 44px;
        cursor: pointer;
        transition-duration: 300ms;
        font-size: 16px;
    }




.keywords {
    width: 620px;
    margin: 0 auto;
    height: 16px;
}

    .keywords li {
        float: left;
    }

    .keywords a {
        line-height: 36px;
        font-size: 13px;
        margin-left: 20px;
        color: #8a8a8a;
    }

        .keywords a:hover {
            color: #39d1ed;
        }

.question-lists {
    padding: 50px 0 48px;
}

.doc-page a {
    color: #666;
    padding: 4px 8px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-left: 4px;
    font-size: 14px;
    transition-duration: 300ms;
}

    .doc-page a:hover {
        color: #fff;
        background: #39d1ed;
    }

.question-lists ul {
    width: 1280px;
    min-height: 560px;
    padding-bottom: 40px;
}

    .question-lists ul li {
        padding-bottom: 24px;
        clear: both;
        border-bottom: 1px dashed #e6e6e6;
        padding-top: 14px;
    }

}

.question-lists ul li a .pp-title {
    font-size: 18px;
    line-height: 44px;
    color: #333;
    transition-duration: 300ms;
}

.question-lists ul li .pp-text {
    font-size: 13px;
    line-height: 24px;
    color: #999;
    transition-duration: 300ms;
}

.question-lists ul li:hover a .pp-title, .question-lists ul li:hover .pp-text {
    color: #39d1ed;
}

.section7 {
    background: #f0f0f0;
    padding-top: 5%;
}

    .section7 .w1200 {
        position: relative;
        height: 100%;
    }

.fl_1 {
    width: 100%;
}

.section7 .text-box .txt1 {
    width: 100%;
    margin-top: 56px;
    margin-bottom: 30px;
    opacity: 0;
    filter: alpha(opactity=0);
}

    .section7 .text-box .txt1 img {
        margin: 0 auto;
        display: block;
    }

.section7 .text-box .txt3 {
    width: 960px;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    text-align: center;
    opacity: 0;
    filter: alpha(opactity=0);
}

.section7 .text-box .txt4 {
    width: 100%;
    opacity: 0;
    filter: alpha(opactity=0);
}

    .section7 .text-box .txt4 img {
        display: block;
        margin: 0 auto;
    }

.section7 .right-pic {
    height: 420px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -210px;
}

    .section7 .right-pic div {
        position: relative;
        width: 100%;
    }

        .section7 .right-pic div img {
            display: block;
            position: absolute;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .section7 .right-pic div .img1 {
            right: 0;
        }

        .section7 .right-pic div .img2 {
            right: 476px;
            top: 126px;
        }

        .section7 .right-pic div .img3 {
            right: 462px;
            top: 232px;
        }

.shops {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.shop-banner {
    position: relative;
}

.solution {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 89px;
}

    .solution .top-title {
        width: 100%;
        height: 260px;
        background: url("../img/su_01.jpg") center -35px no-repeat;
    }

.solution-menu {
    border-bottom: 1px solid #efefef;
    position: relative;
    height: 58px;
    overflow: hidden;
}

    .solution-menu ul {
        float: left;
    }

        .solution-menu ul li {
            width: 640px;
            float: left;
            transition-duration: 300ms;
        }

            .solution-menu ul li.b-line2, .solution-menu ul li:hover {
                background: #39d1ed;
            }

                .solution-menu ul li.b-line2 a, .solution-menu ul li:hover a {
                    color: #fff;
                }

            .solution-menu ul li a {
                display: block;
                width: 100%;
                text-align: center;
                line-height: 58px;
                font-size: 17px;
                color: #333;
                transition-duration: 300ms;
            }

.home-main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .home-main .notice {
        width: 100%;
        height: 48px;
        box-shadow: 0 2px 18px #f1f1f1;
        background: #fff;
    }

        .home-main .notice .fl span {
            line-height: 48px;
            font-size: 16px;
            padding-right: 6px;
            float: left;
        }

        .home-main .notice .fl .new-auto {
            width: 800px;
            float: left;
            height: 48px;
            overflow: hidden;
        }

            .home-main .notice .fl .new-auto a {
                display: block;
                float: left;
                clear: both;
                line-height: 48px;
                font-size: 15px;
            }

                .home-main .notice .fl .new-auto a:hover {
                    color: #39d1ed;
                }

        .home-main .notice .fr {
            height: 36px;
            margin-top: 6px;
            line-height: 36px;
            font-size: 15px;
            padding-right: 16px;
            background: url("../img/right-1.png") right top no-repeat;
            color: #666;
            transition-duration: 300ms;
        }

            .home-main .notice .fr:hover {
                color: #39d1ed;
                background: url("../img/right-1.png") right bottom no-repeat;
            }

.home-all {
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.about-poly {
    height: 494px;
}

    .about-poly .fl .tt1 {
        font-size: 44px;
        color: #333;
        line-height: 104px;
        padding-top: 24px;
        font-weight: lighter;
        letter-spacing: 4px;
    }

    .about-poly .fl .tt2 {
        font-size: 16px;
        color: #666;
        line-height: 32px;
        width: 540px;
        padding-bottom: 28px;
    }

    .about-poly .fl .know-solutions {
        display: block;
        width: 206px;
        height: 44px;
        line-height: 44px;
        color: #fff;
        font-size: 18px;
        text-indent: 28px;
        background: url("../img/about-img1.png") 160px center no-repeat #39d1ed;
        border-radius: 22px;
        transition-duration: 250ms;
    }

        .about-poly .fl .know-solutions:hover {
            background: url("../img/about-img1.png") 164px center no-repeat #35c8e6;
        }

    .about-poly .fr img {
        display: block;
    }

.our-adv {
    background: #f4f6f8;
}

.home-all .fml-title {
    font-size: 42px;
    color: #333;
    font-weight: lighter;
    padding-bottom: 64px;
    line-height: 42px;
    width: 100%;
    text-align: center;
}

.our-adv .w1200 {
    overflow: visible;
}

.our-adv .adv {
    clear: both;
}

.our-adv ul {
    width: 1340px;
    margin-left: -30px;
}

    .our-adv ul li {
        width: 170px;
        padding: 58px 46px 0;
        height: 304px;
        box-shadow: 8px 6px 30px #e5ecee;
        float: left;
        margin: 0 36px;
    }

        .our-adv ul li img {
            display: block;
        }

        .our-adv ul li .title1 {
            line-height: 36px;
            padding: 16px 0 10px;
            color: #333;
            font-size: 20px;
            letter-spacing: 2px;
        }

        .our-adv ul li p {
            line-height: 26px;
            color: #666;
            font-size: 15px;
        }

.tech .tech-five {
    width: 1298px;
    margin-left: -9px;
}

    .tech .tech-five .tech-one {
        width: 234px;
        float: left;
    }

        .tech .tech-five .tech-one .pic-intro {
            width: 152px;
            height: 130px;
            background: url("../img/tech01.png") center center no-repeat;
            margin: 0 auto;
        }

            .tech .tech-five .tech-one .pic-intro img {
                display: block;
            }

        .tech .tech-five .tech-one .text-intro {
            width: 100%;
            padding-top: 22px;
            line-height: 28px;
            font-size: 16px;
            color: #333;
            text-align: center;
        }

    .tech .tech-five .add-tech {
        width: 32px;
        height: 32px;
        background: url("../img/tech07.png") center center no-repeat;
        float: left;
        margin-top: 49px;
    }

.cooperate {
    background: url("../img/coop01.jpg") center center no-repeat;
    height: 344px;
}

    .cooperate .fml-title {
        padding-bottom: 54px;
    }

    .cooperate .choose-view {
        width: 100%;
        text-align: center;
        background: url("../img/coop1.png") 650px center no-repeat;
    }

        .cooperate .choose-view a {
            line-height: 20px;
            font-size: 20px;
            padding: 0 42px;
            color: #98999c;
            transition-duration: 300ms;
            font-weight: lighter;
        }

        .cooperate .choose-view i {
            font-style: normal;
            line-height: 20px;
            font-size: 10px;
            color: #98999c;
        }

        .cooperate .choose-view a:hover, .cooperate .choose-view a.doing {
            color: #fff;
        }

    .cooperate .two-view {
        width: 1024px;
        margin: 30px auto;
        position: relative;
        height: 150px;
    }

        .cooperate .two-view .sons {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            display: none;
        }

            .cooperate .two-view .sons img {
                display: block;
            }

.home-all .white {
    color: #fff;
}

.main-box {
    background: #fafbfc;
}

    .main-box .solution-left {
        width: 174px;
    }

        .main-box .solution-left ul {
            width: 100%;
        }

            .main-box .solution-left ul li {
                width: 100%;
            }

                .main-box .solution-left ul li a {
                    display: block;
                    height: 34px;
                    color: #333;
                    font-size: 15px;
                    line-height: 34px;
                    margin-bottom: 6px;
                    text-align: center;
                    border-radius: 4px;
                    transition-duration: 300ms;
                }

                    .main-box .solution-left ul li a:hover, .main-box .solution-left ul li a.cur {
                        background: #39d1ed;
                        color: #fff;
                    }

.solution-content {
    width: 100%;
}

    .solution-content .sec-all {
        padding-bottom: 68px;
        padding-top: 82px;
        clear: both;
    }

.dep2 .sec-7 {
    background: #eef2f7;
}

.dep2 .solution-content .sec-1 {
    background: #fafbfc;
}

.dep1 .solution-content .sec-2, .dep2 .solution-content .sec-2 {
    background: #fff;
}

.solution-content .sec-5 {
    padding-bottom: 20px;
}

.dep1 .solution-content .sec-5 {
    width: 1360px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 24px 0 rgba(0,0,0,.05);
}

.dep1 .sec5 .w1200 {
    width: 1200px;
}

.sec-6 .online-plat ul li .pro-describe .pro-name {
    padding-top: 26px;
}

.erp-plat ul li {
    margin-left: 290px;
    margin-right: 0;
}

.solution-content .sec-all .sec-name {
    font-size: 42px;
    color: #333;
    font-weight: lighter;
    padding-bottom: 58px;
    line-height: 42px;
    letter-spacing: 4px;
    height: 42px;
    text-align: center;
}

.solution-content .sec-all .describe-short {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.solution-content .sec-4 .expand li .describe-short {
    font-size: 18px;
    text-align: center;
    color: #555;
    letter-spacing: 2px;
}

.s-down {
    display: block;
    width: 100%;
    height: 26px;
    background: url("../img/erp_15.png") center no-repeat;
    padding-top: 30px;
    padding-bottom: 22px;
    clear: both;
}

.solution-content .sec-4 .expand {
    width: 1280px;
    margin: 10px auto 0;
}

    .solution-content .sec-4 .expand li {
        width: 1278px;
        border-radius: 8px;
        border: 1px dashed #ddd;
        padding: 36px 0 10px;
        background: #fff;
    }

.comparison {
    width: 1000px;
    margin: 42px auto 24px;
}

    .comparison .tab {
        width: 1000px;
    }

    .comparison .t-head {
        width: 1000px;
        height: 58px;
        background: url("../img/erp07.png") no-repeat;
        line-height: 58px;
        color: #fff;
        font-size: 18px;
        margin-bottom: 6px;
    }

        .comparison .t-head span {
            display: block;
            text-align: center;
            float: left;
        }

    .comparison .t-white span, .comparison .t-gray span {
        text-align: center;
        font-size: 15px;
        line-height: 50px;
        display: block;
        float: left;
        color: #666;
    }

    .comparison .t-white, .comparison .t-gray {
        width: 998px;
        height: 50px;
        border-radius: 4px;
        border: 1px dashed #dcdcdc;
        margin-bottom: 4px;
    }

    .comparison .t-gray {
        background: #f7f7f7;
    }

.typical {
    width: 100%;
    padding-top: 10px;
}

    .typical ul {
        width: 104%;
    }

        .typical ul li {
            float: left;
            width: 190px;
            height: 104px;
            margin-right: 34px;
            border: 1px solid #eeeeee;
            box-shadow: 0 4px 22px #efefef;
            border-radius: 6px;
            overflow: hidden;
        }

            .typical ul li a {
                display: block;
                width: 100%;
            }

                .typical ul li a img {
                    display: block;
                    width: 100%;
                }

.online-plat {
    width: 1060px;
    /* padding-top: 10px; */
    /*min-height: 440px;*/
    float: right;
    overflow: hidden;
}

.dep1 .sec-5 .w1200 {
    width: 1200px;
}

.dep1 .online-plat {
    width: 110%;
    float: none;
}

.content8 .online-plat {
    height: 230px;
}

.hot-data .online-plat {
    width: 110%;
    float: none;
}

.dep2 .sec-6 .online-plat {
    float: none;
}
/*.online-plat ul{
    height:500px;
}*/
.content8 .online-plat ul {
    /*width:108%;*/
    height: 290px;
}

.solution .w1200 {
    overflow: visible;
}

.online-plat ul li {
    width: 186px;
    height: 212px;
    border: 1px solid #eeeeee;
    margin-right: 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 22px #efefef;
    border-radius: 6px;
    overflow: hidden;
    float: left;
    transition-duration: 400px;
    background: #fff;
}

    .online-plat ul li .pro-pic {
        width: 100%;
        display: block;
        height: 110px;
        padding-top: 10px;
        overflow: hidden;
    }

        .online-plat ul li .pro-pic img {
            display: block;
            height: 100px;
            width: 100px;
            margin: 0 auto;
            transition-duration: 500ms;
        }

    .online-plat ul li:hover .pro-pic img {
        transform: scale(1.1);
    }

    .online-plat ul li .pro-describe {
        width: 100%;
        text-align: center;
        display: block;
        border-top: 1px solid #eee;
    }

        .online-plat ul li .pro-describe .pro-name {
            color: #333;
            font-size: 18px;
            line-height: 32px;
            padding-top: 12px;
        }

        .online-plat ul li .pro-describe .pro-num {
            color: #666;
            font-size: 12px;
            line-height: 30px;
            padding-left: 10px;
            padding-bottom: 8px;
            float: left;
        }

            .online-plat ul li .pro-describe .pro-num span {
                color: #39d1ed;
                font-weight: bold;
                padding: 0 2px;
            }

        .online-plat ul li .pro-describe .pro-way {
            color: #666;
            font-size: 12px;
            line-height: 30px;
            float: right;
            padding-right: 10px;
            transition-duration: 300ms;
        }

    .online-plat ul li:hover .pro-describe .pro-way {
        color: #39d1ed;
    }

.online-main {
    background: url("../img/data01.jpg") center top no-repeat;
    height: 426px;
    padding: 80px 0 0;
}

.home-banner {
    width: 100%;
    height: 598px;
    padding-top: 90px;
    background: url("../img/shop_bk.jpg") center top no-repeat;
    position: relative;
}

    .home-banner .w1200 {
        position: relative;
    }

    .home-banner .img1 {
        position: absolute;
        top: 154px;
        left: 0;
        opacity: 0;
        filter: alpha(opacicy=0);
    }

    .home-banner .img2 {
        position: absolute;
        top: 244px;
        left: 0;
        opacity: 0;
        filter: alpha(opacicy=0);
    }

    .home-banner .img3 {
        position: absolute;
        top: 278px;
        left: 0;
        opacity: 0;
        filter: alpha(opacicy=0);
    }

.shop-banner img {
    display: block;
}

.shop-banner .img1 {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 100px;
}

    .shop-banner .img1 img {
        margin: 0 auto;
    }

.shop-banner .img2 {
    margin: 40px auto 0;
    width: 100%;
}

    .shop-banner .img2 img {
        margin-top: -70px;
    }

.shop-banner .read-text {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -90px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    width: 180px;
    background: url("../img/shop_link.png") 150px center no-repeat;
    background-size: auto 13px;
    opacity: 0;
    filter: alpha(opacity=0);
    border: 1px solid rgba(255,255,255,.6);
    letter-spacing: 2px;
    text-indent: 30px;
    border-radius: 20px;
}

    .shop-banner .read-text:hover {
        background: url("../img/shop_link.png") 160px center no-repeat;
        background-size: auto 13px;
    }

.transition {
    transition: background 300ms;
}

.sec1 {
    width: 100%;
    padding: 106px 0 70px;
    background: url("../img/shop_intro.png") center 220px no-repeat;
    margin-bottom: 24px;
    height: 210px;
}

    .sec1 .tt1 {
        width: 100%;
        text-align: center;
        font-size: 22px;
        line-height: 22px;
        color: #666;
        opacity: 0;
        filter: alpha(opacity=0);
        margin-top: 30px;
    }

    .sec1 .tt2 {
        width: 100%;
        text-align: center;
        font-size: 28px;
        color: #39d1ed;
        line-height: 28px;
        opacity: 0;
        filter: alpha(opacity=0);
        margin-top: 64px;
    }

    .sec1 .tt3 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #484848;
        line-height: 36px;
        margin-top: 58px;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.sec2 {
    width: 1202px;
    margin: 0 auto;
}

    .sec2 ul {
        width: 100%;
    }

        .sec2 ul li {
            width: 25%;
            float: left;
            position: relative;
            height: 164px;
            opacity: 0;
            filter: alpha(opacity=0);
        }

            .sec2 ul li .before {
                background-size: 100%;
                width: 299px;
                background: #fafafa;
                height: 146px;
                position: absolute;
                z-index: 1;
                transition-duration: 500ms;
                border: 1px solid #ebebeb;
            }

                .sec2 ul li .before .tit {
                    font-size: 22px;
                    color: #555;
                    width: 100%;
                    text-align: center;
                    line-height: 48px;
                    margin-top: 25px;
                    transition-duration: 200ms;
                }

                .sec2 ul li .before .more {
                    width: 82%;
                    margin: 0 auto;
                    text-align: center;
                    transition-duration: 500ms;
                    font-size: 15px;
                    line-height: 24px;
                    color: #999;
                }

            .sec2 ul li .after4 .more {
                font-size: 13px;
                line-height: 20px;
            }

            .sec2 ul li:hover .after {
                z-index: 9;
                border: 1px solid transparent;
                /*width:102%;
    margin-left:-1%;*/
            }

            .sec2 ul li:hover .after1 {
                background: url("../img/before1.jpg") center bottom no-repeat;
                background-size: 100% 100%;
                box-shadow: 10px 10px 30px rgba(58,186,199,.35);
            }

            .sec2 ul li:hover .after2 {
                background: url("../img/before2.jpg") center bottom no-repeat;
                background-size: 100% 100%;
                box-shadow: 10px 10px 30px rgba(79,214,180,.3);
            }

            .sec2 ul li:hover .after3 {
                background: url("../img/before3.jpg") center bottom no-repeat;
                background-size: 100% 100%;
                box-shadow: 10px 10px 30px rgba(238,81,106,.3);
            }

            .sec2 ul li:hover .after4 {
                background: url("../img/before4.jpg") center bottom no-repeat;
                background-size: 100% 100%;
                box-shadow: 10px 10px 30px rgba(58,186,199,.3);
            }

            .sec2 ul li:hover .after1 .tit, .sec2 ul li:hover .after3 .tit {
                color: #fff;
            }

            .sec2 ul li:hover .after1 .more, .sec2 ul li:hover .after3 .more {
                color: #fff;
            }

            .sec2 ul li:hover .after2 .more, .sec2 ul li:hover .after4 .more {
                color: #555;
            }

.sec3 {
    padding: 50px 0 140px;
    height: 616px;
    clear: both;
}

    .sec3 .title-cv, .sec5 .title-cv, .sec6 .title-cv {
        width: 100%;
        text-align: center;
        font-size: 34px;
        color: #333;
        padding-bottom: 48px;
        font-weight: lighter;
    }

.table-adv {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 60px;
}

    .table-adv table tbody {
        border-right: 1px solid #e3e5e5;
    }

        .table-adv table tbody tr td {
            border-left: 1px solid #e3e5e5;
            border-bottom: 1px solid #e3e5e5;
            font-size: 14px;
            line-height: 24px;
            color: #666;
            text-align: center;
            padding: 14px 22px;
            vertical-align: top;
        }

            .table-adv table tbody tr td strong {
                color: #39d1ed;
                /*font-weight:normal;*/
            }

            .table-adv table tbody tr td img {
                display: block;
                margin: 6px auto 8px;
            }

        .table-adv table tbody tr:nth-child(even) {
            background: #f4f6f9;
        }

    .table-adv table thead {
        background: #39d1ed;
    }

        .table-adv table thead tr th {
            padding: 18px 0;
            color: #fff;
            font-size: 17px;
            line-height: 20px;
            font-weight: normal;
        }

    .table-adv table tbody tr td:first-child {
        color: #39d1ed;
        font-weight: bold;
        vertical-align: middle;
    }

    .table-adv table tbody tr td:last-child {
        border-right: 1px solid #e3e5e5;
    }

.sec4 {
    height: 630px;
    width: 100%;
    padding-top: 80px;
    background: url("../img/shop_bk2.jpg") center center no-repeat;
}

    .sec4 .w1200 {
        overflow: visible;
    }

    .sec4 .title-cv {
        width: 100%;
        text-align: center;
        font-size: 34px;
        color: #fff;
        padding-bottom: 48px;
        font-weight: lighter;
    }

.process-in .progress {
    width: 100%;
    padding-top: 20px;
    height: 345px;
}

    .process-in .progress ul {
        width: 100%;
        margin-left: 30px;
    }

        .process-in .progress ul li {
            float: left;
            margin-left: 32px;
        }

            .process-in .progress ul li img {
                display: block;
            }

.nw-main {
    background: url("../img/nw-01.jpg") center center no-repeat;
    padding: 36px 0;
}

    .nw-main ul {
        width: 1280px;
        margin-left: 1px;
    }

        .nw-main ul li {
            width: 638px;
            border: 1px solid #e5e8eb;
            height: 204px;
            padding-top: 40px;
            float: left;
            background: #fff;
            margin-left: -1px;
        }

            .nw-main ul li .fl {
                width: 148px;
                height: 148px;
                display: block;
                margin-left: 42px;
            }

                .nw-main ul li .fl img {
                    display: block;
                    margin: 24px auto;
                    width: 100px;
                    height: 100px;
                }

            .nw-main ul li .fr {
                width: 440px;
                margin-right: 100px;
            }

                .nw-main ul li .fr .head-tit {
                    font-size: 24px;
                    color: #333;
                    line-height: 32px;
                    width: 100%;
                    text-align: center;
                    padding-bottom: 20px;
                }

                .nw-main ul li .fr .text-main {
                    font-size: 15px;
                    color: #666;
                    line-height: 30px;
                    min-height: 80px;
                    width: 100%;
                    text-align: center;
                }

                .nw-main ul li .fr .learnmore {
                    display: block;
                    width: 126px;
                    /* float: right; */
                    height: 32px;
                    line-height: 32px;
                    font-size: 15px;
                    background: url("../img/right-1.png") 102px -2px no-repeat;
                    color: #777;
                    transition-duration: 300ms;
                    border: 1px solid #999;
                    border-radius: 18px;
                    text-indent: 26px;
                    margin: 0 auto;
                }

                    .nw-main ul li .fr .learnmore:hover {
                        background: url("../img/right-1.png") 102px -38px no-repeat;
                        color: #39d1ed;
                        border: 1px solid #39d1ed;
                    }

.begin {
    width: 210px;
    height: 46px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 23px;
    background: url("../img/strp_right.png") 165px center no-repeat #39d1ed;
    transition-duration: 400ms;
    line-height: 46px;
    font-size: 22px;
    margin: 55px auto;
}

    .begin:hover {
        background: url("../img/strp_right.png") 175px center no-repeat #35c8e6;
    }

.sec5 {
    padding: 80px 0 60px;
    height: 468px;
}

    .sec5 .title-cv {
        padding-bottom: 18px;
    }

    .sec5 .sub-title {
        width: 100%;
        text-align: center;
        font-size: 19px;
        color: #333;
        line-height: 26px;
        letter-spacing: 6px;
    }

    .sec5 .overall {
        width: 160px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0 42px;
    }

        .sec5 .overall i {
            font-style: normal;
            display: block;
            font-size: 20px;
            color: #666;
            line-height: 20px;
            margin-top: 12px;
            float: left;
        }

        .sec5 .overall span {
            float: left;
            display: block;
            padding: 0 10px;
            font-size: 40px;
            line-height: 40px;
            color: #39d1ed;
            font-family: 'Times New Roman';
        }

.says {
    width: 845px;
    height: 261px;
    background: url("../img/say.png") center no-repeat;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 70px;
}

.btn-say {
    width: 100%;
    padding: 35px 0 20px;
    text-align: center;
    height: 10px;
}

    .btn-say span {
        display: inline-block;
        margin: 0 4px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
    }

        .btn-say span.saying {
            background: #0a0a0a;
        }

.main-say {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    height: 100px;
    float: right;
    width: 540px;
    padding: 8px 0;
}

.who {
    float: left;
    width: 152px;
}

    .who span {
        display: block;
        width: 66px;
        height: 66px;
        border-radius: 50%;
        margin: 6px auto;
    }

        .who span img {
            display: block;
            width: 100%;
        }

    .who i {
        font-style: normal;
        font-size: 19px;
        color: #333;
        line-height: 42px;
        width: 100%;
        text-align: center;
        display: block;
    }

.say-box {
    width: 708px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
}

    .say-box ul {
        width: 1000%;
        float: left;
    }

        .say-box ul li {
            width: 708px;
            float: left;
        }

.sec6 {
    /*background:#f7f8fa;*/
    padding: 80px 0 160px;
    border-top: 1px solid #ebebeb;
}

.form-inline {
    padding-top: 10px;
    font-size: 14px;
}

.pull-right {
    float: right;
}

.form-inline .form-group1 {
    display: inline-block;
    float: left;
}

.form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}

.control-label {
    margin-top: 1px;
    font-weight: normal;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 104px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d8e1e4;
    border-radius: 3px;
    margin-right: 10px;
    text-indent: 5px;
}

.dataTables_wrapper {
    clear: both;
    padding: 10px 0;
}

.input-group1 {
    float: left;
}

.btn-sm {
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid #d8e1e4;
    border-radius: 3px;
    background: url(../img/search02.png) center center no-repeat #adb5b7;
    transition-duration: 400ms;
    cursor: pointer;
}

.btn-sm1 {
    display: block;
    height: 32px;
    width: 32px;
    border: 1px solid #d8e1e4;
    border-radius: 3px;
    background: url("../img/search02.png") center center no-repeat #bac4c5;
    transition-duration: 400ms;
    cursor: pointer;
}

.btn-sm:hover {
    border: 1px solid #d8e1e4;
    background: url("../img/search02.png") center center no-repeat #35c8e6;
}

.api-main {
    clear: both;
    width: 100%;
    padding: 10px 0;
}

.contact-main {
    width: 100%;
    /*padding-top: 60px;*/
    padding-top: 174px;
    padding-bottom: 80px;
}

    .contact-main .ct-title {
        width: 200px;
        margin: 0 auto;
        /*padding-top:80px;
    background:url("../img/poly_logo.png") center top no-repeat;*/
        font-size: 36px;
        line-height: 50px;
        color: #212121;
        text-align: center;
    }

    .contact-main .ways {
        width: 100%;
        padding-bottom: 24px;
        padding-top: 34px;
    }

        .contact-main .ways ul {
            width: 100%;
        }

.ct-sub {
    width: 100%;
    font-size: 17px;
    text-align: center;
    line-height: 58px;
    color: #333;
    display: none;
}

    .ct-sub a {
        color: #39d1ed;
        padding: 0 2px;
    }

        .ct-sub a:hover {
            color: #35c8e6;
        }

.contact-main .ways ul li {
    width: 25%;
    padding-top: 88px;
    float: left;
}

    .contact-main .ways ul li.ones {
        background: url("../img/ct01.png") center top no-repeat;
    }

    .contact-main .ways ul li.twos {
        background: url("../img/ct02.png") center top no-repeat;
    }

    .contact-main .ways ul li.thirds {
        background: url("../img/ct03.png") center top no-repeat;
    }

    .contact-main .ways ul li.fours {
        background: url("../img/ct04.png") center top no-repeat;
    }

    .contact-main .ways ul li .ti {
        width: 100%;
        text-align: center;
        font-size: 22px;
        color: #333;
        line-height: 30px;
        padding-bottom: 10px;
        font-weight: lighter;
    }

    .contact-main .ways ul li .det {
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 26px;
        color: #888;
        padding-bottom: 12px;
    }

    .contact-main .ways ul li .goto {
        color: #39d1ed;
        font-size: 14px;
        width: 69px;
        line-height: 14px;
        padding-left: 10px;
        height: 14px;
        display: block;
        margin: 0 auto;
        background: url("../img/ic_01.png") right top no-repeat;
    }

        .contact-main .ways ul li .goto:hover {
            text-decoration: underline;
        }

.phone-all {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    /*padding-top: 80px;
    padding-bottom: 80px;*/
    padding-top: 41px;
    padding-bottom: 0px;
}

    .phone-all div {
        text-align: center;
        width: 100%;
        color: #333;
    }

        .phone-all div.cn {
            font-size: 20px;
            line-height: 28px;
        }

        .phone-all div.nums {
            font-size: 30px;
            font-family: Arial;
            line-height: 54px;
        }

.cent {
    width: 100%;
    padding: 26px 0 12px;
    overflow: hidden;
}

    .cent ul {
        width: 102%;
        float: left;
    }

        .cent ul li {
            width: 33%;
            min-width: 300px;
            float: left;
        }

            .cent ul li .api-wt {
                padding-left: 38px;
                background: url("../img/api01.png") left 2px no-repeat;
                font-size: 14px;
                height: 26px;
                line-height: 20px;
                color: #747474;
            }

                .cent ul li .api-wt .all-amount {
                    color: #39d1ed;
                }

                .cent ul li .api-wt i {
                    padding: 0 2px;
                    font-style: normal;
                }

            .cent ul li .api-line {
                min-width: 380px;
                width: 100%;
            }

            .cent ul li .api-line-div {
                width: 319px;
                height: 50px;
            }

            .cent ul li .api-line .end-line {
                width: 80%;
                height: 12px;
                border-radius: 6px;
                background: #e9e9e9;
                position: relative;
                float: left;
                margin: 6px 0;
            }

                .cent ul li .api-line .end-line span {
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 12px;
                    border-radius: 6px;
                    background: #39d1ed;
                    width: 30%;
                }

            .cent ul li .api-line .api-percent {
                float: left;
                padding-left: 8px;
                line-height: 24px;
            }

                .cent ul li .api-line .api-percent span {
                    color: #39d1ed;
                    font-size: 16px;
                    line-height: 24px;
                    float: left;
                }

                .cent ul li .api-line .api-percent font {
                    color: #7b7b7b;
                    font-size: 16px;
                    float: left;
                    line-height: 20px;
                    padding-top: 4px;
                    padding-left: 2px;
                }

.plans .title-plan {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #333;
    letter-spacing: 6px;
    font-weight: lighter;
    padding-bottom: 80px;
    padding-top: 16px;
}

.plans .five-scene {
    width: 1230px;
    margin: 0 auto;
    /*overflow:hidden;*/
}

    .plans .five-scene ul {
        width: 110%;
    }

        .plans .five-scene ul li {
            float: left;
            transition-duration: 300ms;
        }

            .plans .five-scene ul li:hover {
                box-shadow: 4px 0 28px #e9edf2;
            }

            .plans .five-scene ul li a {
                display: block;
                width: 178px;
                padding-left: 28px;
                height: 94px;
                border-right: 1px dashed #e2e2e2;
                float: left;
                line-height: 94px;
            }

            .plans .five-scene ul li img {
                display: block;
                margin: 24px 18px 0 0;
                float: left;
            }

            .plans .five-scene ul li span {
                display: block;
                float: left;
                line-height: 94px;
                font-size: 16px;
                color: #666;
            }

.plans .six-scene {
    width: 100%;
    padding-top: 20px;
}

    .plans .six-scene ul {
        width: 120%;
    }

        .plans .six-scene ul li {
            width: 360px;
            margin-right: 62px;
            float: left;
            padding-bottom: 76px;
        }

            .plans .six-scene ul li .tit {
                font-size: 24px;
                letter-spacing: 4px;
                color: #333;
                padding: 0 0 26px;
                line-height: 24px;
                font-weight: lighter;
                border-bottom: 1px solid #ddd;
            }

            .plans .six-scene ul li .texts {
                width: 100%;
                padding: 24px 0;
            }

                .plans .six-scene ul li .texts p {
                    padding: 12px 0;
                    line-height: 28px;
                    font-size: 14px;
                    color: #666;
                    clear: both;
                    width: 100%;
                }

                    .plans .six-scene ul li .texts p span {
                        color: #fff;
                        float: left;
                        display: block;
                        width: 104px;
                        background: #39d1ed;
                        border-radius: 3px;
                        height: 28px;
                        line-height: 28px;
                        text-align: center;
                        display: block;
                    }

                    .plans .six-scene ul li .texts p i {
                        float: right;
                        font-style: normal;
                        display: block;
                        width: 240px;
                    }

.solution-img {
    margin: 36px auto 0;
    display: block;
}

.notice-style {
    color: #fff;
    background: #39d1ed;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 14px;
}

.red {
    color: #ff4040;
}

.green {
    color: #39d1ed;
}

.form_auther {
    width: 20%;
    min-width: 486px;
    background: #f8f9fa;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: -10px;
    padding-bottom: 10px;
    /* margin: 115px 247px 0px 333px; */
    border: 1px solid #c7b2b2;
    min-height: 500px;
    margin: 0px;
}

.p_error {
    width: 18%;
    min-width: 426px;
    background: #f8f9fa;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: -10px;
    padding-bottom: 10px;
    border: 1px solid #c7b2b2;
    min-height: 517px;
    margin: 0px;
    padding: 50px 30px 0px 30px;
}














































































































.author_ul li {
    padding-top: 23px;
}

.bt_author {
    width: 140px;
    height: 32px;
    line-height: 32px;
    border: 0 none;
    background: #39d1ed;
    color: #fff;
    transition-duration: 500ms;
    cursor: pointer;
    font-size: 16px;
    float: right;
    text-align: center;
    margin-top: 20px;
    border-radius: 3px;
}

.al-text-getanthor {
    width: 426px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 1px solid #e6e6e6;
    height: 20px;
    line-height: 20px;
    background: transparent;
    padding: 6px 2px 2px;
    color: #999;
    font-size: 13px;
}

.mainpage {
    width: 563px;
    height: 224px;
    list-style: none;
    background-color: #f8f9fa;
    border: 1px solid #c7b2b2;
    font-size: 15px;
}

.btngetautor {
    width: 125px;
    height: 25px;
    box-shadow: 1px aliceblue;
    box-shadow: 1px 1px -1px #888888;
    border: 1px solid #c7b2b2;
    text-align: center;
    border-top: 1px solid white;
    border-left: 2px solid white;
    line-height: 23px;
    border-radius: 4px;
    float: left;
}

.mainpage li {
    margin: 13px 10px;
    width: 94%;
    min-height: 26px;
}

.mainpage #lblMsg {
    float: left;
    width: 406px;
    margin: 0 15px;
    line-height: 35px;
    color: red;
    font-size: 14px;
}

.content6_new {
    width: 90%;
    height: 62%;
    margin: 0 5%;
    position: absolute;
    top: 182px;
}

@media only screen and (max-width:1366px) {
    .tit-list li .circle p {
        padding-top: 30px;
    }

    .section1 .w1200 .tit-a img {
        height: 68px;
    }

    .section1 .w1200 .tit-b {
        padding-top: 20px;
    }

        .section1 .w1200 .tit-b img {
            height: 24px;
        }

    .tit-list {
        width: 80%;
        margin: 60px auto;
    }

        .tit-list li .circle {
            width: 160px;
            height: 160px;
        }

            .tit-list li .circle p a {
                width: 92px;
            }

    .section7 {
        padding-top: 7.4%;
    }

        .section7 .text-box .txt1 {
            margin-top: 28px;
            margin-bottom: 16px;
        }

        .section7 .text-box .txt3 {
            margin: 50px auto 20px;
        }

        .section7 .text-box .txt3 {
            font-size: 12px;
            line-height: 24px;
        }

        .section7 .text-box .txt4 img {
            width: 100%;
            margin: 0 auto;
        }

        .section7 .txt4 .btn-all {
            top: 236px;
        }

        .section7 .text-box .txt1 img {
            height: 42px;
        }

        .section7 .txt4 .menu-guide a {
            font-size: 16px;
        }

        .section7 .two-ways .sub li {
            width: 400px;
        }

        .section7 .two-ways {
            background: url("../img/sec2_01.png") center top no-repeat;
            background-size: 620px;
            height: 328px;
        }

            .section7 .two-ways .sub li .intro-img {
                padding-top: 16px;
            }

            .section7 .two-ways .cover-box {
                width: 400px;
                height: 312px;
            }

    .content3 .adv ul li {
        padding: 3% 32px;
        height: 236px;
    }

    .section4 .circle-box .tech_3 {
        top: 406px;
    }

    .section4 .circle-box .tech_2 {
        top: 326px;
    }

    .section4 .circle-box .tech_4 {
        left: 720px;
    }

    .section8 .content8 {
        padding-top: 8%;
    }

        .section8 .content8 .title-cv {
            padding-bottom: 12px;
        }

            .section8 .content8 .title-cv img {
                height: 40px;
            }

    .section1 .p3_wrap {
        left: 49%;
        top: 70px;
        margin-left: 0;
        margin-top: 0;
    }

    .section4 .circle-box {
        background: url("../img/sec4-bk.png") center no-repeat;
        background-size: 600px;
    }

    .section7 .txt4 .btn-all {
        width: 26px;
        height: 80px;
    }

    .section7 .txt4 .btn-fl {
        left: 120px;
    }

    .section7 .txt4 .btn-fr {
        right: 120px;
    }

    .footer .ctcs {
        padding-top: 22px;
    }

        .footer .ctcs .con-info {
            margin: 0 auto 20px;
        }

    .content8 .online-plat ul li {
        height: 185px;
    }

        .content8 .online-plat ul li .pro-pic {
            height: 100px;
        }

        .content8 .online-plat ul li .pro-describe .pro-name {
            line-height: 24px;
        }

    .content8 .online-plat, .online-plat ul {
        height: 210px;
    }

        .content8 .online-plat ul li .pro-describe .pro-name {
            font-size: 16px;
        }

    .links {
        height: 32px;
        line-height: 32px;
    }

    .footer-bottom {
        height: 34px;
        line-height: 34px;
    }

    .section6 .title-cv {
        font-size: 40px;
    }

    .content6_new .title-cv {
        padding-bottom: 0;
        font-size: 40px;
        width: 100%;
        text-align: center;
        font-size: 50px;
        font-weight: lighter;
        color: #fff;
        padding-bottom: 47px;
        letter-spacing: 10px;
    }

    .section6 .title-cv {
        padding-bottom: 0;
    }

    .section6 .content6 {
        padding-top: 11%;
    }



    .section2 .top-part .title-sec .num {
        font-size: 40px;
        padding-left: 84px;
        padding-top: 98px;
        height: 76px;
        line-height: 66px;
        background: url("../img/five_num.png") left center no-repeat;
        background-size: 56px;
    }

    .mark-list ul li p {
        font-size: 12px;
        width: 92%;
    }

    .section7 .two-ways .sub {
        height: 260px;
    }
}
