
/* Document
   ========================================================================== */

html {
  font-family: -apple-system,
  BlinkMacSystemFont,
  Helvetica Neue,
  PingFang SC,
  Microsoft YaHei,
  Source Han Sans SC,
  Noto Sans CJK SC,
  WenQuanYi Micro Hei,
  sans-serif;
  /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/*!
 * rewrite.css
 */
.form-control:focus{
  border-color: #ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: inset none;
}
ul,
ol{
  padding-left: 0;
  margin-bottom: 0;
}
li{
  list-style: none;
}
label{
  font-weight: normal;
  margin-bottom: 0;
}
:focus{
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
  margin: 0;
}
*{
  text-decoration: none !important;
}

/*!
 * csstool.css
 */
.ht05{
  height: 5px;
}
.ht10{
  height: 10px;
}
.ht15{
  height: 15px;
}
.ht20{
  height: 20px;
}
.ht25{
  height: 25px;
}
.ht30{
  height: 30px;
}
.ht35{
  height: 35px;
}
.ht40{
  height: 40px;
}
.ht45{
  height: 45px;
}
.ht50{
  height: 50px;
}
.ht55{
  height: 55px;
}
.ht60{
  height: 60px;
}
.ht65{
  height: 65px;
}
.ht70{
  height: 70px;
}
.ht75{
  height: 75px;
}
.ht80{
  height: 80px;
}
.ht85{
  height: 85px;
}
.ht90{
  height: 90px;
}
.ht95{
  height: 95px;
}
.wh05{
  display: inline-block;
  width: 5px;
}
.wh10{
  display: inline-block;
  width: 10px;
}
.wh15{
  display: inline-block;
  width: 15px;
}
.wh20{
  display: inline-block;
  width: 20px;
}
.wh25{
  display: inline-block;
  width: 25px;
}
.wh30{
  display: inline-block;
  width: 30px;
}
.wh35{
  display: inline-block;
  width: 35px;
}
.wh40{
  display: inline-block;
  width: 40px;
}
.wh45{
  display: inline-block;
  width: 45px;
}
.wh50{
  display: inline-block;
  width: 50px;
}
.wh55{
  display: inline-block;
  width: 55px;
}
.wh60{
  display: inline-block;
  width: 60px;
}
.wh65{
  display: inline-block;
  width: 65px;
}
.wh70{
  display: inline-block;
  width: 70px;
}
.wh75{
  display: inline-block;
  width: 75px;
}
.wh80{
  display: inline-block;
  width: 80px;
}
.wh85{
  display: inline-block;
  width: 85px;
}
.wh90{
  display: inline-block;
  width: 90px;
}
.wh95{
  display: inline-block;
  width: 95px;
}
.fz06{
  font-size: 6px;
}
.fz08{
  font-size: 8px;
}
.fz10{
  font-size: 10px;
}
.fz12{
  font-size: 12px;
}
.fz14{
  font-size: 14px;
}
.fz16{
  font-size: 16px;
}
.fz18{
  font-size: 18px;
}
.fz18{
  font-size: 18px;
}
.fz18{
  font-size: 18px;
}
.fz20{
  font-size: 20px;
}
.fz22{
  font-size: 22px;
}
.fz24{
  font-size: 24px;
}
.fz26{
  font-size: 26px;
}
.fz28{
  font-size: 28px;
}
.fz30{
  font-size: 30px;
}
.extra-width{
  display: block;
  width: 115%;
}
.nobt{
  border-top: none !important;
}
.nobr{
  border-right: none !important;
}
.nobb{
  border-bottom: none !important;
}
.nobl{
  border-left: none !important;
}
.nobg{
  background: none !important;
}
.block{
  display: block !important;
}
.none{
  display: none;
}

/*!
 * base.css
 */

/*!
 * agent.css
 */

/*!
 * basic.css
 */

@font-face{
  font-family: AvenirNext;
  src: url(../fonts/AvenirNext.otf);
}
@font-face{
  font-family: PingFang;
  src:
          local('PingFang SC'),
          local('PingFang TC'),

          local('Hiragino Sans GB'),

          local('Lantinghei TC Extralight'),
          local('Lantinghei SC Extralight'),
          local(FZLTXHB--B51-0),
          local(FZLTZHK--GBK1-0),

          local('Heiti SC Light'),
          local(STHeitiSC-Light),
          local('Heiti SC'),
          local('Heiti TC Light'),
          local(STHeitiTC-Light),
          local('Heiti TC'),

          local('Microsoft Yahei'),
          local('Microsoft Jhenghei'),

          local('Noto Sans CJK KR'),
          local('Noto Sans CJK JP'),
          local('Noto Sans CJK SC'),
          local('Noto Sans CJK TC'),
          local('Source Han Sans K'),
          local('Source Han Sans KR'),
          local('Source Han Sans JP'),
          local('Source Han Sans CN'),
          local('Source Han Sans HK'),
          local('Source Han Sans TW'),
          local('Source Han Sans TWHK'),
          local('Droid Sans Fallback');

          /* url('http://oss.v-dk.com/assets/fonts/PingFangRegular.eot?#iefix') format('embedded-opentype'),
          url('http://oss.v-dk.com/assets/fonts/PingFang Regular.otf') format('opentype'); */
  font-weight: normal;
  font-style: normal;
}

html{
  font-size: 10px;
}
body{
  font-family: -apple-system,
  BlinkMacSystemFont,
  "Helvetica Neue",
  "PingFang SC",
  "Microsoft YaHei",
  "Source Han Sans SC",
  "Noto Sans CJK SC",
  "WenQuanYi Micro Hei",
  sans-serif;
  font-size: 1.2rem;
  display: block !important;
  color: #221815;
  background-image: url(../img/dots.png);
  min-width: 1200px;
  -webkit-font-smoothing: antialiased;
}
body.home{
  background-image: url(../img/dots-gt.png);
  background-color: #000;
}
body:after{
	content: '';
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	display: none;
}
body.on-mask:after,
body.on-menu:after{
	display: block;
}
.container{
	width: 1200px;
	padding: 0;
	position: relative;
}
.container.full{
	width: 100%;
}
.container.gt{
	width: 1340px;
}
.container-fluid{

}
h1{

}
p{

}
a{

}
a:hover{

}
*:hover,
*:hover:before,
*:hover:after{
  transition: color 300ms,
  border-color 300ms,
  background-color 300ms,
  background-image 300ms,
  opacity 300ms;
}


body.retina header .lang p .srch{
	background-image: url(../img/icon-srch@2x.png);
}

/*-----------main-----------*/
main{
	padding-top: 100px;
}
body.home main{
	padding-top: 0;
}
 i{font-style:normal} 
/*----------footer----------*/
footer{
	background-color: #252525;
}
body.home footer{
	background-color: #000000;
}
footer >.a{
	border-bottom: 1px solid #303030;
	padding: 65px 0;
}
body.home footer >.a{
	border-bottom-color: #1a1a1a;
}
footer >.a .r{
	position: absolute;
	top: 0;
	right: 0;
}
footer >.b{
	padding: 20px 0;
}
footer .logo{
	display: inline-block;
	float: left;
  max-width: 200px;
}
footer .logo img,
footer .logo svg{
  width: 100%!important;
	height: auto;
    transition: left 300ms;
    left: 0;
    position: relative;
}
footer .logo:hover img,
footer .logo:hover svg{
	left: 10px;
}
footer .menu{
	margin-left: 300px;
	padding-top: 10px;
  margin-right: 200px;
}
html[lang='en-US'] footer .menu {
  margin-left: 230px;
  margin-right: 160px;
}
footer .menu ul{

}
footer .menu ul li{
	float: left;
	margin-left: 40px;
}
footer .menu ul li:first-child{
	margin-left: 0;
}
footer .menu a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	position: relative;
	line-height: 1em;
}
footer .menu .current_page_item a,
footer .menu a:hover{
  color: #84754e;
}
/*footer .menu a:after{*/
	/*content: '';*/
	/*display: inline-block;*/
	/*height: 2px;*/
	/*left: 0;*/
	/*width: 0;*/
	/*background-color: #84754e;*/
	/*position: absolute;*/
	/*bottom: -12px;*/
	/*transition: width 300ms;*/
/*}*/
/*footer .menu .current_page_item a:after,*/
/*footer .menu a:hover:after{*/
	/*width: 100%;*/
