@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }
/*Base*/

html, body {
    font: 12px/22px;
}

html {
    color: #666;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    background: transparent; /*修正win8系统IE连接灰色背景*/
    outline: none;
}

    a:focus {
        outline: 0;
    }

    a:active,
    a:hover {
        outline: 0;
    }

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    transition: transform 1s;
}

    img.hover {
        transform: scale(1.15);
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*legend*/
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input.submit {
    cursor: pointer;
}

input.radio {
    width: 13px;
    height: 13px;
}

input[type="text"],
input[type="number"] {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol,
li {
    list-style: none;
    float: left;
}

i, em {
    font-style: normal;
}
/*清除浮动*/
.clear {
    clear: both;
}

.f-cb {
    zoom: 1;
}

    .f-cb:after {
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        content: ".";
    }

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.poa-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pos-f {
    position: fixed;
}

.ovh {
    overflow: hidden;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.dn {
    display: none;
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}


.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none
}

    .mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
        -ms-touch-action: auto;
        touch-action: auto
    }

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

    .mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
        margin-left: 0
    }

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        position: relative;
        width: 4px;
        height: 100%;
        margin: 0 auto;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        text-align: center
    }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

    .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        width: 100%;
        height: 4px;
        margin: 6px auto
    }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

    .mCSB_container_wrapper > .mCSB_container {
        padding-right: 30px;
        padding-bottom: 30px
    }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
    transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

    .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
        opacity: .75;
        filter: "alpha(opacity=75)";
        -ms-filter: "alpha(opacity=75)"
    }

    .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
        opacity: .9;
        filter: "alpha(opacity=90)";
        -ms-filter: "alpha(opacity=90)"
    }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255,255,255,.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,.1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 14px;
        margin: 0 1px
    }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

    .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
        height: 14px;
        margin: 1px 0
    }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
        width: 8px;
        background-color: #000;
        background-color: rgba(0,0,0,.2);
        box-shadow: inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
        background-color: #555
    }

    .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 8px
    }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1);
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

    .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px
    }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0,0,0,.05);
    box-shadow: inset 1px 1px 16px rgba(0,0,0,.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0,0,0,.2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255,255,255,.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0,0,0,.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255,255,255,.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0,0,0,.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.9)
}


@charset "utf-8";

/* pager style */
.page {
    padding: 10px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    clear: both;
}

    .page a.p1 {
        width: 100px;
        height: 36px;
    }

    .page a.active,
    .page a:hover {
        background: #7ab725;
        color: #fff;
    }

    .page a {
        text-decoration: none;
        color: #666666;
        background: #e4e4e4;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        display: block;
        margin: 0 5px;
        float: left;
    }

.leavetab td input.error, textarea.error {
}

input.error, textarea.error {
}

.examine-wrap .cont li span input.error {
}


/**
 * fullPage 2.6.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

        #fp-nav ul li,
        .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

        .fp-slidesNav ul li {
            display: inline-block;
        }

            #fp-nav ul li a,
            .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span,
                .fp-slidesNav ul li a.active span,
                #fp-nav ul li:hover a.active span,
                .fp-slidesNav ul li:hover a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                }

                #fp-nav ul li a span,
                .fp-slidesNav ul li a span {
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #333;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out;
                }

            #fp-nav ul li:hover a span,
            .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0px 0px -5px;
            }

        #fp-nav ul li .fp-tooltip {
            position: absolute;
            top: -2px;
            color: #fff;
            font-size: 14px;
            font-family: arial, helvetica, sans-serif;
            white-space: nowrap;
            max-width: 220px;
            overflow: hidden;
            display: block;
            opacity: 0;
            width: 0;
        }

        #fp-nav ul li:hover .fp-tooltip,
        #fp-nav.fp-show-active a.active + .fp-tooltip {
            -webkit-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
            width: auto;
            opacity: 1;
        }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px;
        }

        #fp-nav ul li .fp-tooltip.left {
            left: 20px;
        }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

body {
    font-size: 12px;
    color: #000;
    width: 100%;
}

img {
    border: 0px;
}

table {
    border-collapse: collapse;
}

ol, ul, li, dl, dt, dd {
    list-style: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

abbr, acronym {
    border: 0;
}

blockquote {
    color: #666;
    font-style: italic;
}

html {
    -webkit-text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: inherit;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:link {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        text-decoration: none;
    }

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.w {
    width: 100%;
    height: 138px;
    background: rgba(255, 255, 255, 0.78);
    position: absolute;
    top: 0;
    z-index: 5;
}

.header_wgx {
    width: 100%;
    height: 99px;
    position: fixed;
    z-index: 10001;
    margin-bottom: 99px;
    background: #fff;
    top: 0;
}

    .header_wgx .header-new {
        width: 1190px;
        height: 99px;
        margin: 0 auto;
    }

        .header_wgx .header-new .logo {
            width: 170px;
            height: 35px;
            float: left;
            font-size: 16px;
            line-height: 99px;
            margin-top: 33px;
        }

        .header_wgx .header-new .tdz {
            height: 30px;
            display: block;
            float: left;
            margin-top: 37px;
            margin-left: 10px;
        }

        .header_wgx .header-new .nav {
            width: 659px;
            height: 99px;
            float: left;
            margin-left: 10px;
        }

            .header_wgx .header-new .nav ul {
                width: 110%;
                height: auto;
            }

                .header_wgx .header-new .nav ul li {
                    width: 96px;
                    float: left;
                }

                    .header_wgx .header-new .nav ul li .tits {
                        text-align: center;
                        font-size: 16px;
                        line-height: 99px;
                        color: #444444;
                        display: block;
                        width: 96px;
                    }

                        .header_wgx .header-new .nav ul li .tits:hover {
                            font-weight: bold;
                        }

                        .header_wgx .header-new .nav ul li .tits.current {
                            font-weight: bold;
                        }

                    .header_wgx .header-new .nav ul li a.currr {
                        color: #7fbe25;
                    }

                    .header_wgx .header-new .nav ul li:hover .mnav {
                        display: block;
                    }

        .header_wgx .header-new .language {
            margin-left: 25px;
            line-height: 99px;
            color: #444444;
            font-size: 16px;
            float: left;
            position: relative;
            z-index: 5;
        }

            .header_wgx .header-new .language .tit img {
                float: left;
                display: block;
                margin-top: 37px;
                position: relative;
                z-index: 5;
            }

            .header_wgx .header-new .language:hover .tit span {
                background: url(/cn/static/web/img/l_icon_h.png) no-repeat right;
            }

            .header_wgx .header-new .language .tit span {
                width: 52px;
                display: block;
                margin-left: 10px;
                background: url(/cn/static/web/img/l_icon.png) no-repeat right;
                float: left;
                color: #7fbe26;
                opacity: 0.6;
                position: relative;
                z-index: 5;
                cursor: pointer;
            }

            .header_wgx .header-new .language:hover {
                color: #7fbe25;
            }

            .header_wgx .header-new .language dl {
                width: 110px;
                height: auto;
                position: absolute;
                top: 99px;
                left: -10px;
                background: #FDFDFD;
                display: none;
            }

                .header_wgx .header-new .language dl dd {
                    width: 100%;
                    height: 28px;
                    padding: 5px 0;
                    margin: 0 auto;
                }

                    .header_wgx .header-new .language dl dd a {
                        width: 72px;
                        display: block;
                        margin-left: 10px;
                    }

                    .header_wgx .header-new .language dl dd:hover {
                        background: #7FBE25;
                    }

                    .header_wgx .header-new .language dl dd img {
                        float: left;
                    }

                    .header_wgx .header-new .language dl dd span {
                        float: right;
                        line-height: 28px;
                        font-size: 16px;
                        color: #444;
                        opacity: 0.6;
                    }

        .header_wgx .header-new .search {
            width: 18px;
            height: 18px;
            float: left;
            position: absolute;
            top: 37px;
            right: 65px;
        }

            .header_wgx .header-new .search .search-new {
                width: 224px;
                height: 32px;
                background: url(/cn/static/web/img/search.png) no-repeat;
                position: absolute;
                top: -5px;
                right: -25px;
                line-height: 32px;
                color: #adadad;
                font-size: 14px;
                display: none;
            }

                .header_wgx .header-new .search .search-new .submit {
                    width: 35px;
                    height: 32px;
                    background: none;
                    border: none;
                }

        .header_wgx .header-new .share {
            width: 32px;
            height: 32px;
            border-radius: 32px;
            margin: 35px 0 0 0;
            float: right;
            padding: 0;
            background: url(/cn/static/web/img/share.png) no-repeat;
            border: none;
            position: relative;
        }

            .header_wgx .header-new .share:hover {
                background: url(/cn/static/web/img/share_h.png) no-repeat;
            }


    .header_wgx .mnav.curing {
        display: block;
    }

    .header_wgx .mnav {
        width: 100%;
        height: 80px;
        border-bottom: 1px solid #d0d0d0;
        position: absolute;
        top: 99px;
        left: 0;
        background: #fdfdfd;
        display: none;
    }

        .header_wgx .mnav .mnav-new {
            width: 1240px;
            height: 80px;
            margin: 0 auto;
        }

            .header_wgx .mnav .mnav-new .con.c1 {
                margin-left: 555px;
            }

            .header_wgx .mnav .mnav-new .con.c2 {
                margin-left: 650px;
            }

            .header_wgx .mnav .mnav-new .con.c3 {
                margin-left: 746px;
            }

            .header_wgx .mnav .mnav-new .con.c4 {
                margin-left: 845px;
            }

            .header_wgx .mnav .mnav-new .con.c6 {
                margin-left: 458px;
            }

            .header_wgx .mnav .mnav-new .con {
                width: 110%;
                margin-left: 362px;
            }

                .header_wgx .mnav .mnav-new .con a {
                    width: 80px;
                    height: 65px;
                    display: block;
                    float: left;
                    padding-top: 15px;
                    margin-right: 16px;
                }

                    .header_wgx .mnav .mnav-new .con a .pic {
                        width: 80px;
                        height: 29px;
                        vertical-align: middle;
                    }

                        .header_wgx .mnav .mnav-new .con a .pic .p1 {
                            display: block;
                            margin: 0 auto;
                        }

                        .header_wgx .mnav .mnav-new .con a .pic .p2 {
                            display: none;
                            margin: 0 auto;
                        }

                    .header_wgx .mnav .mnav-new .con a p {
                        width: 100%;
                        line-height: 24px;
                        font-size: 13px;
                        color: #444444;
                        text-align: center;
                        margin-top: 3px;
                    }

                    .header_wgx .mnav .mnav-new .con a:hover {
                        height: 63px;
                        border-bottom: 3px solid #7fbe26;
                    }

                        .header_wgx .mnav .mnav-new .con a:hover .pic .p1 {
                            display: none;
                        }

                        .header_wgx .mnav .mnav-new .con a:hover .pic .p2 {
                            display: block;
                        }

                        .header_wgx .mnav .mnav-new .con a:hover p {
                            color: #7fbe26;
                        }

            .header_wgx .mnav .mnav-new .bdshare-button-style0-16 a {
                padding-left: 0;
                margin: 0 16px 0 0;
                text-align: center;
                color: #444444;
                font-size: 13px;
                line-height: 24px;
                padding-top: 50px;
                height: 30px;
            }

                .header_wgx .mnav .mnav-new .bdshare-button-style0-16 a:hover {
                    color: #7fbe26;
                    height: 28px;
                }

    .header_wgx .mnav-new .bdshare-button-style0-16 a.bds_tsina {
        background: url(/cn/static/web/img/ico_weibo.png) no-repeat center 17px;
    }

        .header_wgx .mnav-new .bdshare-button-style0-16 a.bds_tsina:hover {
            background: url(/cn/static/web/img/ico_weibo_h.png) no-repeat center 17px;
        }

    .header_wgx .mnav-new .bdshare-button-style0-16 a.bds_weixin {
        background: url(/cn/static/web/img/ico_weixin.png) no-repeat center 17px;
    }

        .header_wgx .mnav-new .bdshare-button-style0-16 a.bds_weixin:hover {
            background: url(/cn/static/web/img/ico_weixin_h.png) no-repeat center 17px;
        }

.share-box {
    height: 99px;
}

.header_wgx .mnav .mnav-new .con.bdshare-button-style0-16 {
    width: auto;
    float: right;
    margin: 0;
}


.footer_wgx {
    width: 100%;
    height: auto;
}

    .footer_wgx .foot {
        width: 100%;
        height: 427px;
        background: #f5f5f5;
    }

        .footer_wgx .foot .foot-new {
            width: 1193px;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
        }

            .footer_wgx .foot .foot-new ul {
                width: 120%;
                height: auto;
                margin-top: 90px;
            }

                .footer_wgx .foot .foot-new ul li {
                    width: 357px;
                    height: auto;
                    float: left;
                    margin-right: 115px;
                }

                    .footer_wgx .foot .foot-new ul li .tits {
                        height: 72px;
                        font-size: 30px;
                        line-height: 36px;
                        color: #444444;
                    }

                    .footer_wgx .foot .foot-new ul li .tit {
                        height: 72px;
                        font-size: 16px;
                        line-height: 24px;
                        color: #666666;
                        margin-top: 29px;
                    }

                    .footer_wgx .foot .foot-new ul li .tit1 {
                        width: 146px;
                        height: 35px;
                        background: #ababab;
                        border-radius: 3px;
                        margin-top: 40px;
                    }

                        .footer_wgx .foot .foot-new ul li .tit1 a {
                            width: 94px;
                            height: 35px;
                            display: block;
                            margin: 0 auto;
                            background: url(/cn/static/web/img/more.png) right no-repeat;
                            line-height: 32px;
                            font-size: 16px;
                            color: #fff;
                        }

                        .footer_wgx .foot .foot-new ul li .tit1:hover {
                            background: #7fbe25;
                        }

    .footer_wgx .foott {
        width: 100%;
        height: 330px;
        background: #3e3e3e;
    }

        .footer_wgx .foott .foott-new {
            width: 1300px;
            height: 91px;
            margin: 0 auto;
        }

            .footer_wgx .foott .foott-new .nav {
                width: 710px;
                height: 91px;
                float: left;
            }

                .footer_wgx .foott .foott-new .nav ul {
                    margin-top: 21px;
                }

                .footer_wgx .foott .foott-new .nav a {
                    font-size: 14px;
                    line-height: 52px;
                    float: left;
                    margin-right: 32px;
                    color: #b2b2b2;
                }

                .footer_wgx .foott .foott-new .nav dd a {
                    height: 20px;
                    line-height: 20px;
                    margin-bottom: 10px;
                }

                .footer_wgx .foott .foott-new .nav a:hover {
                    color: #7fbe25;
                }

            .footer_wgx .foott .foott-new .con {
                /*margin-left: 115px;*/
                float: left;
                color: #b2b2b2;
                margin-top: 32px;
            }

                .footer_wgx .foott .foott-new .con span {
                    line-height: 29px;
                    font-size: 14px;
                    margin-right: 20px;
                    float: left;
                }

                .footer_wgx .foott .foott-new .con a {
                    width: 29px;
                    height: 29px;
                    border-radius: 29px;
                    float: left;
                    margin-right: 7px;
                    display: block;
                }

                    .footer_wgx .foott .foott-new .con a img {
                        display: block;
                        width: 29px;
                        height: 29px;
                        border-radius: 29px;
                    }

            .footer_wgx .foott .foott-new .menu {
                width: 330px;
                height: 35px;
                float: right;
                margin-top: 29px;
            }

                .footer_wgx .foott .foott-new .menu a {
                    width: 110px;
                    height: 35px;
                    display: block;
                    background: #fff;
                    float: left;
                    text-align: center;
                    line-height: 35px;
                    color: #888888;
                }

                    .footer_wgx .foott .foott-new .menu a.cur {
                        background: #7fbe25;
                        color: #fff;
                    }

    .footer_wgx .foottt {
        width: 100%;
        height: 115px;
        background: #323232;
    }

        .footer_wgx .foottt .foottt-new {
            width: 1193px;
            height: 115px;
            margin: 0 auto;
        }

            .footer_wgx .foottt .foottt-new .logo {
                width: 116px;
                height: 22px;
                display: block;
                float: left;
                margin-top: 47px;
            }

            .footer_wgx .foottt .foottt-new .con {
                float: left;
                margin-left: 30px;
                margin-top: 40px;
            }

                .footer_wgx .foottt .foottt-new .con .nav {
                    opacity: 0.8;
                }

                    .footer_wgx .foottt .foottt-new .con .nav a {
                        line-height: 12px;
                        font-size: 12px;
                        color: #989898;
                        float: left;
                    }

                        .footer_wgx .foottt .foottt-new .con .nav a:hover {
                            color: #7fbe25;
                        }

                    .footer_wgx .foottt .foottt-new .con .nav span {
                        line-height: 12px;
                        font-size: 10px;
                        color: #989898;
                        float: left;
                        opacity: 0.4;
                        margin: 0 10px;
                    }

                .footer_wgx .foottt .foottt-new .con .tit {
                    font-size: 12px;
                    line-height: 24px;
                    color: #989898;
                    opacity: 0.5;
                    margin-top: 4px;
                }

            .footer_wgx .foottt .foottt-new .tits {
                float: right;
                font-size: 12px;
                line-height: 12px;
                color: #989898;
                opacity: 0.8;
                margin-top: 62px;
            }

                .footer_wgx .foottt .foottt-new .tits a {
                    color: #989898;
                }

                    .footer_wgx .foottt .foottt-new .tits a:hover {
                        color: #7fbe25;
                    }

.banner_wgx {
    width: 100%;
    height: auto;
    position: relative;
}

    .banner_wgx .bg {
        width: 100%;
        height: auto;
    }

    .banner_wgx .banner-new {
        width: 100%;
        height: auto;
        position: absolute;
        /*top: 1.8%;*/
        top: 0;
        left: 0;
    }

        .banner_wgx .banner-new .slider {
            width: 100%;
            height: auto;
        }

            .banner_wgx .banner-new .slider .bd {
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                overflow: hidden;
            }

                .banner_wgx .banner-new .slider .bd ul {
                    width: 100%;
                }

                    .banner_wgx .banner-new .slider .bd ul li {
                        overflow: hidden;
                        width: 100%;
                        float: left;
                    }

                        .banner_wgx .banner-new .slider .bd ul li .con {
                            width: 100%;
                            margin: 0 auto;
                        }

                            .banner_wgx .banner-new .slider .bd ul li .con .con1 {
                                width: 49%;
                                height: auto;
                                float: left;
                                margin-right: 1%;
                            }

                            .banner_wgx .banner-new .slider .bd ul li .con .con2 {
                                width: 50%;
                                height: auto;
                                float: left;
                                overflow: hidden;
                            }

                                .banner_wgx .banner-new .slider .bd ul li .con .con2 .video {
                                    width: 48%;
                                    height: auto;
                                    float: left;
                                    position: relative;
                                    margin-right: 2%;
                                    cursor: pointer;
                                }

                                    .banner_wgx .banner-new .slider .bd ul li .con .con2 .video .bg {
                                        width: 100%;
                                        height: auto;
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        background: rgba(0, 0, 0, 0.65);
                                    }

                                    .banner_wgx .banner-new .slider .bd ul li .con .con2 .video .p1 {
                                        width: 30%;
                                        height: auto;
                                        position: absolute;
                                        top: 38%;
                                        left: 35.4%;
                                    }

                                .banner_wgx .banner-new .slider .bd ul li .con .con2 .pic {
                                    width: 49.9%;
                                    height: auto;
                                    float: left;
                                }

                                .banner_wgx .banner-new .slider .bd ul li .con .con2 .pic1 {
                                    position: relative;
                                    width: 100%;
                                    height: auto;
                                    margin-top: 2.1%;
                                    float: left;
                                }

                                    .banner_wgx .banner-new .slider .bd ul li .con .con2 .pic1 .def {
                                        display: block;
                                        z-index: -1;
                                        position: relative;
                                        opacity: 0;
                                    }

    .banner_wgx .img-sd {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow: hidden;
    }

        .banner_wgx .img-sd img {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
        }


    .banner_wgx .banner-new .slider .hd {
        display: none;
        height: 18px;
        width: 100%;
        bottom: 4%;
        position: absolute;
    }

        .banner_wgx .banner-new .slider .hd .hd-new {
            height: 18px;
            margin: 0 auto;
            display: none;
        }

            .banner_wgx .banner-new .slider .hd .hd-new ul li {
                width: 18px;
                height: 18px;
                background: #6c6c6c;
                border-radius: 18px;
                float: left;
                margin: 0 5px;
                color: #6c6c6c;
                line-height: 18px;
                text-align: center;
                cursor: pointer;
            }

                .banner_wgx .banner-new .slider .hd .hd-new ul li.on {
                    background: #fff;
                    color: #fff;
                }

.title_wgx {
    position: relative;
    width: 100%;
    height: 86px;
    background: #7fbe26;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    display: none !important;
}

    .title_wgx .title-new {
        width: 85%;
        height: 86px;
        margin: 0 auto;
    }

        .title_wgx .title-new .txtScroll {
            height: 27px;
            margin-top: 30px;
            position: relative;
        }

            .title_wgx .title-new .txtScroll .bd {
                float: left;
                width: 90%;
                overflow: hidden;
            }

                .title_wgx .title-new .txtScroll .bd ul li {
                    width: 100%;
                    line-height: 27px;
                    height: 27px;
                    font-size: 14px;
                    display: block;
                    margin-bottom: 10px;
                }

                    .title_wgx .title-new .txtScroll .bd ul li img {
                        height: 27px;
                        margin-right: 14px;
                        float: left;
                    }

                    .title_wgx .title-new .txtScroll .bd ul li a {
                        color: #fff;
                        float: left;
                    }

                    .title_wgx .title-new .txtScroll .bd ul li span {
                        color: #fff;
                        opacity: 0.5;
                        margin-left: 25px;
                        float: left;
                    }

            .title_wgx .title-new .txtScroll .hd {
                float: right;
            }

                .title_wgx .title-new .txtScroll .hd .prev {
                    width: 18px;
                    height: 10px;
                    display: block;
                    background: url(/cn/static/web/img/index_up.png) no-repeat;
                    margin-bottom: 15px;
                }

                .title_wgx .title-new .txtScroll .hd .next {
                    width: 18px;
                    height: 10px;
                    display: block;
                    background: url(/cn/static/web/img/index_down.png) no-repeat;
                }

.box1_wgx {
    width: 100%;
    height: auto;
    position: relative;
}

    .box1_wgx .pic1 {
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
    }

    .box1_wgx .pic2 {
        width: 100%;
        height: auto;
        /*position: absolute;;*/
        top: 0;
        left: 0;
        display: none;
    }

    .box1_wgx .pic {
        width: 67.8%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .box1_wgx .con {
        width: 445px;
        height: auto;
        position: absolute;
        top: 20%;
        left: 57%;
    }

        .box1_wgx .con .tits {
            position: relative;
            width: 100%;
            height: auto;
            font-size: 48px;
            font-weight: 200;
            line-height: 54px;
        }

            .box1_wgx .con .tits span {
                display: block;
                float: left;
                color: #444444;
            }

    .box1_wgx.on .con .tits span {
        color: #fff;
    }

    .box1_wgx .con .tits img {
        position: absolute;
        right: 0;
        width: 86px;
        height: 86px;
        display: block;
        margin: -44px 0 0 0;
        float: left;
    }

    .box1_wgx .con .tit {
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 18px;
        color: #666666;
        margin-top: 330px;
    }

    .box1_wgx.on .con .tit {
        color: #fff;
    }

    .box1_wgx .con .tit1 {
        width: 100%;
        height: auto;
        margin-top: 70px;
    }

        .box1_wgx .con .tit1 a {
            width: 181px;
            height: 60px;
            display: block;
            float: left;
            border-radius: 62px;
            border: 1px solid #666666;
            line-height: 60px;
            text-align: center;
            font-size: 18px;
            color: #666666;
            margin-right: 19px;
        }

    .box1_wgx.on .con .tit1 a {
        border: 1px solid #fff;
        color: #fff;
    }

    .box1_wgx .con .tit1 a:hover {
        width: 183px;
        height: 62px;
        border: none;
        background: #7FBE25;
        color: #fff;
    }

.box2_wgx {
    width: 100%;
    height: auto;
    position: relative;
}

    .box2_wgx .box2-new {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
    }

        .box2_wgx .box2-new .con {
            width: 64.1%;
            height: auto;
            margin: 0 auto;
        }

            .box2_wgx .box2-new .con .tits {
                width: 100%;
                text-align: center;
                font-size: 53px;
                line-height: 53px;
                color: #444444;
                margin-top: 7%;
            }

            .box2_wgx .box2-new .con .tit {
                font-size: 18px;
                line-height: 30px;
                color: #666666;
                width: 100%;
                text-align: center;
                margin-top: 3.3%;
            }

            .box2_wgx .box2-new .con img {
                width: 100%;
                height: auto;
                margin-top: 6%;
                display: block;
            }

.pb {
    background: #f5f5f5;
}

.line_wgx {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
}

.zoomMask {
    position: absolute;
    background: url(/cn/static/web/img/mask.png);
    z-index: 3;
}

.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    background: #ffffff;
    display: black;
    border: 1px solid #dadada;
    text-align: center;
    overflow: hidden;
}


.shop {
    width: 1190px;
    height: auto;
    margin: 20px auto;
}

    .shop .pic {
        width: 410px;
        height: auto;
        float: left;
        border: 1px solid #dadada;
    }

        .shop .pic .show {
            width: 100%;
            height: 410px;
            border-bottom: 1px solid #dadada;
            position: relative;
        }

            .shop .pic .show img {
                max-width: 100%;
                max-height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
            }

        .shop .pic .list {
            width: 100%;
            height: auto;
            overflow: hidden;
            margin: 10px auto 0;
        }

            .shop .pic .list ul {
                width: 110%;
                height: auto;
            }

                .shop .pic .list ul li {
                    width: 68px;
                    height: 68px;
                    border: 1px solid #d8d8d8;
                    float: left;
                    margin-right: 15px;
                    cursor: pointer;
                    position: relative;
                }

                    .shop .pic .list ul li img {
                        max-width: 100%;
                        max-height: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: auto;
                    }

                    .shop .pic .list ul li.on {
                        width: 66px;
                        height: 66px;
                        border: 2px solid #de3031;
                    }

                        .shop .pic .list ul li.on img {
                            margin: -1px;
                        }

    .shop .shop-con {
        width: 515px;
        height: auto;
        float: left;
        margin-left: 36px;
    }

        .shop .shop-con .tits {
            font-size: 16px;
            line-height: 16px;
            text-transform: uppercase;
            color: #444;
            font-weight: bold;
            margin-top: 26px;
        }

        .shop .shop-con .tit {
            font-size: 14px;
            line-height: 18px;
            color: #999;
            height: 46px;
            margin-top: 10px;
        }

        .shop .shop-con .tit1 {
            width: 514px;
            height: 71px;
            padding-top: 26px;
            background: url(/cn/static/web/img/pInfo_bg.jpg) no-repeat;
        }

            .shop .shop-con .tit1 .c {
                width: 470px;
                height: auto;
                margin: 0 auto;
            }

                .shop .shop-con .tit1 .c .tt {
                    font-size: 12px;
                    line-height: 30px;
                    color: #999;
                }

                    .shop .shop-con .tit1 .c .tt em {
                        float: left;
                        display: block;
                        margin-top: 5px;
                    }

                    .shop .shop-con .tit1 .c .tt .s1 {
                        font-size: 30px;
                        color: #ff6105;
                        font-family: Arial;
                        margin-right: 20px;
                        float: left;
                    }

                        .shop .shop-con .tit1 .c .tt .s1 b {
                            font-weight: normal;
                        }

                        .shop .shop-con .tit1 .c .tt .s1 i {
                            font-size: 12px;
                            margin-left: 3px;
                        }

                    .shop .shop-con .tit1 .c .tt .s2 {
                        width: 70px;
                        height: 22px;
                        display: block;
                        float: left;
                        margin: 4px 15px 0;
                        background: #ff6105;
                        text-align: center;
                        font-size: 12px;
                        color: #fff;
                        line-height: 22px;
                    }

                    .shop .shop-con .tit1 .c .tt .s3 {
                        float: left;
                        font-size: 18px;
                        color: #b0b0b0;
                        text-decoration: line-through;
                        display: block;
                        margin-top: 3px;
                    }

                        .shop .shop-con .tit1 .c .tt .s3 i {
                            font-size: 12px;
                            margin-left: 3px;
                        }

                .shop .shop-con .tit1 .c .tt1 {
                    font-size: 12px;
                    line-height: 12px;
                    color: #999;
                    margin-top: 6px;
                }

        .shop .shop-con .tit2 {
            font-size: 12px;
            line-height: 26px;
            color: #999;
            margin-top: 7px;
        }

        .shop .shop-con .tit3 {
            width: 100%;
            height: 33px;
            border-top: 1px dotted #dedede;
            border-bottom: 1px dotted #dedede;
            margin-top: 10px;
            font-size: 12px;
            color: #999;
            line-height: 33px;
        }

            .shop .shop-con .tit3 .s {
                margin-left: 45px;
            }

            .shop .shop-con .tit3 i {
                width: 1px;
                height: 16px;
                display: block;
                background: #e5dfda;
                margin: 8px 30px 0;
                float: left;
            }

            .shop .shop-con .tit3 .s1 {
                padding-right: 20px;
                background: url(/cn/static/web/img/pInfo_icon1.png) right no-repeat;
                float: left;
            }

            .shop .shop-con .tit3 .s2 {
                float: left;
            }

                .shop .shop-con .tit3 .s2 em {
                    color: #ff6105;
                    font-weight: bold;
                    margin-left: 6px;
                }

        .shop .shop-con .list {
            width: 100%;
            height: auto;
            margin-top: 24px;
        }

            .shop .shop-con .list span {
                font-size: 12px;
                color: #999;
                line-height: 30px;
                float: left;
            }

            .shop .shop-con .list .list-new {
                width: 458px;
                height: auto;
                float: right;
                overflow: hidden;
            }

                .shop .shop-con .list .list-new ul {
                    width: 110%;
                    height: auto;
                }

                    .shop .shop-con .list .list-new ul li {
                        cursor: pointer;
                        width: 76px;
                        height: 30px;
                        background: url(/cn/static/web/img/pInfo_bg2.png) no-repeat;
                        float: left;
                        margin-right: 19px;
                        margin-bottom: 12px;
                        font-size: 12px;
                        line-height: 30px;
                        text-align: center;
                        color: #666;
                    }

                        .shop .shop-con .list .list-new ul li.on {
                            background: url(/cn/static/web/img/pInfo_bg1.png) no-repeat;
                        }

        .shop .shop-con .num {
            width: 100%;
            height: auto;
            margin-top: 6px;
        }

            .shop .shop-con .num span {
                font-size: 12px;
                color: #999;
                line-height: 30px;
                float: left;
            }

            .shop .shop-con .num .t {
                width: 63px;
                height: 28px;
                border: 1px solid #e0e0e0;
                float: left;
                margin-left: 20px;
            }

                .shop .shop-con .num .t a {
                    width: 14px;
                    height: 28px;
                    background: #f6f6f6;
                    float: left;
                    display: block;
                    font-size: 20px;
                    line-height: 28px;
                    color: #b0b0b0;
                    text-align: center;
                }

                .shop .shop-con .num .t .text {
                    width: 33px;
                    height: 28px;
                    border-left: 1px solid #e0e0e0;
                    border-right: 1px solid #e0e0e0;
                    background: none;
                    float: left;
                    font-size: 12px;
                    line-height: 28px;
                    text-align: center;
                    color: #666;
                }

        .shop .shop-con .button {
            width: 372px;
            height: auto;
            margin: 60px auto 0;
        }

            .shop .shop-con .button a {
                width: 178px;
                height: 38px;
                display: block;
                text-align: center;
                line-height: 38px;
                font-size: 16px;
            }

            .shop .shop-con .button .t1 {
                border: 1px solid #ff6105;
                background: #ffeded;
                color: #ff6105;
            }

            .shop .shop-con .button .t2 {
                border: 1px solid #ff6105;
                background: #ff6105;
                color: #fff;
            }

.product_wgx {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*padding-top: 99px; */
}

    .product_wgx .subnav {
        width: 100%;
        height: 120px;
        background: #1eb0bf;
        margin: 0 auto;
    }

        .product_wgx .subnav .subnav-new {
            width: 1190px;
            height: 120px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

            .product_wgx .subnav .subnav-new .bd ul {
            }

                .product_wgx .subnav .subnav-new .bd ul li {
                    width: 170px;
                    float: left;
                    height: 95px;
                    padding-top: 25px;
                }

                    .product_wgx .subnav .subnav-new .bd ul li:hover {
                        background: #1b9eac;
                    }

                    .product_wgx .subnav .subnav-new .bd ul li .pic {
                        margin: 0 auto;
                        height: 42px;
                        vertical-align: middle;
                    }

                        .product_wgx .subnav .subnav-new .bd ul li .pic img {
                            display: block;
                            margin: 0 auto;
                            vertical-align: middle;
                        }

                    .product_wgx .subnav .subnav-new .bd ul li p {
                        width: 100%;
                        height: auto;
                        font-size: 16px;
                        line-height: 24px;
                        margin-top: 10px;
                        color: #fff;
                        text-align: center;
                    }

    .product_wgx .banner {
        width: 100%;
        height: 536px;
        overflow: hidden;
        position: relative;
    }

        .product_wgx .banner .banner-new {
            width: 100%;
            height: 534px;
        }

            .product_wgx .banner .banner-new .slides {
                width: 1000%;
                height: 536px;
            }

                .product_wgx .banner .banner-new .slides li {
                    width: 10%;
                    height: 536px;
                    float: left;
                }

            .product_wgx .banner .banner-new .btns {
                width: 100%;
                height: 13px;
                position: absolute;
                bottom: 35px;
                left: 0;
            }

                .product_wgx .banner .banner-new .btns .btns-new {
                    width: 75px;
                    margin: 0 auto;
                    height: 13px;
                }

                    .product_wgx .banner .banner-new .btns .btns-new span {
                        width: 13px;
                        height: 13px;
                        border-radius: 13px;
                        background: rgba(255, 255, 255, 0.5);
                        display: block;
                        float: left;
                        margin: 0 5px;
                        cursor: pointer;
                    }

                        .product_wgx .banner .banner-new .btns .btns-new span.hover {
                            background: #7fbe26;
                        }

    .product_wgx .search {
        width: 1190px;
        height: 55px;
        background: url(/cn/static/web/img/product_search.png) no-repeat;
        margin: 28px auto 0;
    }

        .product_wgx .search .text {
            width: 1105px;
            height: 53px;
            border: none;
            background: none;
            line-height: 53px;
            font-size: 16px;
            color: #adadad;
            margin: 1px 0 0 25px;
            float: left;
        }

        .product_wgx .search .submit {
            width: 59px;
            height: 53px;
            margin-top: 1px;
            cursor: pointer;
            float: left;
            display: block;
            background: none;
            border-radius: none;
        }

    .product_wgx .list {
        width: 1190px;
        height: 248px;
        margin: 27px auto 0;
        overflow: hidden;
    }

        .product_wgx .list ul {
            width: 110%;
            height: 248px;
        }

            .product_wgx .list ul li {
                width: 392px;
                height: 248px;
                position: relative;
                float: left;
                margin-right: 7px;
            }

                .product_wgx .list ul li .con {
                    width: 392px;
                    height: 248px;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                    .product_wgx .list ul li .con img {
                        width: 84px;
                        height: 84px;
                        display: block;
                        margin: 57px auto 0;
                        border-radius: 84px;
                    }

    .product_wgx .list1 {
        width: 1190px;
        height: auto;
        margin: 0 auto 105px;
    }

        .product_wgx .list1 .tits {
            width: 100%;
            height: auto;
            font-size: 24px;
            line-height: 24px;
            color: #333333;
            text-align: center;
            margin: 32px 0;
        }

        .product_wgx .list1 .con1 {
            width: 1190px;
            height: 391px;
            margin-bottom: 10px;
            position: relative;
        }
            /*.product_wgx .list1 .con1 a {
          width: 120px;
          height: 44px;
          line-height: 44px;
          text-align: center;
          background: #fff;
          border-radius: 44px;
          display: block;
          font-size: 14px;
          position: absolute;
          bottom: 49px;
          left: 65px; }*/
            .product_wgx .list1 .con1 a:hover {
                color: #fff;
                background: #7fbe26;
            }

        .product_wgx .list1 .con2 {
            width: 1190px;
            height: auto;
        }

            .product_wgx .list1 .con2 .conn1 {
                width: 390px;
                height: 796px;
                float: left;
                position: relative;
                margin-right: 10px;
                float: left;
            }
                /*.product_wgx .list1 .con2 .conn1 a {
            width: 120px;
            height: 44px;
            line-height: 44px;
            text-align: center;
            background: #fff;
            border-radius: 44px;
            display: block;
            font-size: 14px;
            position: absolute;
            bottom: 39px;
            left: 130px; }*/
                .product_wgx .list1 .con2 .conn1 a:hover {
                    color: #fff;
                    background: #7fbe26;
                }

            .product_wgx .list1 .con2 .conn2 {
                width: 790px;
                height: auto;
                float: left;
            }

                .product_wgx .list1 .con2 .conn2 .connn1 {
                    width: 790px;
                    height: 391px;
                    margin-bottom: 10px;
                    position: relative;
                }
                    /*.product_wgx .list1 .con2 .conn2 .connn1 a {
              width: 120px;
              height: 44px;
              line-height: 44px;
              text-align: center;
              background: #fff;
              border-radius: 44px;
              display: block;
              font-size: 14px;
              position: absolute;
              bottom: 42px;
              right: 190px; }*/
                    .product_wgx .list1 .con2 .conn2 .connn1 a:hover {
                        color: #fff;
                        background: #7fbe26;
                    }

                .product_wgx .list1 .con2 .conn2 .connn2 {
                    width: 390px;
                    height: 395px;
                    margin-right: 10px;
                    float: left;
                    position: relative;
                }
                    /*.product_wgx .list1 .con2 .conn2 .connn2 a {
              width: 120px;
              height: 44px;
              line-height: 44px;
              text-align: center;
              background: #fff;
              border-radius: 44px;
              display: block;
              font-size: 14px;
              position: absolute;
              bottom: 39px;
              left: 37px; }*/
                    .product_wgx .list1 .con2 .conn2 .connn2 a:hover {
                        color: #fff;
                        background: #7fbe26;
                    }

                .product_wgx .list1 .con2 .conn2 .connn3 {
                    width: 390px;
                    height: 395px;
                    float: left;
                    position: relative;
                }
                    /*.product_wgx .list1 .con2 .conn2 .connn3 a {
              width: 120px;
              height: 44px;
              line-height: 44px;
              text-align: center;
              background: #fff;
              border-radius: 44px;
              display: block;
              font-size: 14px;
              position: absolute;
              bottom: 39px;
              left: 37px; }*/
                    .product_wgx .list1 .con2 .conn2 .connn3 a:hover {
                        color: #fff;
                        background: #7fbe26;
                    }

    .product_wgx .product-list {
        width: 1190px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 160px;
    }

        .product_wgx .product-list .tits {
            width: 100%;
            font-size: 24px;
            line-height: 24px;
            color: #333333;
            margin: 32px 0;
        }

        .product_wgx .product-list .list-new {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .product_wgx .product-list .list-new ul {
                width: 110%;
                height: auto;
            }

                .product_wgx .product-list .list-new ul li {
                    width: 290px;
                    height: 300px;
                    position: relative;
                    margin: 0 10px 10px 0;
                }

                    .product_wgx .product-list .list-new ul li .con {
                        width: 290px;
                        height: 300px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        display: none;
                    }

                        .product_wgx .product-list .list-new ul li .con .bg {
                            width: 290px;
                            height: 300px;
                            position: absolute;
                            left: 0;
                            top: 0;
                            background: #92c846;
                            opacity: 0.85;
                        }

                        .product_wgx .product-list .list-new ul li .con .conn {
                            width: 290px;
                            height: 300px;
                            position: absolute;
                            top: 0;
                            left: 0;
                        }

                            .product_wgx .product-list .list-new ul li .con .conn .tit1 {
                                width: 250px;
                                text-align: center;
                                color: #fff;
                                margin: 73px auto 0;
                                font-size: 22px;
                                line-height: 22px;
                            }

                            .product_wgx .product-list .list-new ul li .con .conn .price {
                                width: 200px;
                                font-size: 18px;
                                line-height: 22px;
                                color: #fff;
                                text-align: center;
                                margin: 17px auto 0;
                            }

                            .product_wgx .product-list .list-new ul li .con .conn .info {
                                width: 120px;
                                height: 44px;
                                background: #fff;
                                text-align: center;
                                line-height: 44px;
                                margin: 47px auto 0;
                                border-radius: 44px;
                                font-size: 16px;
                            }

                    .product_wgx .product-list .list-new ul li:hover .con {
                        display: block;
                    }

    .product_wgx .centent {
        position: relative;
        width: 100%;
        height: auto;
        border-top: 1px solid #eeeeee;
        overflow: hidden;
    }

        .product_wgx .centent .con1 {
            width: 100%;
            height: auto;
            position: relative;
            overflow: hidden;
        }

            .product_wgx .centent .con1 img, .product_wgx .centent img {
                position: relative;
                left: 50%;
                display: block;
                width: 1920px;
                height: auto;
                margin-left: -960px;
            }

            .product_wgx .centent .con1.con5-gs-sw {
            }

    .product_wgx .download-sw {
        position: absolute;
        bottom: 94px;
        left: 50%;
        margin-left: -72px;
    }

    .product_wgx .centent .download-sw img {
        width: 184px;
        height: 44px;
        left: auto;
        margin-left: 0;
    }

    .product_wgx .centent .con1 .pic {
        position: absolute;
        top: 10.6%;
        left: 0;
        width: 100%;
    }

        .product_wgx .centent .con1 .pic .img {
            width: 62%;
            height: auto;
            margin: 0 auto;
            display: block;
        }

        .product_wgx .centent .con1 .pic a {
            width: 144px;
            height: 44px;
            display: block;
            margin: 4% auto 0;
        }

.about_wgx {
    width: 100%;
    height: auto;
    /*padding-top: 99px; */
}

    .about_wgx .box1 {
        width: 100%;
        height: 840px;
        background: url(/cn/static/web/img/about_bg1.jpg) no-repeat center;
    }

        .about_wgx .box1 .box1-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .about_wgx .box1 .box1-new .box1-left {
                width: 560px;
                height: auto;
                float: left;
                margin-top: 148px;
            }

                .about_wgx .box1 .box1-new .box1-left .tits {
                    font-size: 44px;
                    line-height: 48px;
                    color: #666666;
                    margin-bottom: 52px;
                }

                .about_wgx .box1 .box1-new .box1-left .tit {
                    font-size: 16px;
                    line-height: 30px;
                    color: #666666;
                    margin-bottom: 30px;
                }

            .about_wgx .box1 .box1-new .box1-right {
                width: 467px;
                height: auto;
                margin-top: 143px;
                float: right;
            }

                .about_wgx .box1 .box1-new .box1-right .pic1 {
                    width: 341px;
                    height: 341px;
                    display: block;
                    border-radius: 341px;
                    float: left;
                }

                .about_wgx .box1 .box1-new .box1-right .pic2 {
                    width: 235px;
                    height: 235px;
                    display: block;
                    border-radius: 235px;
                    float: right;
                    margin-top: -135px;
                }

                .about_wgx .box1 .box1-new .box1-right .pic3 {
                    width: 147px;
                    height: 147px;
                    border-radius: 147px;
                    position: relative;
                    top: -35px;
                    margin-left: 93px;
                }

                    .about_wgx .box1 .box1-new .box1-right .pic3 .bg {
                        width: 147px;
                        height: 147px;
                        border-radius: 147px;
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                    }

    .about_wgx .box2 {
        width: 100%;
        height: auto;
    }

        .about_wgx .box2 .box2-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
        }

            .about_wgx .box2 .box2-new .tits {
                font-size: 44px;
                line-height: 48px;
                color: #444444;
                width: 100%;
                text-align: center;
                margin-top: 90px;
            }

            .about_wgx .box2 .box2-new ul {
                width: 110%;
                height: 381px;
                margin-top: 78px;
                margin-bottom: 105px;
            }

                .about_wgx .box2 .box2-new ul li {
                    width: 367px;
                    height: 381px;
                    float: left;
                    background: #f5f5f5;
                    margin-right: 45px;
                }

                    .about_wgx .box2 .box2-new ul li .con {
                        width: 300px;
                        height: auto;
                        margin: 0 auto;
                    }

                        .about_wgx .box2 .box2-new ul li .con .tit {
                            font-size: 18px;
                            line-height: 24px;
                            color: #444444;
                            margin-top: 30px;
                        }

                        .about_wgx .box2 .box2-new ul li .con .tit1 {
                            font-size: 16px;
                            line-height: 24px;
                            color: #666666;
                            margin-top: 10px;
                        }

                        .about_wgx .box2 .box2-new ul li .con .line1 {
                            width: 300px;
                            height: 3px;
                            background: #7fbe26;
                            margin-top: 24px;
                        }

    .about_wgx .box3 {
        width: 100%;
        height: 851px;
        background: url(/cn/static/web/img/about_bg2.jpg) center no-repeat;
    }

        .about_wgx .box3 .box3-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
            position: relative;
        }

            .about_wgx .box3 .box3-new .tits {
                font-size: 44px;
                line-height: 48px;
                color: #fff;
                text-align: center;
                padding-top: 90px;
            }

            .about_wgx .box3 .box3-new .con {
                position: absolute;
                width: 1190px;
                height: 630px;
                top: 235px;
                left: 0;
                overflow: hidden;
            }

                .about_wgx .box3 .box3-new .con .con-new {
                    width: 1190px;
                    height: 630px;
                    overflow: hidden;
                }

                    .about_wgx .box3 .box3-new .con .con-new ul {
                        width: 100%;
                        position: relative;
                    }

                        .about_wgx .box3 .box3-new .con .con-new ul li {
                            width: 1190px;
                            height: 630px;
                            position: relative;
                        }

                            .about_wgx .box3 .box3-new .con .con-new ul li .conn {
                                position: absolute;
                            }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn .tit {
                                    font-size: 36px;
                                    line-height: 36px;
                                    color: #fff;
                                    font-style: italic;
                                }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn .tit1 {
                                    font-size: 16px;
                                    line-height: 24px;
                                    color: #f5fafb;
                                }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn1 {
                                    width: 200px;
                                    height: auto;
                                    top: 5px;
                                    right: 0;
                                }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn1 .tit {
                                        float: left;
                                    }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn1 .tit1 {
                                        float: left;
                                        width: 155px;
                                        margin-left: 15px;
                                        margin-top: 10px;
                                    }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn2 {
                                    width: 340px;
                                    height: auto;
                                    top: 25px;
                                    right: 380px;
                                }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn2 .tit {
                                        float: right;
                                    }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn2 .tit1 {
                                        float: left;
                                        width: 250px;
                                        margin-top: -5px;
                                        text-align: right;
                                    }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn3 {
                                    width: 385px;
                                    height: auto;
                                    top: 155px;
                                    right: 10px;
                                }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn3 .tit {
                                        float: left;
                                    }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn3 .tit1 {
                                        float: left;
                                        width: 285px;
                                        margin-top: 10px;
                                        margin-left: 15px;
                                    }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn4 {
                                    width: 350px;
                                    height: auto;
                                    top: 210px;
                                    right: 635px;
                                }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn4 .tit {
                                        float: right;
                                    }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn4 .tit1 {
                                        float: left;
                                        width: 260px;
                                        margin-top: -5px;
                                        text-align: right;
                                    }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn5 {
                                    width: 460px;
                                    height: auto;
                                    top: 325px;
                                    right: 230px;
                                }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn5 .tit {
                                        float: left;
                                    }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn5 .tit1 {
                                        float: left;
                                        width: 360px;
                                        margin-top: -5px;
                                        margin-left: 15px;
                                    }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn6 {
                                    width: 270px;
                                    height: auto;
                                    top: 300px;
                                    right: 920px;
                                }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn6 .tit {
                                        float: right;
                                    }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn6 .tit1 {
                                        float: left;
                                        width: 180px;
                                        margin-top: -5px;
                                        text-align: right;
                                    }

                                .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn7 {
                                    width: 460px;
                                    height: auto;
                                    top: 470px;
                                    right: 540px;
                                }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn7 .tit {
                                        float: left;
                                    }

                                    .about_wgx .box3 .box3-new .con .con-new ul li .conn.conn7 .tit1 {
                                        float: left;
                                        width: 360px;
                                        margin-top: -5px;
                                        margin-left: 15px;
                                    }

                .about_wgx .box3 .box3-new .con .btns {
                    width: 96px;
                    height: 42px;
                    position: absolute;
                    bottom: 83px;
                    right: 260px;
                }

                    .about_wgx .box3 .box3-new .con .btns .up {
                        width: 42px;
                        height: 42px;
                        display: block;
                        float: left;
                        margin-right: 12px;
                        background: url(/cn/static/web/img/up.png) no-repeat;
                        opacity: 0.5;
                    }

                        .about_wgx .box3 .box3-new .con .btns .up:hover {
                            opacity: 1;
                        }

                    .about_wgx .box3 .box3-new .con .btns .down {
                        width: 42px;
                        height: 42px;
                        display: block;
                        float: left;
                        background: url(/cn/static/web/img/down.png) no-repeat;
                        opacity: 0.5;
                    }

                        .about_wgx .box3 .box3-new .con .btns .down:hover {
                            opacity: 1;
                        }

    .about_wgx .box4 {
        width: 100%;
        height: auto;
    }

        .about_wgx .box4 .box4-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .about_wgx .box4 .box4-new .tits {
                font-size: 44px;
                line-height: 48px;
                color: #444444;
                width: 100%;
                text-align: center;
                margin-top: 90px;
            }

            .about_wgx .box4 .box4-new .slider {
                width: 100%;
                margin-top: 70px;
                overflow: hidden;
            }

                .about_wgx .box4 .box4-new .slider .bd {
                    width: 100%;
                    height: 313px;
                }

                    .about_wgx .box4 .box4-new .slider .bd ul {
                        width: 100%;
                        height: 313px;
                    }

                        .about_wgx .box4 .box4-new .slider .bd ul li {
                            width: 100%;
                            height: 313px;
                        }

                    .about_wgx .box4 .box4-new .slider .bd dl {
                        width: 110%;
                        height: 313px;
                    }

                        .about_wgx .box4 .box4-new .slider .bd dl dd {
                            width: 220px;
                            height: 313px;
                            float: left;
                            margin-right: 22px;
                            text-align: center;
                            line-height: 313px;
                        }

                            .about_wgx .box4 .box4-new .slider .bd dl dd img {
                                max-width: 220px;
                                max-height: 313px;
                                vertical-align: middle;
                            }

                .about_wgx .box4 .box4-new .slider .hd {
                    margin: 70px auto 0;
                }

                    .about_wgx .box4 .box4-new .slider .hd .next {
                        width: 10px;
                        height: 18px;
                        display: block;
                        background: url(/cn/static/web/img/next.png) no-repeat;
                        float: right;
                        margin-left: 10px;
                        cursor: pointer;
                    }

                    .about_wgx .box4 .box4-new .slider .hd .prev {
                        width: 10px;
                        height: 18px;
                        display: block;
                        background: url(/cn/static/web/img/prev.png) no-repeat;
                        float: left;
                        margin-right: 10px;
                        cursor: pointer;
                    }

                    .about_wgx .box4 .box4-new .slider .hd ul {
                        float: left;
                        margin-top: 2px;
                    }

                        .about_wgx .box4 .box4-new .slider .hd ul li {
                            width: 13px;
                            height: 13px;
                            border-radius: 13px;
                            display: block;
                            float: left;
                            margin: 0 4px;
                            background: #d1d3d6;
                            opacity: 0.8;
                            text-indent: -999px;
                            cursor: pointer;
                        }

                            .about_wgx .box4 .box4-new .slider .hd ul li.on {
                                background: #80be27;
                            }

    .about_wgx .box5 {
        width: 100%;
        height: auto;
        background: #f5f5f5;
        margin-top: 85px;
        border-bottom: 1px solid #d9d9d9;
    }

        .about_wgx .box5 .box4-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .about_wgx .box5 .box4-new .tits {
                font-size: 44px;
                line-height: 48px;
                color: #444;
                width: 100%;
                text-align: center;
                padding-top: 90px;
            }

            .about_wgx .box5 .box4-new .slider1 {
                width: 100%;
                padding-top: 70px;
                overflow: hidden;
            }

                .about_wgx .box5 .box4-new .slider1 .bd1 {
                    width: 100%;
                    height: auto;
                }

                    .about_wgx .box5 .box4-new .slider1 .bd1 ul {
                        width: 100%;
                        height: auto;
                    }

                        .about_wgx .box5 .box4-new .slider1 .bd1 ul li {
                            width: 100%;
                            height: auto;
                        }

                    .about_wgx .box5 .box4-new .slider1 .bd1 dl {
                        width: 110%;
                        height: 345px;
                    }

                        .about_wgx .box5 .box4-new .slider1 .bd1 dl dd {
                            width: 367px;
                            height: 345px;
                            float: left;
                            margin-right: 22px;
                            background: #fff;
                            border-radius: 3px;
                            margin-right: 45px;
                        }

                            .about_wgx .box5 .box4-new .slider1 .bd1 dl dd img {
                                width: 367px;
                                height: 250px;
                                display: block;
                                border-top-left-radius: 3px;
                                border-top-right-radius: 3px;
                            }

                            .about_wgx .box5 .box4-new .slider1 .bd1 dl dd .tit {
                                width: 367px;
                                height: 95px;
                            }

                                .about_wgx .box5 .box4-new .slider1 .bd1 dl dd .tit p {
                                    width: 305px;
                                    height: auto;
                                    margin: 16px auto 0;
                                    font-size: 16px;
                                    line-height: 24px;
                                    color: #666666;
                                    transition: 0.5s;
                                    -webkit-transition: 0.5s;
                                    text-align: center;
                                }

                .about_wgx .box5 .box4-new .slider1 .hd1 {
                    margin: 50px auto 0;
                    width: 98px;
                    height: 42px;
                    padding-bottom: 58px;
                }

                .about_wgx .box5 .box4-new .slider1 .hd1 {
                    margin: 70px auto 0;
                }

                    .about_wgx .box5 .box4-new .slider1 .hd1 .next {
                        width: 10px;
                        height: 18px;
                        display: block;
                        background: url(/cn/static/web/img/next.png) no-repeat;
                        float: right;
                        margin-left: 10px;
                        cursor: pointer;
                    }

                    .about_wgx .box5 .box4-new .slider1 .hd1 .prev {
                        width: 10px;
                        height: 18px;
                        display: block;
                        background: url(/cn/static/web/img/prev.png) no-repeat;
                        float: left;
                        margin-right: 10px;
                        cursor: pointer;
                    }

                    .about_wgx .box5 .box4-new .slider1 .hd1 ul {
                        float: left;
                        margin-top: 2px;
                    }

                        .about_wgx .box5 .box4-new .slider1 .hd1 ul li {
                            width: 13px;
                            height: 13px;
                            border-radius: 13px;
                            display: block;
                            float: left;
                            margin: 0 4px;
                            background: #d1d3d6;
                            opacity: 0.8;
                            text-indent: -999px;
                            cursor: pointer;
                        }

                            .about_wgx .box5 .box4-new .slider1 .hd1 ul li.on {
                                background: #80be27;
                            }

.success_wgx {
    width: 100%;
    height: auto;
    background: #f5f5f5;
    /*padding-top: 99px; */
}

    .success_wgx .success-new {
        width: 1190px;
        height: auto;
        margin: 0 auto;
        padding-top: 90px;
        padding-bottom: 90px;
    }

        .success_wgx .success-new .tits {
            width: 100%;
            height: auto;
            font-size: 44px;
            line-height: 48px;
            color: #444444;
            text-align: center;
        }

        .success_wgx .success-new .tit {
            width: 400px;
            height: auto;
            text-align: center;
            line-height: 30px;
            color: #666666;
            font-size: 18px;
            margin: 30px auto 0;
        }

        .success_wgx .success-new ul {
            width: 100%;
            height: auto;
            margin-top: 56px;
        }

            .success_wgx .success-new ul li {
                width: 100%;
                height: 275px;
                overflow: hidden;
                margin-bottom: 43px;
                background: #fff;
            }

                .success_wgx .success-new ul li img {
                    width: 383px;
                    height: 275px;
                    display: block;
                }

                .success_wgx .success-new ul li .con {
                    width: 715px;
                    margin: 35px 0 0 36px;
                    float: left;
                }

                    .success_wgx .success-new ul li .con .tit1 {
                        font-size: 24px;
                        line-height: 24px;
                        transition: 0.5s;
                        -webkit-transition: 0.5s;
                        color: #444444;
                    }

                    .success_wgx .success-new ul li .con .tit2 {
                        color: #888888;
                        line-height: 30px;
                        font-size: 16px;
                        margin-top: 22px;
                    }

                    .success_wgx .success-new ul li .con .more {
                        color: #666666;
                        height: 21px;
                        line-height: 18px;
                        font-size: 18px;
                        width: 105px;
                        display: block;
                        margin-top: 59px;
                        background: url(/cn/static/web/img/more1.png) right no-repeat;
                    }

                .success_wgx .success-new ul li .more:hover {
                    color: #7FBE25;
                    background: url(/cn/static/web/img/more1_h.png) right no-repeat;
                }

    .success_wgx .info {
        width: 1190px;
        height: auto;
        margin: 0 auto;
        padding-top: 90px;
        padding-bottom: 100px;
    }

        .success_wgx .info .tits {
            width: 100%;
            height: auto;
            font-size: 44px;
            line-height: 48px;
            color: #444444;
            text-align: center;
        }

        .success_wgx .info .tit {
            width: 400px;
            height: auto;
            text-align: center;
            line-height: 30px;
            color: #666666;
            font-size: 18px;
            margin: 30px auto 0;
        }

        .success_wgx .info .con {
            width: 100%;
            height: auto;
            background: #fff;
            margin-top: 56px;
        }

            .success_wgx .info .con .video {
                width: 1190px;
                background: #000;
                /*height: 605px;*/
            }

            .success_wgx .info .con .conn {
                width: 100%;
                height: auto;
                background: #fff;
                margin-top: 30px;
                padding-top: 30px;
            }

                .success_wgx .info .con .conn .top {
                    width: 1130px;
                    margin: 0 auto;
                    height: 40px;
                }

                    .success_wgx .info .con .conn .top .tit1 {
                        font-size: 24px;
                        line-height: 40px;
                        color: #444444;
                        float: left;
                    }

                    .success_wgx .info .con .conn .top .share {
                        width: 180px;
                        float: right;
                        height: 40px;
                        margin-top: 8px;
                    }

                        .success_wgx .info .con .conn .top .share span {
                            line-height: 40px;
                            float: left;
                            font-size: 16px;
                            color: #444444;
                        }

                        .success_wgx .info .con .conn .top .share .share-new {
                            width: 286px;
                            height: 40px;
                            float: left;
                            /*background: url(/cn/static/web/img/share1.png) no-repeat;*/
                        }

                            .success_wgx .info .con .conn .top .share .share-new a {
                                /*background: none;*/
                                width: 43px;
                                height: 40px;
                                float: left;
                                padding: 0;
                                margin: 0 4px 0 0;
                            }

                        .success_wgx .info .con .conn .top .share.share-sw .share-new {
                            width: 132px;
                            height: 20px;
                            float: left;
                            margin-top: 12px;
                        }

                            .success_wgx .info .con .conn .top .share.share-sw .share-new a {
                                width: 18px;
                                height: 18px;
                                float: left;
                                padding: 0;
                                margin: 0 4px 0 0;
                            }

                        .success_wgx .info .con .conn .top .share .num {
                            width: 68px;
                            height: 25px;
                            font-size: 14px;
                            color: #fff;
                            float: left;
                            margin-top: 8px;
                            background: url(/cn/static/web/img/share_bg.png) no-repeat;
                        }

                            .success_wgx .info .con .conn .top .share .num span {
                                font-size: 14px;
                                color: #fff;
                                line-height: 25px;
                                margin: 0 10px 0 15px;
                            }

                            .success_wgx .info .con .conn .top .share .num i {
                                font-style: normal;
                                line-height: 25px;
                            }

                .success_wgx .info .con .conn .centent {
                    width: 1130px;
                    height: auto;
                    border-bottom: 1px solid #d1d1d1;
                    margin: 36px auto 0;
                    padding-bottom: 50px;
                }

                    .success_wgx .info .con .conn .centent .c1 {
                        font-size: 16px;
                        line-height: 30px;
                        color: #666666;
                        margin-bottom: 30px;
                    }

                .success_wgx .info .con .conn .paging {
                    width: 1130px;
                    margin: 23px auto 0;
                    height: auto;
                    padding-bottom: 60px;
                }

                    .success_wgx .info .con .conn .paging p {
                        font-size: 16px;
                        color: #666666;
                        line-height: 30px;
                    }

                        .success_wgx .info .con .conn .paging p a {
                            color: #666666;
                        }

                            .success_wgx .info .con .conn .paging p a:hover {
                                color: #7FBE25;
                            }

                    .success_wgx .info .con .conn .paging .return {
                        width: 153px;
                        height: 44px;
                        display: block;
                        border-radius: 44px;
                        background: #7dbe26;
                        color: #fff;
                        line-height: 44px;
                        font-size: 16px;
                    }

                        .success_wgx .info .con .conn .paging .return span {
                            margin-left: 40px;
                            margin-right: 20px;
                            display: block;
                            float: left;
                        }

                        .success_wgx .info .con .conn .paging .return img {
                            float: left;
                            display: block;
                            margin-top: 14px;
                        }

.news_wgx {
    width: 100%;
    height: auto;
    /*padding-top: 99px;*/
}

    .news_wgx .banner {
        width: 100%;
        height: 501px;
        margin: 0 auto;
    }

        .news_wgx .banner .banner-new {
            width: 1190px;
            margin: 0 auto;
            height: auto;
        }

            .news_wgx .banner .banner-new .tits {
                font-size: 44px;
                line-height: 48px;
                color: #fff;
                font-weight: bold;
                padding-top: 154px;
            }

            .news_wgx .banner .banner-new .tit {
                font-size: 18px;
                line-height: 24px;
                color: #fff;
                /*opacity: 0.56;*/
                margin-top: 16px;
            }

            .news_wgx .banner .banner-new .tabs {
                width: 100%;
                height: 48px;
                margin-top: 50px;
            }

                .news_wgx .banner .banner-new .tabs a {
                    width: 139px;
                    height: 44px;
                    border: 2px solid #fff;
                    border-radius: 44px;
                    display: block;
                    float: left;
                    margin-right: 9px;
                    font-size: 18px;
                    text-align: center;
                    line-height: 44px;
                    color: #fff;
                }

                    .news_wgx .banner .banner-new .tabs a:hover {
                        width: 143px;
                        height: 48px;
                        background: #7fbe26;
                        border: none;
                        line-height: 48px;
                    }

                    .news_wgx .banner .banner-new .tabs a.cur {
                        width: 143px;
                        height: 48px;
                        background: #7fbe26;
                        border: none;
                        line-height: 48px;
                    }

    .news_wgx .top {
        width: 100%;
        height: 110px;
    }

        .news_wgx .top .top-new {
            width: 1190px;
            height: 110px;
            margin: 0 auto;
        }

            .news_wgx .top .top-new .prev {
                width: 31px;
                height: 31px;
                border-radius: 31px;
                display: block;
                float: left;
                background: url(/cn/static/web/img/prev2.png) no-repeat;
                margin-top: 47px;
            }

            .news_wgx .top .top-new .next {
                width: 31px;
                height: 31px;
                border-radius: 31px;
                display: block;
                float: right;
                background: url(/cn/static/web/img/next2.png) no-repeat;
                margin-top: 47px;
            }

            .news_wgx .top .top-new .prev:hover {
                background: url(/cn/static/web/img/prev2_h.png) no-repeat;
            }

            .news_wgx .top .top-new .next:hover {
                background: url(/cn/static/web/img/next2_h.png) no-repeat;
            }

            .news_wgx .top .top-new .btns {
                width: 1128px;
                height: auto;
                float: left;
                position: relative;
            }

                .news_wgx .top .top-new .btns .line1 {
                    width: 1128px;
                    height: 3px;
                    background: #f2eeef;
                    position: absolute;
                    bottom: 7px;
                    left: 0;
                }

                .news_wgx .top .top-new .btns .btns-new {
                    width: 968px;
                    height: auto;
                    margin: 20px auto 0;
                    overflow: hidden;
                    height: 50px;
                }

                    .news_wgx .top .top-new .btns .btns-new ul {
                        width: 1000%;
                        height: 46px;
                    }

                        .news_wgx .top .top-new .btns .btns-new ul li {
                            width: 41px;
                            float: left;
                            font-size: 16px;
                            line-height: 28px;
                            color: #666666;
                            margin-right: 91px;
                            background: url(/cn/static/web/img/dian.png) bottom center no-repeat;
                            height: 46px;
                            position: relative;
                            z-index: 2;
                            text-align: center;
                            cursor: pointer;
                        }

                            .news_wgx .top .top-new .btns .btns-new ul li:hover {
                                background: url(/cn/static/web/img/dian1.png) bottom center no-repeat;
                                height: 50px;
                                color: #7fbe26;
                                font-size: 18px;
                                font-weight: bold;
                            }

                            .news_wgx .top .top-new .btns .btns-new ul li.on {
                                background: url(/cn/static/web/img/dian1.png) bottom center no-repeat;
                                height: 50px;
                                color: #7fbe26;
                                font-size: 18px;
                                font-weight: bold;
                            }

    .news_wgx .content {
        width: 100%;
        height: auto;
        background: #f5f5f5;
        padding-top: 30px;
        padding-bottom: 117px;
    }

        .news_wgx .content .content-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .news_wgx .content .content-new .con1 {
                width: 816px;
                height: auto;
                /*float: left;*/
                margin: 0 auto;
                background: #fff;
                border: 1px solid #eeeeee;
                display: none;
            }

                .news_wgx .content .content-new .con1 .con1-new {
                    width: 745px;
                    height: auto;
                    margin: 0 auto;
                    padding-bottom: 70px;
                }

                    .news_wgx .content .content-new .con1 .con1-new ul {
                        width: 100%;
                        height: auto;
                        padding-top: 45px;
                    }

                        .news_wgx .content .content-new .con1 .con1-new ul li {
                            width: 100%;
                            height: auto;
                            border-bottom: 1px solid #eeeeee;
                            margin-bottom: 40px;
                            padding-bottom: 25px;
                        }

                            .news_wgx .content .content-new .con1 .con1-new ul li .tits {
                                font-size: 24px;
                                line-height: 24px;
                                color: #333333;
                            }

                            .news_wgx .content .content-new .con1 .con1-new ul li .tit {
                                width: 100%;
                                height: auto;
                                font-family: Arial;
                                color: #999999;
                                font-size: 16px;
                                line-height: 24px;
                                margin-top: 13px;
                            }

                                .news_wgx .content .content-new .con1 .con1-new ul li .tit .time {
                                    float: left;
                                }

                                .news_wgx .content .content-new .con1 .con1-new ul li .tit .num {
                                    float: right;
                                    background: url(/cn/static/web/img/yan.png) no-repeat;
                                    padding-left: 25px;
                                    line-height: 12px;
                                    margin-top: 6px;
                                }

                            .news_wgx .content .content-new .con1 .con1-new ul li .pic {
                                width: 100%;
                                height: auto;
                                margin-top: 23px;
                            }

                            .news_wgx .content .content-new .con1 .con1-new ul li .check {
                                float: right;
                                background: url(/cn/static/web/img/media_1.png) right no-repeat;
                                padding-right: 18px;
                                line-height: 13px;
                                font-size: 16px;
                                color: #999999;
                                margin-top: 35px;
                            }

                            .news_wgx .content .content-new .con1 .con1-new ul li .tits:hover {
                                color: #7fbe26;
                            }

                            .news_wgx .content .content-new .con1 .con1-new ul li .check:hover {
                                color: #7fbe26;
                                background: url(/cn/static/web/img/media_1_h.png) right no-repeat;
                            }

            .news_wgx .content .content-new .con2 {
                width: 345px;
                height: auto;
                float: right;
            }

                .news_wgx .content .content-new .con2 .conn1 {
                    width: 345px;
                    height: 225px;
                    position: relative;
                }

                    .news_wgx .content .content-new .con2 .conn1 .pic {
                        width: 79px;
                        height: 79px;
                        position: absolute;
                        top: 74px;
                        left: 134px;
                    }

                .news_wgx .content .content-new .con2 .conn2 {
                    width: 100%;
                    height: auto;
                    margin-top: 27px;
                    border: 1px solid #eeeeee;
                    background: #fff;
                    border-top: none;
                }

                    .news_wgx .content .content-new .con2 .conn2 .tabs {
                        width: 100%;
                        height: 50px;
                        border-bottom: 1px solid #f3f3f3;
                    }

                        .news_wgx .content .content-new .con2 .conn2 .tabs a {
                            width: 172px;
                            float: left;
                            height: 50px;
                            color: #7fbe26;
                            font-size: 18px;
                            display: block;
                            text-align: center;
                            line-height: 50px;
                        }

                            .news_wgx .content .content-new .con2 .conn2 .tabs a:hover {
                                background: #7fbe26;
                                color: #fff;
                            }

                            .news_wgx .content .content-new .con2 .conn2 .tabs a.curr {
                                background: #7fbe26;
                                color: #fff;
                            }

                    .news_wgx .content .content-new .con2 .conn2 .list {
                        width: 100%;
                        height: auto;
                    }

                        .news_wgx .content .content-new .con2 .conn2 .list ul {
                            width: 100%;
                        }

                            .news_wgx .content .content-new .con2 .conn2 .list ul li {
                                margin-top: 20px;
                                padding-bottom: 20px;
                                width: 100%;
                                border-bottom: 1px solid #f3f3f3;
                                height: auto;
                            }

                                .news_wgx .content .content-new .con2 .conn2 .list ul li .list-new {
                                    width: 300px;
                                    height: 80px;
                                    margin: 0 auto;
                                }

                                    .news_wgx .content .content-new .con2 .conn2 .list ul li .list-new img {
                                        width: 141px;
                                        height: 80px;
                                        display: block;
                                        float: left;
                                        border-radius: 5px;
                                    }

                                    .news_wgx .content .content-new .con2 .conn2 .list ul li .list-new .tit {
                                        width: 145px;
                                        height: auto;
                                        font-size: 16px;
                                        line-height: 24px;
                                        color: #666666;
                                        float: right;
                                        margin-top: 11px;
                                    }

                                .news_wgx .content .content-new .con2 .conn2 .list ul li:hover .tit {
                                    color: #7fbe26;
                                }

                        .news_wgx .content .content-new .con2 .conn2 .list .more {
                            width: 100%;
                            height: 50px;
                            text-align: center;
                            line-height: 50px;
                            font-size: 16px;
                            color: #666666;
                            display: block;
                        }

                            .news_wgx .content .content-new .con2 .conn2 .list .more:hover {
                                color: #7fbe26;
                            }

                .news_wgx .content .content-new .con2 .conn3 {
                    width: 100%;
                    border: 1px solid #eeeeee;
                    background: #fff;
                    margin-top: 27px;
                    border-top: none;
                }

                    .news_wgx .content .content-new .con2 .conn3 .tit {
                        font-size: 18px;
                        color: #666666;
                        height: 52px;
                        width: 325px;
                        padding-left: 20px;
                        line-height: 52px;
                        border-bottom: 1px solid #f3f3f3;
                    }

                    .news_wgx .content .content-new .con2 .conn3 .conn3-new {
                        width: 300px;
                        margin: 20px auto 0;
                        padding-bottom: 20px;
                        height: auto;
                    }

                        .news_wgx .content .content-new .con2 .conn3 .conn3-new ul {
                            width: 100%;
                        }

                            .news_wgx .content .content-new .con2 .conn3 .conn3-new ul li {
                                width: 100%;
                                height: 30px;
                                line-height: 30px;
                                margin-bottom: 10px;
                                font-size: 16px;
                            }

                                .news_wgx .content .content-new .con2 .conn3 .conn3-new ul li i {
                                    width: 30px;
                                    height: 30px;
                                    background: #999999;
                                    border-radius: 30px;
                                    display: block;
                                    float: left;
                                    margin-right: 10px;
                                    color: #fff;
                                    line-height: 30px;
                                    text-align: center;
                                }

                                    .news_wgx .content .content-new .con2 .conn3 .conn3-new ul li i.c1 {
                                        background: #7fbe26;
                                    }

                                .news_wgx .content .content-new .con2 .conn3 .conn3-new ul li a {
                                    color: #666666;
                                }

                                    .news_wgx .content .content-new .con2 .conn3 .conn3-new ul li a:hover {
                                        color: #7fbe26;
                                    }

            .news_wgx .content .content-new .info {
                width: 816px;
                height: auto;
                float: left;
                background: #fff;
                border: 1px solid #eeeeee;
            }

                .news_wgx .content .content-new .info .info-new {
                    width: 744px;
                    height: auto;
                    margin: 0 auto;
                    padding-top: 45px;
                    font-size: 16px;
                    line-height: 2;
                }

                    .news_wgx .content .content-new .info .info-new img {
                        margin: 6px auto;
                        max-width: 100%;
                    }

                    .news_wgx .content .content-new .info .info-new .tits {
                        font-size: 24px;
                        line-height: 30px;
                        color: #333333;
                    }

                    .news_wgx .content .content-new .info .info-new .tit {
                        width: 100%;
                        height: auto;
                        font-family: Arial;
                        color: #999999;
                        font-size: 16px;
                        line-height: 24px;
                        margin-top: 13px;
                        border-bottom: 1px solid #eeeeee;
                        padding-bottom: 23px;
                        margin-bottom: 42px;
                    }

                        .news_wgx .content .content-new .info .info-new .tit .time {
                            float: left;
                            margin-right: 20px;
                        }

                        .news_wgx .content .content-new .info .info-new .tit .num {
                            float: left;
                            background: url(/cn/static/web/img/yan.png) no-repeat;
                            padding-left: 25px;
                            line-height: 12px;
                            margin-top: 6px;
                        }

                    .news_wgx .content .content-new .info .info-new .tit1 {
                        font-size: 16px;
                        line-height: 30px;
                        color: #666666;
                        text-indent: 2em;
                    }

                    .news_wgx .content .content-new .info .info-new .pic {
                        width: 100%;
                        margin: 47px 0;
                    }

                    .news_wgx .content .content-new .info .info-new .tit2 {
                        width: 100%;
                        margin-top: 97px;
                        height: auto;
                        font-size: 16px;
                        line-height: 16px;
                        border-bottom: 1px solid #eeeeee;
                        padding-bottom: 26px;
                    }

                        .news_wgx .content .content-new .info .info-new .tit2 p {
                            float: left;
                            color: #444444;
                        }

                            .news_wgx .content .content-new .info .info-new .tit2 p i {
                                color: #e60012;
                            }

                        .news_wgx .content .content-new .info .info-new .tit2 .praise {
                            float: right;
                        }

                            .news_wgx .content .content-new .info .info-new .tit2 .praise span {
                                color: #dddddd;
                                margin: 0 15px;
                                float: left;
                            }

                            .news_wgx .content .content-new .info .info-new .tit2 .praise a {
                                color: #c8c8c8;
                                height: 16px;
                                padding-left: 25px;
                                display: block;
                                float: left;
                            }

                                .news_wgx .content .content-new .info .info-new .tit2 .praise a i {
                                    color: #444444;
                                    margin-right: 10px;
                                }

                                .news_wgx .content .content-new .info .info-new .tit2 .praise a.y {
                                    background: url(/cn/static/web/img/zan.png) no-repeat;
                                }

                                .news_wgx .content .content-new .info .info-new .tit2 .praise a.n {
                                    background: url(/cn/static/web/img/nozan.png) no-repeat;
                                }

                    .news_wgx .content .content-new .info .info-new .share {
                        width: 100%;
                        height: auto;
                        margin-top: 25px;
                        padding-bottom: 60px;
                        border-bottom: 1px solid #eeeeee;
                    }

                        .news_wgx .content .content-new .info .info-new .share .share-new {
                            float: left;
                            width: 415px;
                            height: 40px;
                        }

                            .news_wgx .content .content-new .info .info-new .share .share-new span {
                                line-height: 40px;
                                display: block;
                                font-size: 16px;
                                color: #444444;
                                margin-top: 50px;
                            }

                            .news_wgx .content .content-new .info .info-new .share .share-new .share-con {
                                width: 286px;
                                height: 40px;
                                float: left;
                                background: url(/cn/static/web/img/share1.png) no-repeat;
                                margin-top: 30px;
                            }

                                .news_wgx .content .content-new .info .info-new .share .share-new .share-con a {
                                    background: none;
                                    width: 43px;
                                    height: 40px;
                                    float: left;
                                    padding: 0;
                                    margin: 0 4px 0 0;
                                }

                            .news_wgx .content .content-new .info .info-new .share .share-new .num {
                                width: 68px;
                                height: 25px;
                                font-size: 14px;
                                color: #fff;
                                float: left;
                                margin-top: 38px;
                                background: url(/cn/static/web/img/share_bg.png) no-repeat;
                            }

                                .news_wgx .content .content-new .info .info-new .share .share-new .num b {
                                    font-size: 14px;
                                    color: #fff;
                                    line-height: 25px;
                                    margin: 0 10px 0 15px;
                                    float: left;
                                    font-weight: none;
                                }

                                .news_wgx .content .content-new .info .info-new .share .share-new .num i {
                                    font-style: normal;
                                    line-height: 25px;
                                    float: left;
                                }

                        .news_wgx .content .content-new .info .info-new .share .ewm {
                            float: right;
                            width: 207px;
                            height: 168px;
                        }

                    .news_wgx .content .content-new .info .info-new .paging {
                        width: 100%;
                        margin: 21px auto 0;
                        height: auto;
                        padding-bottom: 52px;
                    }

                        .news_wgx .content .content-new .info .info-new .paging p {
                            font-size: 16px;
                            color: #666666;
                            line-height: 30px;
                        }

                            .news_wgx .content .content-new .info .info-new .paging p a {
                                color: #666666;
                            }

                                .news_wgx .content .content-new .info .info-new .paging p a:hover {
                                    color: #7FBE25;
                                }

                        .news_wgx .content .content-new .info .info-new .paging .return {
                            width: 116px;
                            height: 38px;
                            display: block;
                            border-radius: 38px;
                            background: #7dbe26;
                            color: #fff;
                            line-height: 38px;
                            font-size: 14px;
                            text-align: center;
                            margin-top: 12px;
                        }

.search_wgx {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 82px;
    padding-bottom: 80px;
}

    .search_wgx .banner {
        width: 100%;
        height: 536px;
        overflow: hidden;
        position: relative;
    }

    .search_wgx .search {
        width: 1190px;
        height: 55px;
        background: url(/cn/static/web/img/product_search.png) no-repeat;
        margin: 28px auto 0;
    }

        .search_wgx .search .text {
            width: 1105px;
            height: 53px;
            border: none;
            background: none;
            line-height: 53px;
            font-size: 16px;
            color: #adadad;
            margin: 1px 0 0 25px;
            float: left;
        }

        .search_wgx .search .submit {
            width: 59px;
            height: 53px;
            margin-top: 1px;
            cursor: pointer;
            float: left;
            display: block;
            background: none;
            border-radius: none;
        }

    .search_wgx .sub {
        width: 1190px;
        height: 50px;
        background: #fff;
        margin: 30px auto;
    }

        .search_wgx .sub a {
            width: 150px;
            height: 50px;
            line-height: 50px;
            color: #ADADAD;
            text-align: center;
            font-size: 16px;
            display: block;
            float: left;
        }

            .search_wgx .sub a:hover {
                background: #7AB725;
                color: #fff;
            }

            .search_wgx .sub a.cur {
                background: #7AB725;
                color: #fff;
            }

    .search_wgx .product-list {
        width: 1190px;
        height: auto;
        margin: 0 auto;
        padding-bottom: 100px;
    }

        .search_wgx .product-list .list-new {
            width: 100%;
            height: auto;
            overflow: hidden;
            border: 1px solid #eeeeee;
        }

            .search_wgx .product-list .list-new ul {
                width: 110%;
                height: auto;
            }

                .search_wgx .product-list .list-new ul li {
                    width: 290px;
                    height: 300px;
                    position: relative;
                    margin: 0 10px 10px 0;
                }

                    .search_wgx .product-list .list-new ul li .con {
                        width: 290px;
                        height: 300px;
                        position: absolute;
                        top: 0;
                        left: 0;
                        display: none;
                    }

                        .search_wgx .product-list .list-new ul li .con .bg {
                            width: 290px;
                            height: 300px;
                            position: absolute;
                            left: 0;
                            top: 0;
                            background: #92c846;
                            opacity: 0.85;
                        }

                        .search_wgx .product-list .list-new ul li .con .conn {
                            width: 290px;
                            height: 300px;
                            position: absolute;
                            top: 0;
                            left: 0;
                        }

                            .search_wgx .product-list .list-new ul li .con .conn .tit1 {
                                width: 250px;
                                text-align: center;
                                color: #fff;
                                margin: 73px auto 0;
                                font-size: 22px;
                                line-height: 22px;
                            }

                            .search_wgx .product-list .list-new ul li .con .conn .tit2 {
                                width: 200px;
                                font-size: 18px;
                                line-height: 22px;
                                color: #fff;
                                text-align: center;
                                margin: 17px auto 0;
                            }

                            .search_wgx .product-list .list-new ul li .con .conn .info {
                                width: 120px;
                                height: 44px;
                                background: #fff;
                                text-align: center;
                                line-height: 44px;
                                margin: 47px auto 0;
                                border-radius: 44px;
                                font-size: 16px;
                            }

                    .search_wgx .product-list .list-new ul li:hover .con {
                        display: block;
                    }

    .search_wgx .product-list {
        width: 1190px;
        height: auto;
        display: none;
    }

        .search_wgx .product-list .con1-new {
            width: 90%;
            height: auto;
            margin: 0 auto;
            padding-bottom: 70px;
        }

            .search_wgx .product-list .con1-new ul {
                width: 100%;
                height: auto;
                padding-top: 45px;
            }

                .search_wgx .product-list .con1-new ul li {
                    width: 100%;
                    height: auto;
                    border-bottom: 1px solid #eeeeee;
                    margin-bottom: 40px;
                    padding-bottom: 25px;
                }

                    .search_wgx .product-list .con1-new ul li .tits {
                        font-size: 24px;
                        line-height: 24px;
                        color: #333333;
                    }

                    .search_wgx .product-list .con1-new ul li .tit {
                        width: 100%;
                        height: auto;
                        font-family: Arial;
                        color: #999999;
                        font-size: 16px;
                        line-height: 24px;
                        margin-top: 13px;
                    }

                        .search_wgx .product-list .con1-new ul li .tit .time {
                            float: left;
                        }

                        .search_wgx .product-list .con1-new ul li .tit .num {
                            float: right;
                            background: url(/cn/static/web/img/yan.png) no-repeat;
                            padding-left: 25px;
                            line-height: 12px;
                            margin-top: 6px;
                        }

                    .search_wgx .product-list .con1-new ul li .pic {
                        width: 100%;
                        height: auto;
                        margin-top: 23px;
                    }

                    .search_wgx .product-list .con1-new ul li .check {
                        float: right;
                        background: url(/cn/static/web/img/media_1.png) right no-repeat;
                        padding-right: 18px;
                        line-height: 13px;
                        font-size: 16px;
                        color: #999999;
                        margin-top: 35px;
                    }

                    .search_wgx .product-list .con1-new ul li:hover .tits {
                        color: #7fbe26;
                    }

                    .search_wgx .product-list .con1-new ul li:hover .check {
                        color: #7fbe26;
                        background: url(/cn/static/web/img/media_1_h.png) right no-repeat;
                    }

.problems_wgx {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 99px;
}

    .problems_wgx .banner {
        width: 100%;
        height: 250px;
        margin: 0 auto;
    }

        .problems_wgx .banner .con {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .problems_wgx .banner .con .tits {
                width: 525px;
                font-size: 40px;
                line-height: 80px;
                color: #fff;
                padding-top: 47px;
            }

            .problems_wgx .banner .con .tit {
                width: 525px;
                font-size: 18px;
                line-height: 30px;
                color: #fff;
                margin-top: -6px;
            }

    .problems_wgx .centent {
        width: 100%;
        height: auto;
    }

        .problems_wgx .centent .content-new {
            width: 1190px;
            height: auto;
            margin: 40px auto 0;
        }

            .problems_wgx .centent .content-new .sidebar {
                width: 300px;
                height: auto;
                border: 1px solid #f2f2f2;
                overflow: hidden;
                float: left;
            }

                .problems_wgx .centent .content-new .sidebar ul {
                    width: 100%;
                    height: auto;
                }

                    .problems_wgx .centent .content-new .sidebar ul li {
                        width: 300px;
                        height: auto;
                        border-bottom: 1px solid #f2f2f2;
                    }

                        .problems_wgx .centent .content-new .sidebar ul li .tits {
                            width: 270px;
                            line-height: 60px;
                            height: 60px;
                            color: #666666;
                            padding-left: 30px;
                            display: block;
                            font-size: 18px;
                        }

                            .problems_wgx .centent .content-new .sidebar ul li .tits.t {
                                background: #7fbe26;
                                color: #fff;
                            }

                        .problems_wgx .centent .content-new .sidebar ul li dl {
                            width: 265px;
                            margin: 25px 0 25px 30px;
                        }

                            .problems_wgx .centent .content-new .sidebar ul li dl dd {
                                font-size: 16px;
                                line-height: 13px;
                                margin-bottom: 20px;
                            }

                                .problems_wgx .centent .content-new .sidebar ul li dl dd a {
                                    height: 16px;
                                    display: block;
                                    background: url(/cn/static/web/img/media_1.png) 0 2px no-repeat;
                                    padding-left: 15px;
                                    line-height: 16px;
                                    color: #666666;
                                }

                                .problems_wgx .centent .content-new .sidebar ul li dl dd:hover a {
                                    color: #7fbe26;
                                    background: url(/cn/static/web/img/media_1_h.png) 0 2px no-repeat;
                                    font-weight: bold;
                                }

                                .problems_wgx .centent .content-new .sidebar ul li dl dd.curing a {
                                    color: #7fbe26;
                                    background: url(/cn/static/web/img/media_1_h.png) 0 2px no-repeat;
                                    font-weight: bold;
                                }

            .problems_wgx .centent .content-new .con {
                width: 860px;
                float: right;
                padding-bottom: 77px;
            }

                .problems_wgx .centent .content-new .con .tits {
                    height: 60px;
                    line-height: 60px;
                    font-size: 18px;
                    color: #333333;
                    font-weight: bold;
                    border-bottom: 1px solid #f2f2f2;
                }

                .problems_wgx .centent .content-new .con ul {
                    width: 100%;
                    height: auto;
                    margin-top: 15px;
                    margin-bottom: 65px;
                }

                    .problems_wgx .centent .content-new .con ul li {
                        width: 100%;
                        border-bottom: 1px solid #f2f2f2;
                        cursor: pointer;
                    }

                        .problems_wgx .centent .content-new .con ul li .q {
                            height: 55px;
                            width: 100%;
                            line-height: 55px;
                        }

                            .problems_wgx .centent .content-new .con ul li .q p {
                                font-size: 16px;
                                padding-left: 25px;
                                transition: 0.5s;
                                -webkit-transition: 0.5s;
                                background: url(/cn/static/web/img/problems_pic1.png) 0 20px no-repeat;
                                float: left;
                                color: #666666;
                            }

                            .problems_wgx .centent .content-new .con ul li .q i {
                                margin-top: 17px;
                                width: 12px;
                                height: 12px;
                                float: right;
                                display: block;
                                background: url(/cn/static/web/img/problems_pic3.png) no-repeat;
                                margin-right: 20px;
                            }

                        .problems_wgx .centent .content-new .con ul li .a {
                            width: 100%;
                            height: auto;
                            display: none;
                        }

                            .problems_wgx .centent .content-new .con ul li .a img {
                                width: 17px;
                                height: 15px;
                                display: block;
                                float: left;
                                margin-right: 13px;
                                margin-top: 5px;
                            }

                            .problems_wgx .centent .content-new .con ul li .a .tit {
                                width: 830px;
                                float: left;
                                font-size: 16px;
                                line-height: 30px;
                                color: #80be27;
                                margin-bottom: 23px;
                            }

                        .problems_wgx .centent .content-new .con ul li.cur .q i {
                            background: url(/cn/static/web/img/problems_pic4.png)0 10px no-repeat;
                        }

                        .problems_wgx .centent .content-new .con ul li.cur .a {
                            display: block;
                        }

.download_wgx {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 99px;
}

    .download_wgx .banner {
        width: 100%;
        height: 250px;
        margin: 0 auto;
    }

        .download_wgx .banner .con {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .download_wgx .banner .con .tits {
                width: 525px;
                font-size: 44px;
                line-height: 80px;
                color: #fff;
                padding-top: 47px;
            }

            .download_wgx .banner .con .tit {
                width: 525px;
                font-size: 18px;
                line-height: 30px;
                color: #fff;
                margin-top: -6px;
            }

    .download_wgx .centent {
        width: 100%;
        height: auto;
    }

        .download_wgx .centent .content-new {
            width: 1190px;
            height: auto;
            margin: 40px auto 0;
        }

            .download_wgx .centent .content-new .sidebar {
                width: 300px;
                height: auto;
                border: 1px solid #f2f2f2;
                overflow: hidden;
                float: left;
            }

                .download_wgx .centent .content-new .sidebar ul {
                    width: 100%;
                    height: auto;
                }

                    .download_wgx .centent .content-new .sidebar ul li {
                        width: 300px;
                        height: auto;
                        border-bottom: 1px solid #f2f2f2;
                    }

                        .download_wgx .centent .content-new .sidebar ul li .tits {
                            width: 270px;
                            line-height: 60px;
                            height: 60px;
                            color: #666666;
                            padding-left: 30px;
                            display: block;
                            font-size: 18px;
                        }

                            .download_wgx .centent .content-new .sidebar ul li .tits.t {
                                background: #7fbe26;
                                color: #fff;
                            }

                        .download_wgx .centent .content-new .sidebar ul li dl {
                            width: 265px;
                            margin: 25px 0 25px 30px;
                        }

                            .download_wgx .centent .content-new .sidebar ul li dl dd {
                                font-size: 16px;
                                line-height: 13px;
                                margin-bottom: 20px;
                            }

                                .download_wgx .centent .content-new .sidebar ul li dl dd a {
                                    height: 16px;
                                    display: block;
                                    background: url(/cn/static/web/img/media_1.png) 0 2px no-repeat;
                                    padding-left: 15px;
                                    line-height: 16px;
                                    color: #666666;
                                }

                                .download_wgx .centent .content-new .sidebar ul li dl dd:hover a {
                                    color: #7fbe26;
                                    background: url(/cn/static/web/img/media_1_h.png) 0 2px no-repeat;
                                    font-weight: bold;
                                }

                                .download_wgx .centent .content-new .sidebar ul li dl dd.curing a {
                                    color: #7fbe26;
                                    background: url(/cn/static/web/img/media_1_h.png) 0 2px no-repeat;
                                    font-weight: bold;
                                }

            .download_wgx .centent .content-new .con {
                width: 860px;
                float: right;
                padding-bottom: 77px;
            }

                .download_wgx .centent .content-new .con .tits {
                    height: 60px;
                    line-height: 60px;
                    font-size: 18px;
                    color: #333333;
                    font-weight: bold;
                    border-bottom: 1px solid #f2f2f2;
                }

    .download_wgx .conn, .problems_wgx .conn {
        width: 100%;
        height: auto;
        margin-top: 35px;
    }

        .download_wgx .conn .select, .problems_wgx .conn .select {
            width: 418px;
            height: 40px;
            float: left;
            overflow: hidden;
        }

            .download_wgx .conn .select select, .problems_wgx .conn .select select {
                /*background: url(/cn/static/web/img/select.png) no-repeat;*/
                border: 1px solid #eee;
                background: #f9f9f9;
                display: block;
                width: 418px;
                height: 40px;
                /*border: none;
                appearance:none;
                -moz-appearance:none;
                -webkit-appearance:none;
                border: medium none;*/
                line-height: 40px;
                font-size: 16px;
                color: #666666;
                padding-left: 25px;
            }

        .download_wgx .conn .search, .problems_wgx .conn .search {
            width: 418px;
            height: 40px;
            border: 1px solid #eee;
            background: url(/cn/static/web/img/d_search.png) no-repeat 382px center #f9f9f9;
            float: right;
        }

            .download_wgx .conn .search .text, .problems_wgx .conn .search .text {
                width: 340px;
                height: 40px;
                background: none;
                border: none;
                font-size: 16px;
                color: #666666;
                margin-left: 35px;
                float: left;
            }

            .download_wgx .conn .search .submit, .problems_wgx .conn .search .submit {
                width: 30px;
                height: 40px;
                display: block;
                float: left;
                border: none;
                background: none;
            }

    .download_wgx .centent .content-new .con ul {
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 65px;
    }

        .download_wgx .centent .content-new .con ul li {
            width: 100%;
            border-bottom: 1px solid #f2f2f2;
        }

            .download_wgx .centent .content-new .con ul li .q {
                height: 55px;
                width: 100%;
                line-height: 55px;
            }

                .download_wgx .centent .content-new .con ul li .q p {
                    font-size: 16px;
                    padding-left: 15px;
                    transition: 0.5s;
                    -webkit-transition: 0.5s;
                    background: url(/cn/static/web/img/download_1.png) 0 27px no-repeat;
                    float: left;
                    color: #666666;
                }

                .download_wgx .centent .content-new .con ul li .q i {
                    margin-top: 22px;
                    width: 17px;
                    height: 15px;
                    float: right;
                    display: block;
                    background: url(/cn/static/web/img/download.png) no-repeat;
                    margin-right: 20px;
                }

.service_wgx {
    width: 100%;
    height: auto;
    padding-top: 99px;
}

    .service_wgx .banner {
        width: 100%;
        height: auto;
        background: #16afbf;
        padding-bottom: 110px;
    }

        .service_wgx .banner .con1 {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .service_wgx .banner .con1 .conn {
                width: 435px;
                height: auto;
                float: left;
            }

                .service_wgx .banner .con1 .conn .tits {
                    font-size: 44px;
                    line-height: 51px;
                    color: #fff;
                    margin-top: 156px;
                }

                .service_wgx .banner .con1 .conn .tit {
                    font-size: 18px;
                    line-height: 30px;
                    color: #fff;
                    margin-top: 34px;
                }

            .service_wgx .banner .con1 img {
                float: right;
                display: block;
                margin-top: 113px;
            }

        .service_wgx .banner .con2 {
            width: 1192px;
            height: 295px;
            margin: 53px auto 0;
        }

            .service_wgx .banner .con2 ul {
                width: 100%;
                height: 295px;
            }

                .service_wgx .banner .con2 ul li {
                    width: 298px;
                    height: 295px;
                    float: left;
                }

                    .service_wgx .banner .con2 ul li .pic {
                        width: 95px;
                        height: 95px;
                        margin: 70px auto 0;
                    }

                    .service_wgx .banner .con2 ul li .tits {
                        text-align: center;
                        font-size: 18px;
                        line-height: 24px;
                        margin-top: 25px;
                        color: #fff;
                    }

                    .service_wgx .banner .con2 ul li .tit {
                        width: 225px;
                        height: auto;
                        margin: 13px auto 0;
                        text-align: center;
                        font-size: 16px;
                        line-height: 24px;
                        color: #fff;
                    }

                    .service_wgx .banner .con2 ul li.p1 {
                        background: #8fd3a0;
                    }

                    .service_wgx .banner .con2 ul li.p2 {
                        background: #f2f2f2;
                    }

                        .service_wgx .banner .con2 ul li.p2 .pic img {
                            width: 94px;
                            height: 86px;
                            display: block;
                            margin: 0 auto;
                            padding-top: 4px;
                        }

                        .service_wgx .banner .con2 ul li.p2 .tits {
                            color: #16afbf;
                        }

                        .service_wgx .banner .con2 ul li.p2 .tit {
                            color: #16afbf;
                            opacity: 0.5;
                        }

                    .service_wgx .banner .con2 ul li.p3 {
                        background: #5eb4c4;
                    }

                        .service_wgx .banner .con2 ul li.p3 .pic img {
                            width: 78px;
                            height: 78px;
                            display: block;
                            margin: 0 auto;
                            padding-top: 8px;
                        }

                    .service_wgx .banner .con2 ul li.p4 {
                        background: #fbcd52;
                    }

                        .service_wgx .banner .con2 ul li.p4 .pic img {
                            width: 73px;
                            height: 72px;
                            display: block;
                            margin: 0 auto;
                            padding-top: 11px;
                        }

                        .service_wgx .banner .con2 ul li.p4 .tits {
                            color: #fff;
                        }

                        .service_wgx .banner .con2 ul li.p4 .tit {
                            color: #666666;
                            opacity: 0.5;
                        }

    .service_wgx .content {
        width: 1190px;
        height: auto;
        margin: 150px auto;
    }

        .service_wgx .content .pic {
            width: 544px;
            height: 522px;
            display: block;
            float: left;
        }

        .service_wgx .content .con {
            width: 545px;
            height: auto;
            float: right;
            margin-top: 35px;
        }

            .service_wgx .content .con .tits {
                width: 100%;
                height: auto;
                font-size: 44px;
                line-height: 54px;
            }

                .service_wgx .content .con .tits span {
                    display: block;
                    float: left;
                    color: #444444;
                }

                .service_wgx .content .con .tits img {
                    width: 86px;
                    height: 86px;
                    display: block;
                    margin: -52px 0 0 -26px;
                    float: left;
                }

            .service_wgx .content .con .tit {
                width: 100%;
                height: auto;
                line-height: 30px;
                font-size: 18px;
                color: #666666;
                margin-top: 36px;
            }

            .service_wgx .content .con .pic1 {
                display: block;
                margin-top: 35px;
            }

            .service_wgx .content .con .tit1 {
                width: 100%;
                height: auto;
                margin-top: 70px;
            }

                .service_wgx .content .con .tit1 a {
                    width: 179px;
                    height: 58px;
                    display: block;
                    float: left;
                    border-radius: 62px;
                    border: 2px solid #666666;
                    line-height: 60px;
                    text-align: center;
                    font-size: 18px;
                    color: #666666;
                    margin-right: 19px;
                }

                    .service_wgx .content .con .tit1 a:hover {
                        width: 183px;
                        height: 62px;
                        border: none;
                        background: #7FBE25;
                        color: #fff;
                    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.smarthome_wgx {
    width: 100%;
    height: auto;
    padding-top: 99px;
}

    .smarthome_wgx .link-box-sw {
        position: relative;
        width: 100%;
        height: 73px;
        margin-top: 10px;
        overflow: hidden;
    }

        .smarthome_wgx .link-box-sw .link-group {
            position: absolute;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
        }

            .smarthome_wgx .link-box-sw .link-group a {
                display: block;
                height: 73px;
                line-height: 73px;
                font-size: 18px;
                color: #444;
                background-color: #d5d5d5;
            }

                .smarthome_wgx .link-box-sw .link-group a.cur, .smarthome_wgx .link-box-sw .link-group a:hover {
                    font-size: 24px;
                    color: #fff;
                    background-color: #7fbe26;
                }

            .smarthome_wgx .link-box-sw .link-group .link1 {
                width: 355px;
                padding-left: 382px;
                border-right: 1px solid #fff;
            }

            .smarthome_wgx .link-box-sw .link-group .link2 {
                width: 444px;
                text-align: center;
            }

            .smarthome_wgx .link-box-sw .link-group .link3 {
                width: 683px;
                padding-left: 54px;
                border-left: 1px solid #fff;
            }

    .smarthome_wgx .banner {
        width: 100%;
        height: 781px;
        margin: 0 auto;
    }

    .smarthome_wgx .box1 {
        width: 1190px;
        height: auto;
        margin: 80px auto 85px;
    }

        .smarthome_wgx .box1 .tits {
            font-size: 44px;
            line-height: 55px;
            color: #444444;
            text-align: center;
        }

        .smarthome_wgx .box1 .tit {
            font-size: 18px;
            line-height: 18px;
            color: #666666;
            text-align: center;
            margin-top: 23px;
        }

        .smarthome_wgx .box1 .con {
            width: 100%;
            height: auto;
            margin-top: 90px;
            position: relative;
        }

            .smarthome_wgx .box1 .con .pic {
                width: 785px;
                height: 533px;
                display: block;
                margin-left: 155px;
            }

            .smarthome_wgx .box1 .con .conn1 {
                width: 342px;
                height: 105px;
                position: absolute;
                top: 20px;
                left: 23px;
            }

            .smarthome_wgx .box1 .con .conn2 {
                width: 348px;
                height: 104px;
                position: absolute;
                top: 215px;
                left: 0px;
            }

            .smarthome_wgx .box1 .con .conn3 {
                width: 416px;
                height: 104px;
                position: absolute;
                top: -40px;
                right: 193px;
            }

            .smarthome_wgx .box1 .con .conn4 {
                width: 322px;
                height: 104px;
                position: absolute;
                top: 180px;
                right: 0;
            }

            .smarthome_wgx .box1 .con .conn5 {
                width: 437px;
                height: 104px;
                position: absolute;
                top: 305px;
                right: 75px;
            }

    .smarthome_wgx .bg {
        background: #f5f5f5;
    }

    .smarthome_wgx .box2 {
        width: 100%;
        height: auto;
    }

        .smarthome_wgx .box2 .box2-new {
            width: 1190px;
            height: 680px;
            padding: 87px 0;
            margin: 0 auto;
        }

            .smarthome_wgx .box2 .box2-new .pic {
                width: 595px;
                height: 680px;
            }

            .smarthome_wgx .box2 .box2-new .con {
                width: 530px;
                height: auto;
            }

                .smarthome_wgx .box2 .box2-new .con .tits {
                    font-size: 44px;
                    color: #444444;
                    line-height: 44px;
                    margin-top: 70px;
                    margin-bottom: 35px;
                }

                .smarthome_wgx .box2 .box2-new .con .tit {
                    font-size: 18px;
                    line-height: 24px;
                    color: #444444;
                    font-weight: bold;
                }

                .smarthome_wgx .box2 .box2-new .con .tit1 {
                    font-size: 16px;
                    line-height: 24px;
                    color: #666666;
                    margin-top: 6px;
                    margin-bottom: 39px;
                }

.smarthome2_wgx {
    width: 100%;
    height: auto;
    padding-top: 99px;
}

    .smarthome2_wgx .link-box-sw {
        position: relative;
        width: 100%;
        height: 73px;
        margin-top: 10px;
        overflow: hidden;
    }

        .smarthome2_wgx .link-box-sw .link-group {
            position: absolute;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
        }

            .smarthome2_wgx .link-box-sw .link-group a {
                display: block;
                height: 73px;
                line-height: 73px;
                font-size: 18px;
                color: #444;
                background-color: #d5d5d5;
            }

                .smarthome2_wgx .link-box-sw .link-group a.cur, .smarthome2_wgx .link-box-sw .link-group a:hover {
                    font-size: 24px;
                    color: #fff;
                    background-color: #7fbe26;
                }

            .smarthome2_wgx .link-box-sw .link-group .link1 {
                width: 355px;
                padding-left: 382px;
                border-right: 1px solid #fff;
            }

            .smarthome2_wgx .link-box-sw .link-group .link2 {
                width: 444px;
                text-align: center;
            }

            .smarthome2_wgx .link-box-sw .link-group .link3 {
                width: 683px;
                padding-left: 54px;
                border-left: 1px solid #fff;
            }

    .smarthome2_wgx .banner {
        width: 100%;
        height: 781px;
        margin: 0 auto;
    }

    .smarthome2_wgx .box1 {
        width: 1190px;
        height: auto;
        margin: 157px auto 160px;
    }

        .smarthome2_wgx .box1 .box1-new {
            width: 1024px;
            margin: 0 auto;
            height: auto;
        }

            .smarthome2_wgx .box1 .box1-new ul {
                width: 120%;
                height: auto;
            }

                .smarthome2_wgx .box1 .box1-new ul li {
                    width: 181px;
                    height: auto;
                    margin-right: 100px;
                }

                    .smarthome2_wgx .box1 .box1-new ul li p {
                        text-align: center;
                        font-size: 16px;
                        line-height: 16px;
                        color: #595757;
                        margin-top: 30px;
                    }

    .smarthome2_wgx .pic {
        width: 100%;
        height: 450px;
        margin: 0 auto;
    }

    .smarthome2_wgx .box2 {
        width: 1190px;
        height: auto;
        margin: 130px auto 340px;
    }

        .smarthome2_wgx .box2 .conn {
            width: 315px;
            height: auto;
            float: left;
        }

            .smarthome2_wgx .box2 .conn .tits {
                font-size: 44px;
                line-height: 44px;
                color: #333333;
                margin-bottom: 33px;
            }

            .smarthome2_wgx .box2 .conn .tit {
                font-size: 16px;
                line-height: 30px;
                color: #999999;
            }

        .smarthome2_wgx .box2 .pic1 {
            width: 781px;
            height: 361px;
            float: right;
            margin-top: 40px;
        }

    .smarthome2_wgx .content {
        width: 100%;
        height: auto;
        background: #ffffff;
    }

        .smarthome2_wgx .content .box3 {
            width: 1190px;
            height: auto;
            margin: 117px auto 72px;
        }

            .smarthome2_wgx .content .box3 .con1 {
                width: 510px;
                height: auto;
                float: left;
            }

                .smarthome2_wgx .content .box3 .con1 .tits {
                    font-size: 44px;
                    line-height: 44px;
                    color: #333333;
                }

                .smarthome2_wgx .content .box3 .con1 .conn {
                    width: 100%;
                    margin-top: 35px;
                }

                    .smarthome2_wgx .content .box3 .con1 .conn .c1 {
                        width: 250px;
                        height: auto;
                        float: left;
                    }

                        .smarthome2_wgx .content .box3 .con1 .conn .c1 .tit {
                            font-size: 18px;
                            line-height: 30px;
                            font-weight: bold;
                            color: #4eac48;
                        }

                            .smarthome2_wgx .content .box3 .con1 .conn .c1 .tit.t1 {
                                color: #e8af3b;
                            }

                            .smarthome2_wgx .content .box3 .con1 .conn .c1 .tit.t2 {
                                color: #27ae9d;
                            }

                        .smarthome2_wgx .content .box3 .con1 .conn .c1 .tit1 {
                            width: 200px;
                            font-size: 16px;
                            line-height: 30px;
                            color: #999999;
                            margin-bottom: 28px;
                            margin-top: 3px;
                        }

                        .smarthome2_wgx .content .box3 .con1 .conn .c1.c {
                            margin-top: 30px;
                        }

            .smarthome2_wgx .content .box3 .pic1 {
                float: right;
                display: block;
            }

.contact_wgx {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /*padding-top: 99px; */
}

.contact {
    width: 100%;
    height: 850px;
    margin: 0 auto;
}

.contact_wgx .contact-new {
    width: 1190px;
    height: auto;
    margin: 0 auto;
    padding-top: 120px;
    position: relative;
}

    .contact_wgx .contact-new ul {
        width: 100%;
        height: auto;
        position: relative;
    }

        .contact_wgx .contact-new ul li {
            position: absolute;
        }

            .contact_wgx .contact-new ul li a {
                width: 10px;
                height: 10px;
                background: #5b91f4;
                border-radius: 50%;
                display: block;
                text-align: center;
                color: #fff;
                font-size: 14px;
                margin: 0 auto;
                box-shadow: 2px 2px 4px rgba(0,0,0,.2)
            }

            .contact_wgx .contact-new ul li p {
                display: none;
                position: absolute;
                width: 72px;
                left: 15px;
                color: #000;
                top: -3px;
                font-family: '微软雅黑';
                font-size: 16px;
                z-index: 9;
            }

            .contact_wgx .contact-new ul li:hover {
                z-index: 6;
            }

                .contact_wgx .contact-new ul li:hover p {
                    display: block;
                }

            .contact_wgx .contact-new ul li.con0 {
                top: 375px;
                left: 555px;
                z-index: 3;
            }

                .contact_wgx .contact-new ul li.con0 a {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    left: 5px;
                    top: 4px;
                    box-shadow: none;
                    border-radius: 0;
                    background: url(/cn/static/web/img/contact-ico.png) no-repeat center center;
                }

                .contact_wgx .contact-new ul li.con0 span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    background: #fff;
                    opacity: 0.45;
                    border-radius: 55px;
                }

            .contact_wgx .contact-new ul li.con1 {
                top: 345px;
                left: 545px;
                z-index: 7;
            }

                .contact_wgx .contact-new ul li.con1 a {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    left: 5px;
                    top: 4px;
                    box-shadow: none;
                    border-radius: 0;
                    background: url(/cn/static/web/img/contact-ico.png) no-repeat center center;
                }

                .contact_wgx .contact-new ul li.con1 span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    background: #fff;
                    opacity: 0.45;
                    border-radius: 55px;
                }

            .contact_wgx .contact-new ul li.con2 {
                top: 224px;
                left: 498px;
            }

                .contact_wgx .contact-new ul li.con2 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con3 {
                top: 287px;
                left: 516px;
            }

                .contact_wgx .contact-new ul li.con3 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con4 {
                top: 385px;
                left: 599px;
            }

                .contact_wgx .contact-new ul li.con4 a {
                    background: #93f534;
                }
            /*.contact_wgx .contact-new ul li.con4 a {
            background: #6ec41b; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con5 {
                top: 433px;
                left: 360px;
            }

                .contact_wgx .contact-new ul li.con5 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con6 {
                top: 451px;
                left: 465px;
            }

                .contact_wgx .contact-new ul li.con6 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con7 {
                top: 534px;
                left: 472px;
            }

                .contact_wgx .contact-new ul li.con7 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con8 {
                top: 549px;
                left: 491px;
            }

                .contact_wgx .contact-new ul li.con8 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con9 {
                top: 408px;
                left: 486px;
            }
            /*.contact_wgx .contact-new ul li.con9 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con10 {
                top: 237px;
                left: 505px;
            }
            /*.contact_wgx .contact-new ul li.con10 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con11 {
                top: 330px;
                left: 474px;
            }
            /*.contact_wgx .contact-new ul li.con11 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con12 {
                top: 254px;
                left: 488px;
            }

                .contact_wgx .contact-new ul li.con12 a {
                    background: #93f534;
                }
            /*.contact_wgx .contact-new ul li.con12 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con13 {
                top: 431px;
                left: 466px;
            }
            /*.contact_wgx .contact-new ul li.con13 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con14 {
                top: 531px;
                left: 503px;
            }

                .contact_wgx .contact-new ul li.con14 a {
                    background: #93f534;
                }
            /*.contact_wgx .contact-new ul li.con14 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con15 {
                top: 501px;
                left: 568px;
            }

                .contact_wgx .contact-new ul li.con15 a {
                    background: #93f534;
                }
            /*.contact_wgx .contact-new ul li.con15 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con16 {
                top: 444px;
                left: 590px;
            }
            /*.contact_wgx .contact-new ul li.con16 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con17 {
                top: 372px;
                left: 540px;
                z-index: 3;
            }

                .contact_wgx .contact-new ul li.con17 a {
                    background: #93f534;
                }
            /*.contact_wgx .contact-new ul li.con17 a {
            background: #6EC41B; 
            font-size: 12px; }*/
            .contact_wgx .contact-new ul li.con18 {
                top: 369px;
                left: 572px;
            }

                .contact_wgx .contact-new ul li.con18 a {
                    background: #93f534;
                }
            /*.contact_wgx .contact-new ul li.con18 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con19 {
                top: 404px;
                left: 570px;
            }
            /*.contact_wgx .contact-new ul li.con19 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con20 {
                top: 412px;
                left: 585px;
            }
            /*.contact_wgx .contact-new ul li.con20 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con21 {
                top: 378px;
                left: 581px;
            }
            /*.contact_wgx .contact-new ul li.con21 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con22 {
                top: 618px;
                left: 423px;
            }

                .contact_wgx .contact-new ul li.con22 a {
                    background: #93f534;
                }
            /*.contact_wgx .contact-new ul li.con22 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con23 {
                top: 384px;
                left: 535px;
            }
            /*.contact_wgx .contact-new ul li.con23 a {
            background: #6EC41B; font-size: 12px;height: 32px;
      line-height: 32px;
      width: 32px;}*/
            .contact_wgx .contact-new ul li.con24 {
                top: 200px;
                left: 70px;
            }

            .contact_wgx .contact-new ul li.con25 {
                top: 414px;
                left: 316px;
            }

            .contact_wgx .contact-new ul li.con26 {
                top: 460px;
                left: 445px;
            }

                .contact_wgx .contact-new ul li.con26 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con27 {
                top: 295px;
                left: 530px;
            }

                .contact_wgx .contact-new ul li.con27 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con28 {
                top: 245px;
                left: 515px;
            }

                .contact_wgx .contact-new ul li.con28 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con25 a {
                background: #93f534;
            }

            .contact_wgx .contact-new ul li.con24 a {
                background: #93f534;
            }

            .contact_wgx .contact-new ul li.con29 {
                top: 485px;
                left: 363px;
            }

                .contact_wgx .contact-new ul li.con29 a {
                    background: #93f534;
                }

            .contact_wgx .contact-new ul li.con30 {
                top: 530px;
                left: 475px;
            }

                .contact_wgx .contact-new ul li.con30 a {
                    background: #93f534;
                }

    .contact_wgx .contact-new .text {
        width: 460px;
        height: 607px;
        background: #8ac33a;
        position: absolute;
        top: 120px;
        right: 0;
    }

        .contact_wgx .contact-new .text .text-c {
            position: relative;
            overflow: hidden;
            width: 350px;
            height: auto;
            margin: 35px auto 0;
        }

            .contact_wgx .contact-new .text .text-c .top {
                position: relative;
                width: 100%;
                height: auto;
            }

                .contact_wgx .contact-new .text .text-c .top .tits {
                    font-size: 16px;
                    line-height: 24px;
                    color: #fff;
                }

                .contact_wgx .contact-new .text .text-c .top .tit {
                    margin-top: 5px;
                }

            .contact_wgx .contact-new .text .text-c .more {
                position: absolute;
                right: 0;
                top: 5px;
            }

            .contact_wgx .contact-new .text .text-c .line2 {
                width: 350px;
                height: 1px;
                background: #fff;
                opacity: 0.3;
                margin-top: 25px;
            }

        .contact_wgx .contact-new .text .text-box {
            width: 415px;
            height: 405px;
            margin: 25px auto 0;
            position: relative;
            overflow: hidden;
        }

            .contact_wgx .contact-new .text .text-box .text-new {
                width: 405px;
                height: 405px;
                position: relative;
                /*-moz-user-select:none;
            -webkit-user-select:none;
            -ms-user-select:none;
            -khtml-user-select:none;
            user-select:none;*/
            }
                /*.contact_wgx .contact-new .text .text-box .text-new .content {
              width: 380px; }*/
                .contact_wgx .contact-new .text .text-box .text-new .content .ad {
                    /*width: 380px;*/
                    height: auto;
                    margin-bottom: 5px;
                }

                    .contact_wgx .contact-new .text .text-box .text-new .content .ad .pic {
                        float: left;
                        width: 35px;
                        height: auto;
                    }

                        .contact_wgx .contact-new .text .text-box .text-new .content .ad .pic img {
                            display: block;
                            margin: 7px auto 0;
                        }

                    .contact_wgx .contact-new .text .text-box .text-new .content .ad .a1 {
                        width: 360px;
                        height: auto;
                        float: left;
                        margin-left: 10px;
                        font-size: 16px;
                        line-height: 30px;
                        color: #fff;
                    }

            .contact_wgx .contact-new .text .text-box .roll {
                width: 7px;
                height: 405px;
                position: absolute;
                right: 0px;
                top: 0px;
                background: url(/cn/static/web/img/roll.png) repeat-y center;
            }

                .contact_wgx .contact-new .text .text-box .roll .roll_btn {
                    width: 7px;
                    height: 240px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    cursor: pointer;
                    background: url(/cn/static/web/img/roll_btn.png) repeat-y center;
                }

.smarthome3_wgx {
    width: 100%;
    height: auto;
    /*padding-top: 99px; */
}

    .smarthome3_wgx .banner {
        width: 100%;
        height: 750px;
        background: #16afbf;
    }

        .smarthome3_wgx .banner .banner-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
            padding-top: 90px;
        }

            .smarthome3_wgx .banner .banner-new .tits {
                font-size: 44px;
                line-height: 44px;
                color: #fff;
                text-align: center;
            }

            .smarthome3_wgx .banner .banner-new .tit {
                width: 720px;
                margin: 32px auto 0;
                height: auto;
                line-height: 30px;
                font-size: 18px;
                color: #fff;
                text-align: center;
            }

            .smarthome3_wgx .banner .banner-new .list {
                width: 1060px;
                height: auto;
                margin: 64px auto 0;
                overflow: hidden;
            }

                .smarthome3_wgx .banner .banner-new .list ul {
                    width: 120%;
                    height: auto;
                }

                    .smarthome3_wgx .banner .banner-new .list ul li {
                        width: 260px;
                        height: auto;
                        float: left;
                        margin-right: 135px;
                        text-align: center;
                    }

                        .smarthome3_wgx .banner .banner-new .list ul li img {
                            width: 174px;
                            height: 174px;
                            display: block;
                            margin: 0 auto;
                        }

                        .smarthome3_wgx .banner .banner-new .list ul li .tit1 {
                            font-size: 18px;
                            line-height: 24px;
                            font-weight: bold;
                            color: #fff;
                            opacity: 0.8;
                            margin-top: 27px;
                        }

                        .smarthome3_wgx .banner .banner-new .list ul li .tit2 {
                            font-size: 16px;
                            line-height: 24px;
                            color: #fff;
                            opacity: 0.8;
                            margin-top: 17px;
                        }

                        .smarthome3_wgx .banner .banner-new .list ul li .tit3 {
                            width: 32px;
                            height: 5px;
                            margin: 36px auto 0;
                            opacity: 0.5;
                            background: #fff;
                        }

    .smarthome3_wgx .box1 {
        width: 100%;
        height: auto;
        margin-top: 80px;
    }

        .smarthome3_wgx .box1 .box1-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .smarthome3_wgx .box1 .box1-new .tits {
                width: 1160px;
                height: 52px;
                background: #7fbe26;
                line-height: 52px;
                font-size: 30px;
                font-weight: bold;
                color: #fff;
                padding-left: 30px;
            }

            .smarthome3_wgx .box1 .box1-new .con {
                width: 100%;
                height: auto;
                margin-top: 45px;
            }

                .smarthome3_wgx .box1 .box1-new .con .con-left {
                    width: 454px;
                    height: auto;
                    float: left;
                    margin-left: 30px;
                }

                    .smarthome3_wgx .box1 .box1-new .con .con-left .tit {
                        font-size: 24px;
                        line-height: 24px;
                        color: #444444;
                        margin-bottom: 25px;
                    }

                    .smarthome3_wgx .box1 .box1-new .con .con-left .tit1 {
                        font-size: 16px;
                        line-height: 30px;
                        color: #666666;
                    }

                .smarthome3_wgx .box1 .box1-new .con .con-right {
                    width: 650px;
                    float: right;
                    height: auto;
                }

                    .smarthome3_wgx .box1 .box1-new .con .con-right .tit {
                        font-size: 18px;
                        font-weight: bold;
                        color: #444444;
                        height: 18px;
                        line-height: 18px;
                        background: url(/cn/static/web/img/sh3_d.png) 0 7px no-repeat;
                        padding-left: 20px;
                    }

                    .smarthome3_wgx .box1 .box1-new .con .con-right .tit1 {
                        font-size: 16px;
                        line-height: 30px;
                        margin-left: 20px;
                        color: #666666;
                        margin-top: 16px;
                        margin-bottom: 30px;
                    }

                    .smarthome3_wgx .box1 .box1-new .con .con-right .tit2 {
                        height: 50px;
                        width: 100%;
                        border-top: 1px solid #7fbe26;
                        border-bottom: 1px solid #7fbe26;
                        font-size: 20px;
                        line-height: 50px;
                        font-weight: bold;
                        margin-top: 67px;
                        color: #7fbe26;
                    }

    .smarthome3_wgx .box2 {
        width: 100%;
        height: 850px;
        background: #16afbf;
        margin-top: 65px;
    }

        .smarthome3_wgx .box2 .box2-new {
            width: 1088px;
            height: auto;
            margin: 0 auto;
            overflow: hidden;
        }

            .smarthome3_wgx .box2 .box2-new .tits {
                width: 100%;
                text-align: center;
                height: auto;
                font-size: 44px;
                line-height: 48px;
                padding-top: 93px;
                color: #fff;
            }

            .smarthome3_wgx .box2 .box2-new .tit {
                font-size: 18px;
                line-height: 18px;
                text-align: center;
                color: #fff;
                margin-top: 42px;
            }

            .smarthome3_wgx .box2 .box2-new ul {
                width: 110%;
                height: 447px;
                margin-top: 84px;
            }

                .smarthome3_wgx .box2 .box2-new ul li {
                    width: 330px;
                    height: 447px;
                    float: left;
                    margin-right: 49px;
                    position: relative;
                }

                    .smarthome3_wgx .box2 .box2-new ul li p {
                        width: 100%;
                        font-size: 18px;
                        text-align: center;
                        color: #fff;
                        line-height: 24px;
                        position: absolute;
                        bottom: 38px;
                        left: 0;
                    }

    .smarthome3_wgx .box3 {
        width: 100%;
        height: auto;
        margin-top: 90px;
    }

        .smarthome3_wgx .box3 .box3-new {
            width: 1190px;
            height: auto;
            margin: 0 auto;
        }

            .smarthome3_wgx .box3 .box3-new .tits {
                font-size: 44px;
                line-height: 48px;
                color: #444444;
                text-align: center;
            }

            .smarthome3_wgx .box3 .box3-new .tit {
                font-size: 18px;
                line-height: 30px;
                color: #666666;
                text-align: center;
                width: 595px;
                margin: 33px auto 0;
            }

                .smarthome3_wgx .box3 .box3-new .tit span {
                    width: 6px;
                    height: 6px;
                    display: block;
                    border-radius: 6px;
                    background: #b2b2b2;
                    margin: 13px 15px 0 15px;
                    float: left;
                    opacity: 0.5;
                }

                .smarthome3_wgx .box3 .box3-new .tit i {
                    float: left;
                }

            .smarthome3_wgx .box3 .box3-new img {
                display: block;
                margin-top: 55px;
            }

            .smarthome3_wgx .box3 .box3-new .tit1 {
                font-size: 18px;
                line-height: 24px;
                color: #444444;
                font-weight: bold;
                margin-top: 27px;
            }

            .smarthome3_wgx .box3 .box3-new .tit2 {
                font-size: 16px;
                line-height: 30px;
                color: #666666;
                margin-top: 20px;
            }

            .smarthome3_wgx .box3 .box3-new .lin {
                width: 100%;
                height: 2px;
                background: #efefef;
                opacity: 0.3;
                margin-top: 30px;
            }

    .smarthome3_wgx .pic {
        width: 100%;
        height: 818px;
        margin: 110px auto 0;
    }

.video_wgx {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

    .video_wgx .video-new {
        width: 100%;
        height: 600px;
        position: fixed;
        z-index: 2;
        top: 20%;
        left: 0;
    }

        .video_wgx .video-new .con {
            width: 800px;
            height: 600px;
            margin: 0 auto;
        }

            .video_wgx .video-new .con .con-new {
                width: 800px;
                height: 600px;
                position: relative;
            }

                .video_wgx .video-new .con .con-new a {
                    position: absolute;
                    top: -28px;
                    right: -20px;
                    font-size: 20px;
                    display: block;
                    color: #FFF;
                    cursor: pointer;
                }

.bdshare_popup_box {
    left: 80% !important;
}

.wgx-top {
    width: 100%;
    height: 20px;
    background: #fff;
    padding: 10px 0;
    display: none;
}

    .wgx-top .top-new {
        width: 1190px;
        height: 20px;
        margin: 0 auto;
    }

        .wgx-top .top-new i {
            background: url(/cn/static/web/img/sprite.png) no-repeat;
            display: inline-block;
            width: 12px;
            height: 12px;
            background-position: -115px -1px;
            margin-right: 7px;
        }

        .wgx-top .top-new a {
            color: #666;
            font-size: 12px;
            line-height: 20px;
        }

            .wgx-top .top-new a:hover {
                color: #7FBE26;
            }

        .wgx-top .top-new span {
            color: #666;
            /* font-family: Simsun;*/
            margin: 0 2px;
        }

        .wgx-top .top-new b {
            font-weight: normal;
            color: #666;
        }




/*# sourceMappingURL=style.css.map */
/*** 错误信息框 ***/
.error-msg {
    position: fixed;
    width: 300px;
    padding: 20px;
    background: rgba(0,0,0,.8);
    color: #fff;
    left: 50%;
    top: 30%;
    margin-left: -170px;
    *background: #000;
    font-size: 14px;
    border-radius: 8px;
    z-index: 90000;
    text-align: center;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    z-index: 10002
}

.ewm-pop {
    display: none;
    position: fixed;
    padding: 20px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -160px;
    z-index: 10003;
}

    .ewm-pop img {
        width: 300px;
        height: 300px;
    }

    .ewm-pop span {
        display: block;
        position: absolute;
        right: -20px;
        top: -28px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

.dy-news-list {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .dy-news-list ul {
        width: 105%;
    }

        .dy-news-list ul li {
            position: relative;
            float: left;
            width: 569px;
            height: 297px;
            border: 1px solid #d5d5d5;
            border-radius: 5px;
            overflow: hidden;
            margin: 0 48px 48px 0;
        }

            .dy-news-list ul li a {
                display: block;
                width: 529px;
                height: 257px;
                padding: 20px;
                border-radius: 5px;
                transition: all 0.3s;
            }

            .dy-news-list ul li .tit {
                padding-bottom: 20px;
                border-bottom: 1px solid #d5d5d5;
                font-size: 24px;
                color: #7fbe26;
                font-weight: bold;
                line-height: 30px;
                margin-bottom: 22px;
                min-height: 61px;
            }

                .dy-news-list ul li .tit .num {
                    float: left;
                    display: inline-block;
                    width: 56px;
                    height: 56px;
                    margin-right: 19px;
                    border: 1px solid #7fbe26;
                    border-radius: 50%;
                    font-size: 30px;
                    text-align: center;
                    line-height: 56px;
                    color: #7fbe26;
                    margin-left: 15px;
                    font-family: "Arial";
                }

            .dy-news-list ul li .txt {
                line-height: 28px;
                color: #7e7e7e;
                font-size: 16px;
                line-height: 28px;
            }

                .dy-news-list ul li .txt img {
                    float: left;
                    margin-top: 8px;
                    margin-right: 30px;
                }

            .dy-news-list ul li a:hover {
                background: #fff;
            }

.contact-img {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -275px 0 0 -400px;
    z-index: 10003;
    background: url(/cn/static/web/img/lightbox-ico-loading.gif) no-repeat center center #fff;
}

    .contact-img .close {
        display: block;
        position: absolute;
        right: -20px;
        top: -28px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

.pro-info-wrap {
    position: relative;
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding: 100px 0 170px;
}

.pro-info-ft {
    position: relative;
    width: 1198px;
    margin: 0 auto;
    padding: 30px 0 50px;
    border: 1px solid #e0e0e0;
}

    .pro-info-ft .table-box {
        width: 996px;
        margin: 0 auto;
    }

    .pro-info-ft .tit {
        width: 996px;
        margin: 0 auto;
        color: #1b1b1b;
        font-size: 24px;
        padding: 30px 0;
    }

    .pro-info-ft .table-box {
        position: relative;
        overflow: hidden;
    }

        .pro-info-ft .table-box table {
            width: 100%;
            margin-left: 1px;
            border-top: 1px solid #e0e0e0;
        }

        .pro-info-ft .table-box th {
            border-bottom: 5px solid #e0e0e0;
            padding: 15px 0 15px 35px;
            font-size: 16px;
            color: #7a7a7a;
            text-align: left;
            font-weight: normal;
        }

        .pro-info-ft .table-box td {
            border-bottom: 1px solid #e0e0e0;
            border-right: 1px solid #e0e0e0;
            padding: 15px 0 15px 35px;
            font-size: 16px;
            color: #7a7a7a;
        }

            .pro-info-ft .table-box td.name, .pro-info-ft .table-box th.name {
                color: #1b1b1b;
                text-align: right;
                border-right: 0;
            }

.pro-hd-wrap {
    width: 100%;
    height: 780px;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-top: 1px solid #eee;
}

.pro-info-hd {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

    .pro-info-hd .img-big {
        float: right;
        margin-top: 58px;
    }

    .pro-info-hd .img-small {
        float: left;
        margin-top: 135px;
        margin-left: 58px;
    }

    .pro-info-hd .btn {
        position: absolute;
        display: inline-block;
        width: 288px;
        height: 81px;
        background: url(/cn/static/web/img/pro_btn01.png) no-repeat;
        left: 58px;
        top: 450px;
    }

.pro-gallery {
    position: absolute;
    right: 106px;
    top: 140px;
    width: 452px;
}

.pro-fd {
    height: 71px;
    /*background: #dedede;*/
    border: 1px solid #dedede;
}

.pro-show {
    position: relative;
    width: 450px;
    height: 350px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #dedede;
}

.pro-thumb {
    width: 388px;
    height: 71px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

    .pro-thumb ul li {
        width: 87px;
        height: 67px;
        border: 2px solid #dedede;
        cursor: pointer;
        margin: 0 3px;
    }

        .pro-thumb ul li.active {
            border-color: #7fbe25;
            cursor: pointer;
        }

.pro-btn a {
    display: block;
    position: absolute;
    bottom: 0;
    width: 36px;
    height: 72px;
    background: url(/cn/static/web/img/pro_btn.png) no-repeat;
    opacity: 0.8;
}

    .pro-btn a.prev {
        left: 0;
        background-position: 11px center;
    }

    .pro-btn a.next {
        right: 0;
        background-position: -38px center;
    }

    .pro-btn a:hover {
        opacity: 1;
    }

.smarthome4_wgx {
    position: relative;
    width: 100%;
    min-width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}

    .smarthome4_wgx .banner {
        width: 100%;
        height: 750px;
        padding-top: 99px;
        background: url(/cn/static/web/img/sh5_pic1.jpg) no-repeat center 99px;
    }

    .smarthome4_wgx .tits {
        font-size: 44px;
        line-height: 70px;
        color: #666;
        text-align: center;
        padding-top: 100px;
        margin-bottom: 25px;
    }

    .smarthome4_wgx .tit {
        width: 980px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #666;
    }

    .smarthome4_wgx .box1 .tits {
        color: #444;
        padding-top: 80px;
    }

    .smarthome4_wgx .box1 .con {
        text-align: center;
        padding: 55px 0 70px;
    }

    .smarthome4_wgx .box2 .con {
        width: 100%;
        min-width: 1190px;
        height: 349px;
        margin: 0 auto;
        background: url(/cn/static/web/img/sh5_pic3.jpg) no-repeat center 0;
    }

    .smarthome4_wgx .box2 ul {
        width: 1098px;
        margin: 40px auto 80px;
        clear: both;
        overflow: hidden;
    }

        .smarthome4_wgx .box2 ul li {
            float: left;
            width: 366px;
            text-align: center;
            line-height: 30px;
            font-size: 16px;
            color: #666;
        }

            .smarthome4_wgx .box2 ul li.fi p {
                padding-left: 52px;
                text-align: left;
            }

            .smarthome4_wgx .box2 ul li h3 {
                font-size: 24px;
                color: #444;
                margin-bottom: 26px;
            }

    .smarthome4_wgx .box3 {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 500px;
        background: url(/cn/static/web/img/sh5_pic4.jpg) no-repeat center 0;
    }

        .smarthome4_wgx .box3 .tit {
            font-size: 20px;
            line-height: 40px;
        }

    .smarthome4_wgx .box4 {
        position: relative;
        overflow: hidden;
    }

        .smarthome4_wgx .box4 .tit i {
            font-style: normal;
            color: #b2b2b2;
            font-size: 22px;
            padding: 0 3px;
        }

        .smarthome4_wgx .box4 .con {
            text-align: center;
            padding: 70px 0 110px;
        }

    .smarthome4_wgx .box5 {
        position: relative;
        height: 500px;
        width: 100%;
        overflow: hidden;
        background: url(/cn/static/web/img/sh5_pic6.jpg) no-repeat center 0;
    }

        .smarthome4_wgx .box5 .tits {
            font-size: 57px;
            color: #16afbf;
            margin-bottom: 30px;
        }

        .smarthome4_wgx .box5 .tit {
            font-size: 35px;
        }

    .smarthome4_wgx .box6 {
        margin-top: 220px;
        background: #f8f8f8;
        padding-bottom: 80px;
    }

        .smarthome4_wgx .box6 .tits {
            position: relative;
            padding-top: 0;
            top: -42px;
            color: #444;
        }

            .smarthome4_wgx .box6 .tits span {
                color: #16afbf;
            }

            .smarthome4_wgx .box6 .tits i, .smarthome4_wgx .box8 .con .tit i {
                color: #b6b6b6;
            }

        .smarthome4_wgx .box6 .con, .smarthome4_wgx .box9 .con, .smarthome4_wgx .box10 .con {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
            color: #666;
        }

            .smarthome4_wgx .box6 .con h3, .smarthome4_wgx .box9 .con h3, .smarthome4_wgx .box10 .con h3 {
                font-size: 24px;
                font-weight: bold;
                color: #444;
                margin: 50px 0 30px;
            }

    .smarthome4_wgx .box7 {
        padding: 60px 0 118px;
        background: url(/cn/static/web/img/sh5_pic9.jpg) no-repeat center center;
    }

    .smarthome4_wgx .box7-new {
        width: 770px;
        margin: 0 auto;
    }

    .smarthome4_wgx .box7 img {
        float: left;
        margin-right: 110px;
    }

    .smarthome4_wgx .box7 .con {
        float: left;
        width: 355px;
        margin-top: 85px;
        font-size: 16px;
        line-height: 30px;
        color: #666;
    }

        .smarthome4_wgx .box7 .con h3 {
            font-size: 44px;
            color: #7fbe26;
            margin-bottom: 30px;
        }

    .smarthome4_wgx .box8 {
        background: #f8f8f8;
        margin-top: 178px;
        text-align: center;
        padding-bottom: 360px;
    }

        .smarthome4_wgx .box8 img {
            margin-top: -178px;
        }

        .smarthome4_wgx .box8 .con {
            text-align: center;
            font-size: 16px;
            line-height: 30px;
            color: #666;
        }

            .smarthome4_wgx .box8 .con h3 {
                font-size: 24px;
                font-weight: bold;
                color: #444;
                margin: 50px 0 30px;
            }

            .smarthome4_wgx .box8 .con .tit {
                color: #16afbf;
            }

    .smarthome4_wgx .box9 {
        margin-top: -200px;
        padding-bottom: 350px;
    }

        .smarthome4_wgx .box9 .tits {
            padding-top: 0;
            color: #444;
            margin-bottom: 60px;
        }

        .smarthome4_wgx .box9 .con {
            text-align: center;
        }

    .smarthome4_wgx .box10 {
        background: #f8f8f8;
        padding-bottom: 110px;
    }

        .smarthome4_wgx .box10 img {
            margin-top: -170px;
        }

    .smarthome4_wgx .pic {
        width: 100%;
        height: 694px;
        margin-bottom: 22px;
    }


.abd-wrap {
    background: #f1f1f1;
}

.abd-slider {
    position: relative;
    width: 1190px;
    margin: 0 auto;
    padding-top: 70px;
    overflow: hidden;
}

    .abd-slider .bd1 {
        width: 100%;
        height: auto;
    }

        .abd-slider .bd1 ul {
            height: auto;
        }

            .abd-slider .bd1 ul li {
                width: 1190px;
            }

        .abd-slider .bd1 dl {
            width: 110%;
            height: 313px;
        }

            .abd-slider .bd1 dl dd a {
                display: block;
            }

            .abd-slider .bd1 dl dd {
                float: left;
                width: 349px;
                height: 297px;
                margin-right: 45px;
                background: #fdfdfd;
                padding: 8px;
                transition: all 0.3s;
            }

                .abd-slider .bd1 dl dd:hover {
                    background: #f8f8f8;
                }

                .abd-slider .bd1 dl dd p {
                    font-size: 15px;
                    color: #828282;
                    text-align: center;
                    padding-top: 24px;
                }

    .abd-slider .hd1 {
        margin: 50px auto 0;
        width: 103px;
        height: 42px;
        padding-bottom: 58px;
    }

    .abd-slider .hd1 {
        margin: 70px auto 0;
    }

        .abd-slider .hd1 .next {
            width: 10px;
            height: 18px;
            display: block;
            background: url(/cn/static/web/img/next.png) no-repeat;
            float: right;
            margin-left: 10px;
            cursor: pointer;
        }

        .abd-slider .hd1 .prev {
            width: 10px;
            height: 18px;
            display: block;
            background: url(/cn/static/web/img/prev.png) no-repeat;
            float: left;
            margin-right: 10px;
            cursor: pointer;
        }

        .abd-slider .hd1 ul {
            float: left;
            margin-top: 2px;
        }

            .abd-slider .hd1 ul li {
                width: 13px;
                height: 13px;
                border-radius: 13px;
                display: block;
                float: left;
                margin: 0 4px;
                background: #d1d3d6;
                opacity: 0.8;
                text-indent: -999px;
                cursor: pointer;
            }

                .abd-slider .hd1 ul li.on {
                    background: #80be27;
                }

.his-le {
    float: left;
    width: 346px;
    margin-top: 310px;
    text-align: center;
}

    .his-le .txt {
        font-size: 22px;
        color: #fff;
        margin-top: 15px;
    }

.his-slide {
    position: relative;
    width: 745px;
    float: right;
    padding-top: 40px;
    margin-top: 95px;
    background: url(/cn/static/web/img/his_bg1.png) no-repeat 9px 0;
}

.time-line {
    float: left;
    position: relative;
    width: 312px;
    height: 630px;
    overflow: hidden;
}

    .time-line ul li {
        width: 110px;
        height: 90px;
        line-height: 90px;
        cursor: pointer;
        padding-left: 58px;
        background: url(/cn/static/web/img/his_bg2.png) no-repeat 0 37px;
        font-size: 30px;
        color: #fff;
        font-style: italic;
    }

        .time-line ul li.active {
            font-size: 40px;
            background-position: 0 -50px;
        }

.time-show {
    float: left;
    width: 306px;
    text-align: center;
    color: #fff;
    margin-top: 110px;
}

    .time-show .img {
        padding: 8px;
        border-radius: 8px;
        margin-bottom: 40px;
        background: rgba(255,255,255,0.3);
    }

    .time-show .year {
        font-size: 60px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .time-show .text {
        font-size: 18px;
    }

.his-slide .btns a {
    position: absolute;
    left: 450px;
    display: block;
    width: 34px;
    height: 19px;
    background: url(/cn/static/web/img/his_bg3.png) no-repeat;
}

    .his-slide .btns a.prev {
        top: 44px;
        background-position: 0 0
    }

    .his-slide .btns a.next {
        bottom: 70px;
        background-position: 0 100%
    }

.pro-info-ft.tlp2 {
    padding: 0;
}

.pro-table-box, .pro-table-one {
    width: 100%;
}

    .pro-table-box th, .pro-table-one th {
        border-bottom: 20px solid #f2f2f2;
        padding: 25px;
        font-size: 20px;
        color: #1b1b1b;
        font-weight: normal;
    }

    .pro-table-box td {
        padding: 15px 55px;
        font-size: 16px;
        color: #9a9a9a;
        border-bottom: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
    }

    .pro-table-box .name {
        /*text-align: center;*/
        font-size: 16px;
        color: #1b1b1b;
        padding-right: 0;
        padding-left: 90px;
    }

    .pro-table-one th {
        border-bottom-color: #f2f2f2;
        font-size: 16px;
        color: #858585;
        text-align: left;
    }

        .pro-table-one th.name, .pro-table-one td.name {
            color: #545454;
            text-align: left;
        }

    .pro-table-one .img {
        border-left: 0;
    }

    .pro-table-one td {
        padding: 25px;
        font-size: 16px;
        color: #858585;
        font-weight: normal;
        border-bottom: 1px solid #f2f2f2;
    }

/* 导航重写*/
.header-pos {
    position: relative;
    height: 39px;
    width: 100%;
}

.w1190 {
    width: 1190px;
    margin: 0 auto;
}

.header-holder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 138px;
    background: #fff;
    z-index: 10011
}

.header-hd {
    width: 1190px;
    margin: 0 auto;
    height: 82px;
    /*padding-top: 22px;*/
}

    .header-hd .logo {
        margin-right: 25px;
        font-size: 20px;
        line-height: 82px;
        color: #000;
    }

.header-bd {
    position: relative;
    background: #eaeaea;
    color: #1a1a1a;
    width: 100%;
    height: 58px;
}

.hd-menu {
    float: left;
    margin-left: -24px;
}

    .hd-menu ul li {
        width: 113px;
        height: 58px;
        text-align: center;
    }

        .hd-menu ul li a.tits {
            display: block;
            font-size: 16px;
            line-height: 58px;
            color: #1a1a1a;
            transition: all 0.3s;
        }

            .hd-menu ul li a.tits:hover {
                /*background: #fff;
    color: #262626;*/
                font-weight: bold;
            }

        .hd-menu ul li .mnav, .share-bd .mnav {
            display: none;
            position: absolute;
            left: 0;
            top: 57px;
            width: 100%;
            height: 69px;
            background: #fff;
            border-bottom: 1px solid #c5c5c5;
        }

            .hd-menu ul li .mnav .mnav-new, .share-bd .mnav .mnav-new {
                width: 1000px;
                margin: 0 auto;
                height: 70px;
            }

            .hd-menu ul li .mnav a, .share-bd .mnav a {
                float: left;
                display: block;
                padding: 12px 0 0;
                color: #3c3c3c;
                font-size: 12px;
                height: 53px;
                margin-right: 25px;
                min-width: 50px;
                text-align: center;
                border-bottom: 5px solid transparent;
            }

        .hd-menu ul li:hover .mnav, .share-bd:hover .mnav {
            display: block;
        }

            .hd-menu ul li:hover .mnav .con, .share-bd:hover .mnav .con {
                padding-left: 6px;
            }

        .hd-menu ul li .mnav a .pic, .share-bd .mnav a {
            height: 29px;
            text-align: center;
        }

            .hd-menu ul li .mnav a .pic .p1, .share-bd .mnav a .pic .p1 {
                height: 24px;
                display: block;
                margin: 0 auto;
            }

            .hd-menu ul li .mnav a .pic .p2, .share-bd .mnav a .pic .p2 {
                height: 24px;
                display: none;
                margin: 0 auto;
            }

            .hd-menu ul li .mnav a p, .share-bd .mnav a p {
                color: #3c3c3c;
                font-size: 12px;
                line-height: 24px;
                text-align: center;
                width: 100%;
            }

            .hd-menu ul li .mnav a:hover, .share-bd .mnav a:hover {
                border-bottom-color: #7fbe25;
            }

                .hd-menu ul li .mnav a:hover .pic .p1, .share-bd .mnav a:hover .pic .p1 {
                    display: none;
                }

                .hd-menu ul li .mnav a:hover .pic .p2, .share-bd .mnav a:hover .pic .p2 {
                    display: block;
                }

                .hd-menu ul li .mnav a:hover p, .share-bd .mnav a:hover p {
                    color: #7fbe25;
                }

.header-bd .search-box {
    float: right;
    width: 182px;
    height: 28px;
    margin-top: 15px;
    background: url(/cn/static/web/img/search_bg.png) no-repeat;
}

.header-bd .search-input {
    float: left;
    width: 133px;
    height: 28px;
    line-height: 28px;
    color: #1a1a1a;
    padding-left: 16px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    background: none;
    border: none;
}

.header-bd .search-btn {
    float: right;
    width: 29px;
    height: 28px;
    cursor: pointer;
    background: none;
    border: none;
}

.header-bd .language {
    float: right;
    margin-left: 29px;
    line-height: 58px;
    color: #444444;
    font-size: 16px;
    position: relative;
    z-index: 5;
}

    .header-bd .language .tit img {
        float: left;
        display: block;
        margin-top: 15px;
        position: relative;
        z-index: 5;
    }

    .header-bd .language:hover .tit span {
        background: url(/cn/static/web/img/l_icon_h.png) no-repeat right;
    }

    .header-bd .language .tit span {
        width: 52px;
        display: block;
        margin-left: 10px;
        background: url(/cn/static/web/img/l_icon.png) no-repeat right;
        float: left;
        color: #7fbe26;
        opacity: 0.6;
        position: relative;
        z-index: 5;
        cursor: pointer;
    }

    .header-bd .language:hover {
        color: #7fbe25;
    }

    .header-bd .language dl {
        width: 110px;
        height: auto;
        position: absolute;
        top: 58px;
        left: -10px;
        background: #FDFDFD;
        display: none;
    }

        .header-bd .language dl dd {
            width: 100%;
            height: 28px;
            padding: 5px 0;
            margin: 0 auto;
        }

            .header-bd .language dl dd a {
                padding: 0 28px 0 12px;
                display: block;
                height: 100%;
                line-height: 28px;
                color: #666;
                font-size: 19px;
                font-family: Arial;
                letter-spacing: 1px;
            }

            .header-bd .language dl dd:hover {
                background: #7FBE25;
            }

                .header-bd .language dl dd:hover a {
                    color: #fff;
                }

            .header-bd .language dl dd img {
                float: left;
                margin-right: 10px;
            }

            .header-bd .language dl dd span {
                float: right;
                padding-right: 3px;
                line-height: 28px;
                font-size: 19px;
                color: #444;
                opacity: 0.6;
                font-family: Arial;
                letter-spacing: 1px;
            }

.header-bd .share-bd {
    float: right;
    margin-left: 15px;
    height: 58px;
}

.header-bd .share-ico {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    margin: 15px 0 0 0;
    float: right;
    padding: 0;
    background: url(/cn/static/web/img/share.png) no-repeat;
    border: none;
    position: relative;
}

    .header-bd .share-ico:hover {
        background: url(/cn/static/web/img/share_h.png) no-repeat;
    }

.share-bd .mnav .bdshare-button-style0-16 {
    float: right;
}

    .share-bd .mnav .bdshare-button-style0-16 a {
        text-align: center;
        line-height: 24px;
        padding-top: 41px;
        height: 25px;
        padding-left: 0;
        margin: 0 0 0 25px;
        min-width: 50px;
    }

        .share-bd .mnav .bdshare-button-style0-16 a:hover {
            color: #7fbe26;
        }

        .share-bd .mnav .bdshare-button-style0-16 a.bds_tsina {
            background: url(/cn/static/web/img/ico_weibo.png) no-repeat center 15px;
        }

            .share-bd .mnav .bdshare-button-style0-16 a.bds_tsina:hover {
                background: url(/cn/static/web/img/ico_weibo_h.png) no-repeat center 15px;
            }

        .share-bd .mnav .bdshare-button-style0-16 a.bds_weixin {
            background: url(/cn/static/web/img/ico_weixin.png) no-repeat center 15px;
        }

            .share-bd .mnav .bdshare-button-style0-16 a.bds_weixin:hover {
                background: url(/cn/static/web/img/ico_weixin_h.png) no-repeat center 15px;
            }

.js-con1-img table {
    margin: 0 auto;
    max-width: 100%
}

.pro-info-fun {
    width: 1190px;
    margin: 0 auto;
    padding-top: 50px;
}

    .pro-info-fun .tit {
        font-size: 20px;
        color: #1b1b1b;
        margin-bottom: 30px;
    }

    .pro-info-fun .fun-list li {
        float: left;
        width: 368px;
        font-size: 16px;
        line-height: 26px;
        color: #555;
        font-weight: 200;
        margin-right: 28px;
    }

.main_sw.meeting .section7 {
    max-width: 1920px;
    background-size: 100% auto;
}

    .main_sw.meeting .section7 .btn {
        width: 3.7%;
        height: 9.6%;
        background: url(/cn/static/web/img/meet-s7-btn.png) no-repeat;
        background-size: auto 100%;
    }

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        transform: scale(.2);
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.ball-scale-multiple {
    position: absolute;
    top: 43%;
    left: 15%;
    margin: -5px 0 0 -27px;
    transform: translateY(-30px);
}

    .ball-scale-multiple > div:nth-child(2) {
        animation-delay: 0.2s;
    }

    .ball-scale-multiple > div:nth-child(3) {
        animation-delay: 0.4s;
    }

    .ball-scale-multiple > div {
        animation: 1.2s linear 0s normal none infinite running ball-scale-multiple;
        background-color: #f38232;
        border-radius: 100%;
        height: 120px;
        left: 0;
        margin: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 120px;
    }

.main.d-join .box4 #scrollPics2 .slider2 li .wrap .text h4 {
    padding-bottom: 13px;
}

.footer_wgx .con a.wx {
    position: relative;
}

.footer_wgx .foott .foott-new .con a img.wximg {
    left: -36px;
    bottom: 35px;
    position: absolute;
    display: none;
    width: 100px;
    height: 100px;
    border-radius: 0;
}

.footer_wgx .foott .foott-new .con a.wx:hover img.wximg {
    display: block;
}

#listtab2 {
    padding: 20px 0;
}

.list-dl {
    width: 90%;
    margin: 0 auto;
}

    .list-dl ul {
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 65px;
    }

        .list-dl ul li {
            width: 100%;
            border-bottom: 1px solid #f2f2f2;
        }

            .list-dl ul li .q {
                height: 55px;
                width: 100%;
                line-height: 55px;
            }

                .list-dl ul li .q p {
                    font-size: 16px;
                    padding-left: 15px;
                    background: url(/cn/static/web/img/download_1.png) 0 27px no-repeat;
                    float: left;
                    color: #666666;
                }

                .list-dl ul li .q i {
                    margin-top: 22px;
                    width: 17px;
                    height: 15px;
                    float: right;
                    display: block;
                    background: url(/cn/static/web/img/download.png) no-repeat;
                    margin-right: 20px;
                }

/*322xc*/
.main .j-list .j-box3 .page a.page-gray {
    color: #666666;
    cursor: default;
}

    .main .j-list .j-box3 .page a.page-gray:hover {
        background: #e4e4e4;
        color: #666666;
    }



.contact-new .tips {
    left: 36px;
    top: 628px;
    position: absolute;
}

.btn-box {
    float: right;
    width: 495px;
    margin: 12px 15px 0 0;
}

    .btn-box a {
        float: right;
        margin-left: 15px;
        width: 60px;
        height: 30px;
        border: 1px solid #999;
        background: #f9f9f9;
        text-align: center;
        color: #1a1a1a;
        line-height: 30px;
        border-radius: 6px;
    }

        .btn-box a:hover {
            color: #fff;
            background: #7FBE25;
            border-color: #7FBE25;
        }

@media (max-width: 767px) {
    .header-holder {
        position: absolute;
    }
}

/*sun tomorrow */
/* public */
ul, ol {
    float: none;
}

body {
    font-family: "Microsoft YaHei";
    min-width: 1190px;
    overflow-x: visible !important;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.w1160 {
    width: 1160px;
    margin: 0 auto;
}

/* font */
@font-face {
    /* font-properties */
    font-family: Gothic;
    src: url("font2/CenturyGothic.woff"), url("font2/CenturyGothic.cff"), url("font2/CenturyGothic.ttf"), url("font2/CenturyGothic.svg"), url("font2/CenturyGothic.otf");
}
/* input.error, textarea.error{
    border: none !important;
  } */
@font-face {
    font-family: Helv;
    src: url("font2/HelveticaCE-Bold.eot");
    src: url("font2/HelveticaCE-Bold.eot?#iefix") format("eot"), url("font2/HelveticaCE-Bold.woff") format("woff"), url("font2/HelveticaCE-Bold.ttf") format("truetype"), url("font2/HelveticaCE-Bold.svg#webfontjKg17VrE") format("svg");
}
/* header.php  S*/
.problems_wgx .centent .content-new .con {
    overflow: hidden;
}

.join_sw .table-box4 {
    border-bottom: 1px solid #d9d9d9;
}

.join_sw .table-box {
    width: 1166px;
    margin: 0 auto 30px;
}

    .join_sw .table-box td {
        padding: 5px 0;
        font-size: 14px;
    }

        .join_sw .table-box td input {
            text-indent: 1em;
        }

            .join_sw .table-box td input.btn {
                text-indent: 0;
                padding: 5px 38px;
            }

                .join_sw .table-box td input.btn:hover {
                    color: #fff;
                    background-color: #7fbe26;
                }

        .join_sw .table-box td textarea {
            text-indent: 1em;
        }

.tits-ul-sw {
    width: 897px !important;
    margin-top: 36px !important;
    padding-bottom: 35px;
    border-bottom: 1px solid #f2f2f2;
}

    .tits-ul-sw li {
        width: 260px !important;
        margin-right: 39px;
        border-bottom: none !important;
        margin-bottom: 35px;
    }

        .tits-ul-sw li .box-sw .img-box {
            overflow: hidden;
            position: relative;
        }

            .tits-ul-sw li .box-sw .img-box img {
                display: block;
                width: 260px;
                transition: 0.5s;
                -webkit-transition: 0.5s;
                height: 182px;
            }

            .tits-ul-sw li .box-sw .img-box .icon {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -35px;
                margin-top: -35px;
                width: 71px;
                height: 71px;
                background: url(/cn/static/web/img/video-t-icon.png) no-repeat center center;
            }

        .tits-ul-sw li .box-sw .text {
            padding: 15px 0 0 0;
            font-size: 16px;
            transition: 0.5s;
            -webkit-transition: 0.5s;
            line-height: 16px;
            color: #666;
        }

.main .j-list {
    background-color: #f5f5f5;
}

    .main .j-list .j-box1 {
        padding-top: 90px;
        font-size: 44px;
        line-height: 48px;
        text-align: center;
        color: #444;
    }

    .main .j-list .j-box2 {
        padding: 48px 0 22px 0;
    }

        .main .j-list .j-box2 .select_box {
            width: 375px;
            height: 40px;
            margin-right: 10px;
            line-height: 40px;
            border: 1px solid #ddd;
            border-radius: 20px;
            font-family: 'Microsoft YaHei';
            font-size: 16px;
            color: #666;
            position: relative;
        }

            .main .j-list .j-box2 .select_box span {
                position: absolute;
                left: 30px;
            }

            .main .j-list .j-box2 .select_box .icon {
                position: absolute;
                right: 20px;
                top: 17px;
                display: block;
                width: 0;
                height: 0;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-top: 7px solid #cacaca;
            }

            .main .j-list .j-box2 .select_box select {
                opacity: 0;
                filter: alpha(opacity=0);
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }

        .main .j-list .j-box2 .input-group {
            width: 375px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ddd;
            border-radius: 20px;
        }

            .main .j-list .j-box2 .input-group .text {
                display: block;
                width: 307px;
                height: 40px;
                padding-left: 28px;
                line-height: 40px;
                font-size: 16px;
                color: #666;
                background: none;
                border: none;
            }

            .main .j-list .j-box2 .input-group .btn {
                display: block;
                width: 40px;
                height: 40px;
                background: none;
                background: url(/cn/static/web/img/join-list-sear.png) no-repeat center center;
            }

    .main .j-list .j-box3 ul {
        float: none;
    }

        .main .j-list .j-box3 ul li {
            float: none;
            border-bottom: 1px solid #dcdcdc;
        }

            .main .j-list .j-box3 ul li.cur .show .left span {
                color: #7fbe26;
            }

            .main .j-list .j-box3 ul li.cur .show .right span {
                color: #7fbe26;
            }

            .main .j-list .j-box3 ul li.cur .show .right .icon {
                background: url(/cn/static/web/img/join-list-icon.png) no-repeat 0 -9px;
            }

            .main .j-list .j-box3 ul li.cur:hover .show .left span {
                color: #7fbe26;
            }

            .main .j-list .j-box3 ul li.cur:hover .show .right .icon {
                background: url(/cn/static/web/img/join-list-icon.png) no-repeat 0 -9px;
            }

            .main .j-list .j-box3 ul li:hover .show .left span {
                color: #7fbe26;
            }

            .main .j-list .j-box3 ul li:hover .show .right .icon {
                background: url(/cn/static/web/img/join-list-icon.png) no-repeat 0 -38px;
            }

            .main .j-list .j-box3 ul li .show {
                padding: 16px 0;
                cursor: pointer;
            }

                .main .j-list .j-box3 ul li .show .left .span1 {
                    padding: 0 42px 0 15px;
                    font-size: 16px;
                    line-height: 16px;
                    color: #555;
                }

                .main .j-list .j-box3 ul li .show .left .span2 {
                    padding: 0 15px;
                    border-left: 1px solid #b6b6b6;
                    font-size: 14px;
                    line-height: 14px;
                    color: #555;
                    opacity: 0.7;
                }

                .main .j-list .j-box3 ul li .show .right {
                    zoom: 1;
                }

                    .main .j-list .j-box3 ul li .show .right .time {
                        float: left;
                        font-size: 14px;
                        line-height: 14px;
                        color: #555;
                        opacity: 0.7;
                    }

                    .main .j-list .j-box3 ul li .show .right .icon {
                        display: block;
                        float: left;
                        width: 12px;
                        height: 12px;
                        margin: 0 30px 0 15px;
                        background: url(/cn/static/web/img/join-list-icon.png) no-repeat 0 -24px;
                    }

            .main .j-list .j-box3 ul li .hide {
                display: none;
                padding-bottom: 20px;
            }

                .main .j-list .j-box3 ul li .hide .pop-title {
                    margin: 0 15px;
                    line-height: 58px;
                    font-size: 24px;
                    color: #3595f1;
                }

                .main .j-list .j-box3 ul li .hide table {
                    margin-top: 10px;
                    margin-left: 15px;
                }

                    .main .j-list .j-box3 ul li .hide table td {
                        padding: 5px;
                        text-align: left;
                        font-size: 14px;
                    }

                .main .j-list .j-box3 ul li .hide .submbtn {
                    display: block;
                    width: 123px;
                    margin: 0 12px;
                    text-align: center;
                    line-height: 40px;
                    color: #FFF;
                    background: #3595f1;
                    margin-top: 10px;
                }

    .main .j-list .j-box3 .page {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        clear: both;
        margin: 47px auto 90px;
    }

        .main .j-list .j-box3 .page a.p1 {
            width: 100px;
            height: 36px;
        }

        .main .j-list .j-box3 .page a.active,
        .main .j-list .j-box3 .page a:hover {
            background: #7ab725;
            color: #fff;
        }

        .main .j-list .j-box3 .page a {
            text-decoration: none;
            color: #666666;
            background: #e4e4e4;
            width: 36px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            display: inline-block;
            margin: 0 5px;
            float: none;
        }

/* header.php  E*/
/* h5_dream.php  S */
.contact_wgx .contact-new ul li.con0 span {
    animation-duration: 1s;
    animation-name: mapbg-hover;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.contact_wgx .contact-new ul li.con0 {
    position: relative;
}

@keyframes mapbg-hover {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.js-city-hover {
    animation-duration: 1.5s;
    animation-name: mapbg-hover2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes mapbg-hover2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

.share {
    margin-left: 8px !important;
}

.search-bar {
    margin-top: 27px;
    /* padding: 0 27px 0 18px; */
}

    .search-bar.open {
        position: absolute;
        margin-top: 0;
        padding: 0;
        right: 10px;
    }

    .search-bar form {
        min-width: 30px;
        /* height: 30px; */
        overflow: hidden;
    }

        .search-bar form input.search-input {
            display: block;
            width: 0;
            border: none;
            outline: none;
            box-shadow: none;
            background: none;
            height: 28px;
            line-height: 28px;
            margin-top: 8px;
            color: #000;
            text-indent: 1em;
        }

            .search-bar form input.search-input.border {
                border: 2px solid #adadad;
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
                border-left: none;
            }

        .search-bar form div {
            position: relative;
            width: 30px;
            height: 35px;
            margin: 5px 0 0 0;
        }

            .search-bar form div:hover input.search-btn {
                border: 2px solid #8ac33a;
            }

            .search-bar form div:hover span.search-icon {
                background-image: url(/cn/static/web/img/search_icon_h.png);
            }

            .search-bar form div input.search-btn {
                position: absolute;
                display: block;
                width: 30px;
                height: 32px;
                margin-top: 3px;
                border: none;
                outline: none;
                box-shadow: none;
                background: none;
                z-index: 2;
                border: 2px solid #adadad;
                border-radius: 15px;
            }

                .search-bar form div input.search-btn.border {
                    border: 2px solid #adadad;
                    border-top-left-radius: 15px;
                    border-bottom-left-radius: 15px;
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                    border-right: none;
                }

            .search-bar form div span.search-icon {
                position: absolute;
                display: block;
                width: 30px;
                height: 30px;
                margin-top: 5px;
                background-image: url(/cn/static/web/img/search_icon.png);
                background-position: 7px 6px;
                background-repeat: no-repeat;
                cursor: pointer;
                z-index: 3;
            }

#fp-nav ul li {
    float: none;
}

.main_sw {
    /*.padding-top: 99px; */
}

    .main_sw.dream .header_wgx {
        position: fixed;
        z-index: 100;
    }

    .main_sw.dream #fullpage .section {
        overflow: hidden;
    }

    .main_sw.dream #fullpage .section1 {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url(/cn/static/web/img/section1-0.jpg);
        background-repeat: no-repeat;
        background-position: 74% 0;
        /*.right{
        img{
          display: block;
          position: absolute;
          bottom: 0;
        } */
        /* .img1{
          position: absolute;
          left: 49.40%;
          z-index: 100;
        }
        .img2{
          position: absolute;
          left: 52.75%;
          bottom: 0;
          z-index: 99;
        } 
      } */
    }

        .main_sw.dream #fullpage .section1 .left {
            position: absolute;
            left: 50%;
            margin-left: -600px;
            top: 50%;
            width: 334px;
            height: 302px;
            margin-top: -151px;
        }

            .main_sw.dream #fullpage .section1 .left h4 {
                height: 72px;
                margin-left: -156px;
                opacity: 0;
                background: url(/cn/static/web/img/dream-text-1.png) no-repeat left center;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .icon {
                display: block;
                width: 71px;
                height: 70px;
                position: absolute;
                top: 106px;
                /* margin: 30px 10px 75px 0; */
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .icon1 {
                /* left: 0+220px; */
                background: url(/cn/static/web/img/icon1-1.png) no-repeat center;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .action1 {
                animation: icon1 1s;
                -moz-animation: icon1 1s;
                /* Firefox */
                -webkit-animation: icon1 1s;
                /* Safari & Chrome */
                -o-animation: icon1 1s;
                /* Opera */
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .icon2 {
                /* left: 81px+220px; */
                background: url(/cn/static/web/img/icon1-2.png) no-repeat center;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .action2 {
                animation: icon2 1s;
                -moz-animation: icon2 1s;
                /* Firefox */
                -webkit-animation: icon2 1s;
                /* Safari & Chrome */
                -o-animation: icon2 1s;
                /* Opera */
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
                animation-delay: 0.1s;
                -moz-animation-delay: 0.1s;
                -webkit-animation-delay: 0.1s;
                -o-animation-delay: 0.1s;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .icon3 {
                /* left: 162px+220px; */
                background: url(/cn/static/web/img/icon1-3.png) no-repeat center;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .action3 {
                animation: icon3 1s;
                -moz-animation: icon3 1s;
                /* Firefox */
                -webkit-animation: icon3 1s;
                /* Safari & Chrome */
                -o-animation: icon3 1s;
                /* Opera */
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
                animation-delay: 0.2s;
                -moz-animation-delay: 0.2s;
                -webkit-animation-delay: 0.2s;
                -o-animation-delay: 0.2s;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .icon4 {
                /* left: 243px+220px; */
                background: url(/cn/static/web/img/icon1-4.png) no-repeat center;
            }

            .main_sw.dream #fullpage .section1 .left .icon-box .action4 {
                animation: icon4 1s;
                -moz-animation: icon4 1s;
                /* Firefox */
                -webkit-animation: icon4 1s;
                /* Safari & Chrome */
                -o-animation: icon4 1s;
                /* Opera */
                animation-fill-mode: both;
                -webkit-animation-fill-mode: both;
                animation-delay: 0.3s;
                -moz-animation-delay: 0.3s;
                -webkit-animation-delay: 0.3s;
                -o-animation-delay: 0.3s;
            }

            .main_sw.dream #fullpage .section1 .left .download {
                position: absolute;
                bottom: 0;
                left: -156px;
                width: 264px;
                height: 61px;
                font-size: 24px;
                background-color: #7fbe25;
                color: #fff;
                text-align: center;
                line-height: 61px;
                cursor: pointer;
            }

                .main_sw.dream #fullpage .section1 .left .download .iconfont {
                    padding-left: 15px;
                    font-size: 21px;
                }

@keyframes icon1 {
    0% {
        left: 220px;
        transform: rotate(0deg);
    }

    100% {
        left: 0px;
        transform: rotate(360deg);
    }
}

@-moz-keyframes icon1 /* Firefox */ {
    0% {
        left: 220px;
        -moz-transform: rotate(0deg);
        /* Firefox */
    }

    100% {
        left: 0px;
        -moz-transform: rotate(360deg);
        /* Firefox */
    }
}

@-webkit-keyframes icon1 /* Safari & Chrome */ {
    0% {
        left: 220px;
        -webkit-transform: rotate(0deg);
        /* Safari and Chrome */
    }

    100% {
        left: 0px;
        -webkit-transform: rotate(360deg);
        /* Safari and Chrome */
    }
}

@-o-keyframes icon1 /* Opera */ {
    0% {
        left: 220px;
        -o-transform: rotate(0deg);
        /* Opera */
    }

    100% {
        left: 0px;
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

@keyframes icon2 {
    0% {
        left: 301px;
        transform: rotate(0deg);
    }

    100% {
        left: 81px;
        transform: rotate(360deg);
    }
}

@-moz-keyframes icon2 /* Firefox */ {
    0% {
        left: 301px;
        -moz-transform: rotate(0deg);
        /* Firefox */
    }

    100% {
        left: 81px;
        -moz-transform: rotate(360deg);
        /* Firefox */
    }
}

@-webkit-keyframes icon2 /* Safari & Chrome */ {
    0% {
        left: 301px;
        -webkit-transform: rotate(0deg);
        /* Safari and Chrome */
    }

    100% {
        left: 81px;
        -webkit-transform: rotate(360deg);
        /* Safari and Chrome */
    }
}

@-o-keyframes icon3 /* Opera */ {
    0% {
        left: 301px;
        -o-transform: rotate(0deg);
        /* Opera */
    }

    100% {
        left: 81px;
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

@keyframes icon3 {
    0% {
        left: 382px;
        transform: rotate(0deg);
    }

    100% {
        left: 162px;
        transform: rotate(360deg);
    }
}

@-moz-keyframes icon3 /* Firefox */ {
    0% {
        left: 382px;
        -moz-transform: rotate(0deg);
        /* Firefox */
    }

    100% {
        left: 162px;
        -moz-transform: rotate(360deg);
        /* Firefox */
    }
}

@-webkit-keyframes icon3 /* Safari & Chrome */ {
    0% {
        left: 382px;
        -webkit-transform: rotate(0deg);
        /* Safari and Chrome */
    }

    100% {
        left: 162px;
        -webkit-transform: rotate(360deg);
        /* Safari and Chrome */
    }
}

@-o-keyframes icon3 /* Opera */ {
    0% {
        left: 382px;
        -o-transform: rotate(0deg);
        /* Opera */
    }

    100% {
        left: 162px;
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

@-o-keyframes icon3 /* Opera */ {
    0% {
        left: 301px;
        -o-transform: rotate(0deg);
        /* Opera */
    }

    100% {
        left: 81px;
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

@keyframes icon4 {
    0% {
        left: 463px;
        transform: rotate(0deg);
    }

    100% {
        left: 243px;
        transform: rotate(360deg);
    }
}

@-moz-keyframes icon4 /* Firefox */ {
    0% {
        left: 463px;
        -moz-transform: rotate(0deg);
        /* Firefox */
    }

    100% {
        left: 243px;
        -moz-transform: rotate(360deg);
        /* Firefox */
    }
}

@-webkit-keyframes icon4 /* Safari & Chrome */ {
    0% {
        left: 463px;
        -webkit-transform: rotate(0deg);
        /* Safari and Chrome */
    }

    100% {
        left: 243px;
        -webkit-transform: rotate(360deg);
        /* Safari and Chrome */
    }
}

@-o-keyframes icon4 /* Opera */ {
    0% {
        left: 463px;
        -o-transform: rotate(0deg);
        /* Opera */
    }

    100% {
        left: 243px;
        -o-transform: rotate(360deg);
        /* Opera */
    }
}

.main_sw.dream #fullpage .section2 {
    position: relative;
    background-color: #222;
    overflow: hidden;
}

    .main_sw.dream #fullpage .section2 .bottle {
        position: absolute;
        bottom: 50%;
        /* margin-top: -331px; */
        left: 50%;
        margin-left: -146px;
        z-index: 100;
        /* @media(max-height: 810px){
          &{
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            -o-transform: scale(0.85);
            transform: scale(0.85);
            zoom: .85;
          }
        }
        @media(max-height: 640px){
          &{
            -webkit-transform: scale(0.80);
            -moz-transform: scale(0.80);
            -ms-transform: scale(0.80);
            -o-transform: scale(0.80);
            transform: scale(0.80);
            zoom: .80;
          }
        } */
    }

    .main_sw.dream #fullpage .section2 .bottle-bg {
        position: absolute;
        bottom: -10%;
        left: 50%;
        margin-left: -155px;
        z-index: 99;
    }

@media (max-height: 810px) {
    .main_sw.dream #fullpage .section2 .bottle-bg {
        /* &{
              -webkit-transform: scale(0.85);
              -moz-transform: scale(0.85);
              -ms-transform: scale(0.85);
              -o-transform: scale(0.85);
              transform: scale(0.85);
              // zoom: .85;
            } */
    }
}

@media (max-height: 640px) {
    .main_sw.dream #fullpage .section2 .bottle-bg {
        /* &{
              -webkit-transform: scale(0.80);
              -moz-transform: scale(0.80);
              -ms-transform: scale(0.80);
              -o-transform: scale(0.80);
              transform: scale(0.80);
              // zoom: .80;
            } */
    }
}

.main_sw.dream #fullpage .section2 .cri1 {
    position: absolute;
    width: 1138px;
    height: 192px;
    left: 50%;
    bottom: 290px;
    margin-left: -569px;
    background: url(/cn/static/web/img/cri-bg.png) no-repeat center;
    opacity: 0;
    z-index: 101;
    /* @media(max-height: 810px){
          &{
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            -o-transform: scale(0.85);
            transform: scale(0.85);
            zoom: .85;
            bottom: 290px;
          }
        }
        @media(max-height: 640px){
          &{
            -webkit-transform: scale(0.80);
            -moz-transform: scale(0.80);
            -ms-transform: scale(0.80);
            -o-transform: scale(0.80);
            transform: scale(0.80);
            zoom: .80;
            bottom: 290px;
          }
        } */
}

.main_sw.dream #fullpage .section2 .cri2 {
    position: absolute;
    width: 1138px;
    height: 192px;
    left: 50%;
    bottom: 290px;
    margin-left: -569px;
    background: url(/cn/static/web/img/cri-bg.png) no-repeat center;
    opacity: 0;
    /* @media(max-height: 810px){
          &{
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            -o-transform: scale(0.85);
            transform: scale(0.85);
            zoom: .85;
            bottom: 290px;
          }
        }
        @media(max-height: 640px){
          &{
            -webkit-transform: scale(0.80);
            -moz-transform: scale(0.80);
            -ms-transform: scale(0.80);
            -o-transform: scale(0.80);
            transform: scale(0.80);
            zoom: .80;
            bottom: 290px;
          }
        } */
}

    .main_sw.dream #fullpage .section2 .cri2 .box {
        position: absolute;
        left: 574px;
        top: -24px;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        font-size: 12px;
        text-align: center;
        line-height: 75px;
        color: #fff;
        -webkit-animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -moz-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -ms-animation-iteration-count: infinite;
        -o-animation-timing-function: linear;
        -o-animation-iteration-count: infinite;
    }

    .main_sw.dream #fullpage .section2 .cri2:hover .box {
        animation-play-state: paused;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box1 {
        background-color: #f6cb79;
        -webkit-animation-duration: 12s;
        -webkit-animation-name: box1;
        -moz-animation-duration: 12s;
        -moz-animation-name: box1;
        -ms-animation-duration: 12s;
        -ms-animation-name: box1;
        -o-animation-duration: 12s;
        -o-animation-name: box1;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box2 {
        background-color: #e2adfe;
        -webkit-animation-duration: 11.5s;
        -webkit-animation-name: box2;
        -moz-animation-duration: 11.5s;
        -moz-animation-name: box2;
        -ms-animation-duration: 11.5s;
        -ms-animation-name: box2;
        -o-animation-duration: 11.5s;
        -o-animation-name: box2;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box3 {
        background-color: #bec555;
        -webkit-animation-duration: 10s;
        -webkit-animation-name: box3;
        -moz-animation-duration: 10s;
        -moz-animation-name: box3;
        -ms-animation-duration: 10s;
        -ms-animation-name: box3;
        -o-animation-duration: 10s;
        -o-animation-name: box3;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box4 {
        background-color: #f29f9f;
        -webkit-animation-duration: 9.5s;
        -webkit-animation-name: box4;
        -moz-animation-duration: 9.5s;
        -moz-animation-name: box4;
        -ms-animation-duration: 9.5s;
        -ms-animation-name: box4;
        -o-animation-duration: 9.5s;
        -o-animation-name: box4;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box5 {
        background-color: #abda74;
        -webkit-animation-duration: 8s;
        -webkit-animation-name: box5;
        -moz-animation-duration: 8s;
        -moz-animation-name: box5;
        -ms-animation-duration: 8s;
        -ms-animation-name: box5;
        -o-animation-duration: 8s;
        -o-animation-name: box5;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box6 {
        background-color: #83cfeb;
        -webkit-animation-duration: 13.5s;
        -webkit-animation-name: box6;
        -moz-animation-duration: 13.5s;
        -moz-animation-name: box6;
        -ms-animation-duration: 13.5s;
        -ms-animation-name: box6;
        -o-animation-duration: 13.5s;
        -o-animation-name: box6;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box7 {
        background-color: #88abda;
        -webkit-animation-duration: 14s;
        -webkit-animation-name: box7;
        -moz-animation-duration: 14s;
        -moz-animation-name: box7;
        -ms-animation-duration: 14s;
        -ms-animation-name: box7;
        -o-animation-duration: 14s;
        -o-animation-name: box7;
    }

    .main_sw.dream #fullpage .section2 .cri2 .box8 {
        background-color: #68ded1;
        -webkit-animation-duration: 14.5s;
        -webkit-animation-name: box8;
        -moz-animation-duration: 14.5s;
        -moz-animation-name: box8;
        -ms-animation-duration: 14.5s;
        -ms-animation-name: box8;
        -o-animation-duration: 14.5s;
        -o-animation-name: box8;
    }

@keyframes box1 {
    0% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 574px;
        top: 155px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1148px;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

@keyframes box2 {
    0% {
        left: 570px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 46px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 570px;
        top: 116px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1140px;
        top: 46px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 570px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

@keyframes box3 {
    0% {
        left: 570px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 41px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 570px;
        top: 126px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1140px;
        top: 41px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 570px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

@keyframes box4 {
    0% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 66px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 574px;
        top: 116px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1148px;
        top: 66px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

@keyframes box5 {
    0% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 31px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 574px;
        top: 115px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1148px;
        top: 31px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

@keyframes box6 {
    0% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 574px;
        top: 155px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1148px;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

@keyframes box7 {
    0% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 574px;
        top: 155px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1148px;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

@keyframes box8 {
    0% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }

    25% {
        left: 0;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    50% {
        left: 574px;
        top: 155px;
        transform: scale(1.3);
        z-index: 102;
    }

    75% {
        left: 1148px;
        top: 61px;
        transform: scale(1);
        z-index: 101;
    }

    100% {
        left: 574px;
        top: -24px;
        transform: scale(0.7);
        z-index: 99;
    }
}

.main_sw.dream #fullpage .section3 {
    position: relative;
}

    .main_sw.dream #fullpage .section3 .sec-bg {
        position: absolute;
        top: 0;
        left: 0;
    }

@media (max-width: 1530px) {
    .main_sw.dream #fullpage .section3 .sec-bg {
        left: -200px;
    }
}

@media (max-width: 1380px) {
    .main_sw.dream #fullpage .section3 .sec-bg {
        left: -258px;
        /* transform: scale(0.85); */
    }
}

@media (max-height: 916px) {
    .main_sw.dream #fullpage .section3 .sec-bg {
        top: -140px;
    }
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section3 .sec-bg {
        top: -300px;
    }
}

.main_sw.dream #fullpage .section3 h4 {
    height: 48px;
    padding-top: 0%;
    background-image: url(/cn/static/web/img/dream-text-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.main_sw.dream #fullpage .section3 .point {
    width: 146px;
    height: 146px;
    opacity: 0;
    /* @media(max-height:800px){
          &{
            -webkit-transform: scale(0.85);
            -moz-transform: scale(0.85);
            -ms-transform: scale(0.85);
            -o-transform: scale(0.85);
            transform: scale(0.85);
            zoom: .85;
          }
        } */
}

    .main_sw.dream #fullpage .section3 .point .wave {
        width: 78px;
        height: 78px;
        background-image: url(/cn/static/web/img/section3-icon.png);
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        cursor: pointer;
    }

        .main_sw.dream #fullpage .section3 .point .wave:hover {
            opacity: 1;
        }

    .main_sw.dream #fullpage .section3 .point .wave-hover {
        animation-duration: 1s;
        animation-name: wave-hover;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

@keyframes wave-hover {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.75);
    }

    100% {
        transform: scale(1);
    }
}

.main_sw.dream #fullpage .section3 .point_1 {
    position: absolute;
    top: 410px;
    left: 234px;
    background-image: url(/cn/static/web/img/wifi_1.png);
    background-position: 65px 30px;
    background-repeat: no-repeat;
}

@media (max-width: 1530px) {
    .main_sw.dream #fullpage .section3 .point_1 {
        left: 234px-200px;
    }
}

@media (max-width: 1380px) {
    .main_sw.dream #fullpage .section3 .point_1 {
        left: 0;
    }
}

@media (max-height: 916px) {
    .main_sw.dream #fullpage .section3 .point_1 {
        top: 410px-140px;
    }
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section3 .point_1 {
        top: 180px;
    }
}

.main_sw.dream #fullpage .section3 .point_1 .wave {
    margin-top: 27px;
}

.main_sw.dream #fullpage .section3 .point_2 {
    position: absolute;
    top: 506px;
    left: 744px;
    background-image: url(/cn/static/web/img/wifi_2.png);
    background-position: 65px 30px;
    background-repeat: no-repeat;
}

    .main_sw.dream #fullpage .section3 .point_2 .wave {
        margin-left: 60px;
    }

@media (max-width: 1530px) {
    .main_sw.dream #fullpage .section3 .point_2 {
        left: 744px-200px;
    }
}

@media (max-width: 1380px) {
    .main_sw.dream #fullpage .section3 .point_2 {
        left: 744px-258px;
    }
}

@media (max-height: 916px) {
    .main_sw.dream #fullpage .section3 .point_2 {
        top: 506px-140px;
    }
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section3 .point_2 {
        top: 506px-300px;
    }
}

.main_sw.dream #fullpage .section3 .point_3 {
    position: absolute;
    top: 560px;
    left: 854px;
    background-image: url(/cn/static/web/img/wifi_3.png);
    background-position: 65px 30px;
    background-repeat: no-repeat;
}

    .main_sw.dream #fullpage .section3 .point_3 .wave {
        margin: 60px 0 0 17px;
    }

@media (max-width: 1530px) {
    .main_sw.dream #fullpage .section3 .point_3 {
        left: 854px-200px;
    }
}

@media (max-width: 1380px) {
    .main_sw.dream #fullpage .section3 .point_3 {
        left: 580px;
    }
}

@media (max-height: 916px) {
    .main_sw.dream #fullpage .section3 .point_3 {
        top: 560px-140px;
    }
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section3 .point_3 {
        top: 560px-300px;
    }
}

.main_sw.dream #fullpage .section3 .point_4 {
    position: absolute;
    top: 638px;
    left: 1116px;
    background-image: url(/cn/static/web/img/wifi_4.png);
    background-position: 65px 30px;
    background-repeat: no-repeat;
}

    .main_sw.dream #fullpage .section3 .point_4 .wave {
        margin: 70px 0 0 6px;
    }

@media (max-width: 1530px) {
    .main_sw.dream #fullpage .section3 .point_4 {
        left: 1116px-200px;
    }
}

@media (max-width: 1380px) {
    .main_sw.dream #fullpage .section3 .point_4 {
        left: 1116px-258px;
    }
}

@media (max-height: 916px) {
    .main_sw.dream #fullpage .section3 .point_4 {
        top: 638px-140px;
    }
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section3 .point_4 {
        top: 638px-300px;
    }
}

.main_sw.dream #fullpage .section3 .point_5 {
    position: absolute;
    top: 532px;
    left: 1336px;
    background-image: url(/cn/static/web/img/wifi_5.png);
    background-position: 10px -12px;
    background-repeat: no-repeat;
}

    .main_sw.dream #fullpage .section3 .point_5 .wave {
        margin: 83px 0 0 48px;
    }

@media (max-width: 1530px) {
    .main_sw.dream #fullpage .section3 .point_5 {
        left: 1336px-200px;
    }
}

@media (max-width: 1380px) {
    .main_sw.dream #fullpage .section3 .point_5 {
        left: 1336px-258px;
    }
}

@media (max-height: 916px) {
    .main_sw.dream #fullpage .section3 .point_5 {
        top: 532px-140px;
    }
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section3 .point_5 {
        top: 532px-300px;
    }
}

.main_sw.dream #fullpage .section4 {
    position: relative;
}

    .main_sw.dream #fullpage .section4 .title {
        position: absolute;
        top: 0%;
        left: 50%;
        width: 380px;
        height: 102px;
        margin-left: -190px;
        font-size: 55px;
        line-height: 55px;
        font-weight: 100;
        color: #363535;
        text-align: center;
        background: url(/cn/static/web/img/dream-text-3.png) no-repeat center center;
    }

    .main_sw.dream #fullpage .section4 .length {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -510px;
        width: 510px;
        background: url(/cn/static/web/img/section4-line.png) no-repeat right 70%;
        z-index: 103;
    }

        .main_sw.dream #fullpage .section4 .length .tips {
            height: 75px;
            padding-bottom: 15px;
            font-size: 24px;
            line-height: 24px;
            color: #5d5d5d;
            background: url(/cn/static/web/img/dream-text-4.png) no-repeat left 4px;
        }

.icpHover:hover {
    color: #fff !important;
}

.main_sw.dream #fullpage .section4 .line-bg {
    display: block;
    width: 0%;
    height: 100%;
    margin: 0 auto;
    background-image: url(/cn/static/web/img/section4-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
}

.main_sw.dream #fullpage .section4 .bottle {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -180px;
}

@media (max-height: 810px) {
    .main_sw.dream #fullpage .section4 .bottle {
        zoom: .85;
        bottom: -5%;
    }
}

@media (max-height: 640px) {
    .main_sw.dream #fullpage .section4 .bottle {
        zoom: .80;
        bottom: -8%;
    }
}

.main_sw.dream #fullpage .section4 .hand {
    position: absolute;
    left: 45%;
    top: 50%;
}

.main_sw.dream #fullpage .section4 .hand-action {
    animation-duration: 2s;
    animation-name: hand;
    transform-origin: 100% 0;
    animation-timing-function: linear;
}

.main_sw.dream #fullpage .section4 .wave {
    position: absolute;
    top: 28%;
    left: 50%;
    display: none;
    margin-left: -153px;
    width: 305px;
    height: 305px;
    background: url(/cn/static/web/img/section4-wave.png) no-repeat center;
}

@media (max-height: 810px) {
    .main_sw.dream #fullpage .section4 .wave {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        zoom: .85;
        bottom: -5%;
    }
}

@media (max-height: 640px) {
    .main_sw.dream #fullpage .section4 .wave {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        zoom: .80;
        bottom: -8%;
    }
}

@keyframes hand {
    0% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Safari and Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
        -moz-transform: rotate(0deg);
        /* Firefox */
        opacity: 1;
    }

    25% {
        transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        /* IE 9 */
        -webkit-transform: rotate(20deg);
        /* Safari and Chrome */
        -o-transform: rotate(20deg);
        /* Opera */
        -moz-transform: rotate(20deg);
        /* Firefox */
        opacity: 0.6;
    }

    50% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Safari and Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
        -moz-transform: rotate(0deg);
        /* Firefox */
        opacity: 1;
    }

    75% {
        transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        /* IE 9 */
        -webkit-transform: rotate(-20deg);
        /* Safari and Chrome */
        -o-transform: rotate(-20deg);
        /* Opera */
        -moz-transform: rotate(-20deg);
        /* Firefox */
        opacity: 0.6;
    }

    100% {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        /* IE 9 */
        -webkit-transform: rotate(0deg);
        /* Safari and Chrome */
        -o-transform: rotate(0deg);
        /* Opera */
        -moz-transform: rotate(0deg);
        /* Firefox */
        opacity: 1;
    }
}

.main_sw.dream #fullpage .section5 {
    position: relative;
    background-color: #333;
    overflow: hidden;
}

    .main_sw.dream #fullpage .section5 .title {
        position: absolute;
        top: 0%;
        left: 50%;
        height: 102px;
        width: 380px;
        margin-left: -190px;
        font-size: 55px;
        line-height: 55px;
        font-weight: 100;
        color: #fff;
        text-align: center;
        background: url(/cn/static/web/img/dream-text-5.png) no-repeat center center;
    }

    .main_sw.dream #fullpage .section5 .hand {
        position: absolute;
        bottom: 0;
        left: 26.5%;
    }

@media (max-width: 1480px) {
    .main_sw.dream #fullpage .section5 .hand {
        left: 19%;
    }
}

.main_sw.dream #fullpage .section5 .hand2-action {
    animation-duration: 1s;
    animation-name: hand2;
    transform-origin: 0 100%;
    animation-iteration-count: 2;
}

@media (max-height: 760px) {
    .main_sw.dream #fullpage .section5 .hand2-action {
        animation-name: hand3;
    }
}

.main_sw.dream #fullpage .section5 .bottle {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -170px;
}

.main_sw.dream #fullpage .section5 .color {
    position: absolute;
    bottom: 430px;
    left: 50%;
    margin-left: -132px;
    z-index: 101;
    opacity: 0;
}

@media (max-height: 760px) {
    .main_sw.dream #fullpage .section5 .bottle {
        width: 280px;
        margin-left: -140px;
    }
}

@media (max-height: 678px) {
    .main_sw.dream #fullpage .section5 .bottle {
        width: 242px;
        margin-left: -123px;
    }
}

@media (max-height: 760px) {
    .main_sw.dream #fullpage .section5 .color {
        bottom: 340px;
        transform: scale(0.8);
    }
}

@media (max-height: 760px) {
    .main_sw.dream #fullpage .section5 .hand {
        transform: scale(0.8);
    }
}

@keyframes hand2 {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes hand3 {
    0% {
        transform: rotate(0deg) scale(0.8);
    }

    50% {
        transform: rotate(10deg) scale(0.8);
    }

    100% {
        transform: rotate(0deg) scale(0.8);
    }
}

.main_sw.dream #fullpage .section6 {
    position: relative;
    background-color: #272727;
}

    .main_sw.dream #fullpage .section6 .title {
        position: absolute;
        bottom: 32%;
        left: 50%;
        width: 380px;
        height: 102px;
        margin-left: -190px;
        font-size: 55px;
        line-height: 55px;
        font-weight: 100;
        color: #fff;
        text-align: center;
        background: url(/cn/static/web/img/dream-text-6.png) no-repeat center center;
    }

@media (max-height: 850px) {
    .main_sw.dream #fullpage .section6 .title {
        bottom: 28%;
    }
}

.main_sw.dream #fullpage .section6 .bottle {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -250px;
    width: 506px;
}

@media (max-height: 760px) {
    .main_sw.dream #fullpage .section6 .bottle {
        width: 415px;
        margin-left: -205px;
    }
}

@media (max-height: 678px) {
    .main_sw.dream #fullpage .section6 .bottle {
        width: 358px;
        margin-left: -179px;
    }
}

.main_sw.dream #fullpage .section6 .color {
    position: absolute;
    left: 50%;
    top: 265px;
    margin-left: -221px;
    width: 0;
    height: 40px;
}

.main_sw.dream #fullpage .section6 .color-auto {
    position: absolute;
    left: 50%;
    margin-left: -221px;
    width: 443px;
    height: 23px;
    top: 265px;
    background: url(/cn/static/web/img/color-b.png);
    background-repeat: no-repeat;
}

@media (max-height: 760px) {
    .main_sw.dream #fullpage .section6 .color-auto {
        top: 220px;
        width: 364px;
        margin-left: -182px;
        height: 14px;
    }
}

@media (max-height: 678px) {
    .main_sw.dream #fullpage .section6 .color-auto {
        top: 185px;
        width: 310px;
        margin-left: -156px;
        height: 14px;
    }
}

.main_sw.dream #fullpage .section6 .green {
    top: 258px;
    background: url(/cn/static/web/img/green.png) no-repeat 0 0;
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section6 .green {
        top: 258px-120px;
    }
}

.main_sw.dream #fullpage .section6 .blue {
    top: 258px;
    background: url(/cn/static/web/img/blue.png) no-repeat 0 0;
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section6 .blue {
        top: 258px-120px;
    }
}

.main_sw.dream #fullpage .section6 .red {
    top: 258px;
    background: url(/cn/static/web/img/red.png) no-repeat 0 0;
}

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section6 .red {
        top: 258px-120px;
    }
}

.main_sw.dream #fullpage .section6 .point-group {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -387px;
    width: 774px;
    height: 240px;
}

@media (max-height: 850px) {
    .main_sw.dream #fullpage .section6 .point-group {
        height: 190px;
    }
}

@media (max-height: 700px) {
    .main_sw.dream #fullpage .section6 .point-group {
        height: 145px;
    }
}

.main_sw.dream #fullpage .section6 .point-group .green-point,
.main_sw.dream #fullpage .section6 .point-group .blue-point,
.main_sw.dream #fullpage .section6 .point-group .red-point {
    width: 258px;
}

    .main_sw.dream #fullpage .section6 .point-group .green-point img,
    .main_sw.dream #fullpage .section6 .point-group .blue-point img,
    .main_sw.dream #fullpage .section6 .point-group .red-point img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border-radius: 50%;
        cursor: pointer;
    }

    .main_sw.dream #fullpage .section6 .point-group .green-point .tips,
    .main_sw.dream #fullpage .section6 .point-group .blue-point .tips,
    .main_sw.dream #fullpage .section6 .point-group .red-point .tips {
        height: 21px;
        padding-top: 15px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        background-image: url(/cn/static/web/img/dream-text-10.png);
        background-repeat: no-repeat;
    }

    .main_sw.dream #fullpage .section6 .point-group .green-point img {
        border: 1px solid #51e738;
    }

    .main_sw.dream #fullpage .section6 .point-group .green-point .tips {
        background-position: 80px center;
    }

    .main_sw.dream #fullpage .section6 .point-group .blue-point img {
        border: 1px solid #20c3ff;
    }

    .main_sw.dream #fullpage .section6 .point-group .blue-point .tips {
        background-position: -175px center;
    }

    .main_sw.dream #fullpage .section6 .point-group .red-point img {
        border: 1px solid #ff4949;
    }

    .main_sw.dream #fullpage .section6 .point-group .red-point .tips {
        background-position: -437px center;
    }

.main_sw.dream #fullpage .section7 .text {
    position: absolute;
    top: 14%;
    left: 15%;
    width: 340px;
    height: 236px;
    background: url(/cn/static/web/img/text.jpg) no-repeat center;
}

.main_sw.dream #fullpage .section7 .bot-1 {
    opacity: 0;
    position: absolute;
    bottom: -5%;
    left: 16%;
}

.main_sw.dream #fullpage .section7 .bot-2 {
    opacity: 0;
    position: absolute;
    bottom: -5%;
    left: 20%;
}

.main_sw.dream #fullpage .section7 .bot-3 {
    opacity: 0;
    position: absolute;
    bottom: -5%;
    left: 25%;
}

.main_sw.dream #fullpage .section7 .bot-4 {
    opacity: 0;
    position: absolute;
    bottom: -5%;
    left: 32%;
}

.main_sw.dream #fullpage .section7 .bot-5 {
    opacity: 0;
    position: absolute;
    bottom: -5%;
    left: 41%;
}

.main_sw.dream #fullpage .section7 .bot-6 {
    opacity: 0;
    position: absolute;
    bottom: -5%;
    left: 52%;
}

@media (max-height: 810px) {
    .main_sw.dream #fullpage .section7 .bot {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        zoom: .85;
    }
}

.main_sw.dream #fullpage .section8 .bot-btm {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -266px;
    width: 582px;
    height: 578px;
    background: url(/cn/static/web/img/bot-btm.png) no-repeat center;
}

    .main_sw.dream #fullpage .section8 .bot-btm .point-1,
    .main_sw.dream #fullpage .section8 .bot-btm .point-2,
    .main_sw.dream #fullpage .section8 .bot-btm .point-3,
    .main_sw.dream #fullpage .section8 .bot-btm .point-4,
    .main_sw.dream #fullpage .section8 .bot-btm .point-5,
    .main_sw.dream #fullpage .section8 .bot-btm .point-6,
    .main_sw.dream #fullpage .section8 .bot-btm .point-7,
    .main_sw.dream #fullpage .section8 .bot-btm .point-8 {
        position: absolute;
        width: 143px;
        height: 143px;
        /* display: none; */
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-1 {
        top: 280px;
        left: 218px;
        background: url(/cn/static/web/img/section8-wave.png) no-repeat center;
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-2 {
        top: 180px;
        left: 44px;
        background: url(/cn/static/web/img/section8-wave2.png) no-repeat center;
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-3 {
        bottom: 64px;
        left: 216px;
        background: url(/cn/static/web/img/section8-wave2.png) no-repeat center;
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-4 {
        bottom: 130px;
        left: 25px;
        background: url(/cn/static/web/img/section8-wave2.png) no-repeat center;
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-5 {
        bottom: 237px;
        left: 130px;
        background: url(/cn/static/web/img/section8-wave.png) no-repeat center;
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-6 {
        bottom: 239px;
        left: 204px;
        background: url(/cn/static/web/img/section8-wave.png) no-repeat center;
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-7 {
        bottom: 243px;
        left: 280px;
        background: url(/cn/static/web/img/section8-wave.png) no-repeat center;
    }

    .main_sw.dream #fullpage .section8 .bot-btm .point-8 {
        bottom: 236px;
        left: 314px;
        background: url(/cn/static/web/img/section8-wave.png) no-repeat center;
    }

@media (max-height: 780px) {
    .main_sw.dream #fullpage .section8 .tips-icon .js-icon {
        transform: scale(0.85);
    }
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-1 {
    position: absolute;
    right: 10%;
    top: 13%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-2 {
    position: absolute;
    right: 10%;
    top: 23%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-3 {
    position: absolute;
    right: 10%;
    top: 32%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-4 {
    position: absolute;
    right: 10%;
    top: 42%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-5 {
    position: absolute;
    right: 10%;
    top: 54%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-6 {
    position: absolute;
    right: 10%;
    top: 64%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-7 {
    position: absolute;
    right: 10%;
    top: 73%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section8 .tips-icon .icon-8 {
    position: absolute;
    right: 10%;
    top: 83%;
    cursor: pointer;
}

.main_sw.dream #fullpage .section9 {
    position: relative;
    background-color: #1a1a1a;
}

    .main_sw.dream #fullpage .section9 .box {
        position: relative;
        width: 1027px;
        margin: 0 auto;
    }

        .main_sw.dream #fullpage .section9 .box .bot {
            position: absolute;
            top: 144px;
            right: 0;
            z-index: 101;
        }

        .main_sw.dream #fullpage .section9 .box .title {
            display: none;
            position: absolute;
            top: 144px;
            left: 0;
            width: 725px;
            height: 196px;
            padding-top: 66px;
            z-index: 104;
            background: url(/cn/static/web/img/dream-text-9.png) no-repeat left 68px;
        }

            .main_sw.dream #fullpage .section9 .box .title .bg-line {
                position: absolute;
                bottom: 22px;
                right: 0;
            }

    .main_sw.dream #fullpage .section9 .bg {
        position: absolute;
        bottom: -8%;
        display: block;
        width: 100%;
        z-index: 100;
    }

.main_sw.dream #fullpage .section10 {
    position: relative;
}

    .main_sw.dream #fullpage .section10 .file {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -260px;
        margin-left: -612px;
        width: 1224px;
        height: 560px;
        overflow: auto;
    }

        .main_sw.dream #fullpage .section10 .file .download {
            display: block;
            width: 180px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            margin: 30px auto 0;
            background-color: #7fbe26;
            color: #fff;
            cursor: pointer;
        }

    .main_sw.dream #fullpage .section10 .file-deg img {
        transform-origin: 0 bottom;
        -ms-transform-origin: 0 bottom;
        -webkit-transform-origin: 0 bottom;
        -moz-transform-origin: 0 bottom;
        -o-transform-origin: 0 bottom;
        -webkit-transform: rotateX(-60deg);
        transform: rotateX(-60deg);
        -moz-transform: rotateX(-60deg);
        /* Firefox */
        -webkit-animation-duration: 1.5s;
        -webkit-animation-name: deg1;
        animation-fill-mode: forwards;
    }

@-webkit-keyframes deg1 {
    0% {
        -webkit-transform: rotateX(-60deg);
        /* Safari & Chrome */
    }

    100% {
        -webkit-transform: rotateX(0deg);
        /* Safari & Chrome */
    }
}

@media (max-height: 740px) {
    .main_sw.dream #fullpage .section10 .file {
        height: 440px;
        margin-top: -200px;
    }

        .main_sw.dream #fullpage .section10 .file img {
            /*-webkit-transform: scale(0.95);
            -moz-transform: scale(0.95);
            -ms-transform: scale(0.95);
            -o-transform: scale(0.95);
            transform: scale(0.95);*/
            zoom: .95;
        }

        .main_sw.dream #fullpage .section10 .file .download {
            /*margin: 0 auto;*/
        }
}

/* h5_dream.php  E */
/* h5_meeting.php  S */
.main_sw.meeting .section {
    position: relative;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
}

.main_sw.meeting .section1 {
    background: url(/cn/static/web/img/meet-s-1.jpg) no-repeat center;
    background-size: cover;
    height: 750px;
}

    .main_sw.meeting .section1 .zig {
        position: absolute;
        top: 10%;
        left: 50%;
        margin-left: -114px;
    }

    .main_sw.meeting .section1 .title {
        width: 610px;
        margin: 0 auto;
        padding-top: 10%;
        font-family: 'Microsoft YaHei';
        text-align: center;
        opacity: 0;
    }

        .main_sw.meeting .section1 .title h4 {
            padding-bottom: 35px;
            font-size: 55px;
            font-weight: 100;
            line-height: 55px;
            color: #444;
        }

        .main_sw.meeting .section1 .title small {
            display: block;
            font-size: 18px;
            line-height: 18px;
            color: #666;
        }

.main_sw.meeting .section2 {
    background-color: #16afbf;
    height: 820px;
}

    .main_sw.meeting .section2 .left {
        position: absolute;
        top: 50%;
        margin-top: -255px;
        margin-left: 16%;
        width: 50%;
        height: 688px;
        color: #fff;
    }

        .main_sw.meeting .section2 .left .box1 {
            padding-bottom: 50px;
            color: #fff;
        }

            .main_sw.meeting .section2 .left .box1 h4 {
                font-size: 44px;
                line-height: 48px;
                padding-bottom: 40px;
                font-weight: 100;
            }

            .main_sw.meeting .section2 .left .box1 div {
                font-size: 16px;
                line-height: 24px;
            }

        .main_sw.meeting .section2 .left .box2 {
            color: #fff;
        }

            .main_sw.meeting .section2 .left .box2 h4 {
                font-size: 44px;
                line-height: 48px;
                padding-bottom: 40px;
                font-weight: 100;
            }

            .main_sw.meeting .section2 .left .box2 div {
                width: 295px;
                padding-left: 54px;
                padding-top: 14px;
                padding-bottom: 20px;
                font-size: 16px;
                line-height: 24px;
                background: url(/cn/static/web/img/meet-s2-textbg.png) no-repeat 0 5px;
            }

@media (max-width: 1400px) {
    .main_sw.meeting .section2 .left {
        margin-left: 11%;
    }
}

.main_sw.meeting .section2 .right {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(/cn/static/web/img/meet-s-2.jpg) no-repeat center;
    background-size: cover;
}

.main_sw.meeting .section8 {
    background-color: #16afbf;
    height: 800px;
}

    .main_sw.meeting .section8 .left {
        position: absolute;
        top: 50%;
        margin-top: -200px;
        margin-left: 16%;
        width: 50%;
        height: 800px;
        color: #fff;
    }

        .main_sw.meeting .section8 .left .box1 {
            padding-bottom: 80px;
            color: #fff;
        }

            .main_sw.meeting .section8 .left .box1 h4 {
                font-size: 44px;
                line-height: 48px;
                padding-bottom: 40px;
                font-weight: 100;
            }

            .main_sw.meeting .section8 .left .box1 div {
                font-size: 24px;
                line-height: 40px;
            }

        .main_sw.meeting .section8 .left .box2 {
            color: #fff;
        }

            .main_sw.meeting .section8 .left .box2 h4 {
                font-size: 44px;
                line-height: 48px;
                padding-bottom: 40px;
                font-weight: 100;
            }

            .main_sw.meeting .section8 .left .box2 div {
                font-size: 24px;
                line-height: 40px;
            }

@media (max-width: 1400px) {
    .main_sw.meeting .section8 .left {
        margin-left: 11%;
    }
}

.main_sw.meeting .section8 .right {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(/cn/static/web/img/meet-s8-1.jpg) no-repeat center;
    background-size: cover;
}

.main_sw.meeting .section9 {
    padding: 80px 0 76px;
    text-align: center;
}

    .main_sw.meeting .section9 h3 {
        font-size: 55px;
        color: #444;
        margin-bottom: 12px;
    }

    .main_sw.meeting .section9 p {
        font-size: 24px;
        color: #666;
    }

.main_sw.meeting .section10 {
    width: 100%;
    height: 800px;
    background: url(/cn/static/web/img/meet-s5-3.jpg) no-repeat center center;
}

.main_sw.meeting .section11 {
    width: 100%;
    height: 800px;
    background: #16afbf;
    color: #fff;
}

    .main_sw.meeting .section11 .left {
        width: 50%;
        padding-top: 150px;
    }

        .main_sw.meeting .section11 .left .box1, .main_sw.meeting .section11 .left .box2 {
            width: 500px;
            float: right;
            margin-right: 95px;
            text-align: center;
        }

        .main_sw.meeting .section11 .left .box1 {
            font-size: 24px;
            line-height: 40px;
            margin-bottom: 75px;
        }

        .main_sw.meeting .section11 .left .box2 {
            font-size: 44px;
        }

    .main_sw.meeting .section11 .right {
        width: 50%;
        height: 800px;
        background: url(/cn/static/web/img/meet-s11-1.jpg) no-repeat center;
    }

.main_sw.meeting .section12, .main_sw.meeting .section13, .main_sw.meeting .section14, .main_sw.meeting .section18 {
    width: 100%;
    height: 800px;
    background: #16afbf;
    color: #fff;
}

    .main_sw.meeting .section12 .left, .main_sw.meeting .section13 .left, .main_sw.meeting .section14 .left, .main_sw.meeting .section18 .left {
        position: absolute;
        width: 50%;
        height: 800px;
        left: 0;
        top: 0;
        background: url(/cn/static/web/img/meet-s12-1.jpg) no-repeat center;
    }

    .main_sw.meeting .section12 .right, .main_sw.meeting .section13 .right, .main_sw.meeting .section14 .right, .main_sw.meeting .section18 .right {
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
    }

        .main_sw.meeting .section12 .right .box, .main_sw.meeting .section13 .right .box, .main_sw.meeting .section14 .right .box, .main_sw.meeting .section18 .right .box {
            width: 490px;
            margin-left: 105px;
            margin-top: 160px;
            font-size: 16px;
            line-height: 30px;
        }

            .main_sw.meeting .section12 .right .box h3, .main_sw.meeting .section13 .right .box h3, .main_sw.meeting .section14 .right .box h3, .main_sw.meeting .section18 .right .box h3 {
                font-size: 44px;
                margin-bottom: 75px;
                line-height: 1.2;
            }

    .main_sw.meeting .section13 .left, .main_sw.meeting .section18 .left {
        left: auto;
        right: 0;
        background: url(/cn/static/web/img/meet-s12-2.jpg) no-repeat center;
    }

    .main_sw.meeting .section13 .right, .main_sw.meeting .section18 .right {
        right: auto;
        left: 0;
    }

        .main_sw.meeting .section13 .right .box, .main_sw.meeting .section18 .right .box {
            width: 500px;
            margin-left: 0;
            float: right;
            margin-right: 105px;
        }

    .main_sw.meeting .section18 .left {
        background: url(/cn/static/web/img/meet-s18-1.jpg) no-repeat center;
    }

    .main_sw.meeting .section14 .left {
        background: url(/cn/static/web/img/meet-s12-3.jpg) no-repeat center;
    }

.main_sw.meeting .section15 {
    height: 730px;
    background: url(/cn/static/web/img/meet-s15-bg.jpg) no-repeat center top;
}

    .main_sw.meeting .section15 .tit {
        font-size: 44px;
        color: #444;
        text-align: center;
        padding: 85px 0;
        line-height: 1.1;
    }

    .main_sw.meeting .section15 .imgs {
        width: 1190px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        height: 387px;
    }

        .main_sw.meeting .section15 .imgs ul {
            width: 105%;
        }

            .main_sw.meeting .section15 .imgs ul li {
                position: relative;
                float: left;
                width: 291px;
                height: 387px;
                margin-right: 8px;
                overflow: hidden;
            }

                .main_sw.meeting .section15 .imgs ul li p {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    bottom: 15px;
                    text-align: center;
                    font-size: 18px;
                    color: #fff;
                }

.main_sw.meeting .section16 {
    text-align: center;
    height: 500px;
    background: url(/cn/static/web/img/meet-s16-bg.jpg) center;
    text-align: center;
}

    .main_sw.meeting .section16 h3 {
        font-weight: normal;
        color: #444;
        font-size: 44px;
        margin: 93px 0 15px;
    }

    .main_sw.meeting .section16 h4 {
        font-size: 24px;
        color: #666;
        font-weight: normal;
        margin-bottom: 40px;
    }

    .main_sw.meeting .section16 p {
        font-size: 22px;
        line-height: 48px;
        color: #16afbf;
    }

.main_sw.meeting .section17 {
    width: 100%;
    height: 800px;
    background: url(/cn/static/web/img/meet-s17.jpg) no-repeat center 0;
}

.main_sw.meeting .section3 {
    background: url(/cn/static/web/img/meet-s7-bg.jpg) center;
    height: 820px;
    background-size: cover;
}

    .main_sw.meeting .section3 .box1 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40%;
        background-color: #fff;
    }

        .main_sw.meeting .section3 .box1 .text .wrap1 {
            position: relative;
            width: 1122px;
            margin: 0 auto;
        }

            .main_sw.meeting .section3 .box1 .text .wrap1 .boll {
                position: absolute;
                top: -114px;
                width: 208px;
                height: 208px;
                border-radius: 50%;
                background-color: #fff;
                z-index: 102;
            }

                .main_sw.meeting .section3 .box1 .text .wrap1 .boll img {
                    position: absolute;
                    top: 54px;
                    left: 54px;
                }

            .main_sw.meeting .section3 .box1 .text .wrap1 .boll-1 {
                left: 90px;
            }

            .main_sw.meeting .section3 .box1 .text .wrap1 .boll-2 {
                left: 458px;
            }

            .main_sw.meeting .section3 .box1 .text .wrap1 .boll-3 {
                right: 80px;
            }

        .main_sw.meeting .section3 .box1 .text .wrap2 {
            width: 1122px;
            margin: 0 auto;
            position: relative;
            z-index: 102;
        }

            .main_sw.meeting .section3 .box1 .text .wrap2 .cont {
                width: 374px;
                padding: 72px 0 54px 0;
            }

                .main_sw.meeting .section3 .box1 .text .wrap2 .cont h4 {
                    padding-bottom: 15px;
                    font-size: 30px;
                    line-height: 30px;
                    text-align: center;
                    color: #444;
                }

                .main_sw.meeting .section3 .box1 .text .wrap2 .cont div {
                    font-size: 16px;
                    line-height: 30px;
                    text-align: center;
                    color: #666;
                }

        .main_sw.meeting .section3 .box1 .wrap3 {
            position: absolute;
            width: 816px;
            margin: 0 auto;
            bottom: 20%;
            left: 50%;
            margin-left: -408px;
            z-index: 104;
        }

@media (max-height: 785px) {
    .main_sw.meeting .section3 .box1 .wrap3 {
        bottom: 15%;
    }
}

@media (max-height: 690px) {
    .main_sw.meeting .section3 .box1 .wrap3 {
        bottom: 8%;
    }
}

@media (max-height: 650px) {
    .main_sw.meeting .section3 .box1 {
        height: 40%;
    }

        .main_sw.meeting .section3 .box1 .wrap3 {
            bottom: 9%;
        }
}

.main_sw.meeting .section4 {
    background-image: url(/cn/static/web/img/meet-s5-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 829px;
    background-size: 100% 100%;
}

    .main_sw.meeting .section4 .img1 {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 54.58%;
        height: 100%;
    }

    .main_sw.meeting .section4 .img2 {
        position: absolute;
        top: 0;
        width: 59.27%;
        height: 100%;
    }

    .main_sw.meeting .section4 .cont {
        position: absolute;
        left: 59%;
        padding-left: 12px;
        background: url(/cn/static/web/img/point-2.png) no-repeat 0 12px;
        color: #fff;
    }

        .main_sw.meeting .section4 .cont h4 {
            font-size: 30px;
            font-weight: 100;
        }

        .main_sw.meeting .section4 .cont small {
            font-size: 16px;
        }

    .main_sw.meeting .section4 .cont1 {
        top: 13.5%;
    }

    .main_sw.meeting .section4 .cont2 {
        top: 26.3%;
    }

    .main_sw.meeting .section4 .cont3 {
        top: 43.6%;
    }

    .main_sw.meeting .section4 .cont4 {
        top: 59.2%;
    }

    .main_sw.meeting .section4 .cont5 {
        bottom: 12%;
        padding-left: 18px;
        background: url(/cn/static/web/img/point.png) no-repeat 0 12px;
    }

@media (max-height: 785px) {
    .main_sw.meeting .section4 .cont {
        background-position: 0 10px;
    }
}

@media (max-height: 635px) {
    .main_sw.meeting .section4 .cont {
        background-position: 0 6px;
    }
}

.main_sw.meeting .section5 {
    background: url(/cn/static/web/img/meet-s6-bg.jpg) no-repeat center;
    background-size: cover;
}

    .main_sw.meeting .section5 .box {
        width: 1190px;
        margin: 0 auto;
        display: none;
    }

        .main_sw.meeting .section5 .box .title {
            width: 684px;
            margin: 0 auto;
            padding-top: 15.87%;
            padding-bottom: 12%;
        }

            .main_sw.meeting .section5 .box .title div {
                padding-bottom: 16px;
                font-size: 44px;
                line-height: 48px;
                color: #444;
                text-align: center;
            }

        .main_sw.meeting .section5 .box .wrap .cont {
            width: 50%;
        }

            .main_sw.meeting .section5 .box .wrap .cont .num {
                width: 54px;
                height: 54px;
                text-align: center;
                line-height: 54px;
                background: url(/cn/static/web/img/meet-s6-num.png) no-repeat center;
            }

            .main_sw.meeting .section5 .box .wrap .cont .text {
                width: 494px;
                padding-left: 74px;
                font-size: 16px;
                line-height: 24px;
                color: #444;
            }

                .main_sw.meeting .section5 .box .wrap .cont .text .bold {
                    display: block;
                    font-size: 20px;
                    font-weight: 700;
                }

.main_sw.meeting .section6 {
    background-color: #fff;
}

    .main_sw.meeting .section6 .title {
        padding: 8% 0 9% 0;
        font-size: 44px;
        line-height: 48px;
        text-align: center;
        color: #444;
    }

@media (max-height: 780px) {
    .main_sw.meeting .section6 .title {
        padding: 4% 0 5% 0;
    }
}

.main_sw.meeting .section6 .box {
    width: 1190px;
    margin: 0 auto;
}

    .main_sw.meeting .section6 .box .img {
        margin-top: 6%;
        padding: 0 5px;
    }

.main_sw.meeting .section7 {
    background: url(/cn/static/web/img/meet-s7-1.jpg);
    background-size: 100% auto;
}

    .main_sw.meeting .section7.bg {
        background: url(/cn/static/web/img/meet-s7-2.jpg);
        background-size: 100% 100%;
    }

    .main_sw.meeting .section7 .ligth-box {
        position: absolute;
        top: 0;
        left: 19%;
        width: 482px;
        height: 474px;
    }

        .main_sw.meeting .section7 .ligth-box .light {
            position: absolute;
            top: 0;
            left: 0;
            width: 468px;
            height: 288px;
            z-index: 101;
            background: url(/cn/static/web/img/light2.png) no-repeat center;
        }

            .main_sw.meeting .section7 .ligth-box .light.hide {
                background: url(/cn/static/web/img/light1.png) no-repeat center 25px;
            }

        .main_sw.meeting .section7 .ligth-box .light2 {
            position: absolute;
            top: 150px;
            left: 3px;
            width: 463px;
            height: 322px;
            z-index: 100;
            overflow: hidden;
        }

            .main_sw.meeting .section7 .ligth-box .light2 img {
                position: absolute;
                top: -307px;
            }

    .main_sw.meeting .section7 .btn {
        position: absolute;
        top: 43.6%;
        left: 15%;
        width: 3.7%;
        height: 9.6%;
        z-index: 1;
        cursor: pointer;
    }

    .main_sw.meeting .section7 .air-btn {
        position: absolute;
        top: 43.5%;
        left: 56%;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .main_sw.meeting .section7 .air-img {
        position: absolute;
        top: 39.06%;
        left: 65.4%;
        height: 9%;
        width: 5.85%;
    }

        .main_sw.meeting .section7 .air-img img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .main_sw.meeting .section7 .w-box .left-w {
        position: absolute;
        right: 18%;
        top: 7%;
        overflow: hidden;
        height: 100%;
        width: 10%;
    }

        .main_sw.meeting .section7 .w-box .left-w img {
            position: absolute;
            top: 0;
            left: -33%;
            display: block;
            height: 100%;
            width: 100%;
        }

    .main_sw.meeting .section7 .w-box .right-w {
        position: absolute;
        right: 5%;
        top: 10%;
        overflow: hidden;
        height: 100%;
        width: 14%;
    }

        .main_sw.meeting .section7 .w-box .right-w img {
            position: absolute;
            top: 0;
            right: -33%;
            display: block;
            height: 100%;
            width: 100%;
        }

/* h5_meeting.php  E */
/* app.php   S */
.main_sw {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .main_sw .w1250 {
        width: 1250px;
        margin: 0 auto;
    }

    .main_sw .w1190 {
        width: 1190px;
        margin: 0 auto;
    }

    .main_sw.app .box1 {
        background: url(/cn/static/web/img/box1-bg.jpg) center;
        background-size: cover;
    }

        .main_sw.app .box1 .w1190 {
            position: relative;
        }

            .main_sw.app .box1 .w1190 .left {
                position: absolute;
                bottom: 20%;
                left: -10%;
            }

                .main_sw.app .box1 .w1190 .left .app-name {
                    width: 622px;
                    height: 104px;
                    padding-bottom: 175px;
                    background-image: url(/cn/static/web/img/app-name.png);
                    background-repeat: no-repeat;
                    background-position: -4px center;
                }

                .main_sw.app .box1 .w1190 .left small {
                    display: block;
                    padding-bottom: 70px;
                    font-size: 24px;
                    line-height: 24px;
                    color: #fff;
                }

                .main_sw.app .box1 .w1190 .left .download {
                    width: 590px;
                    height: 244px;
                    background: url(/cn/static/web/img/g_pic.png) no-repeat;
                }

                    .main_sw.app .box1 .w1190 .left .download a {
                        width: 250px;
                        height: 32px;
                        display: block;
                        float: left;
                        margin-bottom: 40px;
                    }

                        .main_sw.app .box1 .w1190 .left .download a.a {
                            width: 333px;
                        }
                    /*.main_sw.app .box1 .w1190 .left .download .download-btn {
            display: block;
            width: 363px;
            height: 99px;
            margin-right: 20px;
            background-image: url(/cn/static/web/img/down-btn-bg.png);
            background-repeat: no-repeat;
            background-position: center; }*/
                    .main_sw.app .box1 .w1190 .left .download .qr {
                        display: block;
                        width: 86px;
                        height: 86px;
                        margin-top: 6px;
                    }

            .main_sw.app .box1 .w1190 .btm {
                position: absolute;
                bottom: 9.4%;
                left: -10%;
            }

                .main_sw.app .box1 .w1190 .btm .apple-icon {
                    display: block;
                    width: 58px;
                    height: 58px;
                    margin-right: 12px;
                    background-image: url(/cn/static/web/img/apple-icon.png);
                    background-repeat: no-repeat;
                    background-position: center;
                }

                .main_sw.app .box1 .w1190 .btm .andro-icon {
                    display: block;
                    width: 58px;
                    height: 58px;
                    background-image: url(/cn/static/web/img/andro-icon.png);
                    background-repeat: no-repeat;
                    background-position: center;
                }

                .main_sw.app .box1 .w1190 .btm .text-box {
                    margin: 8px 0 0 18px;
                }

                    .main_sw.app .box1 .w1190 .btm .text-box .cont1 {
                        font-size: 13px;
                        font-family: Arial;
                        line-height: 24px;
                        color: #fff;
                        opacity: 0.2;
                    }

                    .main_sw.app .box1 .w1190 .btm .text-box .cont2 {
                        font-size: 13px;
                        font-family: 'Microsoft YaHei';
                        line-height: 24px;
                        color: #fff;
                        opacity: 0.2;
                    }

                        .main_sw.app .box1 .w1190 .btm .text-box .cont2 span {
                            padding: 0 5px;
                            position: relative;
                            top: -3px;
                        }

            .main_sw.app .box1 .w1190 .a1-phnone {
                position: absolute;
                bottom: 0;
                right: -10%;
                width: 37.39;
            }

    .main_sw.app .box2 {
        position: relative;
        width: 100%;
        height: 600px;
        background: url(/cn/static/web/img/a2-boxbg.png);
        overflow: hidden;
    }

        .main_sw.app .box2 .w1250 .cri {
            height: 600px;
            background-image: url(/cn/static/web/img/a2-cri.png);
            background-repeat: no-repeat;
            background-position: center;
        }

        .main_sw.app .box2 .w1250 .cont {
            position: absolute;
            top: 0;
            left: 50%;
            width: 662px;
            margin-left: -331px;
            height: 600px;
            background-image: url(/cn/static/web/img/a2-hand.png);
            background-repeat: no-repeat;
            background-position: center;
        }

    .main_sw.app .box3 {
        position: relative;
        width: 100%;
        height: 600px;
        padding-top: 850px;
        background: url(/cn/static/web/img/a3-bg.jpg) no-repeat fixed top center;
    }

        .main_sw.app .box3 .bg-fff {
            background-color: #fff;
        }

            .main_sw.app .box3 .bg-fff .w1190 {
                position: relative;
                height: 600px;
            }

                .main_sw.app .box3 .bg-fff .w1190 .a3-phone {
                    position: absolute;
                    width: 37.39%;
                    top: -102px;
                    display: block;
                }

                .main_sw.app .box3 .bg-fff .w1190 .right .text {
                    position: absolute;
                    right: -10%;
                    top: 21.67%;
                }

                .main_sw.app .box3 .bg-fff .w1190 .right .icon-group {
                    position: absolute;
                    right: 0;
                    top: 57.5%;
                }

                    .main_sw.app .box3 .bg-fff .w1190 .right .icon-group .icon1 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a3-icon1.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box3 .bg-fff .w1190 .right .icon-group .icon2 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a3-icon2.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box3 .bg-fff .w1190 .right .icon-group .icon3 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a3-icon3.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

    .main_sw.app .box4 {
        position: relative;
        width: 100%;
        height: 600px;
        padding-top: 850px;
        background: url(/cn/static/web/img/a4-bg.jpg) no-repeat fixed top center;
    }

        .main_sw.app .box4 .bg-fff {
            background-color: #fff;
        }

            .main_sw.app .box4 .bg-fff .w1190 {
                position: relative;
                height: 600px;
            }

                .main_sw.app .box4 .bg-fff .w1190 .a4-phone {
                    position: absolute;
                    width: 37.39%;
                    top: -130px;
                    right: 0;
                    display: block;
                }

                .main_sw.app .box4 .bg-fff .w1190 .left .text {
                    position: absolute;
                    left: -10%;
                    top: 21.67%;
                }

                .main_sw.app .box4 .bg-fff .w1190 .left .icon-group {
                    position: absolute;
                    left: 0;
                    top: 57.5%;
                }

                    .main_sw.app .box4 .bg-fff .w1190 .left .icon-group .icon1 {
                        width: 141px;
                        height: 81px;
                        background-image: url(/cn/static/web/img/a4-icon1.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box4 .bg-fff .w1190 .left .icon-group .icon2 {
                        width: 115px;
                        height: 81px;
                        background-image: url(/cn/static/web/img/a4-icon2.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box4 .bg-fff .w1190 .left .icon-group .icon3 {
                        width: 114px;
                        height: 81px;
                        background-image: url(/cn/static/web/img/a4-icon3.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

    .main_sw.app .box5 {
        position: relative;
        width: 100%;
        height: 600px;
        padding-top: 850px;
        background: url(/cn/static/web/img/a5-bg.jpg) no-repeat fixed top center;
    }

        .main_sw.app .box5 .bg-fff {
            background-color: #fff;
        }

            .main_sw.app .box5 .bg-fff .w1190 {
                position: relative;
                height: 600px;
            }

                .main_sw.app .box5 .bg-fff .w1190 .a5-phone {
                    position: absolute;
                    width: 37.39%;
                    left: 0;
                    top: -120px;
                    display: block;
                }

                .main_sw.app .box5 .bg-fff .w1190 .right .text {
                    position: absolute;
                    right: -10%;
                    top: 21.67%;
                }

                .main_sw.app .box5 .bg-fff .w1190 .right .icon-group {
                    position: absolute;
                    right: 0;
                    top: 57.5%;
                }

                    .main_sw.app .box5 .bg-fff .w1190 .right .icon-group .icon1 {
                        width: 115px;
                        height: 80px;
                        background-image: url(/cn/static/web/img/a5-icon1.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box5 .bg-fff .w1190 .right .icon-group .icon2 {
                        width: 115px;
                        height: 80px;
                        background-image: url(/cn/static/web/img/a5-icon2.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box5 .bg-fff .w1190 .right .icon-group .icon3 {
                        width: 115px;
                        height: 80px;
                        background-image: url(/cn/static/web/img/a5-icon3.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

    .main_sw.app .box6 {
        position: relative;
        width: 100%;
        height: 600px;
        padding-top: 850px;
        background: url(/cn/static/web/img/a6-bg.jpg) no-repeat fixed top center;
    }

        .main_sw.app .box6 .bg-fff {
            background-color: #fff;
        }

            .main_sw.app .box6 .bg-fff .w1190 {
                position: relative;
                height: 600px;
            }

                .main_sw.app .box6 .bg-fff .w1190 .a6-phone {
                    position: absolute;
                    width: 37.39%;
                    top: -125px;
                    right: 0;
                    display: block;
                }

                .main_sw.app .box6 .bg-fff .w1190 .left .text {
                    position: absolute;
                    left: -10%;
                    top: 21.67%;
                }

                .main_sw.app .box6 .bg-fff .w1190 .left .icon-group {
                    position: absolute;
                    left: 0;
                    top: 57.5%;
                }

                    .main_sw.app .box6 .bg-fff .w1190 .left .icon-group .icon1 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a6-icon1.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box6 .bg-fff .w1190 .left .icon-group .icon2 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a6-icon2.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box6 .bg-fff .w1190 .left .icon-group .icon3 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a6-icon3.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

    .main_sw.app .box7 {
        position: relative;
        width: 100%;
        height: 600px;
        padding-top: 850px;
        background: url(/cn/static/web/img/a7-bg.jpg) no-repeat fixed top center;
    }

        .main_sw.app .box7 .bg-fff {
            background-color: #fff;
        }

            .main_sw.app .box7 .bg-fff .w1190 {
                position: relative;
                height: 600px;
            }

                .main_sw.app .box7 .bg-fff .w1190 .a7-phone {
                    position: absolute;
                    width: 37.39%;
                    left: 0;
                    top: -120px;
                    display: block;
                }

                .main_sw.app .box7 .bg-fff .w1190 .right .text {
                    position: absolute;
                    right: -13%;
                    top: 21.67%;
                }

                .main_sw.app .box7 .bg-fff .w1190 .right .icon-group {
                    position: absolute;
                    right: 0;
                    top: 57.5%;
                }

                    .main_sw.app .box7 .bg-fff .w1190 .right .icon-group .icon1 {
                        width: 115px;
                        height: 80px;
                        background-image: url(/cn/static/web/img/a7-icon1.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box7 .bg-fff .w1190 .right .icon-group .icon2 {
                        width: 115px;
                        height: 80px;
                        background-image: url(/cn/static/web/img/a7-icon2.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

    .main_sw.app .box8 {
        position: relative;
        width: 100%;
        height: 600px;
        padding-top: 850px;
        background: url(/cn/static/web/img/a8-bg.jpg) no-repeat fixed top center;
    }

        .main_sw.app .box8 .bg-fff {
            background-color: #fff;
        }

            .main_sw.app .box8 .bg-fff .w1190 {
                position: relative;
                height: 600px;
            }

                .main_sw.app .box8 .bg-fff .w1190 .a8-phone {
                    position: absolute;
                    width: 37.39%;
                    top: -120px;
                    right: 0;
                    display: block;
                }

                .main_sw.app .box8 .bg-fff .w1190 .left .text {
                    position: absolute;
                    left: -10%;
                    top: 21.67%;
                }

                .main_sw.app .box8 .bg-fff .w1190 .left .icon-group {
                    position: absolute;
                    left: 0;
                    top: 57.5%;
                }

                    .main_sw.app .box8 .bg-fff .w1190 .left .icon-group .icon1 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a8-icon1.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

                    .main_sw.app .box8 .bg-fff .w1190 .left .icon-group .icon2 {
                        width: 115px;
                        height: 85px;
                        background-image: url(/cn/static/web/img/a8-icon2.png);
                        background-position: center;
                        background-repeat: no-repeat;
                    }

    .main_sw.app .box9 {
        position: relative;
        height: 850px;
        overflow: hidden;
    }

        .main_sw.app .box9 .img-box {
            position: relative;
        }

            .main_sw.app .box9 .img-box img {
                position: absolute;
                left: 50%;
                margin-left: -960px;
            }

            .main_sw.app .box9 .img-box .text {
                position: absolute;
                bottom: 0;
            }

        .main_sw.app .box9 .vui-buttons {
            position: absolute;
            z-index: 5;
            bottom: 35px;
            display: inline;
            opacity: 0.8;
        }

            .main_sw.app .box9 .vui-buttons .vui-button {
                float: left;
                display: block;
                overflow: hidden;
                height: 12px;
                width: 12px;
                margin: 0 5px;
                padding: 0;
                border: none;
                border-radius: 6px;
                background: #c2c2c2;
                cursor: pointer;
            }

                .main_sw.app .box9 .vui-buttons .vui-button.vui-button-cur, .main_sw.app .box9 .vui-buttons .vui-button:hover {
                    background: #fff;
                }


    .main_sw.app .box10 {
        position: relative;
        width: 100%;
        height: 1100px;
        background-repeat: no-repeat;
        background-position: center -90px;
        /*background-attachment: fixed;*/
    }

        .main_sw.app .box10 .w1200 {
            position: relative;
            width: 1200px;
            margin: 0 auto;
            height: 1100px;
        }

        .main_sw.app .box10 .download-btn2 {
            position: absolute;
            top: 41.5%;
            left: 2.7%;
            width: 300px;
            height: 80px;
            background: url(/cn/static/web/img/app-box10-btn.png) no-repeat center center;
        }

            .main_sw.app .box10 .download-btn2:hover {
                background: url(/cn/static/web/img/app-box10-btn2.png) no-repeat center center;
            }
/* app.php   E */
/* shop_detail.php  S */
.main.shop {
    padding-bottom: 112px;
    border-bottom: 1px solid #d9d9d9;
    background-color: #f5f5f5;
}

    .main.shop .w1180 {
        width: 1180px;
        padding-top: 90px;
        margin: 0 auto;
    }

        .main.shop .w1180 .title {
            padding-bottom: 26px;
            margin-bottom: 32px;
            border-bottom: 1px solid #cacaca;
        }

            .main.shop .w1180 .title .text {
                font-size: 28px;
                line-height: 28px;
                color: #444;
            }

            .main.shop .w1180 .title .star {
                height: 20px;
                margin-left: 10px;
                padding: 10px 0 16px;
                background-image: url(/cn/static/web/img/d-j-star.jpg);
                background-repeat: no-repeat;
                background-position: -3px 10px;
            }

        .main.shop .w1180 .cont {
            min-height: 400px;
            padding-bottom: 117px;
            border-bottom: 1px solid #cacaca;
            font-size: 16px;
            line-height: 30px;
            color: #666;
        }

            .main.shop .w1180 .cont img {
                max-width: 100%;
                line-height: 0;
            }

        .main.shop .w1180 .shop-page {
            padding-top: 30px;
        }

            .main.shop .w1180 .shop-page .left a {
                display: block;
                padding-bottom: 15px;
                font-size: 16px;
                color: #666;
            }

                .main.shop .w1180 .shop-page .left a:hover {
                    color: #7fbe26;
                }

            .main.shop .w1180 .shop-page .right {
                display: block;
                width: 153px;
                height: 43px;
                line-height: 45px;
                text-align: center;
                border-radius: 22.5px;
                border: 1px solid #7fbe26;
                color: #7fbe26;
                background-image: url(/cn/static/web/img/back-icon2.png);
                background-position: 114px 13px;
                background-repeat: no-repeat;
            }

                .main.shop .w1180 .shop-page .right:hover {
                    background-color: #7fbe26;
                    color: #fff;
                    opacity: 0.7;
                    background-image: url(/cn/static/web/img/back-icon1.png);
                }

            .main.shop .w1180 .shop-page .return {
                width: 153px;
                height: 44px;
                display: block;
                border-radius: 44px;
                background: #7dbe26;
                color: #fff;
                line-height: 44px;
                font-size: 16px;
            }

                .main.shop .w1180 .shop-page .return span {
                    margin-left: 40px;
                    margin-right: 20px;
                    display: block;
                    float: left;
                }

                .main.shop .w1180 .shop-page .return img {
                    float: left;
                    display: block;
                    margin-top: 14px;
                }

/* shop_detail.php  E */
.pop-box .pop1-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -287.5px;
    margin-top: -245px;
    padding: 50px 25px 0;
    width: 525px;
    height: 490px;
    background-color: #fff;
    z-index: 10003;
    overflow: auto;
}

    .pop-box .pop1-wrap .bg-e6 {
        background-color: #e6e6e6;
    }

        .pop-box .pop1-wrap .bg-e6 input {
            background-color: #e6e6e6;
        }

    .pop-box .pop1-wrap .close {
        position: absolute;
        top: 28px;
        right: 20px;
        width: 23px;
        height: 23px;
        background-image: url(/cn/static/web/img/d-j-close.png);
        cursor: pointer;
    }

    .pop-box .pop1-wrap form .input-group {
        height: 56px;
        line-height: 56px;
    }

        .pop-box .pop1-wrap form .input-group label {
            display: block;
            width: 81px;
            padding-left: 25px;
            font-size: 16px;
            color: #1a1a1a;
        }

        .pop-box .pop1-wrap form .input-group input {
            display: block;
            height: 56px;
            font-size: 16px;
            color: #1a1a1a;
        }

    .pop-box .pop1-wrap form .radio-group .title {
        height: 56px;
        padding-left: 25px;
        line-height: 56px;
        font-size: 16px;
        color: #1a1a1a;
    }

    .pop-box .pop1-wrap form .radio-group .radio-inline {
        cursor: pointer;
    }

        .pop-box .pop1-wrap form .radio-group .radio-inline .way {
            height: 56px;
            padding: 0 10px 0 55px;
            line-height: 56px;
            font-size: 14px;
            color: #6b6b6b;
        }

        .pop-box .pop1-wrap form .radio-group .radio-inline .radio-bg {
            width: 13px;
            height: 13px;
            margin-top: 22px;
            background-image: url(/cn/static/web/img/d-j-check.png);
            background-repeat: no-repeat;
            background-position: center bottom;
        }

            .pop-box .pop1-wrap form .radio-group .radio-inline .radio-bg.check {
                background-position: center top;
            }

        .pop-box .pop1-wrap form .radio-group .radio-inline label {
            display: block;
            height: 56px;
            line-height: 56px;
        }

    .pop-box .pop1-wrap form .text-group label {
        display: block;
        height: 56px;
        padding-left: 25px;
        line-height: 56px;
        font-size: 16px;
        color: #1a1a1a;
    }

    .pop-box .pop1-wrap form .text-group textarea {
        display: block;
        width: 475px;
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        padding: 0 25px;
    }

    .pop-box .pop1-wrap .submbtn {
        display: block;
        width: 162px;
        height: 54px;
        margin: 0 auto;
        font-size: 21px;
        color: #fff;
        background: none;
        background-image: url(/cn/static/web/img/d-j-submit.png);
        background-repeat: no-repeat;
        background-position: center;
    }

        .pop-box .pop1-wrap .submbtn:hover {
            color: #166785;
        }

.pop-box .pop2-wrap {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -598px;
    width: 1086px;
    height: 500px;
    margin-top: -250px;
    padding: 50px 55px 0;
    background-color: #fff;
    z-index: 10003;
}

    .pop-box .pop2-wrap .bg-e6 {
        background-color: #e6e6e6;
    }

        .pop-box .pop2-wrap .bg-e6 input {
            background-color: #e6e6e6;
        }

    .pop-box .pop2-wrap .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 23px;
        height: 23px;
        background-image: url(/cn/static/web/img/d-j-close.png);
        cursor: pointer;
    }

    .pop-box .pop2-wrap table {
        width: 1080px;
    }

        .pop-box .pop2-wrap table tr td {
            padding-left: 25px;
            height: 56px;
            font-size: 16px;
            line-height: 56px;
            color: #1a1a1a;
        }

            .pop-box .pop2-wrap table tr td input {
                width: 228px;
                height: 56px;
                line-height: 56px;
            }

            .pop-box .pop2-wrap table tr td .radio-inline {
                cursor: pointer;
            }

                .pop-box .pop2-wrap table tr td .radio-inline .way {
                    height: 56px;
                    padding-left: 10px;
                    line-height: 56px;
                    font-size: 14px;
                    color: #6b6b6b;
                }

                .pop-box .pop2-wrap table tr td .radio-inline .radio-bg {
                    width: 13px;
                    height: 13px;
                    padding-right: 55px;
                    margin-top: 22px;
                    background-image: url(/cn/static/web/img/d-j-check.png);
                    background-repeat: no-repeat;
                    background-position: 28px bottom;
                }

                    .pop-box .pop2-wrap table tr td .radio-inline .radio-bg.check {
                        background-position: center top;
                    }

                .pop-box .pop2-wrap table tr td .radio-inline label {
                    display: block;
                    height: 56px;
                    line-height: 56px;
                }

        .pop-box .pop2-wrap table tr.tr6 input {
            width: 105px;
        }

    .pop-box .pop2-wrap .submbtn {
        display: block;
        width: 162px;
        height: 54px;
        margin: 0 auto;
        margin-bottom: 20px;
        font-size: 21px;
        color: #fff;
        background: none;
        background-image: url(/cn/static/web/img/d-j-submit.png);
        background-repeat: no-repeat;
        background-position: center;
    }

        .pop-box .pop2-wrap .submbtn:hover {
            color: #166785;
        }

/* d_joinin.php  S */
.main.d-join {
    font-family: "Microsoft YaHei";
}

    .main.d-join .box1 {
        width: 100%;
        height: 750px;
        background-color: #0ea7ba;
    }

        .main.d-join .box1 .title h4 {
            padding: 85px 0 35px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #fff;
        }

        .main.d-join .box1 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            text-align: center;
        }

        .main.d-join .box1 .auto-w {
            position: relative;
            width: 1396px;
            margin: 0 auto;
            z-index: 99;
        }

        .main.d-join .box1 #scrollPics1 {
            width: 1200px;
            margin: 0 auto;
            overflow: hidden;
        }

            .main.d-join .box1 #scrollPics1 .num {
                margin-left: -10px;
            }

                .main.d-join .box1 #scrollPics1 .num li {
                    float: left;
                    padding-bottom: 20px;
                }

                    .main.d-join .box1 #scrollPics1 .num li .icon-box {
                        width: 152px;
                        height: 152px;
                        margin: 0 10px;
                        border: 1px solid rgba(255, 255, 255, 0.3);
                        border: 1px solid #fff\9;
                    }

                        .main.d-join .box1 #scrollPics1 .num li .icon-box .icon {
                            height: 110px;
                            /*margin-top: 40px;*/
                            background-repeat: no-repeat;
                            background-position: center 0;
                        }

                        .main.d-join .box1 #scrollPics1 .num li .icon-box .cont {
                            font-size: 16px;
                            line-height: 16px;
                            color: #fff;
                            text-align: center;
                        }

                    .main.d-join .box1 #scrollPics1 .num li.cur {
                        background-color: #fff;
                    }

                        .main.d-join .box1 #scrollPics1 .num li.cur .icon-box {
                            border: 1px solid rgba(255, 255, 255, 0.3);
                            border: 1px solid #fff\9;
                        }

                            .main.d-join .box1 #scrollPics1 .num li.cur .icon-box .icon {
                                background-position: center -110px;
                            }

                            .main.d-join .box1 #scrollPics1 .num li.cur .icon-box .cont {
                                color: #16afbf;
                            }

            .main.d-join .box1 #scrollPics1 .slider1 {
                overflow: hidden;
            }

                .main.d-join .box1 #scrollPics1 .slider1 li {
                    float: none;
                    display: none;
                    width: 1108px;
                    height: 82px;
                    padding: 30px 46px 0;
                    font-size: 16px;
                    line-height: 24px;
                    color: #16afbf;
                    background-color: #fff;
                }

            .main.d-join .box1 #scrollPics1 .left,
            .main.d-join .box1 #scrollPics1 .right {
                position: absolute;
                top: 40px;
                display: block;
                width: 25px;
                height: 43px;
                background-image: url(/cn/static/web/img/d-j-lr.png);
                background-repeat: no-repeat;
                background-position-y: center;
                cursor: pointer;
                z-index: 100;
            }

            .main.d-join .box1 #scrollPics1 .left {
                left: 0;
                background-position-x: -26px;
            }

                .main.d-join .box1 #scrollPics1 .left:hover {
                    background-position-x: 0;
                }

            .main.d-join .box1 #scrollPics1 .right {
                right: 0;
                background-position-x: -88px;
            }

                .main.d-join .box1 #scrollPics1 .right:hover {
                    background-position-x: -114px;
                }

    .main.d-join .box2 {
        position: relative;
        overflow: hidden;
        height: 850px;
    }

        .main.d-join .box2 .title h4 {
            padding: 85px 0 35px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #444;
        }

        .main.d-join .box2 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #666;
            text-align: center;
        }

        .main.d-join .box2 .list {
            width: 1200px;
            margin: 0 auto;
        }

            .main.d-join .box2 .list .card {
                width: 232px;
                height: 382px;
                margin: 0 5px;
                background-color: #fafafa;
            }

                .main.d-join .box2 .list .card.first-child {
                    margin-left: 0;
                }

                .main.d-join .box2 .list .card.last-child {
                    margin-right: 0;
                }

                .main.d-join .box2 .list .card .bg {
                    height: 152px;
                    background-position: center 45px;
                    background-repeat: no-repeat;
                }

                .main.d-join .box2 .list .card .bg1 {
                    background-image: url(/cn/static/web/img/d-j-card1.png);
                }

                .main.d-join .box2 .list .card .bg2 {
                    background-image: url(/cn/static/web/img/d-j-card2.png);
                    background-position: -8px 45px;
                }

                .main.d-join .box2 .list .card .bg3 {
                    background-image: url(/cn/static/web/img/d-j-card3.png);
                    background-position: -5px 45px;
                }

                .main.d-join .box2 .list .card .bg4 {
                    background-image: url(/cn/static/web/img/d-j-card4.png);
                    background-position: -8px 45px;
                }

                .main.d-join .box2 .list .card .bg5 {
                    background-image: url(/cn/static/web/img/d-j-card5.png);
                    background-position: -2px 45px;
                }

                .main.d-join .box2 .list .card .cont {
                    padding: 0 18px;
                    font-size: 16px;
                    line-height: 24px;
                    color: #0fa9ba;
                    text-align: center;
                }

    .main.d-join .box3 {
        position: relative;
        width: 100%;
        height: 750px;
        background-color: #0ea7ba;
        overflow: hidden;
    }

        .main.d-join .box3 .title h4 {
            padding: 85px 0 35px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #fff;
        }

        .main.d-join .box3 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            text-align: center;
        }

        .main.d-join .box3 .btn-box {
            position: relative;
            width: 545px;
            height: 438px;
            margin: 0 auto;
        }

            .main.d-join .box3 .btn-box .btn1 {
                width: 255px;
                height: 87px;
                background-image: url(/cn/static/web/img/d-j-btn1.png);
                background-repeat: no-repeat;
                background-position-x: center;
                background-position-y: 100%;
            }

            .main.d-join .box3 .btn-box .btn2 {
                width: 255px;
                height: 87px;
                background-image: url(/cn/static/web/img/d-j-btn2.png);
                background-repeat: no-repeat;
                background-position-x: center;
                background-position-y: 100%;
            }

            .main.d-join .box3 .btn-box img {
                position: absolute;
                bottom: 0;
                right: 125px;
                z-index: 100;
            }

            .main.d-join .box3 .btn-box .btn3 {
                position: absolute;
                top: 0;
                left: 0;
                width: 255px;
                height: 87px;
                z-index: 101;
                cursor: pointer;
            }

            .main.d-join .box3 .btn-box .btn4 {
                position: absolute;
                top: 0;
                right: 0;
                width: 255px;
                height: 87px;
                z-index: 101;
                cursor: pointer;
            }

    .main.d-join .box4 {
        position: relative;
        width: 100%;
        height: 880px;
    }

        .main.d-join .box4 .title h4 {
            padding: 85px 0 35px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #444;
        }

        .main.d-join .box4 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #666;
            text-align: center;
        }

        .main.d-join .box4 #scrollPics2 {
            width: 1192px;
            height: 452px;
            margin: 0 auto;
            overflow: hidden;
        }

            .main.d-join .box4 #scrollPics2 .slider2 li {
                width: 1192px;
                height: 452px;
            }

                .main.d-join .box4 #scrollPics2 .slider2 li .wrap {
                    display: block;
                    padding-bottom: 40px;
                }

                    .main.d-join .box4 #scrollPics2 .slider2 li .wrap:hover .text h4 {
                        color: #7fbe26;
                    }

                    .main.d-join .box4 #scrollPics2 .slider2 li .wrap img {
                        display: block;
                        width: 276px;
                        height: 205px;
                    }

                    .main.d-join .box4 #scrollPics2 .slider2 li .wrap .text {
                        width: 290px;
                        height: 175px;
                        padding-left: 30px;
                        padding-top: 30px;
                        background-color: #fcfcfc;
                    }

                        .main.d-join .box4 #scrollPics2 .slider2 li .wrap .text h4 {
                            font-size: 18px;
                            line-height: 18px;
                            color: #444;
                            font-weight: 700;
                        }

                        .main.d-join .box4 #scrollPics2 .slider2 li .wrap .text .star {
                            width: 226px;
                            height: 20px;
                            padding: 10px 0 16px;
                            background-image: url(/cn/static/web/img/d-j-star.jpg);
                            background-repeat: no-repeat;
                            background-position: -3px 10px;
                        }

                        .main.d-join .box4 #scrollPics2 .slider2 li .wrap .text .size {
                            border-top: 1px solid #e3e3e3;
                        }

                        .main.d-join .box4 #scrollPics2 .slider2 li .wrap .text .size,
                        .main.d-join .box4 #scrollPics2 .slider2 li .wrap .text .cont {
                            width: 240px;
                            font-size: 16px;
                            line-height: 24px;
                            color: #666;
                        }

                        .main.d-join .box4 #scrollPics2 .slider2 li .wrap .text .size {
                            padding-top: 14px;
                        }

            .main.d-join .box4 #scrollPics2 .btn-box {
                position: absolute;
                left: 50%;
                margin-top: 30px;
                padding: 10px 40px;
            }

                .main.d-join .box4 #scrollPics2 .btn-box .num2 {
                    margin: 10px auto 0;
                }

                    .main.d-join .box4 #scrollPics2 .btn-box .num2 li {
                        width: 12px;
                        height: 12px;
                        margin: 0 5px;
                        border-radius: 50%;
                        background-color: #d1d3d6;
                        cursor: pointer;
                    }

                        .main.d-join .box4 #scrollPics2 .btn-box .num2 li.cur, .main.d-join .box4 #scrollPics2 .btn-box .num2 li:hover {
                            background-color: #80be27;
                        }

                .main.d-join .box4 #scrollPics2 .btn-box .left,
                .main.d-join .box4 #scrollPics2 .btn-box .right {
                    position: absolute;
                    cursor: pointer;
                    color: #d1d3d6;
                    font-size: 24px;
                    line-height: 24px;
                }

                .main.d-join .box4 #scrollPics2 .btn-box .left {
                    left: 0;
                    /* background-position: 0 0; */
                }

                    .main.d-join .box4 #scrollPics2 .btn-box .left:hover {
                        color: #80be27;
                    }

                .main.d-join .box4 #scrollPics2 .btn-box .right {
                    right: 0;
                    /* background-position: -54px 0; */
                }

                    .main.d-join .box4 #scrollPics2 .btn-box .right:hover {
                        color: #80be27;
                    }

/* d_joinin.php  E */
/* cooperate.php   S */
.main.coop {
    font-family: "Microsoft YaHei";
}

    .main.coop .box1 {
        width: 100%;
        height: 750px;
        background-color: #f5f5f5;
    }

        .main.coop .box1 .title h4 {
            padding: 85px 0 35px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #444;
        }

        .main.coop .box1 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #666;
            text-align: center;
        }

        .main.coop .box1 .link-group {
            width: 1238px;
            margin: 0 auto;
        }

            .main.coop .box1 .link-group .bg {
                position: relative;
                display: block;
                width: 25%;
                height: 306px;
                background-position: center;
                background-repeat: no-repeat;
            }

                .main.coop .box1 .link-group .bg:hover .icon {
                    top: 190px;
                }

                .main.coop .box1 .link-group .bg .cont1 {
                    padding: 105px 0 5px;
                    text-align: center;
                    font-size: 26px;
                    font-weight: 100;
                    line-height: 26px;
                    color: #fff;
                }

                .main.coop .box1 .link-group .bg .cont2 {
                    text-align: center;
                    font-size: 18px;
                    line-height: 18px;
                    font-family: Arial;
                    color: #fff;
                    opacity: 0.4;
                }

                .main.coop .box1 .link-group .bg .icon {
                    position: absolute;
                    left: 140px;
                    top: 180px;
                    width: 29px;
                    height: 30px;
                    background: url(/cn/static/web/img/coop-icon-down.png) no-repeat center center;
                    transition: top 0.8s;
                }

            .main.coop .box1 .link-group .bg1 {
                background-image: url(/cn/static/web/img/coop-bg1.png);
            }

            .main.coop .box1 .link-group .bg2 {
                background-image: url(/cn/static/web/img/coop-bg2.png);
            }

            .main.coop .box1 .link-group .bg3 {
                background-image: url(/cn/static/web/img/coop-bg3.png);
            }

            .main.coop .box1 .link-group .bg4 {
                background-image: url(/cn/static/web/img/coop-bg4.png);
            }

    .main.coop .box2 {
        position: relative;
        overflow: hidden;
        background-color: #14afbf;
    }

        .main.coop .box2 .wrap {
            width: 1238px;
            height: 860px;
            margin: 0 auto;
            background: #14afbf;
        }

            .main.coop .box2 .wrap .title h4 {
                padding: 70px 0 30px;
                font-size: 44px;
                line-height: 48px;
                text-align: center;
                color: #fff;
            }

            .main.coop .box2 .wrap .title .cont {
                padding-bottom: 55px;
                font-size: 18px;
                line-height: 30px;
                color: #fff;
                text-align: center;
            }

            .main.coop .box2 .wrap .point-box {
                width: 1042px;
                margin: 0 auto;
                height: 520px;
                position: relative;
                background: url(/cn/static/web/img/coop-map.jpg) no-repeat center 0;
            }

                .main.coop .box2 .wrap .point-box .icon {
                    position: absolute;
                    width: 56px;
                    height: 56px;
                    color: #fff;
                    cursor: pointer;
                    border-radius: 50%;
                    font-size: 16px;
                    text-align: center;
                    line-height: 56px;
                }

                .main.coop .box2 .wrap .point-box .hidden {
                    display: none;
                }

                .main.coop .box2 .wrap .point-box .icon1 {
                    top: 92px;
                    left: 133px;
                    background-color: #197dc7;
                }

                .main.coop .box2 .wrap .point-box .icon2 {
                    top: 80px;
                    left: 450px;
                    background-color: #d2ac16;
                }

                .main.coop .box2 .wrap .point-box .icon3 {
                    top: 165px;
                    left: 562px;
                    background-color: #188ac5;
                }

                .main.coop .box2 .wrap .point-box .icon4 {
                    top: 280px;
                    left: 486px;
                    background-color: #ce4e9f;
                }

                .main.coop .box2 .wrap .point-box .icon5 {
                    top: 312px;
                    left: 216px;
                    background-color: #4fb668;
                }

                .main.coop .box2 .wrap .point-box .icon6 {
                    top: 133px;
                    right: 159px;
                    background-color: #d00b27;
                }

                .main.coop .box2 .wrap .point-box .icon7 {
                    top: 286px;
                    right: 208px;
                    background-color: #ed9d2c;
                }

                .main.coop .box2 .wrap .point-box .icon8 {
                    top: 397px;
                    right: 132px;
                    background-color: #197dc7;
                }

                .main.coop .box2 .wrap .point-box .icon9 {
                    top: 106px;
                    right: 267px;
                    background-color: #009da2;
                }

                .main.coop .box2 .wrap .point-box .icon10 {
                    top: 225px;
                    right: 305px;
                    background-color: #73c611;
                }

                .main.coop .box2 .wrap .point-box .icon11 {
                    top: 93px;
                    right: 375px;
                    background-color: #f87541;
                }

                .main.coop .box2 .wrap .point-box .more {
                    position: absolute;
                    top: 110px;
                    left: 50%;
                    margin-left: -191px;
                    width: 382px;
                    height: 94px;
                    background: url(/cn/static/web/img/coop-more.png);
                    cursor: pointer;
                }

                .main.coop .box2 .wrap .point-box .more-icon {
                    display: none;
                    position: absolute;
                    top: -42px;
                    left: 50%;
                    width: 324px;
                    margin-left: -162px;
                    padding-bottom: 46px;
                    background-color: #fff;
                }

                    .main.coop .box2 .wrap .point-box .more-icon h4 {
                        height: 65px;
                        line-height: 65px;
                        font-size: 20px;
                        font-weight: 700;
                        color: #585858;
                        padding: 0 25px;
                        margin-bottom: 10px;
                        background-color: #f6f6f6;
                    }

                    .main.coop .box2 .wrap .point-box .more-icon .col {
                        padding: 0 25px;
                        font-size: 14px;
                        line-height: 14px;
                        color: #585858;
                    }

                        .main.coop .box2 .wrap .point-box .more-icon .col .area {
                            padding: 11px 0;
                        }

                        .main.coop .box2 .wrap .point-box .more-icon .col .click {
                            padding: 11px 25px 11px 0;
                            cursor: pointer;
                            background: url(/cn/static/web/img/coop-click.png) no-repeat right center;
                        }

                            .main.coop .box2 .wrap .point-box .more-icon .col .click:hover {
                                color: #14afbf;
                            }

    .main.coop .box3 {
        width: 100%;
        height: 750px;
        /*background: url(/cn/static/web/img/coop-box3-bg.jpg) repeat;*/
    }

        .main.coop .box3 .title h4 {
            padding: 70px 0 30px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #444;
        }

        .main.coop .box3 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #666;
            text-align: center;
        }

    .main.coop .box4 {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 800px;
        background-color: #f5f5f5;
        border-bottom: 1px solid #e1e1e1;
    }

        .main.coop .box4 .title h4 {
            padding: 70px 0 30px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #444;
        }

        .main.coop .box4 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #666;
            text-align: center;
        }

        .main.coop .box4 .wrap {
            position: relative;
            width: 1190px;
            margin: 0 auto;
        }

            .main.coop .box4 .wrap #scrollPics3 {
                width: 1190px;
                margin: 0 auto;
                overflow: hidden;
            }

                .main.coop .box4 .wrap #scrollPics3 .slider3 li {
                    width: 1190px;
                    height: 275px;
                    background-color: #fff;
                }

                    .main.coop .box4 .wrap #scrollPics3 .slider3 li .left {
                        overflow: hidden;
                        width: 383px;
                        height: 275px;
                    }

                        .main.coop .box4 .wrap #scrollPics3 .slider3 li .left img {
                            display: block;
                            width: 383px;
                            transition: 0.5s;
                            -webkit-transition: 0.5s;
                            height: 275px;
                        }

                    .main.coop .box4 .wrap #scrollPics3 .slider3 li .right {
                        width: 731px;
                        padding: 38px 34px 0;
                    }

                        .main.coop .box4 .wrap #scrollPics3 .slider3 li .right h4 {
                            width: 730px;
                            padding-bottom: 26px;
                            font-size: 24px;
                            line-height: 24px;
                            transition: 0.5s;
                            -webkit-transition: 0.5s;
                            color: #444;
                            word-break: keep-all;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .main.coop .box4 .wrap #scrollPics3 .slider3 li .right .cont {
                            padding-bottom: 54px;
                            font-size: 18px;
                            line-height: 30px;
                            color: #888;
                        }

                        .main.coop .box4 .wrap #scrollPics3 .slider3 li .right .more {
                            width: 72px;
                            padding: 5px 31px 5px 5px;
                            font-size: 18px;
                            line-height: 18px;
                            color: #444;
                            background: url(/cn/static/web/img/coop-box5-icon.png) no-repeat right center;
                        }

                            .main.coop .box4 .wrap #scrollPics3 .slider3 li .right .more:hover {
                                color: #7fbe26;
                                background: url(/cn/static/web/img/more1_h.png) no-repeat right center;
                            }

                .main.coop .box4 .wrap #scrollPics3 .left-icon,
                .main.coop .box4 .wrap #scrollPics3 .right-icon {
                    position: absolute;
                    top: 295px;
                    display: block;
                    width: 61px;
                    height: 61px;
                    line-height: 61px;
                    text-align: center;
                    color: #666;
                    cursor: pointer;
                }

                    .main.coop .box4 .wrap #scrollPics3 .left-icon:hover,
                    .main.coop .box4 .wrap #scrollPics3 .right-icon:hover {
                        color: #7fbe26;
                    }

                .main.coop .box4 .wrap #scrollPics3 .right-icon {
                    right: 526px;
                }

                .main.coop .box4 .wrap #scrollPics3 .left-icon {
                    left: 526px;
                }

.box3-autow {
    width: 1362px;
    width: 1190px\9;
}

@media (max-width: 1362px) {
    .box3-autow {
        width: 100%;
    }
}
/* cooperate.php   E */
/* solutions.php   S */
.main.solu {
    font-family: "Microsoft YaHei";
}

    .main.solu .box1 {
        width: 100%;
        height: 750px;
        background-color: #16afbf;
    }

        .main.solu .box1 .wrap {
            width: 1190px;
            margin: 0 auto;
        }

            .main.solu .box1 .wrap .left .title h4 {
                padding: 200px 0 35px;
                font-size: 44px;
                line-height: 48px;
                color: #fff;
            }

            .main.solu .box1 .wrap .left .title .cont {
                padding-bottom: 95px;
                font-size: 18px;
                line-height: 30px;
                color: #fff;
            }

            .main.solu .box1 .wrap .left .btn-box .btn1 {
                display: block;
                width: 225px;
                height: 64px;
                margin-right: 10px;
                border: 1px solid #fff;
                border-radius: 40px;
                background: url(/cn/static/web/img/solu-box1-btn1.png) no-repeat center center;
            }

                .main.solu .box1 .wrap .left .btn-box .btn1:hover {
                    border: 1px solid #16afbf;
                    background-color: #fff;
                    background-image: url(/cn/static/web/img/solu-box1-btn1-2.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                }

            .main.solu .box1 .wrap .left .btn-box .btn2 {
                display: block;
                width: 225px;
                height: 64px;
                border: 1px solid #fff;
                border-radius: 40px;
                background: url(/cn/static/web/img/solu-box1-btn2.png) no-repeat center center;
            }

                .main.solu .box1 .wrap .left .btn-box .btn2:hover {
                    border: 1px solid #16afbf;
                    background-color: #fff;
                    background-image: url(/cn/static/web/img/solu-box1-btn2-2.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                }

            .main.solu .box1 .wrap .right img {
                padding-top: 78px;
            }

    .main.solu .box2 {
        width: 100%;
        height: 700px;
    }

        .main.solu .box2 .wrap {
            width: 1190px;
            margin: 0 auto;
        }

            .main.solu .box2 .wrap .title {
                font-size: 44px;
                line-height: 48px;
                padding: 90px 0 74px 0;
                text-align: center;
                color: #444;
            }

            .main.solu .box2 .wrap .list .cont:hover .border .text {
                color: #7fbe26;
            }

            .main.solu .box2 .wrap .list .cont {
                display: block;
                width: 375px;
                height: 388px;
                margin: 0 16px;
            }

                .main.solu .box2 .wrap .list .cont.first-child {
                    margin-left: 0;
                }

                .main.solu .box2 .wrap .list .cont.last-child {
                    margin-right: 0;
                }

                .main.solu .box2 .wrap .list .cont .img {
                    display: block;
                    width: 375px;
                    transition: 0.5s;
                    -webkit-transition: 0.5s;
                    height: 248px;
                }

                .main.solu .box2 .wrap .list .cont .border {
                    position: relative;
                    padding-bottom: 60px;
                    border: 1px solid #efeeed;
                }

                    .main.solu .box2 .wrap .list .cont .border h4 {
                        padding: 22px 24px 12px;
                        font-size: 18px;
                        line-height: 18px;
                        font-weight: 700;
                        color: #7fbe26;
                    }

                    .main.solu .box2 .wrap .list .cont .border .icon {
                        position: absolute;
                        top: -14px;
                        right: 25px;
                    }

                    .main.solu .box2 .wrap .list .cont .border .text {
                        padding: 0 24px;
                        font-size: 16px;
                        color: #888;
                    }

    .main.solu .box3 {
        width: 100%;
        height: 680px;
        background: url(/cn/static/web/img/solu-box3-bg.jpg) no-repeat center top;
    }

        .main.solu .box3 .box3-autow {
            position: relative;
            margin: 0 auto;
        }

            .main.solu .box3 .box3-autow .wrap {
                width: 1190px;
                margin: 0 auto;
            }

                .main.solu .box3 .box3-autow .wrap .title {
                    font-size: 44px;
                    line-height: 48px;
                    padding: 90px 0 74px 0;
                    text-align: center;
                    color: #444;
                }

                .main.solu .box3 .box3-autow .wrap #scrollPics4 {
                    width: 1190px;
                    height: 239px;
                    overflow: hidden;
                    /* margin-left: -5px; */
                }

                    .main.solu .box3 .box3-autow .wrap #scrollPics4 .num li {
                        width: 290px;
                        margin: 0 5px;
                    }

                        .main.solu .box3 .box3-autow .wrap #scrollPics4 .num li .img {
                            width: 290px;
                            height: 191px;
                            overflow: hidden;
                        }

                            .main.solu .box3 .box3-autow .wrap #scrollPics4 .num li .img img {
                                display: block;
                                width: 290px;
                                transition: 0.5s;
                                -webkit-transition: 0.5s;
                                height: 191px;
                            }

                        .main.solu .box3 .box3-autow .wrap #scrollPics4 .num li .cont {
                            height: 48px;
                            padding: 0 18px;
                            line-height: 48px;
                            font-size: 16px;
                            color: #666;
                            background-color: #eee;
                        }

                        .main.solu .box3 .box3-autow .wrap #scrollPics4 .num li:hover .cont, .main.solu .box3 .box3-autow .wrap #scrollPics4 .num li.cur .cont {
                            background-color: #7fbe26;
                            color: #fff;
                            opacity: 0.7;
                        }

                    .main.solu .box3 .box3-autow .wrap #scrollPics4 .left-btn,
                    .main.solu .box3 .box3-autow .wrap #scrollPics4 .right-btn {
                        position: absolute;
                        top: 306px;
                        width: 61px;
                        height: 61px;
                        cursor: pointer;
                        font-size: 20px;
                        line-height: 61px;
                        text-align: center;
                        color: #fff;
                    }

                        .main.solu .box3 .box3-autow .wrap #scrollPics4 .left-btn:hover,
                        .main.solu .box3 .box3-autow .wrap #scrollPics4 .right-btn:hover {
                            color: #7fbe26;
                        }

                    .main.solu .box3 .box3-autow .wrap #scrollPics4 .right-btn {
                        right: 0;
                    }

                    .main.solu .box3 .box3-autow .wrap #scrollPics4 .left-btn {
                        left: 0;
                    }

                .main.solu .box3 .box3-autow .wrap .all {
                    display: block;
                    width: 244px;
                    height: 48px;
                    margin: 70px auto 0;
                    line-height: 48px;
                    text-align: center;
                    border: 1px solid #7fbe26;
                    border-radius: 24px;
                    font-size: 18px;
                    color: #7fbe26;
                }

                    .main.solu .box3 .box3-autow .wrap .all:hover {
                        color: #fff;
                        background-color: #7fbe26;
                        opacity: 0.7;
                    }

/* solutions.php   E */
/* platform.php   S */
/*.main {
    padding-top: 99px; }*/
.main.pla_sw .box1 {
    width: 100%;
}

    .main.pla_sw .box1 .wrap .title h4 {
        width: 200px;
        margin: 0 auto;
        padding: 70px 0 50px 205px;
        font-size: 44px;
        line-height: 48px;
        color: #31b0cc;
        background: url(/cn/static/web/img/pla-box-titlebg.png) no-repeat left 72px;
    }

    .main.pla_sw .box1 .wrap .title .cont {
        padding-bottom: 95px;
        font-size: 18px;
        line-height: 30px;
        color: #31b0cc;
        text-align: center;
    }

    .main.pla_sw .box1 .wrap img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .main.pla_sw .box1 .wrap .img1 {
        padding-bottom: 85px;
    }

    .main.pla_sw .box1 .pla-mem {
        padding: 86px 0;
        background: #f0f0f0;
        text-align: center;
    }

.main.pla_sw .box2 {
    position: relative;
    overflow: hidden;
    background: url(/cn/static/web/img/pla-box2-bg.png) no-repeat right top;
}

    .main.pla_sw .box2 .box2-1 {
        width: 100%;
        height: 700px;
        background: url(/cn/static/web/img/pla-box1-bg.jpg);
        color: #fff;
    }

        .main.pla_sw .box2 .box2-1 .title h4 {
            padding: 70px 0 30px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
        }

        .main.pla_sw .box2 .box2-1 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            text-align: center;
        }

        .main.pla_sw .box2 .box2-1 .wrap {
            width: 1020px;
            margin: 0 auto;
        }

            .main.pla_sw .box2 .box2-1 .wrap .text {
                margin: 30px 50px 0;
            }

                .main.pla_sw .box2 .box2-1 .wrap .text .img {
                    width: 180px;
                    height: 180px;
                    background: url(/cn/static/web/img/pla-box2-1-img1.png) no-repeat 0 center;
                }

                    .main.pla_sw .box2 .box2-1 .wrap .text .img.img2 {
                        background: url(/cn/static/web/img/pla-box2-1-img1.png) no-repeat -272px center;
                    }

                    .main.pla_sw .box2 .box2-1 .wrap .text .img.img3 {
                        background: url(/cn/static/web/img/pla-box2-1-img1.png) no-repeat -550px center;
                    }

                    .main.pla_sw .box2 .box2-1 .wrap .text .img.img4 {
                        background: url(/cn/static/web/img/pla-box2-1-img1.png) no-repeat -827px center;
                    }

                .main.pla_sw .box2 .box2-1 .wrap .text .cont {
                    padding-top: 45px;
                    font-size: 16px;
                    line-height: 30px;
                    text-align: center;
                }

                .main.pla_sw .box2 .box2-1 .wrap .text.first-child {
                    margin-left: 0;
                }

                .main.pla_sw .box2 .box2-1 .wrap .text.last-child {
                    margin-right: 0;
                }

    .main.pla_sw .box2 .box2-2 {
        position: relative;
        width: 100%;
        height: 950px;
        background-color: #16afbf;
        overflow: hidden;
    }

        .main.pla_sw .box2 .box2-2 .title h4 {
            padding: 70px 0 30px;
            font-size: 44px;
            line-height: 48px;
            text-align: center;
            color: #fff;
        }

        .main.pla_sw .box2 .box2-2 .title .cont {
            padding-bottom: 55px;
            font-size: 18px;
            line-height: 30px;
            color: #fff;
            text-align: center;
        }

        .main.pla_sw .box2 .box2-2 .wrap {
            width: 1040px;
            margin: 0 auto;
        }

        .main.pla_sw .box2 .box2-2 .img3 {
            position: absolute;
            left: 0;
            bottom: 0;
        }

.main.pla_sw .box3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 710px;
    background: url(/cn/static/web/img/pla-box3-bg.jpg) no-repeat center center;
}

    .main.pla_sw .box3 .w1190 {
        width: 1190px;
        margin: 0 auto;
        padding-top: 154px;
    }

        .main.pla_sw .box3 .w1190 .imgbox {
            float: left;
            width: 500px;
        }

        .main.pla_sw .box3 .w1190 .cont {
            float: left;
            width: 608px;
            margin: 0;
        }

            .main.pla_sw .box3 .w1190 .cont h4 {
                font-size: 44px;
                line-height: 48px;
                color: #444;
                padding: 75px 0 40px;
            }

            .main.pla_sw .box3 .w1190 .cont p {
                font-size: 18px;
                line-height: 30px;
                color: #666;
            }

    .main.pla_sw .box3 .title h4 {
        padding: 70px 0 30px;
        font-size: 44px;
        line-height: 48px;
        text-align: center;
        color: #444;
    }

    .main.pla_sw .box3 .title .cont {
        padding-bottom: 55px;
        font-size: 18px;
        line-height: 30px;
        color: #666;
        text-align: center;
    }

    .main.pla_sw .box3 .wrap {
        width: 968px;
        margin: 22px auto 0;
    }

        .main.pla_sw .box3 .wrap .text {
            width: 410px;
            color: #666;
        }

            .main.pla_sw .box3 .wrap .text .cont1 {
                padding: 7px 0 7px 48px;
                font-size: 30px;
            }

            .main.pla_sw .box3 .wrap .text .cont2 {
                padding: 7px 0 7px 54px;
                font-size: 24px;
            }

            .main.pla_sw .box3 .wrap .text .cont3 {
                padding: 7px 0 7px 59px;
                font-size: 18px;
            }

            .main.pla_sw .box3 .wrap .text.text3 {
                width: 148px;
            }

                .main.pla_sw .box3 .wrap .text.text3 .cont1 {
                    padding: 7px 0 7px 55px;
                }

                .main.pla_sw .box3 .wrap .text.text3 .cont2 {
                    padding: 7px 0 7px 59px;
                }

                .main.pla_sw .box3 .wrap .text.text3 .cont3 {
                    padding: 7px 0 7px 65px;
                }

/* platform.php   E */
/* smarthome.php  S */
.main .link-box-sw {
    position: relative;
    width: 100%;
    height: 73px;
    margin-top: 10px;
    overflow: hidden;
}

    .main .link-box-sw .link-group {
        position: absolute;
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }

        .main .link-box-sw .link-group a {
            display: block;
            height: 73px;
            line-height: 73px;
            font-size: 18px;
            color: #444;
            background-color: #d5d5d5;
        }

            .main .link-box-sw .link-group a.cur, .main .link-box-sw .link-group a:hover {
                font-size: 24px;
                color: #fff;
                background-color: #7fbe26;
            }

        .main .link-box-sw .link-group .link1 {
            width: 355px;
            padding-left: 382px;
            border-right: 1px solid #fff;
        }

        .main .link-box-sw .link-group .link2 {
            width: 444px;
            text-align: center;
        }

        .main .link-box-sw .link-group .link3 {
            width: 683px;
            padding-left: 54px;
            border-left: 1px solid #fff;
        }

.main.smart_sw .banner {
    width: 100%;
    height: 780px;
    background-position: center;
    background-repeat: no-repeat;
}

.main.smart_sw .box1 {
    width: 100%;
    height: 720px;
    background-position: center center;
    background-repeat: no-repeat;
}

.main.smart_sw .box2 {
    width: 100%;
    height: 730px;
    background-position: center center;
    background-repeat: no-repeat;
}

.main.smart_sw .box3 {
    width: 100%;
    height: 1012px;
}

    .main.smart_sw .box3 .bg1 {
        width: 100%;
        height: 191px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .main.smart_sw .box3 .bg2 {
        width: 100%;
        height: 821px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

.main.smart_sw .box4 {
    width: 100%;
}

    .main.smart_sw .box4 .title {
        display: block;
        margin: 66px auto 74px;
    }

    .main.smart_sw .box4 .wrap {
        position: relative;
        width: 1190px;
        margin: 0 auto;
        padding-bottom: 100px;
    }

        .main.smart_sw .box4 .wrap.wrap1 .line {
            position: absolute;
            left: 560px;
            top: 385px;
        }

        .main.smart_sw .box4 .wrap.wrap1.spe .icon {
            padding-top: 0;
        }

            .main.smart_sw .box4 .wrap.wrap1.spe .icon img {
                padding-right: 22px;
            }

            .main.smart_sw .box4 .wrap.wrap1.spe .icon .text {
                padding-top: 30px;
            }

                .main.smart_sw .box4 .wrap.wrap1.spe .icon .text .cont {
                    padding-bottom: 58px;
                    background-position: left 7px;
                }

        .main.smart_sw .box4 .wrap.wrap2 .line {
            position: absolute;
            left: 532px;
            top: 385px;
        }

        .main.smart_sw .box4 .wrap .left {
            padding-top: 54px;
        }

            .main.smart_sw .box4 .wrap .left h4 {
                padding-bottom: 36px;
                font-size: 30px;
                line-height: 30px;
                color: #333;
            }

                .main.smart_sw .box4 .wrap .left h4 span {
                    padding-right: 30px;
                    font-family: Arial;
                    font-size: 44px;
                }

            .main.smart_sw .box4 .wrap .left .cont {
                padding: 0 0 10px 10px;
                font-size: 16px;
                line-height: 16px;
                color: #5a5858;
                background: url(/cn/static/web/img/sma-point.jpg) no-repeat left center;
            }

            .main.smart_sw .box4 .wrap .left .icon {
                padding-top: 40px;
            }

        .main.smart_sw .box4 .wrap .right {
            width: 650px;
        }

            .main.smart_sw .box4 .wrap .right .img-bg {
                width: 406px;
                height: 406px;
                background: url(/cn/static/web/img/sma-box4-bg1.png) no-repeat center center;
            }

                .main.smart_sw .box4 .wrap .right .img-bg img {
                    padding: 20px 0 0 21px;
                }

        .main.smart_sw .box4 .wrap:hover .right .img-bg {
            background: url(/cn/static/web/img/sma-box4-bg2.png) no-repeat center center;
        }

/* smarthome.php  E */
/* e_cooperate.php S */
.main.e-coop .box1 {
    width: 100%;
    height: 750px;
    background-color: #f2f2f2;
}

    .main.e-coop .box1 .title {
        padding: 150px 0 115px 0;
        font-size: 44px;
        line-height: 48px;
        color: #272727;
        text-align: center;
    }

    .main.e-coop .box1 .wrap {
        width: 1201px;
        margin: 0 auto;
    }

        .main.e-coop .box1 .wrap .img {
            margin: 0 50px;
        }

        .main.e-coop .box1 .wrap .img1 {
            margin-left: 0;
        }

        .main.e-coop .box1 .wrap .img4 {
            margin-right: 0;
        }

.main.e-coop .box2 {
    width: 100%;
    height: 410px;
    background: url(/cn/static/web/img/ecoop-box2-bg.jpg) no-repeat center center;
}

    .main.e-coop .box2 .title {
        padding: 150px 0 115px 0;
        font-size: 44px;
        line-height: 45px;
        color: #fff;
        text-align: center;
    }

.main.e-coop .box3 .text-box {
    width: 1200px;
    height: 376px;
    margin: 0 auto;
    padding-top: 60px;
}

    .main.e-coop .box3 .text-box .text {
        width: 25%;
        height: 306px;
    }

        .main.e-coop .box3 .text-box .text.bg {
            background-color: #efefef;
        }

            .main.e-coop .box3 .text-box .text.bg .wrap {
                border: 1px solid #fff;
            }

        .main.e-coop .box3 .text-box .text .wrap {
            width: 216px;
            height: 266px;
            margin: 20px 0 0 20px;
            padding-left: 40px;
        }

            .main.e-coop .box3 .text-box .text .wrap h4 {
                padding: 60px 0 20px 0;
                font-size: 24px;
                color: #252525;
            }

            .main.e-coop .box3 .text-box .text .wrap .cont {
                font-size: 15px;
                line-height: 26px;
                color: #383838;
            }

.main.e-coop .box4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    background: url(/cn/static/web/img/ecoop-box4-bg.jpg) no-repeat center center;
}

    .main.e-coop .box4 .title h4 {
        padding-top: 110px;
        font-size: 44px;
        line-height: 44px;
        color: #fff;
        text-align: center;
    }

    .main.e-coop .box4 .title small {
        display: block;
        padding-top: 10px;
        font-size: 35px;
        line-height: 35px;
        color: #fff;
        text-align: center;
    }

    .main.e-coop .box4 .title .cont {
        padding-top: 74px;
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        color: #292929;
    }

.main.e-coop .box5 {
    width: 100%;
    height: 312px;
}

    .main.e-coop .box5 .wrap {
        width: 728px;
        margin: 0 auto;
        padding-top: 50px;
    }

        .main.e-coop .box5 .wrap .text {
            width: 33.33%;
        }

            .main.e-coop .box5 .wrap .text h4 {
                padding-bottom: 30px;
                font-size: 24px;
                line-height: 24px;
                color: #2e2e2e;
            }

            .main.e-coop .box5 .wrap .text .cont {
                font-size: 15px;
                line-height: 26px;
                color: #333;
            }

            .main.e-coop .box5 .wrap .text.text1 {
                background: url(/cn/static/web/img/line.jpg) no-repeat right 25px;
            }

            .main.e-coop .box5 .wrap .text.text2 {
                background: url(/cn/static/web/img/line.jpg) no-repeat right 25px;
            }

                .main.e-coop .box5 .wrap .text.text2 h4,
                .main.e-coop .box5 .wrap .text.text2 .cont {
                    padding-left: 77px;
                }

            .main.e-coop .box5 .wrap .text.text3 h4,
            .main.e-coop .box5 .wrap .text.text3 .cont {
                padding-left: 112px;
            }

.main.e-coop .box6 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 750px;
    background-color: #16afbf;
}

    .main.e-coop .box6 .title {
        padding: 150px 0 115px 0;
        font-size: 44px;
        line-height: 48px;
        color: #272727;
        text-align: center;
    }

    .main.e-coop .box6 img {
        display: block;
        margin: 0 auto;
    }

.main.e-coop .box7 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 810px;
}

    .main.e-coop .box7 .title h4 {
        padding: 112px 0 22px 0;
        font-size: 44px;
        line-height: 44px;
        color: #222;
        text-align: center;
    }

    .main.e-coop .box7 .title .cont {
        font-size: 16px;
        line-height: 26px;
        color: #4f4f4f;
        text-align: center;
    }

    .main.e-coop .box7 .title .text-box {
        width: 355px;
        margin: 0 auto;
        padding-top: 40px;
    }

        .main.e-coop .box7 .title .text-box .text {
            padding-right: 36px;
        }

            .main.e-coop .box7 .title .text-box .text.last-child {
                padding-right: 0;
            }

            .main.e-coop .box7 .title .text-box .text .color {
                width: 6px;
                height: 20px;
                margin-right: 10px;
                background-color: #16afbf;
            }

            .main.e-coop .box7 .title .text-box .text .cont {
                font-size: 22px;
                line-height: 20px;
                color: #494949;
            }

    .main.e-coop .box7 .wrap {
        width: 100%;
        height: 309px;
        margin-top: 72px;
        background: url(/cn/static/web/img/ecoop-box6-bg.png) no-repeat center center;
    }

        .main.e-coop .box7 .wrap .img-box {
            margin: 0 auto;
            padding-top: 60px;
            width: 1250px;
        }

            .main.e-coop .box7 .wrap .img-box img {
                display: block;
            }

.main.e-coop .box8 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 850px;
    background-color: #16afbf;
}

    .main.e-coop .box8 .title h4 {
        margin: 0 auto;
        padding: 70px 0 30px 0;
        font-size: 44px;
        line-height: 48px;
        color: #fff;
        text-align: center;
    }

    .main.e-coop .box8 .title .cont {
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }

    .main.e-coop .box8 img {
        display: block;
        margin: 0 auto;
    }

    .main.e-coop .box8 .img1 {
        padding-top: 60px;
    }

    .main.e-coop .box8 .img2 {
        padding-top: 30px;
    }

/* e_cooperate.php E */
/* join.php  S */
.main.join_sw .box1 {
    width: 100%;
    height: 750px;
    background-color: #f5f5f5;
}

    .main.join_sw .box1 img {
        display: block;
        margin: 0 auto;
        padding-top: 122px;
    }

.main.join_sw .box2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 850px;
    background-color: #16afbf;
}

    .main.join_sw .box2 .title h4 {
        padding: 85px 0 35px;
        font-size: 44px;
        line-height: 48px;
        text-align: center;
        color: #fff;
    }

    .main.join_sw .box2 .title .cont {
        padding-bottom: 55px;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }

    .main.join_sw .box2 .wrap {
        position: relative;
    }

        .main.join_sw .box2 .wrap #scrollPics5 {
            position: absolute;
            width: 1920px;
            left: 50%;
            margin-left: -960px;
        }

            .main.join_sw .box2 .wrap #scrollPics5 .ml-624 {
                position: absolute;
                left: 50%;
                margin-left: -312px;
            }

                .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .slider5 li {
                    position: relative;
                    width: 624px;
                    height: 375px;
                    /*background: url(/cn/static/web/img/join-auto-bg.png)no-repeat center center;*/
                    transform: scale(0.6);
                }

                    .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .slider5 li.cur {
                        transform: scale(1);
                    }

                    .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .slider5 li .img1 {
                        display: block;
                        padding: 20px 0 0 15px;
                    }

                        .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .slider5 li .img1 img {
                            width: 594px;
                            height: 333px;
                        }

                .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .left1,
                .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .right1 {
                    position: absolute;
                    top: 140px;
                    cursor: pointer;
                }

                    .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .left1 i,
                    .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .right1 i {
                        font-size: 36px;
                        color: #fff;
                        opacity: 0.35;
                    }

                        .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .left1 i:hover,
                        .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .right1 i:hover {
                            opacity: 1;
                            color: #7fbe26 \9;
                        }

                .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .left1 {
                    left: -73px;
                }

                .main.join_sw .box2 .wrap #scrollPics5 .ml-624 .right1 {
                    left: 658px;
                }

.main.join_sw .box3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 800px;
}

    .main.join_sw .box3 .title {
        padding: 85px 0 35px;
        font-size: 44px;
        line-height: 48px;
        text-align: center;
        color: #444;
    }

    .main.join_sw .box3 .wrap {
        width: 1190px;
        margin: 0 auto;
        padding-top: 120px;
    }

        .main.join_sw .box3 .wrap .left {
            width: 550px;
            margin-right: 20px;
        }

            .main.join_sw .box3 .wrap .left .green {
                font-size: 18px;
                color: #7fbe26;
                padding-bottom: 40px;
            }

            .main.join_sw .box3 .wrap .left .cont {
                font-size: 16px;
                color: #666;
                line-height: 30px;
                padding-bottom: 40px;
            }

        .main.join_sw .box3 .wrap .right {
            width: 550px;
            margin-left: 10px;
            /*background-color: #e5e5e5;*/
        }

            .main.join_sw .box3 .wrap .right img {
                max-width: 100%;
                display: block;
                border: 0;
            }

.main.join_sw .box4 {
    position: relative;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
}

    .main.join_sw .box4 .title {
        padding: 85px 0 35px;
        font-size: 44px;
        line-height: 48px;
        text-align: center;
        color: #444;
    }

    .main.join_sw .box4 .wrap {
        position: relative;
        width: 1400px;
        margin: 0 auto;
    }

        .main.join_sw .box4 .wrap #scrollPics6 {
            width: 1190px;
            margin: 0 auto;
            padding-top: 80px;
            overflow: hidden;
        }

            .main.join_sw .box4 .wrap #scrollPics6 .num {
                margin-left: -27px;
            }

                .main.join_sw .box4 .wrap #scrollPics6 .num li {
                    position: relative;
                    width: 304px;
                    height: 372px;
                    margin: 0 27px;
                    padding: 34px 28px;
                    background-color: #fff;
                    cursor: pointer;
                }

                    .main.join_sw .box4 .wrap #scrollPics6 .num li h4 {
                        padding-bottom: 14px;
                        margin-bottom: 15px;
                        font-size: 18px;
                        color: #323232;
                    }

                    .main.join_sw .box4 .wrap #scrollPics6 .num li .list1 {
                        font-size: 16px;
                        line-height: 30px;
                        color: #666;
                    }

                    .main.join_sw .box4 .wrap #scrollPics6 .num li .list2 {
                        font-size: 16px;
                        line-height: 30px;
                        color: #666;
                    }

                        .main.join_sw .box4 .wrap #scrollPics6 .num li .list2 strong {
                            display: block;
                        }

                    .main.join_sw .box4 .wrap #scrollPics6 .num li .join-icon {
                        position: absolute;
                        right: 32px;
                        bottom: 34px;
                        font-size: 16px;
                        color: #666;
                    }

                        .main.join_sw .box4 .wrap #scrollPics6 .num li .join-icon i {
                            position: relative;
                            top: -2px;
                            font-size: 16px;
                            line-height: 16px;
                            padding-right: 10px;
                        }

                    .main.join_sw .box4 .wrap #scrollPics6 .num li.cur, .main.join_sw .box4 .wrap #scrollPics6 .num li:hover {
                        background-color: #7fbe26;
                    }

                        .main.join_sw .box4 .wrap #scrollPics6 .num li.cur h4,
                        .main.join_sw .box4 .wrap #scrollPics6 .num li.cur .list1,
                        .main.join_sw .box4 .wrap #scrollPics6 .num li.cur .list2,
                        .main.join_sw .box4 .wrap #scrollPics6 .num li.cur .join-icon, .main.join_sw .box4 .wrap #scrollPics6 .num li:hover h4,
                        .main.join_sw .box4 .wrap #scrollPics6 .num li:hover .list1,
                        .main.join_sw .box4 .wrap #scrollPics6 .num li:hover .list2,
                        .main.join_sw .box4 .wrap #scrollPics6 .num li:hover .join-icon {
                            color: #fff;
                        }

            .main.join_sw .box4 .wrap #scrollPics6 .left3,
            .main.join_sw .box4 .wrap #scrollPics6 .right3 {
                position: absolute;
                top: 200px;
                width: 42px;
                height: 42px;
                background-repeat: no-repeat;
                cursor: pointer;
            }

            .main.join_sw .box4 .wrap #scrollPics6 .left3 {
                background-image: url(/cn/static/web/img/join-lefticon.jpg);
                left: 0;
            }

            .main.join_sw .box4 .wrap #scrollPics6 .right3 {
                background-image: url(/cn/static/web/img/join-righticon.jpg);
                right: 0;
            }

    .main.join_sw .box4 .pop3-wrap {
        position: absolute;
        top: 156px;
        left: 50%;
        width: 830px;
        height: 500px;
        background: #fafafa;
        border: 1px solid #e1e1e1;
        padding: 30px 50px;
        margin-left: -466px;
        background-color: #fff;
    }

        .main.join_sw .box4 .pop3-wrap .pop-title {
            line-height: 58px;
            font-size: 24px;
            border-bottom: 1px solid #e1e1e1;
            color: #3595f1;
        }

        .main.join_sw .box4 .pop3-wrap table {
            margin-top: 40px;
        }

            .main.join_sw .box4 .pop3-wrap table td {
                padding: 5px;
                border: 1px solid #E2E2E2;
                font-size: 14px;
            }

        .main.join_sw .box4 .pop3-wrap .submbtn {
            width: 123px;
            line-height: 40px;
            color: #FFF;
            background: #3595f1;
            margin-top: 10px;
        }

        .main.join_sw .box4 .pop3-wrap .pop-close {
            position: absolute;
            top: 10px;
            right: 20px;
            font-size: 26px;
            cursor: pointer;
        }

.main.join_sw .box5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

    .main.join_sw .box5 .title {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        height: 260px;
        font-size: 44px;
        color: #fff;
        background: url(/cn/static/web/img/join-video-btn.png) no-repeat center bottom;
    }

.video-bg-sw {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/cn/static/web/img/brand-bg.png);
    z-index: 100000;
}

    .video-bg-sw .video-wrap {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 800px;
        height: 600px;
        margin-left: -400px;
        margin-top: -300px;
        z-index: 1000001;
        background-color: #000;
    }

        .video-bg-sw .video-wrap .close {
            position: absolute;
            top: -28px;
            right: -20px;
            font-size: 20px;
            display: block;
            color: #fff;
            cursor: pointer;
        }

.pop-box .auto-img {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 750px;
    margin-top: -231px;
    margin-left: -375px;
    height: 462px;
    background-color: #fff;
    border-radius: 6px;
    z-index: 1000001;
}

    .pop-box .auto-img .img-box img {
        width: 707px;
        height: 366px;
    }

    .pop-box .auto-img .img-box a {
        display: none;
        width: 707px;
        height: 366px;
        margin: 22px auto 0;
    }

        .pop-box .auto-img .img-box a.show {
            display: block;
        }

    .pop-box .auto-img .img-tit {
        padding: 5px 20px 0;
        height: 51px;
        line-height: 51px;
        text-align: right;
        font-size: 22px;
        color: #656565;
        background: #ededed;
        border-radius: 6px 6px 0 0;
    }

        .pop-box .auto-img .img-tit .img-ctry {
            font-size: 26px;
            float: left;
        }

    .pop-box .auto-img .left2,
    .pop-box .auto-img .right2 {
        position: absolute;
        top: 50%;
        cursor: pointer;
        width: 40px;
        height: 68px;
        margin-top: -34px;
        background: url(/cn/static/web/img/pro_btn02.png) no-repeat;
    }

        .pop-box .auto-img .left2 .iconfont,
        .pop-box .auto-img .right2 .iconfont {
            font-size: 22px;
        }

        .pop-box .auto-img .left2:hover,
        .pop-box .auto-img .right2:hover {
            color: #16afbf;
        }

    .pop-box .auto-img .left2 {
        right: -130px;
        background-position: 100% 0;
    }

    .pop-box .auto-img .right2 {
        left: -130px;
        background-position: 0 0;
    }

    .pop-box .auto-img .js-pop4.prev,
    .pop-box .auto-img .js-pop4.next {
        position: absolute;
        bottom: 20px;
        cursor: pointer;
    }

        .pop-box .auto-img .js-pop4.prev:hover,
        .pop-box .auto-img .js-pop4.next:hover {
            color: #16afbf;
        }

    .pop-box .auto-img .js-pop4.prev {
        right: 20px;
    }

    .pop-box .auto-img .js-pop4.next {
        left: 20px;
    }

    .pop-box .auto-img .close {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 20px;
        cursor: pointer;
    }



.banner_wgx .banner-new {
    position: relative !important;
}

    .banner_wgx .banner-new .slider .bd {
        position: relative !important;
    }

        .banner_wgx .banner-new .slider .bd img {
            width: 100%;
        }

    .banner_wgx .banner-new .slider .hd {
        display: block;
    }

        .banner_wgx .banner-new .slider .hd .hd-new {
            display: block;
        }

            .banner_wgx .banner-new .slider .hd .hd-new ul {
                width: 100%;
                position: absolute;
                bottom: 20px;
                text-align: center;
                display: flex;
                flex-flow: row wrap;
                justify-content: center;
                align-items: center;
            }

                .banner_wgx .banner-new .slider .hd .hd-new ul li {
                    width: 37px;
                    height: 1px;
                    background: #000000;
                    text-indent: -9999px;
                }

                    .banner_wgx .banner-new .slider .hd .hd-new ul li.on {
                        width: 37px;
                        height: 1px;
                        background: #fff;
                    }

.header-bd {
    background: #000 !important;
}

.hd-menu ul li a.tits {
    font-size: 12px;
    color: #fff;
}

.box2_wgx {
    margin-top: 10px;
}

.box3_wgx {
    margin-bottom: 10px;
}

.footer_wgx .foot .foot-new {
    max-width: 1320px;
    min-width: 1200px;
    width: auto;
}

.footer_wgx .foot {
    height: auto;
    padding: 50px 0;
}

    .footer_wgx .foot .foot-new ul {
        width: 100%;
        margin-top: 0;
        overflow: hidden;
        display: flex;
        position: relative;
    }

        .footer_wgx .foot .foot-new ul:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            left: 50%;
            top: 0;
            background: #a0a0a0;
        }

        .footer_wgx .foot .foot-new ul li {
            text-align: center;
            width: 49.9%;
            float: none;
            margin-right: 0;
            display: inline-block;
        }

            .footer_wgx .foot .foot-new ul li .tit {
                margin-top: 15px;
                transition: 0.5s;
                -webkit-transition: 0.5s;
            }

            .footer_wgx .foot .foot-new ul li .tits {
                height: auto;
                transition: 0.5s;
                -webkit-transition: 0.5s;
            }

.header-bd, .header-holder, .hd-menu ul li a.tits, .hd-menu ul li {
    height: 48px !important;
    line-height: 48px !important;
}

.w {
    height: 48px !important;
}

.header-bd .search-box {
    display: none;
}

.toplogo {
    height: 30px;
}

    .toplogo img {
        max-height: 30px;
    }

.hd-menu, .language-box {
    float: right;
}

.language-box {
    color: #fff;
}

    .language-box a {
        margin: 0 5px;
    }

.hd-menu ul li {
    position: relative;
}

    .hd-menu ul li .mnav {
        top: 48px;
        width: 120px;
        left: 50%;
        margin-left: -60px;
        background: #000;
        height: auto;
    }

        .hd-menu ul li .mnav .pic {
            display: none;
        }

        .hd-menu ul li .mnav a {
            display: block;
            width: 100%;
            text-align: center;
            position: relative;
        }

        .hd-menu ul li .mnav .mnav-new {
            width: 100%;
            height: auto;
        }

            .hd-menu ul li .mnav .mnav-new a {
                height: 45px;
                line-height: 45px;
                color: #fff;
                padding-top: 0;
                margin-right: 0;
                float: none;
            }

        .hd-menu ul li .mnav a p, .share-bd .mnav a p {
            height: 45px;
            line-height: 45px;
        }

        .hd-menu ul li .mnav a p {
            color: #fff;
        }

    .hd-menu ul li:hover .mnav .con, .share-bd:hover .mnav .con {
        padding-left: 0px;
    }

.header-bd .language {
    display: none !important;
}
/* join.php  E */

/*# sourceMappingURL=style.css.map */
ul, ol {
    float: none
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.w1160 {
    width: 1160px;
    margin: 0 auto
}

.loading-sw {
    position: absolute;
    top: 40%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: url(/cn/static/web/img/gateway/loadings.gif) no-repeat center center
}

.main_sw {
    .padding-top:99px
}

    .main_sw.gateway {
        opacity: 0;
        filter: alpha(opacity=0)
    }

        .main_sw.gateway .header_wgx {
            position: fixed;
            z-index: 100
        }

        .main_sw.gateway #fullpage .section {
            overflow: hidden
        }

            .main_sw.gateway #fullpage .section.section1 .box {
                position: relative;
                width: 1090px;
                height: 100%;
                margin: 0 auto
            }

                .main_sw.gateway #fullpage .section.section1 .box .text-box {
                    position: absolute;
                    z-index: 99;
                    left: 0;
                    top: 50%;
                    margin-top: -76px
                }

                    .main_sw.gateway #fullpage .section.section1 .box .text-box .text {
                        position: relative;
                        z-index: 100;
                        width: 0;
                        height: 55px;
                        margin-bottom: 22px;
                        background: url(/cn/static/web/img/gateway/gateway-s1-text.png) no-repeat left top
                    }

                    .main_sw.gateway #fullpage .section.section1 .box .text-box .icon {
                        position: relative;
                        z-index: 99;
                        width: 312px;
                        height: 70px;
                        background: url(/cn/static/web/img/gateway/gateway-s1-icon.png) no-repeat center -76px
                    }

                .main_sw.gateway #fullpage .section.section1 .box .pro {
                    position: absolute;
                    z-index: 100;
                    right: 1900px;
                    top: 50%;
                    margin-top: -290px;
                    width: 375px;
                    height: 696px;
                    background-color: #fff;
                    transition: right 1.5s
                }

                    .main_sw.gateway #fullpage .section.section1 .box .pro.animate {
                        right: 0
                    }

@media (max-height: 800px) {
    .main_sw.gateway #fullpage .section.section1 .box .pro {
        width: 300px;
        height: 556.8px;
        margin-top: -232px
    }
}

.main_sw.gateway #fullpage .section.section2 {
    background-color: #f2f2f3
}

    .main_sw.gateway #fullpage .section.section2 .box {
        position: relative;
        width: 1090px;
        height: 100%;
        margin: 0 auto
    }

        .main_sw.gateway #fullpage .section.section2 .box .text-box {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 50%;
            width: 580px;
            margin-top: -130px
        }

            .main_sw.gateway #fullpage .section.section2 .box .text-box .title {
                position: relative;
                z-index: 100;
                width: 0;
                height: 46px;
                margin-bottom: 22px;
                background: url(/cn/static/web/img/gateway/gateway-s2-title.png) no-repeat center top
            }

            .main_sw.gateway #fullpage .section.section2 .box .text-box .text {
                width: 100%;
                height: 72px;
                background: url(/cn/static/web/img/gateway/gateway-s2-text.png) no-repeat center -72px
            }

            .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap {
                padding-top: 48px
            }

                .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box {
                    padding: 0 13px
                }

                    .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon {
                        width: 90px;
                        height: 90px;
                        background: url(/cn/static/web/img/gateway/gateway-s2-iconbg.png) no-repeat center 0px;
                        transform: scale(0)
                    }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon .img {
                            width: 90px;
                            height: 90px;
                            background-repeat: no-repeat;
                            background-position: center -68px;
                            transition: background-position 0.5s
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon1 .img {
                            transition-delay: 0.1s;
                            background-image: url(/cn/static/web/img/gateway/gateway-s2-icon1.png)
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon1.bounceIn {
                            animation-duration: 0.2s
                        }

                            .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon1.bounceIn .img {
                                background-position: center center
                            }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon2.bounceIn {
                            animation-delay: 0.1s;
                            animation-duration: 0.3s
                        }

                            .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon2.bounceIn .img {
                                background-position: center center
                            }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon2 .img {
                            transition-delay: 0.2s;
                            background-image: url(/cn/static/web/img/gateway/gateway-s2-icon2.png)
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon3.bounceIn {
                            animation-delay: 0.2s;
                            animation-duration: 0.3s
                        }

                            .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon3.bounceIn .img {
                                background-position: center center
                            }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon3 .img {
                            transition-delay: 0.3s;
                            background-image: url(/cn/static/web/img/gateway/gateway-s2-icon3.png)
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon4.bounceIn {
                            animation-delay: 0.3s;
                            animation-duration: 0.3s
                        }

                            .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon4.bounceIn .img {
                                background-position: center center
                            }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon4 .img {
                            transition-delay: 0.4s;
                            background-image: url(/cn/static/web/img/gateway/gateway-s2-icon4.png)
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon5.bounceIn {
                            animation-delay: 0.4s;
                            animation-duration: 0.3s
                        }

                            .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon5.bounceIn .img {
                                background-position: center center
                            }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon.icon5 .img {
                            transition-delay: 0.5s;
                            background-image: url(/cn/static/web/img/gateway/gateway-s2-icon5.png)
                        }

                    .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon-text {
                        padding-top: 8px;
                        font-size: 18px;
                        text-align: center;
                        font-weight: 100;
                        color: #000;
                        opacity: 0;
                        filter: alpha(opacity=0);
                        transition: opacity 0.4s
                    }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon-text.opacity {
                            opacity: 1;
                            filter: alpha(opacity=100)
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon-text.icon-text1 {
                            transition-delay: 0.1s
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon-text.icon-text2 {
                            transition-delay: 0.2s
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon-text.icon-text3 {
                            transition-delay: 0.3s
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon-text.icon-text4 {
                            transition-delay: 0.4s
                        }

                        .main_sw.gateway #fullpage .section.section2 .box .text-box .icon-wrap .icon-box .icon-text.icon-text5 {
                            transition-delay: 0.5s
                        }

        .main_sw.gateway #fullpage .section.section2 .box .pro {
            position: absolute;
            z-index: 100;
            left: 0;
            top: -100%;
            margin-top: -298px;
            width: 375px;
            height: 700px;
            background-color: #f2f2f3;
            transition: transform 20s
        }

            .main_sw.gateway #fullpage .section.section2 .box .pro.small {
                transform: scale(0.9, 0.9)
            }

@media (max-height: 800px) {
    .main_sw.gateway #fullpage .section.section2 .box .pro {
        width: 300px;
        height: 560px;
        margin-top: -238.4px
    }
}

.main_sw.gateway #fullpage .section.section3 {
    position: relative;
    overflow: hidden
}

    .main_sw.gateway #fullpage .section.section3 .text-box {
        padding-top: 120px
    }

        .main_sw.gateway #fullpage .section.section3 .text-box .title {
            width: 100%;
            height: 50px;
            margin-bottom: 32px;
            background: url(/cn/static/web/img/gateway/gateway-s3-title.png) no-repeat center -50px;
            transition: background-position 0.4s;
            transition-delay: 0.6s
        }

            .main_sw.gateway #fullpage .section.section3 .text-box .title.animate {
                background-position: center center
            }

        .main_sw.gateway #fullpage .section.section3 .text-box .text {
            width: 100%;
            height: 70px;
            background: url(/cn/static/web/img/gateway/gateway-s3-text.png) no-repeat center center;
            transition: all 0.8s;
            transition-delay: 1s;
            opacity: 0;
            filter: alpha(opacity=0)
        }

            .main_sw.gateway #fullpage .section.section3 .text-box .text.animate {
                opacity: 1;
                filter: alpha(opacity=100)
            }

    .main_sw.gateway #fullpage .section.section3 .icon-box {
        position: absolute;
        bottom: -100px;
        left: 50%;
        width: 1452px;
        height: 694px;
        margin-left: -726px
    }

@media (max-height: 900px) {
    .main_sw.gateway #fullpage .section.section3 .icon-box {
        transform: scale(0.8);
        transform-origin: 50% 100%
    }
}

@media (max-height: 770px) {
    .main_sw.gateway #fullpage .section.section3 .icon-box {
        transform: scale(0.7);
        transform-origin: 50% 100%
    }
}

@media (max-height: 710px) {
    .main_sw.gateway #fullpage .section.section3 .icon-box {
        transform: scale(0.6);
        transform-origin: 50% 100%
    }
}

.main_sw.gateway #fullpage .section.section3 .icon-box .pro {
    position: absolute;
    top: 435px;
    left: 50%;
    margin-left: -36px;
    width: 72px;
    height: 156px;
    background: url(/cn/static/web/img/gateway/gateway-s3-add.png) no-repeat center center;
    transform: translate(0, 300px)
}

.main_sw.gateway #fullpage .section.section3 .icon-box .bg {
    width: 1452px;
    height: 1452px;
    background: url(/cn/static/web/img/gateway/gateway-s3-iconbg.png) no-repeat center top;
    transition: all 0.8s;
    transform: rotate(-90deg)
}

    .main_sw.gateway #fullpage .section.section3 .icon-box .bg.animate {
        transform: rotate(0deg)
    }

.main_sw.gateway #fullpage .section.section3 .icon-box .icon {
    position: absolute;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    animation-fill-mode: forwards !important;
    animation-timing-function: linear !important
}

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon1 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon1.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon1.animate {
            animation: gateway-icon1 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon2 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon2.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon2.animate {
            animation: gateway-icon2 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon3 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon3.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon3.animate {
            animation: gateway-icon3 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon4 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon4.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon4.animate {
            animation: gateway-icon4 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon5 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon5.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon5.animate {
            animation: gateway-icon5 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon6 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon6.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon6.animate {
            animation: gateway-icon6 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon7 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon7.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon7.animate {
            animation: gateway-icon7 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon8 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon8.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon8.animate {
            animation: gateway-icon8 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon9 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon9.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon9.animate {
            animation: gateway-icon9 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon10 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon10.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon10.animate {
            animation: gateway-icon10 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon11 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon11.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon11.animate {
            animation: gateway-icon11 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon12 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon12.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon12.animate {
            animation: gateway-icon12 0.8s
        }

    .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon13 {
        background-image: url(/cn/static/web/img/gateway/gateway-s3-icon13.png)
    }

        .main_sw.gateway #fullpage .section.section3 .icon-box .icon.icon13.animate {
            animation: gateway-icon13 0.8s
        }

.main_sw.gateway #fullpage .section.section4 {
    background: url(/cn/static/web/img/gateway/gateway-s4-bg.jpg) center center
}

    .main_sw.gateway #fullpage .section.section4 .wrap {
        position: relative;
        width: 1190px;
        height: 100%;
        margin: 0 auto
    }

        .main_sw.gateway #fullpage .section.section4 .wrap .text-box {
            padding-top: 150px
        }

            .main_sw.gateway #fullpage .section.section4 .wrap .text-box .title {
                width: 0;
                height: 48px;
                margin: 0 auto 20px;
                background: url(/cn/static/web/img/gateway/gateway-s4-title.png) no-repeat center center;
                transition: width 0.5s;
                transition-delay: 1.3s
            }

                .main_sw.gateway #fullpage .section.section4 .wrap .text-box .title.animate {
                    width: 528px
                }

            .main_sw.gateway #fullpage .section.section4 .wrap .text-box .text {
                width: 100%;
                height: 30px;
                margin-bottom: 24px;
                background: url(/cn/static/web/img/gateway/gateway-s4-text.png) no-repeat center -32px;
                transition: background-position 0.5s;
                transition-delay: 1.8s
            }

                .main_sw.gateway #fullpage .section.section4 .wrap .text-box .text.animate {
                    background-position: center center
                }

            .main_sw.gateway #fullpage .section.section4 .wrap .text-box .type-box {
                width: 350px;
                height: 84px;
                margin: 0 auto;
                background: url(/cn/static/web/img/gateway/gateway-s4-line.png) no-repeat center 0px;
                transform: scale(0);
                transition: transform 0.3s;
                transition-delay: 2.3s
            }

                .main_sw.gateway #fullpage .section.section4 .wrap .text-box .type-box.lg {
                    transform: scale(1)
                }

                .main_sw.gateway #fullpage .section.section4 .wrap .text-box .type-box .left {
                    width: 50%;
                    height: 84px;
                    background: url(/cn/static/web/img/gateway/gateway-s4-type1.png) no-repeat 178px center;
                    transition: background-position 0.5s;
                    transition-delay: 2.6s
                }

                    .main_sw.gateway #fullpage .section.section4 .wrap .text-box .type-box .left.animate {
                        background-position: 28px center
                    }

                .main_sw.gateway #fullpage .section.section4 .wrap .text-box .type-box .right {
                    width: 50%;
                    height: 84px;
                    background: url(/cn/static/web/img/gateway/gateway-s4-type2.png) no-repeat -85px 12px;
                    transition: background-position 0.5s;
                    transition-delay: 2.6s
                }

                    .main_sw.gateway #fullpage .section.section4 .wrap .text-box .type-box .right.animate {
                        background-position: 50px 12px
                    }

        .main_sw.gateway #fullpage .section.section4 .wrap .icon-box {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%
        }

@media (max-height: 920px) {
    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box {
        transform: scale(0.8);
        transform-origin: 50% 100%
    }
}

@media (max-height: 850px) {
    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box {
        transform: scale(0.7);
        transform-origin: 50% 100%
    }
}

@media (max-height: 780px) {
    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box {
        transform: scale(0.6);
        transform-origin: 50% 100%
    }
}

.main_sw.gateway #fullpage .section.section4 .wrap .icon-box .pro {
    position: absolute;
    right: 176px;
    bottom: -942px;
    width: 448px;
    height: 934px;
    transition: bottom 0.5s
}

    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .pro.animate {
        bottom: -373px
    }

.main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon {
    position: absolute;
    animation-fill-mode: forwards !important;
    animation-timing-function: linear !important;
    animation-delay: 0.5s !important
}

    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon1 {
        left: 176px;
        bottom: 302px;
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
        width: 216px;
        height: 256px;
        background: url(/cn/static/web/img/gateway/gateway-s4-img1.png) no-repeat center center;
        z-index: 100
    }

        .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon1.animate {
            animation: s4-icon1 2.2s
        }

    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon2 {
        left: 272px;
        bottom: 302px;
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
        width: 213px;
        height: 225px;
        background: url(/cn/static/web/img/gateway/gateway-s4-img2.png) no-repeat center center;
        z-index: 99
    }

        .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon2.animate {
            animation: s4-icon2 2.2s
        }

    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon3 {
        left: 398px;
        bottom: 312px;
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
        width: 171px;
        height: 184px;
        background: url(/cn/static/web/img/gateway/gateway-s4-img3.png) no-repeat center center;
        z-index: 98
    }

        .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon3.animate {
            animation: s4-icon3 2.2s
        }

    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon4 {
        left: 476px;
        bottom: 312px;
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
        width: 158px;
        height: 170px;
        background: url(/cn/static/web/img/gateway/gateway-s4-img4.png) no-repeat center center;
        z-index: 97
    }

        .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon4.animate {
            animation: s4-icon4 2.2s
        }

    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon5 {
        left: 542px;
        bottom: 315px;
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
        width: 144px;
        height: 154px;
        background: url(/cn/static/web/img/gateway/gateway-s4-img5.png) no-repeat center center;
        z-index: 96
    }

        .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon5.animate {
            animation: s4-icon5 2.2s
        }

    .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon6 {
        left: 592px;
        bottom: 322px;
        transform: scale(1);
        opacity: 0;
        filter: alpha(opacity=0);
        width: 122px;
        height: 131px;
        background: url(/cn/static/web/img/gateway/gateway-s4-img6.png) no-repeat center center;
        z-index: 95
    }

        .main_sw.gateway #fullpage .section.section4 .wrap .icon-box .icon.icon6.animate {
            animation: s4-icon6 2.2s
        }

@keyframes s4-icon1 {
    0% {
        left: 578px;
        bottom: 258px;
        transform: scale(0.5) rotateY(50deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    15% {
        left: 176px;
        bottom: 302px;
        transform: scale(1) rotateY(36deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 176px;
        bottom: 302px;
        transform: scale(1) rotateY(0)
    }
}

@keyframes s4-icon2 {
    0% {
        left: 576px;
        bottom: 276px;
        transform: scale(0.5) rotateY(50deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    15% {
        left: 272px;
        bottom: 302px;
        transform: scale(1) rotateY(36deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 272px;
        bottom: 302px;
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes s4-icon3 {
    0% {
        left: 598px;
        bottom: 298px;
        transform: scale(0.5) rotateY(50deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    15% {
        left: 398px;
        bottom: 312px;
        transform: scale(1) rotateY(36deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 398px;
        bottom: 312px;
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes s4-icon4 {
    0% {
        left: 604px;
        bottom: 305px;
        transform: scale(0.5) rotateY(50deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    15% {
        left: 476px;
        bottom: 315px;
        transform: scale(1) rotateY(36deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 476px;
        bottom: 315px;
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes s4-icon5 {
    0% {
        left: 607px;
        bottom: 311px;
        transform: scale(0.5) rotateY(50deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    15% {
        left: 542px;
        bottom: 315px;
        transform: scale(1) rotateY(36deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 542px;
        bottom: 315px;
        transform: scale(1) rotateY(0deg)
    }
}

@keyframes s4-icon6 {
    0% {
        left: 620px;
        bottom: 322px;
        transform: scale(0.5) rotateY(50deg);
        opacity: 1;
        filter: alpha(opacity=100)
    }

    15% {
        left: 592px;
        bottom: 322px;
        transform: scale(1) rotateY(36deg)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        left: 592px;
        bottom: 322px;
        transform: scale(1) rotateY(0deg)
    }
}

.main_sw.gateway #fullpage .section.section5 .wrap {
    position: relative;
    width: 60%;
    height: 100%;
    margin: 0 auto
}

@media (max-width: 1600px) {
    .main_sw.gateway #fullpage .section.section5 .wrap {
        width: 50%
    }
}

@media (max-width: 1460px) {
    .main_sw.gateway #fullpage .section.section5 .wrap {
        width: 74%
    }
}

.main_sw.gateway #fullpage .section.section5 .wrap .text-box {
    padding-top: 150px
}

    .main_sw.gateway #fullpage .section.section5 .wrap .text-box .title {
        width: 100%;
        height: 48px;
        margin-bottom: 32px;
        background: url(/cn/static/web/img/gateway/gateway-s5-title.png) no-repeat center center;
        transform: translate(0, -100px)
    }

    .main_sw.gateway #fullpage .section.section5 .wrap .text-box .text {
        width: 100%;
        height: 72px;
        background: url(/cn/static/web/img/gateway/gateway-s5-text.png) no-repeat center center;
        transform: translate(0, 230px);
        opacity: 0;
        filter: alpha(opacity=0)
    }

.main_sw.gateway #fullpage .section.section5 .wrap .img-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    overflow: hidden
}

    .main_sw.gateway #fullpage .section.section5 .wrap .img-box .pro {
        width: 100%;
        height: auto
    }

        .main_sw.gateway #fullpage .section.section5 .wrap .img-box .pro img {
            width: 100%;
            height: auto
        }

    .main_sw.gateway #fullpage .section.section5 .wrap .img-box .bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 50%
    }

        .main_sw.gateway #fullpage .section.section5 .wrap .img-box .bg .img {
            height: 0;
            width: 100%;
            overflow: hidden
        }

            .main_sw.gateway #fullpage .section.section5 .wrap .img-box .bg .img img {
                width: 100%;
                height: auto
            }

        .main_sw.gateway #fullpage .section.section5 .wrap .img-box .bg .text1 {
            position: absolute;
            top: 0;
            right: 22px;
            width: 54px;
            height: 100%;
            background: url(/cn/static/web/img/gateway/gateway-s5-type1.jpg) no-repeat 60px center
        }

        .main_sw.gateway #fullpage .section.section5 .wrap .img-box .bg .text2 {
            position: absolute;
            top: 0;
            right: -76px;
            width: 54px;
            height: 100%;
            background: url(/cn/static/web/img/gateway/gateway-s5-type2.jpg) no-repeat -60px center
        }

.main_sw.gateway #fullpage .section.section6 {
    background: url(/cn/static/web/img/gateway/gateway-s6-bg.jpg) no-repeat center bottom -99px
}

    .main_sw.gateway #fullpage .section.section6 .wrap {
        position: relative;
        width: 1200px;
        height: 100%;
        margin: 0 auto
    }

        .main_sw.gateway #fullpage .section.section6 .wrap .text-box {
            padding-top: 150px
        }

            .main_sw.gateway #fullpage .section.section6 .wrap .text-box .title {
                width: 530px;
                height: 46px;
                margin: 0 auto 35px;
                background: url(/cn/static/web/img/gateway/gateway-s6-title.png) no-repeat center center;
                transform: translate(-150%, 0);
                opacity: 0;
                filter: alpha(opacity=0)
            }

            .main_sw.gateway #fullpage .section.section6 .wrap .text-box .text {
                width: 100%;
                height: 72px;
                background: url(/cn/static/web/img/gateway/gateway-s6-text.png) no-repeat center center;
                transform: translate(0, -72px);
                opacity: 0;
                filter: alpha(opacity=0)
            }

        .main_sw.gateway #fullpage .section.section6 .wrap .pro {
            position: absolute;
            left: -400px;
            bottom: 0;
            width: 453px;
            height: 540px;
            background: url(/cn/static/web/img/gateway/gateway-s6-pro.png) no-repeat center center;
            opacity: 0;
            filter: alpha(opacity=0)
        }

@media (max-height: 900px) {
    .main_sw.gateway #fullpage .section.section6 .wrap .pro {
        transform: scale(0.8);
        transform-origin: 50% 100%
    }
}

.main_sw.gateway #fullpage .section.section6 .wrap .gif {
    display: none;
    position: absolute;
    bottom: 67px;
    right: 98px;
    height: 254px;
    width: 598px
}

.main_sw.gateway #fullpage .section.section7 {
    background: url(/cn/static/web/img/gateway/gateway-s7-bg.jpg) no-repeat center bottom -99px
}

@media (max-width: 1600px) {
    .main_sw.gateway #fullpage .section.section7 {
        background: url(/cn/static/web/img/gateway/gateway-s7-bg.jpg) no-repeat center bottom -261px
    }
}

.main_sw.gateway #fullpage .section.section7 .wrap {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto
}

    .main_sw.gateway #fullpage .section.section7 .wrap .text-box {
        position: relative;
        z-index: 100;
        padding-top: 150px
    }

        .main_sw.gateway #fullpage .section.section7 .wrap .text-box .title {
            width: 100%;
            height: 46px;
            margin: 0 auto 32px;
            background: url(/cn/static/web/img/gateway/gateway-s7-title.png) no-repeat center center;
            transform: translate(0, -50px);
            opacity: 0;
            filter: alpha(opacity=0)
        }

        .main_sw.gateway #fullpage .section.section7 .wrap .text-box .text {
            width: 100%;
            height: 72px;
            background: url(/cn/static/web/img/gateway/gateway-s7-text.png) no-repeat center center;
            transform: translate(0, -72px);
            opacity: 0;
            filter: alpha(opacity=0)
        }

    .main_sw.gateway #fullpage .section.section7 .wrap .gif {
        position: absolute;
        left: 50%;
        bottom: -98px;
        width: 734px;
        height: 646px;
        margin-left: -352px;
        opacity: .1;
        filter: alpha(opacity=10);
        overflow: hidden
    }

@media (max-width: 1600px) {
    .main_sw.gateway #fullpage .section.section7 .wrap .gif {
        bottom: -260px
    }
}

.main_sw.gateway #fullpage .section.section7 .wrap .gif .pro {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 738px;
    height: 650px;
    margin-left: -369px
}

.main_sw.gateway #fullpage .section.section8 {
    background: url(/cn/static/web/img/gateway/gateway-s8-bg.jpg) no-repeat center 99px
}

    .main_sw.gateway #fullpage .section.section8 .wrap {
        position: relative;
        width: 1214px;
        height: 100%;
        margin: 0 auto
    }

        .main_sw.gateway #fullpage .section.section8 .wrap .text-box {
            padding-top: 150px;
            margin-bottom: 22px
        }

            .main_sw.gateway #fullpage .section.section8 .wrap .text-box .title {
                width: 100%;
                height: 46px;
                margin: 0 auto 32px;
                background: url(/cn/static/web/img/gateway/gateway-s8-title.png) no-repeat center center;
                transform: translate(-100%, 0);
                opacity: 0;
                filter: alpha(opacity=0)
            }

            .main_sw.gateway #fullpage .section.section8 .wrap .text-box .text {
                width: 100%;
                height: 72px;
                background: url(/cn/static/web/img/gateway/gateway-s8-text.png) no-repeat center center;
                transform: translate(-100%, 0);
                opacity: 0;
                filter: alpha(opacity=0)
            }

        .main_sw.gateway #fullpage .section.section8 .wrap .icon-box {
            width: 420px;
            margin: 0 auto
        }

            .main_sw.gateway #fullpage .section.section8 .wrap .icon-box .icon {
                width: 140px
            }

                .main_sw.gateway #fullpage .section.section8 .wrap .icon-box .icon .img {
                    width: 96px;
                    height: 96px;
                    margin: 0 auto 6px
                }

                .main_sw.gateway #fullpage .section.section8 .wrap .icon-box .icon .text {
                    font-size: 18px;
                    font-weight: 100;
                    color: #4c4948;
                    text-align: center;
                    opacity: 0;
                    filter: alpha(opacity=0)
                }

                .main_sw.gateway #fullpage .section.section8 .wrap .icon-box .icon.icon1 .img {
                    transform: scale(0);
                    background: url(/cn/static/web/img/gateway/gateway-s8-icon1.png) no-repeat center center
                }

                .main_sw.gateway #fullpage .section.section8 .wrap .icon-box .icon.icon2 .img {
                    transform: scale(0);
                    background: url(/cn/static/web/img/gateway/gateway-s8-icon2.png) no-repeat center center
                }

                .main_sw.gateway #fullpage .section.section8 .wrap .icon-box .icon.icon3 .img {
                    transform: scale(0);
                    background: url(/cn/static/web/img/gateway/gateway-s8-icon3.png) no-repeat center center
                }

        .main_sw.gateway #fullpage .section.section8 .wrap .pro-box .left {
            position: absolute;
            bottom: 115px;
            left: 105px;
            width: 278px;
            height: 224px
        }

            .main_sw.gateway #fullpage .section.section8 .wrap .pro-box .left .img1 {
                position: absolute;
                bottom: 0;
                left: 150px;
                width: 122px;
                height: 172px;
                transform: scale(0);
                transform-origin: 50% 100%;
                animation-duration: 0.5s
            }

            .main_sw.gateway #fullpage .section.section8 .wrap .pro-box .left .img2 {
                position: absolute;
                top: 20px;
                left: 12px;
                width: 166px;
                height: 33px;
                transform: scale(0);
                transform-origin: 100% 100%;
                animation-delay: 0.75s;
                animation-duration: 0.5s
            }

            .main_sw.gateway #fullpage .section.section8 .wrap .pro-box .left .img3 {
                position: absolute;
                right: -2px;
                top: 14px;
                width: 42px;
                height: 46px;
                opacity: 0
            }

                .main_sw.gateway #fullpage .section.section8 .wrap .pro-box .left .img3.animate {
                    animation-name: lg;
                    animation-iteration-count: infinite;
                    animation-duration: 0.5s;
                    animation-delay: 0.75s
                }

@keyframes lg {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.main_sw.gateway #fullpage .section.section8 .wrap .pro-box .right {
    position: absolute;
    right: 40px;
    bottom: 0;
    transform: translate(100%, 0);
    opacity: 0;
    filter: alpha(opacity=0)
}

    .main_sw.gateway #fullpage .section.section8 .wrap .pro-box .right .img1 {
        width: 399px;
        height: 476px;
        transform-origin: 50% 100%
    }

@media (max-width: 1600px) {
    .main_sw.gateway #fullpage .section.section8 .wrap .pro-box .right .img1 {
        transform: scale(0.8)
    }
}

.main_sw.gateway #fullpage .section.section9 {
    width: 100%;
    height: 100%;
    background: url(/cn/static/web/img/gateway/gateway-s9-bg.jpg) center 99px
}

    .main_sw.gateway #fullpage .section.section9 .text-box {
        padding-top: 150px;
        margin-bottom: 22px
    }

        .main_sw.gateway #fullpage .section.section9 .text-box .title {
            width: 100%;
            height: 48px;
            margin: 0 auto 32px;
            background: url(/cn/static/web/img/gateway/gateway-s9-title.png) no-repeat center center;
            transform: translate(0, 200px);
            opacity: 0;
            filter: alpha(opacity=0)
        }

        .main_sw.gateway #fullpage .section.section9 .text-box .text {
            width: 100%;
            height: 28px;
            background: url(/cn/static/web/img/gateway/gateway-s9-text2.png) no-repeat center center;
            transform: translate(0, 200px);
            opacity: 0;
            filter: alpha(opacity=0)
        }

    .main_sw.gateway #fullpage .section.section9 .pro-box {
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 490px;
        height: 640px;
        margin-left: -245px
    }

        .main_sw.gateway #fullpage .section.section9 .pro-box .pro {
            display: block;
            width: 485px;
            height: 636px;
            margin: 4px auto 0;
            background: url(/cn/static/web/img/gateway/gateway-s9-pro.png) no-repeat center center;
            transform: translate(0, 700px)
        }

        .main_sw.gateway #fullpage .section.section9 .pro-box .gif {
            display: none;
            position: absolute;
            bottom: 0px;
            left: 16px;
            width: 456px;
            height: 578px
        }

.main_sw.gateway #fullpage .section.section10 {
    background-color: #f2f2f3
}

    .main_sw.gateway #fullpage .section.section10 .wrap {
        position: relative;
        width: 1000px;
        height: 100%;
        margin: 0 auto
    }

        .main_sw.gateway #fullpage .section.section10 .wrap .text-box {
            position: relative;
            z-index: 100;
            padding-top: 140px
        }

            .main_sw.gateway #fullpage .section.section10 .wrap .text-box .title {
                width: 100%;
                height: 48px;
                margin-bottom: 26px;
                background: url(/cn/static/web/img/gateway/gateway-s10-title.png) no-repeat center center;
                opacity: 0;
                filter: alpha(opacity=0)
            }

            .main_sw.gateway #fullpage .section.section10 .wrap .text-box .text {
                display: block;
                width: 0;
                height: 102px;
                margin: 0 auto
            }

        .main_sw.gateway #fullpage .section.section10 .wrap .pro-box {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            transform: scale(0);
            transform-origin: 50% 100%
        }

            .main_sw.gateway #fullpage .section.section10 .wrap .pro-box .pro1 {
                position: absolute;
                left: 50%;
                bottom: 0px;
                z-index: 100;
                width: 270px;
                height: 574px;
                margin-left: -135px;
                background: url(/cn/static/web/img/gateway/gateway-s10-pro1.png) no-repeat center center
            }

            .main_sw.gateway #fullpage .section.section10 .wrap .pro-box .pro2 {
                position: absolute;
                z-index: 90;
                left: 50%;
                bottom: 45px;
                width: 235px;
                height: 465px;
                margin-left: -458px;
                background: url(/cn/static/web/img/gateway/gateway-s10-pro2.png) no-repeat center center;
                transform: translate(340px, 0)
            }

            .main_sw.gateway #fullpage .section.section10 .wrap .pro-box .pro3 {
                position: absolute;
                z-index: 90;
                left: 50%;
                bottom: 45px;
                width: 222px;
                height: 461px;
                margin-left: 228px;
                background: url(/cn/static/web/img/gateway/gateway-s10-pro3.png) no-repeat center center;
                transform: translate(-340px, 0)
            }

.main_sw.gateway #fullpage .section.section11 {
    position: relative
}

    .main_sw.gateway #fullpage .section.section11 .img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -608px;
        margin-top: -250px;
        width: 1216px;
        height: 523px;
        transform: translate(0, 200px);
        opacity: 0
    }

@keyframes gateway-icon1 {
    0% {
        top: 685px;
        left: 80px
    }

    45% {
        top: 500px;
        left: 110px
    }

    100% {
        top: 345px;
        left: 180px
    }
}

@keyframes gateway-icon4 {
    0% {
        top: 685px;
        left: 80px
    }

    25% {
        top: 500px;
        left: 105px
    }

    50% {
        top: 360px;
        left: 175px
    }

    72% {
        top: 220px;
        left: 285px
    }

    100% {
        top: 132px;
        left: 451px
    }
}

@keyframes gateway-icon8 {
    0% {
        top: 685px;
        left: 80px
    }

    20% {
        top: 500px;
        left: 105px
    }

    35% {
        top: 360px;
        left: 175px
    }

    55% {
        top: 220px;
        left: 285px
    }

    70% {
        top: 132px;
        left: 451px
    }

    90% {
        top: 78px;
        left: 696px
    }

    100% {
        top: 85px;
        left: 768px
    }
}

@keyframes gateway-icon13 {
    0% {
        top: 685px;
        left: 80px
    }

    10% {
        top: 500px;
        left: 105px
    }

    22% {
        top: 360px;
        left: 175px
    }

    35% {
        top: 220px;
        left: 285px
    }

    45% {
        top: 132px;
        left: 451px
    }

    60% {
        top: 78px;
        left: 696px
    }

    85% {
        top: 170px;
        left: 1018px
    }

    100% {
        top: 319px;
        left: 1168px
    }
}

@keyframes gateway-icon2 {
    0% {
        top: 685px;
        left: -48px
    }

    33% {
        top: 448px;
        left: 20px
    }

    66% {
        top: 280px;
        left: 118px
    }

    100% {
        top: 140px;
        left: 230px
    }
}

@keyframes gateway-icon6 {
    0% {
        top: 685px;
        left: -48px
    }

    23% {
        top: 448px;
        left: 20px
    }

    40% {
        top: 280px;
        left: 118px
    }

    60% {
        top: 140px;
        left: 230px
    }

    100% {
        top: -15px;
        left: 541px
    }
}

@keyframes gateway-icon11 {
    0% {
        top: 685px;
        left: -48px
    }

    20% {
        top: 448px;
        left: 20px
    }

    30% {
        top: 280px;
        left: 118px
    }

    47% {
        top: 140px;
        left: 230px
    }

    73% {
        top: -15px;
        left: 541px
    }

    87% {
        top: -35px;
        left: 696px
    }

    100% {
        top: 5px;
        left: 890px
    }
}

@keyframes gateway-icon12 {
    0% {
        top: 685px;
        left: -48px
    }

    12% {
        top: 448px;
        left: 20px
    }

    28% {
        top: 280px;
        left: 118px
    }

    43% {
        top: 140px;
        left: 230px
    }

    69% {
        top: -15px;
        left: 541px
    }

    78% {
        top: -35px;
        left: 696px
    }

    88% {
        top: 5px;
        left: 890px
    }

    100% {
        top: 154px;
        left: 1173px
    }
}

@keyframes gateway-icon3 {
    0% {
        top: 685px;
        left: 200px
    }

    40% {
        top: 520px;
        left: 220px
    }

    100% {
        top: 320px;
        left: 377px
    }
}

@keyframes gateway-icon7 {
    0% {
        top: 685px;
        left: 200px
    }

    20% {
        top: 515px;
        left: 220px
    }

    50% {
        top: 315px;
        left: 368px
    }

    72% {
        top: 236px;
        left: 514px
    }

    100% {
        top: 212px;
        left: 634px
    }
}

@keyframes gateway-icon10 {
    0% {
        top: 685px;
        left: 200px
    }

    20% {
        top: 515px;
        left: 220px
    }

    55% {
        top: 315px;
        left: 368px
    }

    75% {
        top: 236px;
        left: 514px
    }

    85% {
        top: 202px;
        left: 696px
    }

    100% {
        top: 249px;
        left: 899px
    }
}

@keyframes gateway-icon5 {
    0% {
        top: 685px;
        left: 322px
    }

    40% {
        top: 542px;
        left: 372px
    }

    100% {
        top: 388px;
        left: 538px
    }
}

@keyframes gateway-icon9 {
    0% {
        top: 685px;
        left: 322px
    }

    25% {
        top: 566px;
        left: 355px
    }

    50% {
        top: 448px;
        left: 448px
    }

    60% {
        top: 388px;
        left: 538px
    }

    80% {
        top: 358px;
        left: 696px
    }

    100% {
        top: 401px;
        left: 873px
    }
}
/*# sourceMappingURL=style.css.map */
