/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
     ========================================================================== */


/**
   * Remove the margin in all browsers (opinionated).
   */

body {
    margin: 0;
}


/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
     ========================================================================== */


/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
   * Add the correct margin in IE 8.
   */

figure {
    margin: 1em 40px;
}


/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
     ========================================================================== */


/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
    font-weight: inherit;
}


/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}


/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
    font-style: italic;
}


/**
   * Add the correct background and color in IE 9-.
   */

mark {
    background-color: #ff0;
    color: #000;
}


/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}


/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
     ========================================================================== */


/**
   * Add the correct display in IE 9-.
   */

audio,
video {
    display: inline-block;
}


/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
   * Remove the border on images inside links in IE 10-.
   */

img {
    border-style: none;
}


/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
     ========================================================================== */


/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
html [type="button"],

/* 1 */

[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
    overflow: auto;
}


/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
     ========================================================================== */


/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details,

/* 1 */

menu {
    display: block;
}


/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}


/* Scripting
     ========================================================================== */


/**
   * Add the correct display in IE 9-.
   */

canvas {
    display: inline-block;
}


/**
   * Add the correct display in IE.
   */

template {
    display: none;
}


/* Hidden
     ========================================================================== */


/**
   * Add the correct display in IE 10-.
   */

[hidden] {
    display: none;
}.layui-layer-imgbar,.layui-layer-imgtit a,.layui-layer-tab .layui-layer-title span,.layui-layer-title{text-overflow:ellipsis;white-space:nowrap}html #layuicss-layer{display:none;position:absolute;width:1989px}.layui-layer,.layui-layer-shade{position:fixed;_position:absolute;pointer-events:auto}.layui-layer-shade{top:0;left:0;width:100%;height:100%;_height:expression(document.body.offsetHeight+"px")}.layui-layer{-webkit-overflow-scrolling:touch;top:150px;left:0;margin:0;padding:0;background-color:#fff;-webkit-background-clip:content;border-radius:2px;box-shadow:1px 1px 50px rgba(0,0,0,.3)}.layui-layer-close{position:absolute}.layui-layer-content{position:relative}.layui-layer-border{border:1px solid #B2B2B2;border:1px solid rgba(0,0,0,.1);box-shadow:1px 1px 5px rgba(0,0,0,.2)}.layui-layer-load{background:url(./images/loading-1.gif) center center no-repeat #eee}.layui-layer-ico{background:url(./images/icon.png) no-repeat}.layui-layer-btn a,.layui-layer-dialog .layui-layer-ico,.layui-layer-setwin a{display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-move{display:none;position:fixed;*position:absolute;left:0;top:0;width:100%;height:100%;cursor:move;opacity:0;filter:alpha(opacity=0);background-color:#fff;z-index:2147483647}.layui-layer-resize{position:absolute;width:15px;height:15px;right:0;bottom:0;cursor:se-resize}.layer-anim{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes layer-bounceIn{0%{opacity:0;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim-00{-webkit-animation-name:layer-bounceIn;animation-name:layer-bounceIn}@-webkit-keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInDown{0%{opacity:0;-webkit-transform:scale(.1) translateY(-2000px);-ms-transform:scale(.1) translateY(-2000px);transform:scale(.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateY(60px);-ms-transform:scale(.475) translateY(60px);transform:scale(.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-01{-webkit-animation-name:layer-zoomInDown;animation-name:layer-zoomInDown}@-webkit-keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes layer-fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.layer-anim-02{-webkit-animation-name:layer-fadeInUpBig;animation-name:layer-fadeInUpBig}@-webkit-keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInLeft{0%{opacity:0;-webkit-transform:scale(.1) translateX(-2000px);-ms-transform:scale(.1) translateX(-2000px);transform:scale(.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:scale(.475) translateX(48px);-ms-transform:scale(.475) translateX(48px);transform:scale(.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.layer-anim-03{-webkit-animation-name:layer-zoomInLeft;animation-name:layer-zoomInLeft}@-webkit-keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}@keyframes layer-rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0);-ms-transform:translateX(0) rotate(0);transform:translateX(0) rotate(0)}}.layer-anim-04{-webkit-animation-name:layer-rollIn;animation-name:layer-rollIn}@keyframes layer-fadeIn{0%{opacity:0}100%{opacity:1}}.layer-anim-05{-webkit-animation-name:layer-fadeIn;animation-name:layer-fadeIn}@-webkit-keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes layer-shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.layer-anim-06{-webkit-animation-name:layer-shake;animation-name:layer-shake}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.layui-layer-title{padding:0 80px 0 20px;height:42px;line-height:42px;border-bottom:1px solid #eee;font-size:14px;color:#333;overflow:hidden;background-color:#F8F8F8;border-radius:2px 2px 0 0}.layui-layer-setwin{position:absolute;right:15px;*right:0;top:15px;font-size:0;line-height:initial}.layui-layer-setwin a{position:relative;width:16px;height:16px;margin-left:10px;font-size:12px;_overflow:hidden}.layui-layer-setwin .layui-layer-min cite{position:absolute;width:14px;height:2px;left:0;top:50%;margin-top:-1px;background-color:#2E2D3C;cursor:pointer;_overflow:hidden}.layui-layer-setwin .layui-layer-min:hover cite{background-color:#2D93CA}.layui-layer-setwin .layui-layer-max{background-position:-32px -40px}.layui-layer-setwin .layui-layer-max:hover{background-position:-16px -40px}.layui-layer-setwin .layui-layer-maxmin{background-position:-65px -40px}.layui-layer-setwin .layui-layer-maxmin:hover{background-position:-49px -40px}.layui-layer-setwin .layui-layer-close1{background-position:1px -40px;cursor:pointer}.layui-layer-setwin .layui-layer-close1:hover{opacity:.7}.layui-layer-setwin .layui-layer-close2{position:absolute;right:-28px;top:-28px;width:30px;height:30px;margin-left:0;background-position:-149px -31px;*right:-18px;_display:none}.layui-layer-setwin .layui-layer-close2:hover{background-position:-180px -31px}.layui-layer-btn{text-align:right;padding:0 15px 12px;pointer-events:auto;user-select:none;-webkit-user-select:none}.layui-layer-btn a{height:28px;line-height:28px;margin:5px 5px 0;padding:0 15px;border:1px solid #dedede;background-color:#fff;color:#333;border-radius:2px;font-weight:400;cursor:pointer;text-decoration:none}.layui-layer-btn a:hover{opacity:.9;text-decoration:none}.layui-layer-btn a:active{opacity:.8}.layui-layer-btn .layui-layer-btn0{border-color:#1E9FFF;background-color:#1E9FFF;color:#fff}.layui-layer-btn-l{text-align:left}.layui-layer-btn-c{text-align:center}.layui-layer-dialog{min-width:260px}.layui-layer-dialog .layui-layer-content{position:relative;padding:20px;line-height:24px;word-break:break-all;overflow:hidden;font-size:14px;overflow-x:hidden;overflow-y:auto}.layui-layer-dialog .layui-layer-content .layui-layer-ico{position:absolute;top:16px;left:15px;_left:-40px;width:30px;height:30px}.layui-layer-ico1{background-position:-30px 0}.layui-layer-ico2{background-position:-60px 0}.layui-layer-ico3{background-position:-90px 0}.layui-layer-ico4{background-position:-120px 0}.layui-layer-ico5{background-position:-150px 0}.layui-layer-ico6{background-position:-180px 0}.layui-layer-rim{border:6px solid #8D8D8D;border:6px solid rgba(0,0,0,.3);border-radius:5px;box-shadow:none}.layui-layer-msg{min-width:180px;border:1px solid #D3D4D3;box-shadow:none}.layui-layer-hui{min-width:100px;background-color:#000;filter:alpha(opacity=60);background-color:rgba(0,0,0,.6);color:#fff;border:none}.layui-layer-hui .layui-layer-content{padding:12px 25px;text-align:center}.layui-layer-dialog .layui-layer-padding{padding:20px 20px 20px 55px;text-align:left}.layui-layer-page .layui-layer-content{position:relative;overflow:auto}.layui-layer-iframe .layui-layer-btn,.layui-layer-page .layui-layer-btn{padding-top:10px}.layui-layer-nobg{background:0 0}.layui-layer-iframe iframe{display:block;width:100%}.layui-layer-loading{border-radius:100%;background:0 0;box-shadow:none;border:none}.layui-layer-loading .layui-layer-content{width:60px;height:24px;background:url(./images/loading-0.gif) no-repeat}.layui-layer-loading .layui-layer-loading1{width:37px;height:37px;background:url(./images/loading-1.gif) no-repeat}.layui-layer-ico16,.layui-layer-loading .layui-layer-loading2{width:32px;height:32px;background:url(./images/loading-2.gif) no-repeat}.layui-layer-tips{background:0 0;box-shadow:none;border:none}.layui-layer-tips .layui-layer-content{position:relative;line-height:22px;min-width:12px;padding:8px 15px;font-size:12px;_float:left;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,.2);background-color:#000;color:#fff}.layui-layer-tips .layui-layer-close{right:-2px;top:-1px}.layui-layer-tips i.layui-layer-TipsG{position:absolute;width:0;height:0;border-width:8px;border-color:transparent;border-style:dashed;*overflow:hidden}.layui-layer-tips i.layui-layer-TipsB,.layui-layer-tips i.layui-layer-TipsT{left:5px;border-right-style:solid;border-right-color:#000}.layui-layer-tips i.layui-layer-TipsT{bottom:-8px}.layui-layer-tips i.layui-layer-TipsB{top:-8px}.layui-layer-tips i.layui-layer-TipsL,.layui-layer-tips i.layui-layer-TipsR{top:5px;border-bottom-style:solid;border-bottom-color:#000}.layui-layer-tips i.layui-layer-TipsR{left:-8px}.layui-layer-tips i.layui-layer-TipsL{right:-8px}.layui-layer-lan[type=dialog]{min-width:280px}.layui-layer-lan .layui-layer-title{background:#4476A7;color:#fff;border:none}.layui-layer-lan .layui-layer-btn{padding:5px 10px 10px;text-align:right;border-top:1px solid #E9E7E7}.layui-layer-lan .layui-layer-btn a{background:#fff;border-color:#E9E7E7;color:#333}.layui-layer-lan .layui-layer-btn .layui-layer-btn1{background:#C9C5C5}.layui-layer-molv .layui-layer-title{background:#009f95;color:#fff;border:none}.layui-layer-molv .layui-layer-btn a{background:#009f95;border-color:#009f95}.layui-layer-molv .layui-layer-btn .layui-layer-btn1{background:#92B8B1}.layui-layer-iconext{background:url(./images/icon-ext.png) no-repeat}.layui-layer-prompt .layui-layer-input{display:block;width:230px;height:36px;margin:0 auto;line-height:30px;padding-left:10px;border:1px solid #e6e6e6;color:#333}.layui-layer-prompt textarea.layui-layer-input{width:300px;height:100px;line-height:20px;padding:6px 10px}.layui-layer-prompt .layui-layer-content{padding:20px}.layui-layer-prompt .layui-layer-btn{padding-top:0}.layui-layer-tab{box-shadow:1px 1px 50px rgba(0,0,0,.4)}.layui-layer-tab .layui-layer-title{padding-left:0;overflow:visible}.layui-layer-tab .layui-layer-title span{position:relative;float:left;min-width:80px;max-width:260px;padding:0 20px;text-align:center;overflow:hidden;cursor:pointer}.layui-layer-tab .layui-layer-title span.layui-this{height:43px;border-left:1px solid #eee;border-right:1px solid #eee;background-color:#fff;z-index:10}.layui-layer-tab .layui-layer-title span:first-child{border-left:none}.layui-layer-tabmain{line-height:24px;clear:both}.layui-layer-tabmain .layui-layer-tabli{display:none}.layui-layer-tabmain .layui-layer-tabli.layui-this{display:block}.layui-layer-photos{-webkit-animation-duration:.8s;animation-duration:.8s}.layui-layer-photos .layui-layer-content{overflow:hidden;text-align:center}.layui-layer-photos .layui-layer-phimg img{position:relative;width:100%;display:inline-block;*display:inline;*zoom:1;vertical-align:top}.layui-layer-imgbar,.layui-layer-imguide{display:none}.layui-layer-imgnext,.layui-layer-imgprev{position:absolute;top:50%;width:27px;_width:44px;height:44px;margin-top:-22px;outline:0;blr:expression(this.onFocus=this.blur())}.layui-layer-imgprev{left:10px;background-position:-5px -5px;_background-position:-70px -5px}.layui-layer-imgprev:hover{background-position:-33px -5px;_background-position:-120px -5px}.layui-layer-imgnext{right:10px;_right:8px;background-position:-5px -50px;_background-position:-70px -50px}.layui-layer-imgnext:hover{background-position:-33px -50px;_background-position:-120px -50px}.layui-layer-imgbar{position:absolute;left:0;bottom:0;width:100%;height:32px;line-height:32px;background-color:rgba(0,0,0,.8);background-color:#000\9;filter:Alpha(opacity=80);color:#fff;overflow:hidden;font-size:0}.layui-layer-imgtit *{display:inline-block;*display:inline;*zoom:1;vertical-align:top;font-size:12px}.layui-layer-imgtit a{max-width:65%;overflow:hidden;color:#fff}.layui-layer-imgtit a:hover{color:#fff;text-decoration:underline}.layui-layer-imgtit em{padding-left:10px;font-style:normal}@-webkit-keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes layer-bounceOut{100%{opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.layer-anim-close{-webkit-animation-name:layer-bounceOut;animation-name:layer-bounceOut;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.2s;animation-duration:.2s}@media screen and (max-width:1100px){.layui-layer-iframe{overflow-y:auto;-webkit-overflow-scrolling:touch}}a{color:#222;text-decoration:none;-webkit-transition:.2s;transition:.2s}input:focus,select:focus,textarea:focus{outline:none}@font-face{font-family:syht-cu;src:url(//at.alicdn.com/t/webfont_c1lsquqmiy.eot);src:url(//at.alicdn.com/t/webfont_c1lsquqmiy.eot#iefix) format("embedded-opentype"),url(//at.alicdn.com/t/webfont_c1lsquqmiy.woff) format("woff"),url(//at.alicdn.com/t/webfont_c1lsquqmiy.ttf) format("truetype"),url(//at.alicdn.com/t/webfont_c1lsquqmiy.svg#思源黑体-粗) format("svg")}.g-highlight{color:#f03a58}.g-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.g-wrapper{width:1190px;margin-left:auto;margin-right:auto}.layer-anim-04{-webkit-animation-name:layer-zoomInRight;animation-name:layer-zoomInRight}@-webkit-keyframes layer-zoomInRight{0%{opacity:0;-webkit-transform:translateX(120%);transform:translateX(120%);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:translateX(20%);transform:translateX(20%);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes layer-zoomInRight{0%{opacity:0;-webkit-transform:translateX(120%);-ms-transform:translateX(120%);transform:translateX(120%);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}60%{opacity:1;-webkit-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.theme-form{padding:0 20px;border-radius:8px;background-clip:border-box}.theme-form .layui-layer-title{height:75px;line-height:75px;margin-top:5px;padding-left:60px;background-color:#fff;font-size:28px;color:#222}.theme-form .layui-layer-content{padding:30px 60px;font-size:14px;overflow:inherit}.theme-form .layui-layer-setwin{right:20px;top:20px}.theme-form .layui-layer-setwin .layui-layer-close1{width:50px;height:45px;background:url(./images/icon_close.png)}.theme-form .layui-layer-btn{padding:0 0 55px}.theme-form .layui-layer-btn a{width:150px;height:50px;margin:0 0 0 30px;line-height:50px;text-align:center;font-size:16px;border-radius:5px}.theme-form .layui-layer-btn a:first-child{margin:0}.theme-form .layui-layer-btn .layui-layer-btn0{border-color:#d9bf8f;background:#d9bf8f}@-webkit-keyframes circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes circle{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes arrow{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes arrow{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.m-form-theme .form-item{margin:15px 0}.m-form-theme .form-item:after{content:".";display:block;height:0;clear:both;visibility:hidden}.m-form-theme .form-item .item-title{float:left;width:110px;min-height:50px;line-height:50px;text-align:left;font-size:16px;color:#222}.m-form-theme .form-item .item-cont{position:relative;margin-left:120px;min-height:50px;font-size:14px}.m-form-theme .form-item .item-cont button,.m-form-theme .form-item .item-cont input,.m-form-theme .form-item .item-cont select,.m-form-theme .form-item .item-cont textarea{-webkit-box-sizing:border-box;box-sizing:border-box;height:48px;line-height:48px;padding:5px 10px;border-radius:5px;border:1px solid #e5e5e5;font-size:16px;-webkit-transition:.2s;transition:.2s}.m-form-theme .form-item .item-cont button:hover,.m-form-theme .form-item .item-cont input:hover,.m-form-theme .form-item .item-cont select:hover,.m-form-theme .form-item .item-cont textarea:hover{border-color:#ccc}.m-form-theme .form-item .item-cont button:focus,.m-form-theme .form-item .item-cont input:focus,.m-form-theme .form-item .item-cont select:focus,.m-form-theme .form-item .item-cont textarea:focus{border-color:#0faaff}.m-form-theme .form-item .item-cont button.error,.m-form-theme .form-item .item-cont input.error,.m-form-theme .form-item .item-cont select.error,.m-form-theme .form-item .item-cont textarea.error{border-color:#f03a58}.m-form-theme .form-item .item-cont input[type=email],.m-form-theme .form-item .item-cont input[type=number],.m-form-theme .form-item .item-cont input[type=password],.m-form-theme .form-item .item-cont input[type=text],.m-form-theme .form-item .item-cont select,.m-form-theme .form-item .item-cont textarea{display:block;width:400px}.m-form-theme .form-item .item-cont input[type=email]::-webkit-input-placeholder,.m-form-theme .form-item .item-cont input[type=number]::-webkit-input-placeholder,.m-form-theme .form-item .item-cont input[type=password]::-webkit-input-placeholder,.m-form-theme .form-item .item-cont input[type=text]::-webkit-input-placeholder,.m-form-theme .form-item .item-cont select::-webkit-input-placeholder,.m-form-theme .form-item .item-cont textarea::-webkit-input-placeholder{color:silver}.m-form-theme .form-item .item-cont textarea{min-height:75px;padding:12px 10px;line-height:24px;resize:none}.m-form-theme .form-item .item-cont select{min-width:100px;overflow:hidden;text-overflow:ellipsis}.m-form-theme .form-item .item-cont input[type=checkbox],.m-form-theme .form-item .item-cont input[type=radio]{vertical-align:middle}.m-form-theme .form-item .item-cont label{display:inline-block;margin-right:10px;vertical-align:top;font-size:16px;color:#222}.m-form-theme .form-item .item-cont .error-tip{color:#f03a58}.m-select-theme{position:relative;display:inline-block;vertical-align:top;cursor:pointer}.m-select-theme [selected-value]{cursor:pointer}.m-select-theme:before{content:"";position:absolute;right:12px;top:50%;z-index:9;width:10px;height:6px;margin-top:-3px;background:url(./images/tag_list_more.png) no-repeat 50%}.m-select-theme .subselect-list{display:none;position:absolute;left:0;top:55px;right:0;z-index:99;padding:10px 0;border:1px solid #dedede;border-radius:4px;background:#fff}.m-select-theme .subselect-list:before{content:"";position:absolute;top:-7px;left:40px;z-index:99;width:30px;height:7px;background:url(./images/tag_sup.png) no-repeat bottom}.m-select-theme .subselect-list .items-list{max-height:250px;overflow:auto;list-style:none;margin:0;padding:0}.m-select-theme .subselect-list .items-list li{display:block;height:40px;line-height:40px;padding:0 15px;font-size:14px;cursor:pointer;-webkit-transition:.2s;transition:.2s}.m-select-theme .subselect-list .items-list li:hover{background:#f4f4f4;color:#00a5ff}body{min-width:1190px;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;font-size:14px;color:#222}.m-topper{position:absolute;top:0;left:0;right:0;z-index:999;height:32px;padding:19px 0;color:#fff}.m-topper .logo{float:left;height:36px}.m-topper .logo img{height:100%}.m-topper .logo img.top{display:block}.m-topper.is-fixed{position:fixed;-webkit-box-shadow:0 0 10px rgba(0,0,0,.15);box-shadow:0 0 10px rgba(0,0,0,.15);background:#fff;color:#222}.m-topper.is-fixed .logo img.top{display:none}.m-topper.is-fixed .logo img.fixed{display:block}.m-topper.is-fixed .links a{color:#222}.m-topper.is-fixed .links a:hover{color:#d9bf8f}.m-topper.is-fixed .links a.btn{border-color:#222}.m-topper.is-fixed .links a.btn:hover{color:#fff;border-color:#d9bf8f}.m-banner{position:relative;padding-top:1px;height:550px;background:url(./images/banner.png) no-repeat top}.m-banner .text{width:455px;height:144px;margin-top:160px;margin-left:0}.m-banner .text img{width:100%;height:100%;vertical-align:top}.m-banner .join{display:block;width:241px;height:70px;margin-top:55px;margin-left:0;background:url(./images/btn.png) no-repeat 50%}.box{font-size:0;-webkit-box-sizing:border-box;box-sizing:border-box}.box img{display:block;width:1190px;margin:0 auto}.video-layer{height:503px!important}.video-layer .video{width:904px;height:509px;margin:0 auto;background-color:#000}.video-layer .layui-layer-content{overflow:hidden}.m-scrolltop{position:fixed;left:50%;bottom:150px;z-index:999;width:50px;height:50px;margin-left:600px;background:url(./images/up_normal.png) no-repeat 50%;border-radius:4px}.m-scrolltop:hover{background-image:url(./images/up_selected.png)}.m-item-one{height:524px;width:100%;margin:0 auto;padding-top:33px}.m-item-one .video-item{position:relative;height:426px;background:url(./images/bg_01.jpg) no-repeat top}.m-item-one .video-item .video{position:absolute;top:75px;right:107px;width:428px;height:264px;background:url(./images/video.jpg) no-repeat top}.m-item-one .video-item .video div{position:absolute;top:40%;left:40%}.m-item-one .video-item .video div .videoplayselectedimg{width:70px;height:50px;display:none}.m-item-one .video-item .video div .videoplayimg{width:70px;height:50px;display:inline-block}.m-item-two{height:645px;background:url(./images/bg_02.jpg) no-repeat top}.m-item-three{height:826px;background:url(./images/bg_03.jpg) no-repeat top}.m-item-four{height:884px;background:url(./images/bg_04.jpg) no-repeat top}.m-item-four .scene-item-text{width:1190px;margin:20px auto 0}.m-item-four .scene-text{width:120px;color:#fff;float:right;padding-right:200px}.m-item-four .scene-text .scene-num{font-size:30px;font-weight:500}.m-item-four .scene-text .scene-name{font-size:20px;font-weight:200;margin-left:6px}.m-item-four .scene-text div{margin-top:14px}.m-item-four .scene-text div .left-slip{background:url(./images/left-slip.png) no-repeat top;margin-left:15px;background-size:28px 28px;cursor:pointer;display:inline-block;width:28px;height:28px}.m-item-four .scene-text div .right-slip{background:url(./images/right-slip.png) no-repeat top;margin-left:10px;background-size:28px 28px;cursor:pointer;display:inline-block;width:28px;height:28px}.m-item-four .scene-img{height:400px;width:1190px;margin-top:100px;margin-left:auto;margin-right:auto}.m-item-four .scene-img .scene-item{width:710px;height:380px;position:absolute;-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;overflow:hidden}.m-item-four .scene-img .scene-item .scene-box-img{height:380px;width:710px;display:inline-block;border-radius:2px}.m-item-four .scene-img .scene-item .scene-title{width:189px;height:68px;position:absolute;bottom:31px;right:44px}.m-item-four .scene-img .scene-item .scene-title1{display:none}.m-item-four .scene-img .scene-item .scene-title2{display:block}.m-item-four .scene-img .scene-item .scene-title3{display:none}.m-item-four .scene-img .scene-item .scene-item-img{position:relative}.m-item-four .scene-img .scene0{-webkit-transform:scale(.78,.8) translateX(-80px);-ms-transform:scale(.78,.8) translateX(-80px);transform:scale(.78,.8) translateX(-80px);z-index:10}.m-item-four .scene-img .scene1{-webkit-transform:scale(1) translateX(250px);-ms-transform:scale(1) translateX(250px);transform:scale(1) translateX(250px);z-index:99}.m-item-four .scene-img .scene2{-webkit-transform:scale(.78,.8) translateX(700px);-ms-transform:scale(.78,.8) translateX(700px);transform:scale(.78,.8) translateX(700px);z-index:9}.m-item-four .scene-img .scene-effect0{-webkit-transform:scale(.78,.8) translateX(-80px);-ms-transform:scale(.78,.8) translateX(-80px);transform:scale(.78,.8) translateX(-80px);z-index:9}.m-item-four .scene-img .scene-effect1{-webkit-transform:scale(1) translateX(250px);-ms-transform:scale(1) translateX(250px);transform:scale(1) translateX(250px);z-index:99}.m-item-four .scene-img .scene-effect2{-webkit-transform:scale(.78,.8) translateX(700px);-ms-transform:scale(.78,.8) translateX(700px);transform:scale(.78,.8) translateX(700px);z-index:10}.m-item-four .scene-img .cover1{display:inline-block}.m-item-four .scene-img .cover1,.m-item-four .scene-img .cover2{height:100%;width:100%;background-color:#2f261c;opacity:.5;position:absolute;z-index:1}.m-item-four .scene-img .cover2{display:none}.m-item-four .scene-img .cover3{height:100%;width:100%;background-color:#2f261c;opacity:.5;position:absolute;display:inline-block;z-index:1}.m-item-five{height:945px;background:url(./images/bg_05.jpg) no-repeat top}.m-item-six{height:1129px;background:url(./images/bg_06.jpg) no-repeat top}.m-item-seven{height:1144px;background:url(./images/bg_07.jpg) no-repeat top}.m-item-eight{height:982px;background:url(./images/bg_08.jpg) no-repeat top}.m-item-nine{height:666px;background:url(./images/bg_09.jpg) no-repeat top;padding-top:57px}.m-item-nine .title{height:83px;margin-bottom:103px}.m-item-nine .title img{display:block;margin:0 auto;height:100%;width:auto}.m-item-nine .links{overflow:hidden;width:1200px;margin:0 auto}.m-item-nine .links li{padding:0 9px;width:50%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.m-item-nine .links li .inner-wrapper{background-color:#fff;color:#fff;padding:85px 0 85px 64px;border-radius:3px}.m-item-nine .links li .inner-wrapper .icon-wrapper{float:left;width:94px;height:94px}.m-item-nine .links li .inner-wrapper .icon-wrapper img{display:block;width:100%;height:100%}.m-item-nine .links li .inner-wrapper .text-wrapper{padding-left:13px;overflow:hidden;line-height:1;color:#535353}.m-item-nine .links li .inner-wrapper .text-wrapper .name{font-size:24px;margin-bottom:21px}.m-item-nine .links li .inner-wrapper .text-wrapper .link{font-size:18px;margin-bottom:7px}.cw img{display:block;margin:0 auto}