/*}*/
footer .shar{

}
footer .shar ul{

}
footer .shar ul li{
	float: left;
	margin-left: 20px;
}
footer .shar ul li:first-child{
	margin-left: 0;
}
footer .shar a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: none no-repeat center;
	background-size: 100% 100%;
	border-radius: 50%;
	transition: transform 300ms;
}
footer .shar a:hover{
	transform: scale(.8);
}
footer .shar a.ico1{
	background-image: url(../img/share-ico.png);
}
body.retina footer .shar a.ico1{
	background-image: url(../img/share-ico1@2x.png);
}
footer .shar a.ico2{
	background-image: url(../img/share-ico2.png);
}
body.retina footer .shar a.ico2{
	background-image: url(../img/share-ico2@2x.png);
}
footer .shar a.ico3{
	background-image: url(../img/share-ico3.png);
}
body.retina footer .shar a.ico3{
	background-image: url(../img/share-ico3@2x.png);
}
footer .info{

}
footer .info p{
	line-height: 1em;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

/*!
 * module.css
 */
.ui-banner{
	height: 400px;
	background: none no-repeat center;
	background-size: cover;
	position: relative;
	/*overflow: hidden;*/
}
/*.ui-banner >.ct{*/
	/*padding-top: 6%;*/
	/*position: relative;*/
	/*margin: 0 24%;*/
/*}*/
.ui-banner >.ct h3{
  /* padding-top: 100px; */
	/* line-height: 326px; */
	text-align: center;
	color: #fff;
	font-size: 40px;
    width: 560px;
    height: 69px;
    margin:0 auto;
    background-color:rgba(0,0,0,.6);

}

.ui-banner >.ft{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}
.ui-banner.gt{
	height: 300px;
  padding-bottom: 0;

}
/*.ui-banner.gt >.ct{*/
	/*padding-top: 3%;*/
/*}*/
/*.ui-banner.gt >.ct.mt{*/
	/*padding-top: 35px;*/
/*}*/
/*.ui-banner.gt >.ct h3{*/
	/*margin-top: 125px;*/
    /*text-transform: capitalize;*/
/*}*/
.ui-fullpart{ 
	padding: 10px 0;
	position: relative;
}
.ui-fullpart.lt{
	padding: 60px 0;
}
.ui-fullpart.bg-g{
	background-color: #1c1c1c;
}
.ui-fullpart.bg-w{
	background-color: rgba(255, 255, 255, .02);
}
.ui-fullpart.nopd{
	padding: 0;
}
.ui-homebanner{
	position: relative;
}
.ui-homebanner .view{

}
.ui-homebanner .view .img{
	display: block;
	height: 800px;
	background: none no-repeat center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
}
.ui-homebanner .view .img:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/sd-a.png) repeat-x 0 100%;
}
.ui-homebanner .view .img:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/dots-gt.png) rgba(0, 0, 0, .3);
}
.ui-homebanner .view .img .container{
	height: 100%;
}
.ui-homebanner .view .img .tt{
	position: absolute;
	z-index: 1;
	top: 30%;
	right: 0;
}
.ui-homebanner .view .img .tt img{
	height: 142px;
}
.ui-homebanner .ctrl{
	position: absolute;
    bottom: 10%;
    left: 10%;
	width: 430px;
}
.ui-homebanner .ctrl >.hd{
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
}
.ui-homebanner .ctrl >.hd p{

}
.ui-homebanner .ctrl >.hd ul{

}
.ui-homebanner .ctrl >.hd ul li{
	display: inline-block;
}
.ui-homebanner .ctrl >.hd ul li a{
	color: #fff;
}
.ui-homebanner .ctrl >.hd ul li a:hover,
.ui-homebanner .ctrl >.hd ul li.active a{
	color: #b62525;
}
.ui-homebanner .ctrl >.ct{
	margin-top: 10px;
	position: relative;
}
.ui-homebanner .ctrl >.ct:before{
	content: '';
	position: absolute;
	top: 16px;
	left: -16px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
}
/*.ui-homebanner .ctrl >.ct:after{
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../img/icon-play.png) no-repeat center #84754e;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	right: -30px;
	transition: right 300ms;
	cursor: pointer;
	transition: transform 300ms;
}*/
.ui-homebanner .ctrl >.ct:hover:after{
	transform: scale(1.05);
}
.ui-homebanner .ctrl >.ct .i{
	display: block;
	overflow: hidden;
	position: relative;
}
.ui-homebanner .ctrl >.ct .i video{
	width: 100%;
	transition: transform 300ms;
}
.ui-homebanner .ctrl >.ct .i:hover video{
	transform: scale(1.05);
}
.ui-homebanner .navi{
	position: absolute;
	top: 30%;
	right: 16px;
}
.ui-homebanner .navi ul{

}
/*.ui-homebanner .navi ul li{
	margin-bottom: 50px;
	height: 0;
}
.ui-homebanner .navi ul li:last-child{
	margin-bottom: 0;
}*/
.ui-homebanner .navi a{
	display: inline-block;
	width: 16px;
	height: 1px;
	background-color: rgba(255, 255, 255, .6);
	position: relative;
	right: 0;
	transition: right 300ms;
	cursor: default;
}
.ui-homebanner .navi a.on{
	right: -16px;
	background-color: #fff;
}
.ui-homebanner .navi a >label{
	display: inline-block;
	line-height: 12px;
	height: 12px;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 52px;
	opacity: 0;
}
.ui-homebanner .navi a.on >label{
	opacity: 1;
}
.ui-homebanner .navi a >label:after{
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: -20px;
}
.ui-head1{
	position: relative;
	margin: 0 auto;
}
.ui-head1 .r{
	position: absolute;
	top: 10px;
	right: 0;
}
.ui-head1 p{
	line-height: 1em;
	color: #ffffff;
	font-size: 32px;
}
.ui-head1 p small{
	font-size: 32px;
}
.ui-head1 h5{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
  margin-top: 25px;
}
.ui-homeprod{
	margin-top: 50px;
	margin-bottom: 650px;
	text-align: center;
  position: relative;
}
.ui-homeprod .i{
	display: inline-block;
	width: 200px;
	height: auto;
	border: 1px solid transparent;
	position: absolute;
}
.ui-homeprod .i.i1{
  top: 180px;
  left: 0px;
}
.ui-homeprod .i.i2{
  top: 0;
  left: 180px;
}
.ui-homeprod .i.i3{
  top: 180px;
  left: 500px;
}
.ui-homeprod .i.i4{
  top: 0;
  right: 160px;
}
.ui-homeprod .i.i5{
  bottom: 0;
  right: 0;
}
.ui-homeprod .i.i6 {
  bottom: 0px;
  left: 260px;
}
.ui-homeprod .i:hover{
	border-color: rgba(255, 255, 255, .1);
}
.ui-homeprod .i >i{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 4px solid #061315;
	margin: -6px;
	position: absolute;
	transition: transform 300ms, opacity 300ms;
	transform: scale(0);
}
.ui-homeprod .i:hover >i{
	transform: scale(1);
	opacity: 1;
}
.ui-homeprod .i >i.i1{
	top: 0;
	left: 0;
}
.ui-homeprod .i >i.i2{
	top: 0;
	right: 0;
}
.ui-homeprod .i >i.i3{
	bottom: 0;
	right: 0;
}
.ui-homeprod .i >i.i4{
	bottom: 0;
	left: 0;
}
.ui-homeprod .i >.ct{
	padding: 0 10px;
	padding-top: 40px;
}
.ui-homeprod .i >.ct p{
	line-height: 1em;
	text-align: center;
}
.ui-homeprod .i >.ct p.p1{
	line-height: 42px; height: 42px;
}
.ui-homeprod .i >.ct p.p1 img{
  width: 25%;

}
.ui-homeprod .i:hover >.ct p.p1 img{
	filter: drop-shadow(0 0 10px rgba(132, 117, 78, .9));
}
.ui-homeprod .i >.ct p.p1 img.img1{
	height: 40px;
}
.ui-homeprod .i >.ct p.p2{
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
}
.ui-homeprod .i >.ct p.p3{
	margin-top: 15px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
	transform: scale(0);
	transition: transform 300ms;
}
.ui-homeprod .i:hover >.ct p.p3{
	transform: scale(1);
}
.bg-wave{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bg-wave div{
	opacity: .5;
	height: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.ui-homecase{
	position: relative;
	overflow: hidden;
}
.ui-homecase >.tt{
	/*position: absolute;
	top: 45%;
	left: 0;
	width: 100%;*/
	text-align: center;
}
.ui-homecase >.ct{
	height: 100%;
}
.ui-homecase .i{
	display: inline-block;
	transform: scale(.5);
	transition: transform 300ms;
	position: absolute;
	top: 50%;
	left: 50%;
}
.ui-homecase .i.i1{
	margin-top: -450px;
	margin-left: -450px;
}
.ui-homecase .i.i2{
	margin-top: -350px;
	margin-left: 150px;
}
.ui-homecase .i.i3{
	margin-top: -150px;
	margin-left: 450px;
	filter: blur(5px);
}
.ui-homecase .i.i4{
	margin-top: 0;
	margin-left: 250px;
}
.ui-homecase .i.i5{
	margin-top: 50px;
	margin-left: -550px;
}
.ui-homecase .i.i6{
	margin-top: -200px;
	margin-left: -750px;
}
.ui-homecase .i.i7{
	margin-top: -100px;
	margin-left: -1050px;
}
.ui-homecase .i:hover{
	transform: scale(1);
	filter: blur(0);
	z-index: 1;
}
.ui-homecase .i >.ct{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-homecase .i >.ct{
	position: relative;
	z-index: 1;
}
.ui-homecase .i >.ct >i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: -2px;
	position: absolute;
	transition: transform 300ms, opacity 300ms;
	transform: scale(0);
}
.ui-homecase .i:hover >.ct >i{
	transform: scale(1);
	opacity: 1;
}
.ui-homecase .i >.ct i.i1{
	top: 0;
	left: 0;
}
.ui-homecase .i >.ct i.i2{
	top: 0;
	right: 0;
}
.ui-homecase .i >.ct i.i3{
	bottom: 0;
	right: 0;
}
.ui-homecase .i >.ct i.i4{
	bottom: 0;
	left: 0;
}
.ui-homecase .i >.ct img{
	filter: grayscale(100%);
	transition: all 300ms;
}
.ui-homecase .i:hover >.ct img{
	filter: grayscale(0%);
	box-shadow: 0 5px 30px rgba(32, 178, 239, .2);
}
.ui-homecase .i >p{
	line-height: 1em;
	color: #fff;
	font-size: 22px;
	font-style: italic;
	margin-top: 15px;
	top: -40px;
	transition: top 300ms;
	position: relative;
}
.ui-homecase .i:hover >p{
	top: 0;
}
.ui-homenews{
	background-color: rgba(255, 255, 255, .02);
	padding: 70px;
	position: relative;
}
.ui-homenews.lt{
	padding: 40px 240px;
}
.ui-homenews >i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: -2px;
	position: absolute;
}
.ui-homenews >i.i1{
	top: 0;
	left: 0;
}
.ui-homenews >i.i2{
	top: 0;
	right: 0;
}
.ui-homenews >i.i3{
	bottom: 0;
	right: 0;
}
.ui-homenews >i.i4{
	bottom: 0;
	left: 0;
}
.ui-homenews >.hd{

}
.ui-homenews >.ct{
	margin-top: 60px;
}
.ui-homenews .list{
	overflow: hidden;
	padding-top: 10px;
}
.ui-homenews .list ul{
	margin: -30px -60px
}
.ui-homenews .list ul li{
	width: 50%;
	float: left;
	padding: 30px 60px
}
.ui-homenews .list .i{
	position: relative;
	top: 0;
	transition: top 300ms;
}
.ui-homenews .list .i:hover{
	top: -10px;
}
.ui-homenews .list .i h5{
	color: rgba(255, 255, 255, .7);
	line-height: 1em;
	font-size: 14px;
	color: #fff;
}
.ui-homenews .list .i h5:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon-time.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
body.retina .ui-homenews .list .i h5:before{
	background-image: url(../img/icon-time@2x.png);
}
.ui-homenews .list .i h3{
	margin-top: 10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 1em;
}
.ui-homenews .list .i:hover h3{
	color: #84754e;
}
.ui-homenews .list .i p{
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 26px;
  margin-top: 10px;
  min-height: 52px;
}
.ui-tab1{
	text-align: center;
}
.ui-tab1 ul{
	display: inline-block;
}
.ui-tab1 ul li{
	float: left;
	margin: 0 15px;
}
.ui-tab1 a{
	display: inline-block;
	line-height: 36px;
	padding: 0 9px;
	color: #fff;
	border-radius: 18px;
	font-size: 18px;
}
.ui-tab1 li.active a,
.ui-tab1 a:hover{
	background-color: #0aa3a3;
}
.ui-tab1 a svg{
	height: 18px;
	position: relative;
	top: -2px;
  width: auto;
    max-width: 25px;
	margin-right: 4px;
	transition: height 300ms;
}
.ui-caselist{
  position: relative;

}
.ui-caselist .i{
	display: inline-block;
	margin-bottom: 60px;
	margin-right: 20px;
}
.ui-caselist .i >.ct{
	overflow: hidden;
}
.ui-caselist .i >.ct img{
	width: 100%;
}
.ui-caselist .i >p{
	color: #fff;
	font-size: 22px;
	margin-top: 16px;
}
.ui-caselist .i:hover >p{
	color: #84754e;
}
.ui-paging{

}
.ui-paging p{

}
.ui-paging p a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #252525;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
}
.ui-paging p a:hover,
.ui-paging p a.on{
	background-color: #252525;
}
.ui-newslist{

}
.ui-newslist ul{

}
.ui-newslist ul li{
	margin-bottom: 40px;
}
.ui-newslist ul li:last-child{
	margin-bottom: 0;
}
.ui-newslist .i{
	display: block;
}
.ui-newslist .i >img{
	float: right;
	width: 500px;
	transition: top 300ms;
	position: relative;
	top: 0;
}
.ui-newslist .i:hover >img{
	top: -10px;
}
.ui-newslist .i >.ct{
	width: 50%;
}
.ui-newslist .i .text{

}
.ui-newslist .i .text >.hd{
	padding-bottom: 12px;
	border-bottom: 1px solid #313131;
}
.ui-newslist .i .text >.hd h3{
	line-height: 1em;
	color: #fff;
	font-size: 18px;
  padding-top: 10px;
}
.ui-newslist .i:hover .text >.hd h3{
	color: #84754e;
}
.ui-newslist .i .text >.hd p{
	margin-top: 15px;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}
.ui-newslist .i .text >.hd p:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon-time.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
.ui-newslist .i .text >.hd p:before{
	background-image: url(../img/icon-time@2x.png);
}
.ui-newslist .i .text >.ct{
	margin-top: 18px;
}
.ui-newslist .i .text >.ct p{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	opacity: .8;
}
.ui-newslist .i .text >.ft{
	margin-top: 25px;
}
.ui-newslist .i .text >.ft p{

}
.ui-newslist .i .text >.ft p label{
	display: inline-block;
	width: 120px;
	height: 36px;
	border: 1px solid #a3a3a3;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
.ui-newslist .i .text >.ft p label:hover{
	background-color: #84754e;
	box-shadow: 0 0 30px rgba(132, 117, 78, .5);
}
.ui-idealist{

}
.ui-idealist ul{

}
.ui-idealist ul li{
	margin-bottom: 40px;
}
.ui-idealist ul li:last-child{
	margin-bottom: 0;
}
.ui-idealist .i{
	display: block;
}
.ui-idealist .i .img{
	width: 500px;
	float: left;
	overflow: hidden;
}
.ui-idealist .i .img img{
  width: 100%;
	transition: transform 300ms;
}
.ui-idealist .i:hover .img img{
	width: 100%;
	transform: scale(1.05);
}
.ui-idealist .i .txt{
	margin-left: 550px;
	border-top: 1px solid #313131;
	border-bottom: 1px solid #313131;
}
.ui-idealist .i .txt h3{
	padding-top: 40px;
	line-height: 1em;
	color: #ffffff;
	margin-bottom: 30px;
	font-size: 28px;
}
.ui-idealist .i:hover .txt h3{
	color: #84754e;
}
.ui-idealist .i .txt p{
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
}
.ui-idealist .i .txt p label{
	display: inline-block;
	/*width: 84px;*/
}
.ui-idealist .i .txt h5{
	margin-top: 20px;
}
.ui-idealist .i .txt h5 label{

}
.ui-idealist .i .txt h5 label{
	display: inline-block;
	width: 120px;
	height: 36px;
	border: 1px solid #a3a3a3;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
.ui-idealist .i .txt h5 label:hover{
	background-color: #84754e;
	box-shadow: 0 0 30px rgba(132, 117, 78, .5);
}
.ui-srchform{
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background-color: rgba(28, 28, 28, .9);
	padding-top: 100px;
	padding-bottom: 16px;
	display: none;
}
.ui-srchform.show{
	display: block;
}
.ui-srchform .srch{
    margin: 0 24%;
}
.ui-srchform .srch >.hd{

}
.ui-srchform .srch >.hd p{
	line-height: 1em;
	color: #fff;
	font-size: 50px;
}
.ui-srchform .srch >.ct{
	margin-top: 70px;
	border-bottom: 1px solid #343434;
	position: relative;
}
.ui-srchform .srch >.ct >a{
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 55px;
	background: url(../img/icon-find.png) no-repeat center;
	background-size: 25px auto;
}
body.retina .ui-srchform .srch >.ct >a{
	background-image: url(../img/icon-find@2x.png);
}
.ui-srchform .srch >.ct >a:hover{
	opacity: .8;
}
.ui-srchform .srch >.ct input{
	border: none;
	padding: 0;
	width: 100%;
	background: none;
	color: #fff;
	height: 55px;
	font-size: 24px;
}
.ui-srchform .srch >.ft{
	margin-top: 18px;
}
.ui-srchform .srch >.ft p{

}
.ui-srchform .srch >.ft p a{
	display: inline-block;
	width: auto;
	line-height: 32px;
	background: url(../img/label.png);
	background-size: 100% 100%;
	text-indent: 16px;
	color: #fff;
	font-size: 14px;
	position: relative;
	left: 0;
	transition: left 300ms;
	margin-left: 30px;
  padding-right: 30px;
}
.ui-srchform .srch >.ft p a:first-child{
	margin-left: 0;
}
.ui-srchform .srch >.ft p a:hover{
	left: 5px;
	color: #84754e;
}
.ui-workview{

}
.ui-workview .view{
	position: relative;
	line-height: 1em;
}
.ui-workview .view >a.showcase-play{
  display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/icon-go.png) no-repeat center rgba(0, 0, 0, .4);
	background-size: 70px auto;
	transition: all 300ms;
}
body.retina .ui-workview .view >a.showcase-play{
	background-image: url(../img/icon-go@2x.png);
}
.ui-workview .view >a.showcase-play:hover{
	background-color: rgba(0, 0, 0, 0);;
	background-size: 80px auto;
}
.ui-workview .view video{
	width: 100%;
}
.ui-workview .info{
	background: url(../img/tt-a.png) no-repeat 100% 0;
	background-size: 350px auto;
}
.ui-workview .info p{
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	opacity: .5;
	width: 80%;
}
.ui-workview .info h3{
	margin-bottom: 40px;
	line-height: 1em;
	color: #fff;
	font-size: 38px;
	opacity: .9;
}
.ui-workview .info table{

}
.ui-workview .info table tr{

}
.ui-workview .info table tr td{
	color: #ffffff;
	font-size: 16px;
	line-height: 36px;
}
.ui-workview .info table tr td label{
	color: #9d9d9d;
	padding-right: 25px;
}
.ui-lrctmain{
	position: relative;
	padding-right: 380px;
}
.ui-lrctmain >.l{

}
.ui-lrctmain >.r{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
}
.ui-article{

}
.ui-article >.hd{
	padding-bottom: 20px;
	border-bottom: 1px solid #313131;
}
.ui-article >.hd h3{
	color: #fff;
	font-size: 36px;
	line-height: 48px;
}
.ui-article >.hd p{
	line-height: 1em;
	margin-top: 15px;
}
.ui-article >.hd p label{
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
}
.ui-article >.hd p label:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon-time.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
	top: -1px;
}
body.retina .ui-article >.hd p label:before{
	background-image: url(../img/icon-time@2x.png);
}
.ui-article >.ct{
	margin-top: 50px;
}

.ui-article >.ct img{
	width: 100%;
}
.ui-article >.ct p{
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
}
.ui-hotsnews{

}
.ui-hotsnews >.hd{
	padding-bottom: 28px;
	border-bottom: 1px solid #313131;
}
.ui-hotsnews >.hd p{
	line-height: 1em;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.ui-hotsnews >.ct{
	margin-top: 30px;
}
.ui-hotsnews .list{

}
.ui-hotsnews .list ul{

}
.ui-hotsnews .list ul li{
	margin-bottom: 25px;
}
.ui-hotsnews .list ul li:last-child{
	margin-bottom: 0;
}
.ui-hotsnews .list .i{
	display: block;
}
.ui-hotsnews .list .i img{
	width: 100px;
	float: left;
}
.ui-hotsnews .list .i >.ct{
	margin-left: 115px;
}
.ui-hotsnews .list .i >.ct h3{
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	top: -5px;
}
.ui-hotsnews .list .i:hover >.ct h3{
	color: #84754e;
}
.ui-hotsnews .list .i >.ct p{
	margin-top: 15px;
	color: #fff;
	opacity: .7;
}
.ui-ideaview{

}
.ui-ideaview .view{
	position: relative;
}
.ui-ideaview .view >.ct{
	line-height: 1em;
}
.ui-ideaview .view >.ct img{
	width: 100%;
}
.ui-ideaview .view >.ft{
	position: absolute;
	bottom: 35px;
	left: 90px;
	right: 90px;
}
.ui-ideaview .list{
	position: relative;
}
.ui-ideaview .list .aw{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	font-family: 宋体;
	opacity: .5;
}
.ui-ideaview .list .aw:hover{
	opacity: 1;
	background-color: rgba(255, 255, 255, .2);
}
.ui-ideaview .list .aw.l{
	left: -48px;
}
.ui-ideaview .list .aw.r{
	right: -48px;
}
.ui-ideaview .list ul{

}
.ui-ideaview .list ul li{
	width: 20%;
	float: left;
}
.ui-ideaview .list a{
	display: block;
	margin: 0 7px;
}
.ui-ideaview .list a:hover,
.ui-ideaview .list li.active a{
	border: 1px solid #13d1e7;
}
.ui-ideaview .list a img{
	width: 100%;
}
.ui-ideaview .text{
	margin-top: 50px;
}
.ui-ideaview .text p{
	width: 80%;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	opacity: .7;
}
.ui-business{

}
.ui-business >.hd{
	line-height: 1em;
}
.ui-business >.hd img{
	width: 100%;
}
.ui-business >.ct{
	margin-top: 30px;
	position: relative;
	z-index: 1;
}
.ui-business >.ct >.r{
	float: right;
	margin-right: 80px;
}
.ui-business >.ct >.l{
	width: 60%;
}
.ui-business .view{
	margin-top: -110px;
}
.ui-business .view img{

}
.ui-business .text{

}
.ui-business .text p{
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	opacity: .7;
}
.ui-business .text h3{
	line-height: 1em;
	margin-top: 110px;
	margin-bottom: 25px;
	font-size: 26px;
	color: #fff;
}
.ui-intro{
	margin-bottom: 120px;
}
.ui-intro >img{
	float: left;
}
.ui-intro >.ct{
	margin-left: 560px;
	padding-top: 20px;
	margin-right: 30px;
	position: relative;
}
.ui-intro >.ct >img{
	position: absolute;
	bottom: -100px;
	right: 90px;
	height: 289px;
}
.ui-intro >.ct h3{
	color: #ffffff;
	font-size: 22px;
	line-height: 46px;
}
.ui-intro >.ct h3:hover{
	color: #00ff00;
}
.ui-intro >.ct p{
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	opacity: .7;
}

.ui-intro >.ct p + p {
  margin-top: 16px;
}
.ui-contact{
	margin-top: 0;
	border-top: 4px solid #84754e;
	padding: 80px 70px;
	position: relative;
	overflow: hidden;
}
.ui-contact >.bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-contact >.bg .img{
	position: relative;
	height: 100%;
	display: none;
}
.ui-contact >.bg .img.show{
	display: block;
}
.ui-contact >.bg .img i{
	display: inline-block;
	width: 126px;
	height: 126px;
	background: url(../img/adot.png) no-repeat center;
	background-size: 86px auto;
	position: absolute;
	top: 230px;
	right: 300px;
}
body.retina .ui-contact >.bg .img >i{
	background-image: url(../img/adot@2x.png);
}
.ui-contact >.bg img{
	width: 100%;
}
.ui-contact >.hd{
	position: relative;
}
.ui-contact >.ct{
	position: relative;
	margin-top: 90px;
}
.ui-contact .addr{

}
.ui-contact .addr .i{
	margin-bottom: 25px;
}
.ui-contact .addr .i:last-child{
	margin-bottom: 0;
}
.ui-contact .addr .i h3{
	line-height: 1em;
	color: #fff;
	font-size: 20px;
}
.ui-contact .addr .i p{
	line-height: 1em;
	color: #fff;
	opacity: .7;
	font-size: 16px;
	margin-top: 16px;
}
.ui-contact .addr .i p em{
	font-style: normal;
	color: #48ff00;
	padding-top: 6px;
	display: block;
	opacity: .7;
}
.ui-tab2{

}
.ui-tab2 ul{
	margin-right: 55px;
}
.ui-tab2 ul li{
	float: left;
	margin-left: 70px;
}
.ui-tab2 ul li:first-child{
	margin-left: 0;
}
.ui-tab2 a{
	line-height: 1em;
	color: #fff;
	font-size: 18px;
	position: relative;
}
.ui-tab2 a:after{
    content: '';
    display: inline-block;
    height: 2px;
    left: 0;
    width: 0;
    background-color: #fff;
    position: absolute;
    bottom: -8px;
    transition: width 300ms;
}
.ui-tab2 li.active a:after,
.ui-tab2 a:hover:after{
	width: 100%;
}
.ui-jobslist{
	background-color: #232323;
}
.ui-jobslist >.hd{
	background: url(../img/sd-b.png) repeat-x 0 0 #242424;
	background-size: auto 100%;
}
.ui-jobslist >.hd p{
	line-height: 60px;
	text-indent: 30px;
	color: #fff;
	font-size: 20px;
}
.ui-jobslist >.ct{
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.ui-jobslist .tabl{
	background-color: #141414;
}
.ui-jobslist .tabl table{
	width: 100%;
}
.ui-jobslist .tabl table tr{
	border-bottom: 1px solid #2c2c2c;
}
.ui-jobslist .tabl table tr td{
	color: #fff;
	font-size: 16px;
	padding: 28px 0;
	padding-left: 30px;
	line-height: 1em;
}
.ui-jobslist .tabl table tr.hd td{
	font-size: 14px;
	opacity: .6;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #242424;
	border-left: 1px solid #313131;
}
.ui-jobslist .tabl table tr.hd td:first-child{
	border-left: none;
}
.ui-jobslist .tabl table tr.ct{
	display: none;
}
.ui-jobslist .tabl table tr.ct.show{
	display: table-row !important;
}
.ui-jobslist .tabl table tr.ct td{
	background-color: #242424;
	padding: 60px;
	padding-bottom: 0;
}
.ui-jobslist .tabl table tr td a{
	color: #fff;
}
.ui-jobslist .tabl table tr td a:hover{
	opacity: .8;
}
.ui-jobslist .tabl table tr td a:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(../img/awmu.png);
	background-size: 100% 100%;
	position: relative;
	top: -1px;
	margin-left: 5px;
	display: none;
}
body.retina .ui-jobslist .tabl table tr td a:after{
	background-image: url(../img/awmu@2x.png);
}
.ui-jobslist .tabl table tr td a.on:after{
	display: inline-block;
}
.ui-jobslist .text{

}
.ui-jobslist .text >.ct{

}
.ui-jobslist .text >.ct h3{
	line-height: 1em;
	color: #fff;
	font-size: 22px;
	margin-bottom: 24px;
}
.ui-jobslist .text >.ct p{
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	opacity: .7;
}
.ui-jobslist .text >.ft{
	border-top: 1px solid #3a3a3a;
	padding: 25px 0;
}
.ui-jobslist .text >.ft p{
	color: #00ff00;
	font-size: 16px;
}
.ui-projtext{

}
.ui-projtext >.hd{

}
.ui-projtext >.hd p{
	color: #ffffff;
	font-size: 24px;
}
.ui-projtext >.ct{
	margin-top: 35px;
}
.ui-projtext .list{

}
.ui-projtext .list ul{

}
.ui-projtext .list ul li{
	margin-bottom: 20px;
}
.ui-projtext .list ul li:last-child{
	margin-bottom: 0;
}
.ui-projtext .i{

}
.ui-projtext .i >.hd{

}
.ui-projtext .i >.hd p{
	color: #ffffff;
	font-size: 16px;
	line-height: 1em;
	cursor: pointer;
}
.ui-projtext .i >.hd p:hover{
	opacity: .8;
}
.ui-projtext .i >.hd p a{
	display: inline-block;
	color: #84754e;
	display: none;
	transform: top 300ms;
	position: relative;
	top: 0;
}
.ui-projtext .i >.hd:hover p a{
	top: -5px;
}
.ui-projtext .i.on >.hd p a{
	display: inline-block;
}
.ui-projtext .i >.hd p a:hover{
	opacity: .8;
}
.ui-projtext .i >.hd p a:after{
	content: '';
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(../img/awbu.png);
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: 5px;
}
.ui-projtext .i >.ct{
	margin-top: 20px;
	display: none;
}
.ui-projtext .i.on >.ct{
	display: block;
}
.ui-projtext .text{

}
.ui-projtext .text >.hd{

}
.ui-projtext .text >.hd p{
	color: #ffffff;
	font-size: 26px;
	text-align: center;
}
.ui-projtext .text >.ct{
	margin-top: 35px;
}
.ui-projtext .text >.ct p{
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, .8);
}
.ui-projtext .text >.ct p small{
	font-size: 12px;
}
.ui-projtext .text >.ct img{
	width: 100%;
}
.ui-businesslist{
	overflow: hidden;
}
.ui-businesslist ul{
	margin: -10px;
}
.ui-businesslist ul li{
	width: 33.33%;
	padding: 10px;
	float: left;
}
.ui-businesslist a{
	display: block;
	overflow: hidden;
}
.ui-businesslist a img{
	width: 100%;
	transition: transform 300ms;
}
.ui-businesslist a:hover img{
	transform: scale(1.05);
}
.ui-alertbox{
	position: fixed;
  width: 950px;
  height: 530px;
  z-index: 11;
  top: 50%;
  margin-top: -265px;
  left: 50%;
  margin-left: -475px;
	transform: scale(0);
	transition: transform 300ms;
}
.ui-alertbox.show{
	transform: scale(1);
}
.ui-businessview{
	position: relative;
}
.ui-businessview .aw{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: none no-repeat center;
	background-size: 100% 100%;
	position: fixed;
	top: 50%;
	margin-top: -25px;
	transition: transform 300ms;
}
.ui-businessview .aw:hover{
	transform: scale(.95);
}
.ui-businessview .aw.l{
	left: -80px;
	background-image: url(../img/awbl.png);
}
body.retina .ui-businessview .aw.l{
	background-image: url(../img/awbl@2x.png);
}
.ui-businessview .aw.r{
	right: -80px;
	background-image: url(../img/awbr.png);
}
body.retina .ui-businessview .aw.r{
	background-image: url(../img/awbr@2x.png);
}
.ui-businessview .img{
	width: 100%;
  max-height: 530px!important;
}
.ui-trainhead{
	height: 600px;
	background: none no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.ui-trainhead .text{
	padding-top: 200px;
}
.ui-trainhead .text h5{
	line-height: 1em;
	color: #ffffff;
	font-size: 22px;
	padding-bottom: 20px;
	position: relative;
}
.ui-trainhead .text h5:before{
	content: '';
	display: inline-block;
	width: 40px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ui-trainhead .text h3{
	margin-top: 20px;
	color: #84754e;
	font-size: 56px;
	line-height: 1em;
}
.ui-trainhead .text p{
	line-height: 1em;
	color: #ffffff;
	font-size: 24px;
	margin-top: 60px;
	position: relative;
}
.ui-trainhead .text p:before{
	content: '';
	display: inline-block;
	width: 3px;
	height: 24px;
	background-color: #9e9f9f;
	position: absolute;
	left: 5px;
	bottom: -110px;
}
.ui-trainlink{

}
.ui-trainlink ul{

}
.ui-trainlink ul li{
	width: 25%;
	float: left;
}
.ui-trainlink .i{

}
.ui-trainlink .i p{
	line-height: 1em;
	text-align: center;
}
.ui-trainlink .i p.p1{
	line-height: 73px;
}
.ui-trainlink .i p.p1 img{
	transition: transform 300ms;
}
.ui-trainlink .i:hover p.p1 img{
	transform: scale(.95);
}
.ui-trainlink .i p.p1 img.img1{
	height: 65px;
}
.ui-trainlink .i p.p1 img.img2{
	height: 73px;
}
.ui-trainlink .i p.p1 img.img3{
	height: 62px;
}
.ui-trainlink .i p.p1 img.img4{
	height: 70px;
}
.ui-trainlink .i p.p2{
	margin-top: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.ui-trainlink .i:hover p.p2{
	color: #84754e;
}
.ui-trainlink .i p.p3{
	margin-top: 10px;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	opacity: .8;
}
.ui-traintype{
	width: 950px;
	margin: 0 auto;
}
.ui-traintype >.l{
	float: left;
	width: 290px;
}
.ui-traintype >.r{
	float: right;
	width: 540px;
}
.ui-traintype .list{
}
.ui-traintype .list ul{

}
.ui-traintype .list ul li{
	margin-bottom: 10px;
}
.ui-traintype .list ul li:last-child{
	margin-bottom: 0;
}
.ui-traintype .list .i{
	display: block;
}
.ui-traintype .list .i h3{
	color: #fff;
	line-height: 1em;
	font-size: 20px;
}
.ui-traintype .list li.active .i h3,
.ui-traintype .list .i:hover h3{
	color: #0dcbe7;
}
.ui-traintype .list .i h3 i{
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}
.ui-traintype .list li.active .i h3 i,
.ui-traintype .list .i:hover h3 i{
	border-color: #0dcbe7;
}
.ui-traintype .list .i h3 i:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #16565f;
	box-shadow: 0 0 2rem rgba(13, 203, 231, 1);
	opacity: 0;
}
.ui-traintype .list li.active .i h3 i:before,
.ui-traintype .list .i:hover h3 i:before{
	opacity: 1;
}
.ui-traintype .list .i p{
	line-height: 22px;
	color: #ffffff;
	font-size: 14px;
	padding-top: 2px;
	margin-top: 8px;
	padding-left: 30px;
	margin-left: 10px;
	border-left: 1px solid rgba(255, 255, 255, .4);
	height: 100px;
}
.ui-traintype .list li:last-child .i p{
	height: auto;
	border-left: none;
}
.ui-traintype .view{
	position: relative;
}
.ui-traintype .view:before{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #484848;
	width: 100%;
	height: 100%;
    /*background-image: url();*/
}
.ui-traintype .view img{
	width: 100%;
	/*position: relative;*/
}
.ui-classlist{
	overflow: hidden;
}
.ui-classlist ul{
	margin: 0 -15px;
}
.ui-classlist ul li{
	width: 33.33%;
	float: left;
	padding: 0 15px;
}
.ui-classlist .i{
}
.ui-classlist .i .img{
	display: block;
	overflow: hidden;
}
.ui-classlist .i .img img{
	width: 100%;
	transition: transform 300ms;
}
.ui-classlist .i:hover .img img{
	transform: scale(1.05);
}
.ui-classlist .i .txt{
	margin: 0 5%;
	margin-top: 20px;
}
.ui-classlist .i .txt p{
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.ui-classlist .i .txt p.p1{
	font-size: 16px;
	opacity: .7;
}
.ui-classlist .i .txt p.p2{
	margin-top: 16px;
	font-size: 18px;
  line-height: 1.4em;
}
.ui-classlist .i:hover .txt p.p2{
	color: #84754e;
}
.ui-classlist .i .txt p.p3{
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	opacity: .7;
}
.ui-teamlist{
	position: relative;
}
.ui-teamlist >.aw{
	position: absolute;
	z-index: 1;
	top: 50%;
	transition: transform 300ms;
}
.ui-teamlist >.aw:hover{
	transform: scale(.95);
}
.ui-teamlist >.aw.l{
	height: 210px;
	margin-top: -105px;
	left: 0;
}
.ui-teamlist >.aw.r{
	height: 320px;
	margin-top: -160px;
	right: 0;
}
.ui-teamlist >.aw img{
	height: 100%;
}
.ui-teamlist .i{
	width: 650px;
	margin: 0 auto;
}
.ui-teamlist .i .img{
	float: left;
	width: 330px;
	/*border: 6px solid #0ebad3;*/
}
.ui-teamlist .i .img img{
	width: 80%;
}
.ui-teamlist .i .txt{
	margin-left: 330px;
}
.ui-teamlist .i .txt >.hd{
	padding-top: 70px;
}
.ui-teamlist .i .txt >.hd p{
	line-height: 1em;
}
.ui-teamlist .i .txt >.hd p.p1{

}
.ui-teamlist .i .txt >.hd p.p1 label{
	display: inline-block;
	width: 112px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background-color: #0dcbe7;
	font-size: 14px;
}
.ui-teamlist .i .txt >.hd p.p2{
	color: #fff;
	font-size: 36px;
	margin-top: 15px;
}
.ui-teamlist .i .txt >.hd p.p3{
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
}
.ui-teamlist .i .txt >.ct{
	margin-top: 25px;
}
.ui-teamlist .i .txt >.ct p{
	color: #fff;
	opacity: .6;
	font-size: 14px;
	line-height: 24px;
}
.ui-teamlist .i .txt >.ft{
	position: fixed;
  top: 350px;
}
.ui-teamlist .i .txt >.ft p{

}
.ui-teamlist .i .txt >.ft p a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, .1);
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
}
.ui-teamlist .i .txt >.ft p a:hover{
	background-color: rgba(255, 255, 255, .1);
}
.ui-classchat{
	position: relative;
}
.ui-classchat >a{
	display: inline-block;
	width: 260px;
	line-height: 52px;
	border: 1px solid #bababa;
	border-radius: 27px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -27px;
	right: 0;
	transition: all 300ms;
}
.ui-classchat >a:hover{
	background-color: #08b1b1;
	border-color: #08b1b1;
	box-shadow: 0 0 10px #08b1b1;
}
.ui-classchat .ct{

}
.ui-classchat .ct >img{
	width: 58px;
	float: left;
	margin-right: 18px;
}
.ui-classchat .ct h3{
	line-height: 1em;
	color: #fff;
	font-size: 26px;
}
.ui-classchat .ct p{
	line-height: 1em;
	color: #fff;
	opacity: .7;
	font-size: 16px;
	margin-top: 10px;
}







.not-found {
  background-color: #1f1f1f;
  position: relative;
  height: auto;
}
.not-found img {
  position: relative;
  width: 100%;
}
.not-found >i{
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin: -2px;
  position: absolute;
}
.not-found >i.i1{
  top: 0;
  left: 0;
}
.not-found >i.i2{
  top: 0;
  right: 0;
}
.not-found >i.i3{
  bottom: 0;
  right: 0;
}
.not-found >i.i4{
  bottom: 0;
  left: 0;
}
.not-found .text {
  position: absolute;
  bottom: 150px;
  width: 100%;
  text-align: center;
}
.not-found .text p {
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.not-found .text a {
  font-size: 14px;
  position: relative;
  background-color: #05d8d8;
  color: #ffffff;
  padding: 6px 60px;
  border: 1px solid #05d8d8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}



.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.ui-article > .ct p {
  margin-bottom: 5px;
  width: 100%;
}
.ui-article > .ct p img {
  max-width: 100%;
  height: auto;
  display: block;
}
.ui-article > .ct a {
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}
.ui-newslist .i .text > .ft {
  margin-top: 25px;
}
.ui-contact {
  z-index: 3;
}
.ui-paging p span {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #252525;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-right: 6px;
}
.ui-businessview .img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  position: relative;
  display: block;
  padding: 0;
  background: #fff;
}




/*!
 * plugin.css
 */


/*!
 * media.css
 */
@media screen and (min-width: 1400px) {
    .page-template-page-training main .ui-trainhead {
        height: 450px !important;
    }

    .page-template-page-training main .ui-trainhead .text {
        padding-top: 200px!important;
    }
  /*.ui-banner.gt >.ct {*/
    /*padding-top: 2%!important;*/
  /*}*/
  .ui-idealist .i .txt {
    height: 280px;
  }
  .bg-wave canvas {
    margin-top: 40px!important;
  }
  .ui-homebanner .ctrl {
    bottom: 300px!important;
  }
  .control {
    top: -280px!important;
  }
  .ui-idealist {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .ui-idealist {
    width: 1000px;
    margin: 0 auto;
  }
  .ui-trainhead .text {
    zoom: .8;
    padding-left: 11%!important;
    padding-top: 12%!important;
  }
	/*.container{
		padding: 0 20px;
	}*/
	.container.full{
		padding: 0;
	}
	.container.gt{
		width: 1200px;
	}


	.ui-homebanner .view .img .tt{
		right: 50px;
	}
	footer >.a .r{
		right: 20px;
	}
    /*.control {
      left: 3%!important;
    }*/
  .go-top {
    right: 50px!important;
  }
  .ui-idealist .i .txt {
    height: 280px;
  }
  .bg-wave canvas {
    margin-top: 130px!important;
  }
  .ui-caselist .i {
    margin-bottom: 30px;
  }

}

/*手机屏幕*/
.pc-hide{
	display: none;
}
@media screen and (max-width: 767px) {
  .ht15{
    height: 5px;
  }
  .ht20{
    height: 10px;
  }
  .ht30{
    height: 15px;
  }
  .ht35{
    height: 15px;
  }
  .ht40{
    height: 20px;
  }
  .ht45{
    height: 20px;
  }
  .ht50{
    height: 10px;
  }
  .ht60{
    height: 30px;
  }
  .ht65{
    height: 30px;
  }
  .ht70{
    height: 35px;
  }
  .ht75{
    height: 35px;
  }
  .ht80{
    height: 40px;
  }
  .ht90{
    height: 45px;
  }
  .ht100{
    height: 20px;
  }
  .extra-width{
    width: 100%;
  }

  /*style.css*/
  body{
    min-width: 0;
    min-height: 0;
  }
  .container{
    width: 100%;
    padding: 0 15px;
  }
  .container.full{
  	padding: 0;
  }
  .container.gt{
  	width: 100%;
  }

  header{
	  position: fixed;
  	  border-bottom: 1px solid rgba(255, 255, 255, .2);
	  height: 50px;
  }
  header .container{
  	padding: 0;
  }
  header .r{
  	position: absolute;
  	top: 50px;
  	left: 0;
  	width: 100%;
  	transform: scale(0);
    transition: transform 300ms;
    display: flex;
    flex-direction: column;
  }
  body.on-menu header .r{
  	transform: scale(1);
  }
  header .logo{
  	padding-top: 12px;
  	padding-left: 10px;
  }
  header .logo img{
  	height: 24px;
  }
  header .mbtn{
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 50px;
  	height: 50px;
  	background: url(../img/menu.png) no-repeat center;
  	background-size: 20px auto;
  }
  header .mbtn:active{
  	opacity: .8;
  }
  body.on-menu header .mbtn{
  	background-image: url(../img/menu-hide.png);
  }
  header .menu{
    display: flex;
    flex-direction: column;
  }
  header .menu ul li{
  	float: none;
  	margin-left: 0;
    text-align: center;
  }
  header .menu a{
  	display: inline-block;
  	line-height: 50px;
  	text-align: center;
  	font-size: 14px;
  }
  header .menu a:after{
  	bottom: 0;
  	height: 1px;
  }
  header .lang{
  	display: block;
  	margin-left: 0;
  	border-top: 1px solid rgba(255, 255, 255, .2);
  	border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  header .lang p{
  	text-align: center;
  	line-height: 50px;
  }
  header .lang p a{
  	font-size: 12px;
  }
  header .lang p .srch{
  	width: 12px;
  	height: 12px;
  	margin-right: 5px;
  	top: -1px;
  }

  main{
    padding-top: 100px;
    margin-top: -50px;
  }
  .ht15{
  	height: 10px;
  }

  footer{

  }
  footer >.a{
  	padding: 20px 0;
  }
  footer >.a .r{
  	right: 15px;
  }
  footer .logo{
  	float: none;
  }
  footer .logo img,
  footer .logo svg{
  	height: 24px;
  }
  footer .shar ul li{
  	margin-left: 10px;
  }
  footer .shar a{
  	width: 24px;
  	height: 24px;
  }
  footer .menu{
  	margin-left: 0;
  	margin-top: 10px;
    margin-right: 0;
  	text-align: center;
  }
  footer .menu ul{
  	display: inline-block;
  }
  footer .menu ul li{
  	margin-left: 20px;
  }
  footer .menu a{
  	font-size: 12px;
  }
  footer .menu a:after{
  	height: 1px;
  	bottom: -8px;
  }
  footer >.b{
  	padding: 15px 0;
  }
  footer .info p{
  	font-size: 10px;
  }

  /*pages.css*/
  .ui-homebanner .view .img{
  	height: 400px;
  }
  .ui-homebanner .view .img .tt{
  	right: 50px;
  }
  .ui-homebanner .view .img .tt img{
  	height: 40px;
  }
  .ui-homebanner .ctrl{
  	bottom: 20px;
  	left: 0;
  	width: 215px;
  	left: 20px;
  	bottom: 20px;
  }
  .ui-homebanner .ctrl >.hd{
  	font-size: 12px;
  }
  .ui-homebanner .ctrl >.ct{
  	margin-top: 5px;
  }
  .ui-homebanner .ctrl >.ct:before{
  	top: 5px;
  	left: -5px;
  }
  .ui-homebanner .ctrl >.ct:after{
  	width: 30px;
  	height: 30px;
  	background-size: 6px auto;
  	right: -15px;
  	margin-top: -15px;
  }
  .ui-homebanner .navi{
  	right: 10px;
  }
  .ui-homebanner .navi ul li{
  	margin-bottom: 20px;
  }
  .ui-homebanner .navi a{
  	width: 8px;
  }
  .ui-homebanner .navi a.on{
  	right: -10px;
  }
  .ui-homebanner .navi a >label{
  	font-size: 10px;
  	right: 26px;
  }
  .ui-homebanner .navi a >label:after{
  	right: -12px;
  }
  .ui-fullpart{
  	padding: 20px 0;
  }
  .ui-fullpart.lt{
  	padding: 20px 0;
  }
  .ui-head1 p{
  	font-size: 20px;
  }
  .ui-homeprod{
  	margin-top: 20px;
  	margin-bottom: 0;
  }
  .ui-homeprod .i{
	top: 0 !important;
	margin-left: 0 !important;
	zoom: .5;
	margin: 0 30px !important;
  }
  .ui-homeprod .i >.ct p.p3{
  	display: none !important;
  }
  /*.bg-wave{
  	height: 100px;
  	background: url(../img/wave.png) no-repeat 50% 100%;
  	background-size: auto 100px;
  }*/
  .bg-wave div {
  	display: none;
  }
  .ui-homecase{
	background-size: 270px auto;
	background-position: 50% 50px;
	height: auto;
  }
  .ui-homecase >.tt{
  	position: relative;
  	top: 0;
  	width: auto;
  	text-align: left;
  	padding: 0 15px;
  }
  .ui-homecase >.ct{
  	margin-top: 30px;
  	text-align: center;
  }
  .ui-homecase .i{
  	margin: 0 5px !important;
  	position: relative;
  	top: 0;
  	left: 0;
  	width: 40%;
  	transform: scale(1);
  	padding-bottom: 20px;
    filter: blur(0) !important;
  }
  .ui-homecase .i >.ct img{
  	width: 100%;
  }
  .ui-homecase .i >p{
  	font-size: 12px;
  	top: 0;
  }
  .ui-homenews{
  	padding: 0;
  	padding-top: 20px;
  	position: relative;
  	margin-top: 20px;
  }
  .ui-homenews >.ct{
  	margin-top: 30px;
  	padding: 0 20px;
  }
  .ui-homenews .list ul{
  	margin: 0;
  }
  .ui-homenews .list ul li{
  	width: 100%;
  	padding: 0;
  	margin-bottom: 20px;
  }
  .ui-homenews .list ul li:last-child{
  	margin-bottom: 0;
  }
  .ui-homenews .list .i h5{
  	font-size: 12px;
  }
  .ui-homenews .list .i h5:before{
  	width: 12px;
  	height: 12px;
  	margin-right: 4px;
  }
  .ui-homenews .list .i h3{
  	margin-top: 10px;
  	font-size: 16px;
  }
  .ui-homenews .list .i p{
  	margin-top: 10px;
  	font-size: 12px;
    line-height: 22px;
    min-height: unset;
  }
  .ui-head1 p small{
  	font-size: 20px;
  }
  .ui-workview{
  }
  .ui-workview .view{
  	height: auto;
  	overflow: hidden;
  }
  .ui-workview .view >a.showcase-play{
  	background-size: 35px auto;
  }
  .ui-workview .view >a.showcase-play:hover{
  	background-size: 45px auto;
  }
  .ui-workview .view video{
  	height: auto;
  	width: 100%;
  	left: 50%;
  	position: relative;
  	transform: translateX(-50%);
  }
  .ui-workview .info{
  	margin-top: -20px;
  	background-size: 120px auto;
  }
  .ui-workview .info p{
  	width: 100%;
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-workview .info h3{
  	margin-top: 20px;
  	margin-bottom: 15px;
  	font-size: 18px;
  }
  .ui-workview .info table,
  .ui-workview .info tbody,
  .ui-workview .info tr {
  	display: block;
  	width: 100%;
  }
  .ui-workview .info table tr td{
  	font-size: 13px;
  	line-height: 26px;
    color: #9d9d9d;
    display: inline-block;
  }
  .ui-workview .info table tr td label{
  	padding-right: 0;
  }
  .ui-banner{
  	height: auto;
  	padding-bottom: 20px;
  }
  .ui-banner >.ct{
  	margin: 0 10%;
  }
  .ui-fullpart .ui-banner >.ct h3{
  	font-size: 20px;
    /*margin-top: 20px;*/
    width: 280px;
    height: 40px;
    line-height: 40px;
  }
  .ui-banner > p{
  	margin-top: 10px;
  	font-size: 12px;
  	line-height: 20px;
  }

  /*.business .ui-banner >.ct h3{*/
    /*margin-top: -45px;*/

  /*}*/
  .business .ui-banner >.ct p{
    display: none;
  }

  .ui-idealist ul li{
  	margin-bottom: 45px;
  }
  .ui-idealist .i .img{
  	width: auto;
  	float: none;
  }
  .ui-idealist .i .img img{
  	width: 100%;
  }
  .ui-idealist .i .txt{
  	margin-left: 0;
  	padding-bottom: 15px;
  }
  .ui-idealist .i .txt h3{
  	font-size: 18px;
  	margin-bottom: 10px;
  	padding-top: 15px;
  }
  .ui-idealist .i .txt p{
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-idealist .i .txt h5{
  	margin-top: 20px;
  }
  .ui-idealist .i .txt h5 label{
  	width: 90px;
  	height: 30px;
  	line-height: 28px;
  	font-size: 12px;
  }
  .ui-ideaview .view >.ft{
  	left: 30px;
  	right: 30px;
  	bottom: 15px;
  }
  .ui-ideaview .list .aw{
  	width: 24px;
  	height: 24px;
  	line-height: 22px;
  	margin-top: -12px;
  }
  .ui-ideaview .list .aw.l{
  	left: -30px;
  }
  .ui-ideaview .list .aw.r{
  	right: -30px;
  }
  .ui-ideaview .list a{
  	margin: 0 2px;
  }
  .ui-ideaview .text{
  	margin-top: 20px;
  }
  .ui-ideaview .text p{
  	width: 100%;
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-jobslist >.hd p{
  	line-height: 40px;
  	font-size: 16px;
  	text-indent: 10px;
  }
  .ui-jobslist .tabl{
  	overflow: scroll;
  }
  .ui-jobslist .tabl table{
  	width: 200%;
  }
  .ui-jobslist .tabl table tr td{
  	font-size: 12px;
  	padding: 14px 0;
  	padding-left: 10px;
  }
  .ui-jobslist .tabl table tr.hd td{
  	font-size: 12px;
  	padding: 8px 0;
  	padding-left: 10px;
  }
  .ui-jobslist .tabl table tr td a:after{
  	width: 8px;
  	height: 4px;
  	margin-left: 2px;
  }
  .ui-jobslist .tabl table tr.ct td{
  	padding: 20px;
  }
  .ui-jobslist .text >.ct h3{
  	font-size: 16px;
  	margin-bottom: 12px;
  }
  .ui-jobslist .text >.ct p{
  	font-size: 12px;
  	line-height: 24px;
  }
  .ui-jobslist .text >.ft{
  	padding-bottom: 0;
  	padding-top: 20px;
  }
  .ui-jobslist .text >.ft p{
  	font-size: 12px;
  }
  .ui-banner.gt{
  	height: 150px!important;
  }
  .page-template-page-showcase .ui-banner.gt{
    height: 150px;
  }
  .ui-intro{
  	margin-bottom: 60px;
  }
  .ui-intro >img{
  	width: 100%;
  	float: none;
  }
  .ui-intro >.ct{
  	margin-left: 0;
  	margin-top: 15px;
  	margin-right: 0;
  	padding-top: 0;
  }
  .ui-intro >.ct >img{
  	bottom: -100px;
  	height: 145px;
  	right: 0;
  }
  .ui-intro >.ct h3{
  	font-size: 16px;
  	line-height: 28px;
  }
  .ui-intro >.ct p{
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-contact{
  	margin-top: 0;
  	border-top-width: 2px;
  	padding: 20px;
  }
  .ui-tab2 ul{
  	margin-right: 0;
  }
  .ui-tab2 ul li{
  	margin-left: 30px;
  }
  .ui-tab2 a{
  	font-size: 14px;
  }
  .ui-tab2 a:after{
  	height:1px;
  	bottom: -4px;
  }
  .ui-contact >.bg img{
  	height: 100%;
  	width: auto;
  }
  .ui-contact >.ct{
  	margin-top: 40px;
  }
  .ui-contact >.bg img{
	float: right;
  }
  .ui-contact >.bg .img >i{
  	width: 63px;
  	height: 63px;
  	top: 100px;
  	right: 140px;
  	background-size: 43px auto;
  }
  .ui-contact .addr .i{
  	margin-bottom: 20px;
  }
  .ui-contact .addr .i h3{
  	font-size: 14px;
  }
  .ui-contact .addr .i p{
  	font-size: 12px;
  	margin-top: 10px;
  	white-space: nowrap;
  }
  .ui-lrctmain{
  	padding-right: 0;
  }
  .ui-lrctmain >.r{
  	position: relative;
  	width: auto;
  }
  .ui-article >.hd{
  	padding-bottom: 10px;
  }
  .ui-article >.hd h3{
  	font-size: 18px;
  	line-height: 24px;
  }
  .ui-article >.hd p{
  	margin-top: 10px;
  }
  .ui-article >.hd p label{
  	font-size: 12px;
  }
  .ui-article >.hd p label:before{
  	width: 12px;
  	height: 12px;
  	margin-right: 6px;
  }
  .ui-article >.ct{
  	margin-top: 20px;
  }
  .ui-article >.ct p{
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-lrctmain >.r{
  	margin-top: 20px;
  }
  .ui-hotsnews >.hd{
  	padding-bottom: 10px;
  }
  .ui-hotsnews >.hd p{
  	font-size: 18px;
  }
  .ui-hotsnews >.ct{
  	margin-top: 20px;
  }
  .ui-hotsnews .list ul li{
  	margin-bottom: 15px;
  }
  .ui-newslist ul li{
  	margin-bottom: 30px;
  }
  .ui-newslist .i >img{
  	float: none;
  	width: 100%;
  }
  .ui-newslist .i >.ct{
  	margin-top: 15px;
  	width: 100%;
  }
  .ui-newslist .i .text >.hd{
  	padding-bottom: 10px;
  }
  .ui-newslist .i .text >.hd h3{
  	font-size: 14px;
  }
  .ui-newslist .i .text >.hd p{
  	margin-top: 15px;
  	font-size: 12px;
  }
  .ui-newslist .i .text >.hd p:before{
  	width: 12px;
  	height: 12px;
  	margin-right: 6px;
  }
  .ui-newslist .i .text >.ct{
  	margin-top: 10px;
  }
  .ui-newslist .i .text >.ct p{
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-newslist .i .text >.ft{
  	margin-top: 20px;
  }
  .ui-newslist .i .text >.ft p label{
  	width: 90px;
  	height: 30px;
  	line-height: 28px;
  	font-size: 12px;
  }
  .ui-paging p{
  	text-align: center;
  }
  .ui-head1 .r{
  	margin-top: 0;
  	width: 100%;
  	text-align: center;
  	position: relative;
  }
  .ui-tab1{
  	border-top: 1px solid rgba(255, 255, 255, .2);
  	border-bottom: 1px solid rgba(255, 255, 255, .2);
  }
  .ui-tab1 ul li{
  	float: none;
  	margin: 10px -1px;
  }
  .ui-tab1 a{
  	font-size: 12px;
  	padding: 0 12px;
  	line-height: 22px;
  	border-radius: 11px;
    text-transform: capitalize;
  }
  .ui-tab1 a img{
  	margin-right: 2px;
  }
  .ui-tab1 li.active a img,
  .ui-tab1 a:hover img{
  	height: 10px;
  }
  .ui-business >.hd img{
	width: 100%;
  }
  .ui-business >.ct{
  	margin-top: 10px;

  }
  .ui-business >.ct >.r{
  	float: none;
  	margin-right: 0;
  }
  .ui-business .view{
  	margin-top: 0;
  }
  .ui-business .view img{
  	width: 100%;
  }
  .ui-business >.ct >.l{
  	margin-top: 10px;
  	width: 100%;
  }
  .ui-business .text p{
  	font-size: 12px;
  	line-height: 22px;
  	width: 100% !important;
  }
  .ui-business .text h3{
  	margin-top: 50px;
  	margin-bottom: 10px;
  	font-size: 18px;
  }
  .ui-srchform{
  	top: 50px;
  	padding-top: 50px;
  	padding-bottom: 10px;
  	position: fixed;
  }
  .ui-srchform .srch{
  	margin: 0 15px;
  }
  .ui-srchform .srch >.hd p{
  	font-size: 25px;
  }
  .ui-srchform .srch >.ct{
  	margin-top: 30px;
  }
  .ui-srchform .srch >.ct input{
  	height: 40px;
  	font-size: 18px;
  }
  .ui-srchform .srch >.ct >a{
  	height: 40px;
  	width: 20px;
  	background-size: 20px auto;
  }
  .ui-srchform .srch >.ft{
  	margin-top: 10px;
  }
  .ui-srchform .srch >.ft p a{
  	width: 80px;
  	line-height: 26px;
  	font-size: 12px;
  	text-indent: 12px;
  }
  .ui-caselist .i{
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 20px;
  }
  .ui-caselist .i >p{
  	font-size: 16px;
  	margin-top: 10px;
  }
  .ui-projtext >.hd p{
  	font-size: 18px;
  }
  .ui-projtext .i >.hd p{
  	font-size: 12px;
  	line-height: 1.4em;
  }
  .ui-projtext >.ct{
  	margin-top: 15px;
  }
  .ui-homenews.lt{
  	padding: 20px 10px;
  }
  .ui-projtext .text >.hd p{
  	font-size: 18px;
  }
  .ui-projtext .text >.ct{
  	margin-top: 15px;
  }
  .ui-projtext .text >.ct p{
  	font-size: 12px;
  	line-height: 22px;
  }
  .ui-trainhead{
  	height: 150px;
  }
  .ui-trainhead .text{
  	padding-top: 20px;
  }
  .ui-trainhead .text h5{
  	font-size: 12px;
  	padding-bottom: 10px;
  }
  .ui-trainhead .text h5:before{
  	width: 20px;
  	height: 1px;
  }
  .ui-trainhead .text h3{
  	margin-top: 10px;
  	font-size: 20px;
  }
  .ui-trainhead .text p{
  	font-size: 14px;
  	margin-top: 15px;
  }
  .ui-trainhead .text p:before{
  	bottom: -50px;
  	width: 2px;
  	height: 12px;
  }
  .ui-head1{
  	width: 100% !important;
  }
  .ui-head1 h5{
  	font-size: 12px;
  	line-height: 20px;
  }
  .ui-trainlink ul li{
  	width: 50%;
  	padding: 10px 0;
  }
  .ui-trainlink .i p.p1{
  	line-height: 36px;
  }
  .ui-trainlink .i p.p1 img{
	max-height: 32px;
  }
  .ui-trainlink .i p.p2{
  	margin-top: 15px;
  	font-size: 12px;
  }
  .ui-trainlink .i p.p3{
  	font-size: 12px;
  	line-height: 20px;
  	margin-top: 5px;
  }
  .ui-traintype{
  	width: auto;
  }
  .ui-traintype >.l{
  	float: none;
  	width: auto;
  }
  .ui-traintype >.r{
  	float: none;
  	width: auto;
    height: 260px;
    margin-top: 30px;
  }
  .ui-traintype .list .i h3{
  	font-size: 16px;
  }
  .ui-traintype .list .i h3 i{
  	width: 16px;
  	height: 16px;
  	margin-right: 6px;
  }
  .ui-traintype .list .i p{
  	padding-left: 15px;
  	margin-left: 8px;
  	font-size: 12px;
  	height: auto;
  	padding-bottom: 15px;
  	line-height: 20px;
  }
  .ui-traintype .view:before{
  	top: 10px;
  	left: 10px;
  }
  .ui-classlist ul{
  	margin: 0 -5px;
  }
  .ui-classlist ul li{
  	padding: 0 5px;
  }
  .ui-teamlist >.aw{
  	display: none;
  }
  .ui-teamlist .i{
  	width: auto;
  }
  .ui-teamlist .i .img{
  	width: 50%;
  	margin: 0 auto;
  	border-width: 3px;
  	display: block;
  	float: none;
  }
  .ui-teamlist .i .txt{
  	margin-left: 0;
  	margin-top: 20px;
  }
  .ui-teamlist .i .txt >.hd{
  	padding-top: 15px;
  }
  .ui-teamlist .i .txt >.hd p{
  	text-align: center;
  }
  .ui-teamlist .i .txt >.hd p.p1 label{
  	width: 90px;
  	line-height: 24px;
  	font-size: 12px;
  }
  .ui-teamlist .i .txt >.hd p.p2{
  	font-size: 27px;
  	margin-top: 10px;
  }
  .ui-teamlist .i .txt >.hd p.p3{
  	font-size: 16px;
  	margin-top: 10px;
  }
  .ui-teamlist .i .txt >.ct{
  	margin-top: 10px;
    height: 66px;
    max-height: 66px;
    overflow: hidden;
  }
  .ui-teamlist .i .txt >.ct p{
  	font-size: 12px;
  	line-height: 22px;
    text-align: center;
  }
  .ui-teamlist .i .txt >.ft{
  	margin-top: 10px;
    position: relative;
    top: unset;
  }
  .ui-teamlist .i .txt >.ft p{
  	text-align: center;
  }
  .ui-classlist .i .txt{
  	margin: 0;
  	margin-top: 10px;
  }
  .ui-classlist .i .txt p.p1{
  	font-size: 12px;
  }
  .ui-classlist .i .txt p.p2{
  	margin-top: 10px;
  	font-size: 14px;
    line-height: 1.4em;
  }
  .ui-classlist .i .txt p.p3{
  	margin-top: 10px;
  	font-size: 12px;
  	line-height: 20px;
  }
  .ui-classchat{
  	padding: 20px 0;
  }
  .ui-classchat .ct >img{
  	width: 29px;
  	margin-right: 10px;
  	margin-bottom: 10px;
  }
  .ui-classchat .ct h3{
  	font-size: 15px;
  }
  .ui-classchat .ct p{
  	font-size: 12px;
  	margin-top: 5px;
  	line-height: 1.2em;
  }
  .ui-classchat >a{
  	position: relative;
	margin-top: 30px;
	width: 100%;
	line-height:40px;
	font-size: 14px;
	border-radius: 20px;
  }
  .ui-banner.auto{
  	height: 360px;
  }
  .ui-banner >.ft{
	bottom: 0;
  }
  .ui-banner >.ct p{
  	width: 100% !important;
  }
  .ui-businesslist ul{
  	margin: -5px;
  }
  .ui-businesslist ul li{
  	width: 50%;
  	padding: 5px;
  }

  .ui-alertbox{
  	width: auto;
  	left: 10px;
  	right: 10px;
  	margin-left: 0;
  	margin-top: 0;
  	top: 30%;
  }
  .ui-businessview .aw{
  	width: 30px;
  	height: 30px;
  	margin-top: -15px;
  	z-index: 1;
  }
  .ui-businessview .aw.l{
  	left: 5px;
  }
  .ui-businessview .aw.r{
  	right: 5px;
  }
  .not-found .text {
    bottom: 15px;
  }
  .not-found .text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .not-found .text a {
    font-size: 12px;
    padding: 4px 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }

  .glyphicon-chevron-left,
  .glyphicon-chevron-right {
    background-size: 70% !important;
  }


  .ui-article >.ct iframe {
    width: 100%!important;
    height: 190px!important;
  }

  .mb-hide{
    display: none;
  }
  .pc-hide{
  	display: block;
  }

  .ui-banner.gt>.ct {
      flex-direction: column;
      justify-content: center;
  }

}




/*jieshu*/
.ui-banner.gt {
  padding-bottom: 0;
  /* height: unset; */
}

.ui-banner.gt> .ct {
  position: relative;
  margin: 0!important;
  padding: 0!important;
  width: 100%;
  height:100%;
  display: flex;
  align-items: center;
}

.ui-banner.awards.gt>.ct {
  flex-direction: column;
}

.ui-banner.gt> .ct p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  opacity: .8;
}

.ui-fullpart .ui-text {
  max-width: 1000px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, .1);
  margin: 0 auto 50px;
}

.ui-fullpart .ui-text p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  opacity: .8;
  margin-bottom: 10px;
}

.ui-fullpart.new .ui-text .text p {
  opacity: 1;
}
.ui-fullpart.new .ui-text .text figure {
  margin: 0;
}

.ui-fullpart.new .ui-text .text img {
  margin: 10px auto;
  display: block;
  width: 100%;
}

.ui-fullpart .ui-text p:last-child {
  margin-bottom: 0;
}


@keyframes fadeInUpBanner {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0) translateX(-50%) translateY(-50%);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%);
    }
}

.fadeInUpBanner {
    animation-name: fadeInUpBanner;
}

.ui-banner >.ct h3{
  margin-top: 0!important;
}


/*----------customize----------*/


