@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {

  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  50%,
  from,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {

  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {

  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInDown {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInLeft {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInRight {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes bounceInUp {

  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@keyframes fadeInRTDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0) rotate(-50deg);
    transform: translate3d(0, -60px, 0) rotate(-50deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0)
  }
}

.fadeInRTDown {
  -webkit-animation-name: fadeInRTDown;
  animation-name: fadeInRTDown
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

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

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

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

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

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

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

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

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

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

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

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

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
  }

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

@keyframes rollOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
  }

  100% {
    opacity: 1
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
  }

  100% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  from {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50
}

@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50
}

@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@media (print),
(prefers-reduced-motion:reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

a,
body,
button,
div,
h1,
input,
li,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  color: #333
}

article,
aside,
audio,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
video {
  display: block;
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none;
  color: inherit
}

a:hover {
  text-decoration: none
}

p,
span {
  color: inherit
}

table {
  border-collapse: collapse;
  table-layout: fixed
}

input,
textarea {
  outline: 0;
  border: none
}

input {
  border: none;
  appearance: none;
  -moz-appearance: none;
  outline: 0;
  -webkit-appearance: none
}

:-moz-placeholder,
::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder {
  color: inherit;
  opacity: .55;
  font-size: 14px
}

textarea {
  resize: none;
  overflow: auto
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset
}

button,
input,
select,
textarea {
  font-size: 100%
}

/* img {
  max-width: 100%
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

input,
select,
textarea {
  outline: 0
}

a,
a:hover {
  text-decoration: none;
  outline: 0
}

ul li {
  list-style-type: none
}

img {
  border: none
}

.bd_weixin_popup {
  box-sizing: content-box
}

@font-face {
  font-family: iconfont;
  src: url('iconfont.eot?t=1560233606785');
  src: url('iconfont.eot?t=1560233606785#iefix') format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAATcAAsAAAAACmgAAASPAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCEHgqGJIUBATYCJAMsCxgABCAFhG0HgRkb4ggjkg3OHrK/KLDbiJXDtc12xCW/2Ter328eQ54jRfeVya6OFqIBrIeQxkP8ft/OvHtXRLulTRtVEI9mCY8kS2wiJVIl44Nl8jdKp63EYwXuQoxV0p2DBNM/cv3yA2ILXHQ+tuZLU6158yimXIUKr6FYnl/tpyGWkZmVJXBkG1/yH94Bbeb+XkG4CFkpCjLOTaHwvLf/OWx6Y+K9A5n/5rdzmWu2JsVxQAGNsbnsxAqkNGFNIzw/V22uoKcJdJu3LLZeji5SVfJJgXhk716nBtxqBit02toTrqzilKSzedc8xnvr++Ofleik0VbIZ569s31LVsprBbWQSoNA01wQ4nUULKMSHxLDpwSnvKzo/vwt0S0waFAhZc3RjMmkzMlrrVaEdHmhbI5K85R/8OjQrlOX0K1RVG1EOzL3EvVtpZukIR1kRdrJUaSTXEG6yFUkyA2km7yMNOQVpJBXkUpeG9MGeowrxtGHT8QQznrR2hhKc6OAePdhugutVJVXzN4h303+FXJa5nFjoJQU4JU2sxux14mj4mWeOx1THIM/S4g7YYzuIppHgmXOGGFKR2nKv/pvQNB+VX7V30j/DaeWBHJsXzyNcYrcyZgi5vKJP5uYU0zAeymiJCicysui+sLOmaKK+LcE6u16idwLIw141/gFZyUN8zzIOlkzlg6wCH43Ib0vDnENTaxqAlN51/pzcOfz2TMhv3NSfaPOBJ+xOwQs5KT9CTkT8Png1p86IXbtd31sqT1tIibC/DyZvqf1Yw4Y1aadH6OMNTURHWwox52N1jqmL890YiT2xIFRnTJPv3yajzLD5meVTZpIk32xFCOPrYN74OT13v6Iw3+HFVMhG1ds5si++IiD+RCXhhUJjuFLMPzDEJ6Hjl86V3BOvfJSwaVLiHl85x2Li49O1Mncvwyr4Ym1oqI/J87pZeQIJJw7GozghYxg44zN4IcPTdaj9OjbN91H1y+57D3ifRYHa6zoLLW6jjRmviD/ioi/1esBwv4gHgD+I//QUiY1RoL5Tvl3lFS+EC/jlcI7g7tg3x6sR19xh+7Cn0Hm57fHa6zT/qvLBAA++LcsI22+kKheUfFQWHPPaQquE786Wd3EqmiHgANovAifIg8wKFuA+y1u42vzVvvC3QBHZe8BT+EOApUfUaSGgUQTBzJVJhiEKrxeY6vfEFcbIMQSAw5xEXhWroGAeEIUqV9A4uAPyEgIYGAM2ztqAqJtkZtRCVqqH6O2Bk5K9cnC7n2FLqHKfp3F+UTubI6iI6LCtT0SchPnDAzru8FBRc39HKmAPQ8hMPX2s0MjV62DcniIjGxO+qCrhp7YW8iVQUVAi9T7Rdo0WKKM7cUi8vWvQCuCSs5Y9CP/CbKO3T2JFiGqAHFvToUWHcr+A75odwYJxR3XLGMRKUAQglJmpDf5MAca4kprheLBg0jarLmo+ap7a9zfOwAM5E/WYhim0+W2bI/Xh/YCtrYVi71PVuuSDrgc6l3YCjWiZOlW+9u0kbh3NfZ8p1mDQdKm4mG7rSYtpUq1XY4X/rck4XIp26mu9Ho=') format('woff2'), url('iconfont.woff?t=1560233606785') format('woff'), url('iconfont.ttf?t=1560233606785') format('truetype'), url('iconfont.svg?t=1560233606785#iconfont') format('svg')
}

.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-angle-up:before {
  content: "\e656"
}

.icon-angle-left:before {
  content: "\e657"
}

.icon-angle-right:before {
  content: "\e658"
}

.icon-angle-down:before {
  content: "\e659"
}

.icon-times:before {
  content: "\e604"
}

.icon-plus:before {
  content: "\e600"
}

.icon-close:before {
  content: "\e614"
}

.icon-arrow-left:before {
  content: "\e632"
}

.icon-long-arrow-left:before {
  content: "\e638"
}

.icon-decrease:before {
  content: "\e642"
}

.rel {
  position: relative
}

.abs {
  position: absolute
}

.fixed {
  position: fixed
}

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

.flex-wrap {
  flex-flow: wrap
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.inline-block {
  display: inline-block
}

.block {
  display: block
}

.hide {
  display: none
}

.bold {
  font-weight: 700
}

.txt-center {
  text-align: center
}

.txt-left {
  text-align: left
}

.txt-right {
  text-align: right
}

.before {
  opacity: 0;
  visibility: hidden
}

.after {
  opacity: 1;
  visibility: visible
}

.font {
  font-family: Arial
}

/*.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}*/

.upper {
  text-transform: uppercase
}

.middle {
  vertical-align: middle
}

.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

@font-face {
  font-family: icon;
  src: url('iconfont.eot?t=1561461869476');
  src: url('iconfont.eot?t=1561461869476#iefix') format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFLQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGUAqWRJIhATYCJANoCzYABCAFhG0HgjkbkBEjETaMsgpE9hcJvCnWlcAUV5HAPJKSVpTBthejkNVyd+aFgzVBQHlVdXdGSWZm6dweJLzEJ6AX5F4/D8z846b9JFCsLVCsUGpq0/xkXupK52Fz2DwyNUHO4US0d+8KIABhE8bQVyxu1u0hTNU7pjz7y29dSjquQCANN37+fl/aBZLXZhpkRu3dF3l+nOk7mUUjOBhVW2mLq0G8IL5gvgbDmTlefIOYEzFpb4cAYOJHWUTT5m274ocH1QWajB01YhB+RwK8EF+B0OzGOdVQYiMehHKVvANs0P68KKCy8AMkfAW9U8fhzYbSUJN3VS10KfqqpSzOjwHvpwEUgLKAAZAx3HwRAjO0spoh5rU2+AQoSQb5uEKttK0jtFb76lidrDN0ri7SPfVxfUPf0v9yeuW8zb2fd9V1oYkV1zt2D6c3g6flggjKs7gVY1e2rfrfeBBDBLGE8SIeEwUh1AQRwoeHGwJQJLgjR6AlgQAYQHhBYxsAou5LRSJopFDEgBahiAAtQxELWiHhP7CBRAEigMQDEoCYgEQg0YBUICFAOSBxgCpAgoCaQPyAekA8gMZADEAPIF5ATyA+wHEgEnADiAW4BZ26wj+EIhJyeiFCgzdAEgFvEYoEyL3PCLCqRACrzz7plKpAJVD1wNgA9bgDE6DEEKxtkRmoR7ZEWNzwaMRKSooLBMolx5lmWjBomdEZIipKWYYRb9spcfGMky+TbMcHApGmmSLsyKjIIZglLcnaHrQ0qd+3jr0GaStO20jKFss+C6BvQ8YRLxGw1m7uOs7YIGMlKGsM9zyQuYXT9jixgLPNpZQRtFlN4ORqUaxJ08pZVM1Mp+Wo6Yj5EHWY2Cfwtlr9djthQvAkqxWnbBCnVYxFQ6r235dYwjmNzQYtD8Oh+6qcmnjp6KLF5gthYawSJzm1HXE4yEA+kY+WrW8VOI4VK/fdE2ckcnMpawtdhC55s5DGJQYPbOXOxl2xKs9t8dn5BrdalaKmitnO5iAd9rQma0rDkac2jetDb4/8Lvl37Ti+74jpaPjBw9ShEJJmWY5jGFrZaOE0GoddSdMUo3LYlAwjmXbBqlTSm0BRVg3Hcm3w9C7nadR+CXPQB3HYCaTXrG7pjW2YzcqmZoamG82gPkIHqRTW050Q7/y2rVLgCetSZ8zuzVnPrK0rzYEM1VFNaqPuUrt90J2tIpN4WN7YYCvX0wHKphbWnKtqbqK7O1fT2sz0QKnaSCnxZMIASTXJU0Uyc8sVXbbRCZDkFIK5bx3Dww9GumMyTJ5HRDyrqAdHXUyOeIttHBh+qqANc+7bV5TWUg2bAzCYNz8ZkkiigBc2M3NVByMhs3nToX0H1MQWH7X1E8L+Pun4FNreNTRILDXDaFGZZbtttTg5O1CzZfx1opmaucGIH5D5/yO661n3Yjgkbjoa+gM1+18t0NhubgNmYs20EnU3j9uLPaYwjIVDptdznImdLpFbAEKJZWYEMQ0SrFmJN0QnGx2/c9BpEP1Jka4huWD+V/pPe7xlFDgC7JA6spD9PVIQfMMP9OCXF1TWeU3KV/eUtaEBZd8WvAuK/5sMJnSpPpGW/F307/Vh+GEg8dX7AngVSqHT6XKWqupTiZWKRfrRIhEEv4QpWyNaIr+I+NJFFig/e6QxYuSHXrRjNztbjGG6vmdrVyJb0RensaVlpXOKE/1nRo4UixKHsj7ZH66XA0NK4IQdjW2IrnJkWmKguKhFp67ZntvR5/aTTPcHk1xQSMaoS6KWL52xCDNe27kanY9cWejdvBg7waH9AWsC3l04HPXx60RewtIorRHduQxtYhxeZESH0V3L0cakbEMe71WxvsRTOaQfPAZeJetTzG8E7CuGk4p8T92cE4iLvDuD46bp6sKXrA1PqfGoD1DMe2Ho4Q8JfpiWVBdaR0JFek4vSk9Hq8i/gW7u5fdhzASkEqlmevsEel2r0n8+iRx7Uxg4rI8OSlvexQu5XXg2ZFtR/4HgK0VEZZNrXvzYx1V+c4dN9FSAov3ztcy6D1QfrKsWuxPloucSudZYzD9TuOeNuzRZunv9HvuAT0xBwozUqEh9vuctbTAIWTNnXY0nADsIYbNfCJRD+fHNsqsAytVyFSG9ChYQwqsyQqaSqaH8qhz6h5TKS4VSCHbm36RjgfnwWN0+QZDgp1+kQIa4gYwCHiFvMS3WL0iq2IG9eY3teME3r158sNdvDi1PnH/TZGrx2vneKuzKZXQVOIWSBPSyVXr1MnCWHhy1dIjH1x7I+yViFogEK3RBuk1CgZtgkzZJu1nlzITNWg8Tijf511wJJlcIoItWOKEUfzZ3RLlV6TMcJL7+2W/bD/fERWJcCq+Wyuba1a7iIpBaMDMqfSOO3fh37BLvBm9sjDz++ti/lzF8Y/qeesNmfbJ+876hhugvC7zLaoE5o6s707xVDOjqMmduvXR3V4YZ1IJSTcGCM2Ds0Jo1owapZsXqNazWcg3QjK4xaq1QA41xDW07qpGql4PD0wQV2Ula8qxEWupyulylpobX9FCQKjMQ9aC/f3N7R/IBdrP+6J+8cMsCo8KyZgnjZly5bp15lE8vWWtRGL/79hDmcmFy1MMu5yHeYZ7T+U4POV1gW5H0Y7XhxOgIshg5zWAD0sKOQ34zu9LuZ/pKXTuD0Hbakkp6lYQwm3Ps8TiZQq3DS9aPYXWbqS50AGUopA4x4OEDiObvZhinrv21Lvw+hj5HMxMzj0Y00jbawvfmoPamzRvYaN6NvSvaqPITr8VGNgTuxrwVg/rueif2Dojb56x1HBzlSJ40OX3yQrELJ0/ecbZk3WZpi9vOCoX1522H3aayrC3OnXPBtqfTmLkzlt+qrItlF7NWOrf512GB614FUAcUAPek2nqhqAUqTfxyBr82wLJ/9anMBZAn5S1txUDZMC3FTo7cAu43ZVGBMH/XkvRG8jLJ6Cpn5e0qM61XFaOknntdXVSNyC4H5Cz3rzs/pUqTflGlxbG7RpGeJ/Zj9Sfp1TKXy4EPN7uBmlMSgwPCdb/5Jc9ARS9rZo8jPfPN9INelgA8uKDRJsTmv/In08Qk42eQ0qTbxFnQ/3/5QqnBSSzFXyoBmGwG4OElO4p3dTPFxhYf5Uwqi0gE+BKFkBBbwzGGeJCQQrwIyScm0bQ420LBZBSIEQBQmmUCQZBxhKB4cpNgyLhry3N8S/ioKSJuyIQiYtb9e77kmpftq1cCyVCK4imcwkaLybzSm36B6StJdlkL+AMKrkhkcequ+oQGKI8jws3kzFpowlp8CHeDqkLREl5BcWyZ20uSaN4TYoX1YMUrAiQGSkLhqcR0FNTQa7OV5/d/AUavIlFIn78x/wASuHQhe+LsM4btp9HE6rMurYMbI8eEaULqTFBN+CAMVKwcCS1/pyugsJhNUdq6SMhYOq4Rl2+ql4bB5OuX/phJUSEVVdMN07Id1/PLe1VUVlXX9K6t62MyEmsYdd1cNqaCvt2qPjDW0R2UlTxV812BK74aiRma1+ZO5IzlnVMETPhXfZrLkdmsw0krcRZAkrILh9a8bVBMVYUB1pmYsgwrSrw384gJ2SzCzGyTvynjJ+azysA8a6GIgqbrF9FW9O06p95p0/LBAAAAAA==') format('woff2'), url('iconfont.woff?t=1561461869476') format('woff'), url('iconfont.ttf?t=1561461869476') format('truetype'), url('iconfont.svg?t=1561461869476#iconfont') format('svg')
}

.hidden-xs {
  display: block
}

.hidden-pc {
  display: none
}

.box-container,
.il8n-ban {
  width: 1100px;
  margin: 0 auto
}

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

.box-container-fluid {
  width: 100%;
  margin: 0 auto
}

.medium-box-container {
  width: 80%;
  margin: 0 auto
}

body {
  font-size: 16px;
  overflow-x: hidden
}

.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr
}

@font-face {
  font-family: light_cn;
  src: url('../fonts/ALIBABA-PUHUITI-LIGHT.OTF');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: db;
  src: url('../fonts/DINCOND-BOLD.OTF');
  font-weight: 400;
  font-style: normal
}

.pic {
  font-size: 0;
  overflow: hidden
}

.pic img {
  display: block;
  width: 100%;
  transition: transform .8s ease;
  -webkit-transition: transform .8s ease;
  -moz-transition: transform .8s ease;
  -ms-transition: transform .8s ease;
  -o-transition: transform .8s ease
}

.phone-nav {
  display: none
}

.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  transition: background .3s ease;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease
}

.header-wrapper.static {
  position: static
}

.header-wrapper.on,
.header-wrapper.static {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}

.header-wrapper.on .logo-box img.init,
.header-wrapper.static .logo-box img.init {
  display: none
}

.header-wrapper.on .logo-box img.on,
.header-wrapper.static .logo-box img.on {
  display: block
}

.header-wrapper.on .lan-select:hover>span,
.header-wrapper.on .pc-nav-box ul li.on>a,
.header-wrapper.on .pc-nav-box ul li:hover>a,
.header-wrapper.static .lan-select:hover>span,
.header-wrapper.static .pc-nav-box ul li.on>a,
.header-wrapper.static .pc-nav-box ul li:hover>a {
  color: #4b83f8
}

.header-wrapper.on .pc-nav-box ul li.on>a:after,
.header-wrapper.on .pc-nav-box ul li:hover>a:after,
.header-wrapper.static .lan-select>span:after,
.header-wrapper.static .pc-nav-box ul li.on>a:after,
.header-wrapper.static .pc-nav-box ul li:hover>a:after .header-wrapper.on .lan-select>span:after {
  background-image: url(../img/down3.png)
}

.header-wrapper.on .lan-select>span,
.header-wrapper.on .pc-nav-box ul li a,
.header-wrapper.static .lan-select>span,
.header-wrapper.static .pc-nav-box ul li a {
  color: #333
}

.header-wrapper.on .pc-nav-box .cat>a:after,
.header-wrapper.static .pc-nav-box .cat>a:after {
  background-image: url(../img/down.png)
}

.header-wrapper.on .lan-select>span::after,
.header-wrapper.static .lan-select>span::after {
  background-image: url(../img/down.png)
}

.header-wrapper.on .btn,
.header-wrapper.static .btn {
  border-color: #0b45d9;
  color: #0b45d9
}

.header-wrapper.on .btn:hover,
.header-wrapper.static .btn:hover {
  background: #0b45d9;
  color: #fff
}

.header-wrapper .box-container,
.header-wrapper .il8n-ban {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  padding: 0 50px
}

.header-wrapper .logo-box a {
  width: 98px;
  display: block
}

.header-wrapper .logo-box img {
  display: block;
  max-width: 100%
}

.header-wrapper .logo-box img.on {
  display: none
}

.header-wrapper .pc-nav-box {
  flex: 1
}

.header-wrapper .pc-nav-box ul {
  text-align: right;
  font-size: 0
}

.header-wrapper .pc-nav-box li {
  display: inline-block;
  margin-right: 46px
}

.header-wrapper .pc-nav-box li.on>a,
.header-wrapper .pc-nav-box li:hover>a {
  color: #4b83f8
}

.header-wrapper .lan-select span:hover,
.header-wrapper .lan-select.on>span {
  color: #4b83f8;
  cursor: pointer
}

.header-wrapper .lan-select:hover>.il8n-sel,
.header-wrapper .lan-select:hover>.sel-box {
  display: block
}

.header-wrapper .lan-select.on>span:after,
.header-wrapper .lan-select:hover>span:after,
.header-wrapper .pc-nav-box li.on>a:after,
.header-wrapper .pc-nav-box li:hover>a:after {
  background-image: url(../img/down3.png)
}

.header-wrapper .pc-nav-box li a {
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease
}

.header-wrapper .pc-nav-box li>a {
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  letter-spacing: 1px
}

.index-home .pc-nav-box li>a {
  color: #000
}

.header-wrapper .lan-select {
  padding-left: 40px;
  position: relative
}

.header-wrapper .lan-select>span {
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 80px;
  letter-spacing: 1px;
  position: relative;
  width: 100%;
  padding-right: 20px;
  display: block;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease
}

.header-wrapper .pc-nav-box .cat>a {
  position: relative;
  padding-right: 20px
}

.header-wrapper .pc-nav-box .cat>a:after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background-image: url(../img/down2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.header-wrapper .lan-select>span:after {
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  background-image: url(../img/down2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10
}

.index-home .lan-select>span:after,
.index-home .pc-nav-box .cat>a:after {
  background-image: url(../img/down.png)
}

.header-wrapper .pc-nav-box .hide-box,
.header-wrapper .pc-nav-box .il8n-box,
.header-wrapper .pc-nav-box .il8n-box-id {
  display: none;
  width: 100%;
  position: absolute;
  left: 92px;
  top: 100%;
  z-index: 11;
  background: #fff;
  text-align: left;
  padding: 36px 46px 20px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}

.header-wrapper .pc-nav-box .hide-box {
  padding-right: 26px
}

.header-wrapper .pc-nav-box .hide-box:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 45.5%;
  top: -20px;
  z-index: 10
}

.header-wrapper .pc-nav-box .il8n-hide:before {
  left: 54.5%
}

.header-wrapper .pc-nav-box .il8n-box:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 33.5%;
  top: -20px;
  z-index: 10
}

.header-wrapper .pc-nav-box .il8n-box-id:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 37.5%;
  top: -20px;
  z-index: 10
}

.header-wrapper .pc-nav-box .cat:hover .hide-box,
.header-wrapper .pc-nav-box .cat:hover .il8n-box,
.header-wrapper .pc-nav-box .cat:hover .il8n-box-id {
  display: block
}

.header-wrapper .lan-select .sel-box {
  display: none;
  position: absolute;
  line-height: 28px;
  font-size: 16px;
  left: 34%;
  top: 100%;
  z-index: 10;
  background: #fff;
  text-align: left;
  padding: 8px 10px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}

.il8n-loc {
  position: relative
}

.header-wrapper .lan-select .il8n-sel {
  display: none;
  width: 80px;
  position: absolute;
  line-height: 28px;
  font-size: 16px;
  left: 34%;
  top: 100%;
  z-index: 10;
  background: #fff;
  text-align: left;
  padding: 8px 10px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}

.header-wrapper .lan-select .il8n-sel:before,
.header-wrapper .lan-select .sel-box:before {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 36%;
  top: -20px;
  z-index: 10
}

.header-wrapper .lan-select .il8n-sel p:hover,
.header-wrapper .lan-select .sel-box p:hover {
  cursor: pointer;
  color: #4b83f8
}

.header-wrapper .pc-nav-box .item {
  float: left;
  width: 500px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  line-height: 30px
}

.header-wrapper .pc-nav-box .item:last-child {
  margin-left: 28px
}

.header-wrapper .pc-nav-box .item:first-child {
  padding-right: 42px
}

.header-wrapper .pc-nav-box .item a {
  width: 49%;
  font-size: 16px;
  margin-bottom: 16px
}

.header-wrapper .pc-nav-box .item a img {
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px
}

.header-wrapper .pc-nav-box .item a:hover {
  color: #0b45d9
}

.header-wrapper .pc-nav-box .name {
  width: 100%;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 24px
}

.header-wrapper .btn {
  display: block;
  width: 90px;
  line-height: 28px;
  border-radius: 14px;
  border: solid 1px #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: background .3s ease;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease
}

.index-home .btn {
  border: solid 1px #0b45d9;
  color: #0b45d9
}

.header-wrapper .btn:hover {
  background: #0b45d9;
  border-color: #0b45d9;
  color: #fff
}

.footer-wrapper {
  padding-top: 66px;
  background: #1b1d2a
}

.footer-wrapper .logo {
  display: block;
  margin-bottom: 24px;
  margin-left: 50px;
  width: 98px
}

.footer-wrapper .main {
  padding: 0 50px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.footer-wrapper .main a,
.footer-wrapper .main li {
  color: rgba(255, 255, 255, .5)
}

.footer-wrapper .inner .caption {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 12px
}

.footer-wrapper .inner-1 a,
.footer-wrapper .inner-2 a {
  display: block;
  font-size: 15px;
  line-height: 36px;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease
}

.footer-wrapper .inner-1 a:hover,
.footer-wrapper .inner-2 a:hover {
  color: #fff
}

.footer-wrapper .inner-1 {
  width: 210px;
  padding-right: 20px
}

.footer-wrapper .inner-2 {
  width: 230px;
  overflow: hidden
}

.footer-wrapper .inner-2 .box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  width: 94px
}

.footer-wrapper .inner-2 .box-two {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap
}

.footer-wrapper .inner-2 .box a {
  width: 48%
}

.footer-wrapper .inner-2 .box-two a {
  width: 48%
}

.footer-wrapper .inner-3 {
  width: 310px
}

.footer-wrapper .inner-3 li {
  margin-bottom: 15px
}

.footer-wrapper .inner-3 li:last-child {
  margin-bottom: 0
}

.footer-wrapper .inner-3 a {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center
}

.footer-wrapper .inner-3 .icon {
  margin-right: 10px
}

.footer-wrapper .inner-4 {
  width: 340px;
  overflow: hidden
}

.footer-wrapper .inner-4 li {
  line-height: 40px
}

.footer-wrapper .bottom {
  font-size: 0;
  line-height: 28px;
  margin-top: 20px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center
}

.footer-wrapper .bottom .copy,
.footer-wrapper .bottom .qrcode {
  display: inline-block;
  vertical-align: middle
}

.footer-wrapper .copy {
  width: 700px
}

.footer-wrapper .copy a {
  display: inline-block;
  transition: color .3s ease;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease
}

.footer-wrapper .copy a:hover {
  color: #fff
}

.footer-wrapper .copy a:first-child {
  margin: 0 10px
}

.footer-wrapper .copy,
.footer-wrapper .copy a {
  font-size: 12px;
  color: rgba(255, 255, 255, .5)
}

.footer-wrapper .qrcode {
  position: relative;
  margin-left: 80px
}

.footer-wrapper .qrcode .img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: -122px;
  margin-left: -55px;
  z-index: 1;
  display: none
}

.footer-wrapper .icon {
  cursor: pointer;
  width: 28px;
  display: block
}

.footer-wrapper .link {
  display: block;
  width: 90px;
  line-height: 28px;
  border-radius: 14px;
  border: solid 1px #fff;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 12px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.footer-wrapper .link:hover {
  background: #fff;
  color: #0b45d9
}

.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0)
}

.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 1;
  visibility: hidden;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.index-banner-wrapper .index-banner-swiper .il8n-ban {
  opacity: 1
}

.index-banner-wrapper .swiper-slide a {
  display: block
}

.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%
}

.index-banner-wrapper .swiper-slide img.phone {
  display: none
}

.index-banner-wrapper .name {
  font-size: 48px;
  color: #000;
  line-height: 60px;
  font-weight: 700;
  font-family: DOUYINSANSBOLD, DOUYINSANSBOLD
}

.index-banner-wrapper .desc {
  color: #1d1d2c;
  background: linear-gradient(169deg, #e2f8ff 0, #92dbff 100%);
  border-radius: 3px;
  width: 320px;
  height: 38px
}

.index-banner-wrapper .desc-1 {
  background: linear-gradient(90deg, #ffc29e 0, rgba(254, 218, 205, 0) 45%, #cdf2fa 100%), radial-gradient(59% 71% at 18% 46%, #ffcd93 0, rgba(255, 205, 147, 0) 100%), radial-gradient(46% 55% at 100% 6%, #f5e2cd 0, rgba(245, 226, 205, 0) 100%), #fafcfc
}

.index-banner-wrapper .brief {
  font-size: 72px;
  color: #ffec9e;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 2px
}

.index-banner-wrapper .box-container,
.index-banner-wrapper .il8n-ban {
  padding: 0 50px
}

.index-banner-wrapper .info {
  position: absolute;
  left: -3.6%;
  top: 42.2%;
  z-index: 10;
  width: 100%
}

.index-banner-wrapper .info-1 .desc {
  font-size: 18px;
  line-height: 38px;
  margin: 15px auto 48px 0;
  padding-left: 14px;
  font-family: DOUYINSANSBOLD, DOUYINSANSBOLD
}

.index-banner-wrapper .info-2 .desc {
  font-size: 42px;
  line-height: 48px;
  margin: 20px auto
}

.index-banner-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .5);
  position: relative
}

.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff
}

.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px
}

.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.index-banner-wrapper .swiper-pagination-bullet {
  fill: none
}

.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1
}

.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none
}

.il8n-svg span {
  display: none
}

.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center
}

.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse
}

.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse
}

.index-banner-wrapper .swiper-pagination {
  bottom: 30px
}

.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 6px;
  opacity: 1
}

@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100
  }
}

@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100
  }
}

@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100
  }
}

@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100
  }
}

.more {
  display: block;
  width: 200px;
  line-height: 60px;
  background-color: #17f;
  border-radius: 8px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  letter-spacing: 1px
}

.more-stl {
  width: 270px !important
}

.more:hover {
  background: #fff;
  color: #17f
}

.index-box {
  padding-bottom: 84px
}

.index-title {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 42px;
  padding: 94px 0 44px
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
  padding: 10px 0
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
  white-space: normal;
  width: 100%
}

.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
  cursor: inherit
}

.str_wrap img {
  max-width: none !important
}

.index-box-1 {
  position: relative
}

.index-box-1 .box-container,
.index-box-1 .il8n-ban {
  position: relative;
  z-index: 10
}

.index-box-5 .box-container,
.index-box-5 .il8n-ban {
  position: relative;
  z-index: 10
}

.index-box-5 li {
  overflow: hidden
}

.index-box-5 li img {
  transition-duration: 1s
}

.index-box-5 li .info-firm div {
  transition-duration: 1.2s
}

.index-box-5 li:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2)
}

.index-box-5 li:hover .info-firm div {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1)
}

.index-box-5 .arr {
  position: absolute;
  height: 40px;
  width: 40px;
  transform-origin: 25% 25%;
  border-width: 2px 0 0 2px;
  border-color: #d5d9e0;
  border-style: solid;
  transform: rotate(90deg)
}

.index-box-5 .cir {
  position: absolute;
  height: 40px;
  width: 40px;
  transform: translate(-45%, -45%) rotate(90deg)
}

.index-box-5 .arrows .arr span {
  position: absolute;
  left: 26.5px;
  top: 8px;
  width: 2px;
  height: 80px;
  background-color: #d5d9e0;
  transform: translate(-25%, -25%) rotate(135deg)
}

.index-box-5 .arrows .cir span {
  position: absolute;
  left: 20.5%;
  top: 10.5%;
  width: 2px;
  height: 40px;
  background-color: #d5d9e0;
  transform: translate(-25%, -25%) rotate(135deg)
}

.index-box-5 .arrows .cir:nth-child(22) {
  left: 67%;
  top: 106%;
  animation: spin4 10s infinite 3.3s linear
}

.index-box-5 .arrows .cir:nth-child(23) {
  left: 48%;
  top: 106%;
  animation: spin4 10s infinite 3.4s linear
}

.index-box-5 .arrows-copy .arr span {
  position: absolute;
  left: 72.5%;
  top: 22%;
  width: 2px;
  height: 80px;
  background-color: #d5d9e0;
  transform: translate(-25%, -25%) rotate(135deg)
}

.index-box-5 .arrows-copy .cir span {
  position: absolute;
  left: 20.5%;
  top: 10.5%;
  width: 2px;
  height: 40px;
  background-color: #d5d9e0;
  transform: translate(-25%, -25%) rotate(135deg)
}

.index-box-1 .swiper-slide {
  position: relative;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
  height: auto;
  padding-bottom: 42px;
  background: #fff
}

.index-box-1 .swiper-slide:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #0b45d9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease
}

.index-box-1 .swiper-slide:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}

.index-box-1 .swiper-slide:hover .name {
  color: #0b45d9
}

.index-box-1 .swiper-slide:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px)
}

.index-box-1 .info {
  padding: 75px 25px 0
}

.index-box-1 .icon {
  display: block;
  width: 120px;
  margin: 0 auto;
  transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease
}

.index-box-1 .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin: 10px auto 28px;
  text-align: center
}

.index-box-1 .desc {
  font-size: 14px;
  line-height: 24px
}

.index-box-1 #circle {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.index-box-4 #circle-5 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1
}

.index-box-1 .wave {
  margin-left: -25%;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 0;
  width: 200%;
  height: 90%
}

.index-box-4 .wave {
  margin-left: -25%;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 0;
  width: 200%;
  height: 90%
}

.index-box-5 {
  position: relative
}

.index-box-5 .wave {
  margin-left: -25%;
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 0;
  width: 200%;
  height: 90%
}

.index-box-1 .swiper-pagination {
  display: none
}

.index-box-2 {
  position: relative;
  background: #fff;
  overflow: hidden
}

.index-box-4 {
  position: relative;
  overflow: hidden
}

.index-box-2:after,
.index-box-2:before {
  content: "";
  width: 203px;
  height: 212px;
  background: url(../img/block.jpg) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 0
}

.index-box-2:before {
  left: 0;
  bottom: 122px;
  animation: spin 6s infinite linear;
  transform-origin: 30% 30px
}

.index-box-2:after {
  right: 0;
  top: 0;
  transform-origin: right top;
  animation: blockAni 4s ease infinite
}

.index-box-4:after {
  right: 0;
  top: 0;
  transform-origin: right top;
  animation: blockAni 4s ease infinite
}

.index-box-2 ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.index-box-2 .box-container,
.index-box-2 .il8n-ban {
  position: relative;
  z-index: 1
}

.index-box-2 li {
  position: relative;
  width: 48.15%;
  margin-top: 30px;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, .2)
}

.index-box-2 li:nth-child(-n+2) {
  margin-top: 0
}

.index-box-2 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05)
}

.index-box-2 li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px)
}

.index-box-2 .icon {
  width: 110px;
  transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease
}

.index-box-2 .info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  z-index: 10;
  padding: 0 30px
}

.index-box-2 .name {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 20px auto 6px
}

.index-box-2 .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 80%
}

.il8n-desc .info .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 94%
}

.index-box-2 .block {
  position: absolute;
  z-index: 0
}

.index-box-4 .block {
  position: absolute;
  z-index: 0
}

.index-box-2 .fill {
  background: #e5e9ef;
  width: 78px;
  height: 78px;
border-radius:100%;
  transform-origin: 30% 30px
}

.index-box-2 .fill:first-child {
  left: 65px;
  top: 55px;
  animation: spin2 6s infinite linear
}

.index-box-2 .fill:nth-child(2) {
  left: 11.45%;
  top: 40.24%;
  animation: spin2 6s infinite linear
}

.index-box-2 .fill:nth-child(3) {
  right: 19.79%;
  top: 20.36%;
  animation: spin2 6s infinite linear
}

.index-box-2 .fill:nth-child(6) {
  right: 4%;
  top: 73%;
  animation: spin2 6s infinite linear
}

.index-box-2 .empty {
  border: 11px solid #e5e9ef
}

.index-box-2 .empty:nth-child(4) {
  left: 16.66%;
  top: 17%;
  width: 183px;
  height: 183px;
border-radius:100%;
  border-width: 16px;
  animation: spin3 6s infinite linear
}

.index-box-2 .empty:nth-child(5) {
  right: 8.33%;
  top: 46.58%;
  width: 116px;
  height: 116px;
border-radius:100%;
  animation: spin2 6s infinite linear
}

.index-box-2 .empty:nth-child(7) {
  right: 62.33%;
  top: 62.58%;
  width: 116px;
  height: 116px;
  animation: spin2 6s infinite linear
}

.index-box-2 .empty:nth-child(8) {
  left: 73.66%;
  top: 87%;
  width: 183px;
  height: 183px;
  border-width: 16px;
border-radius:100%;
  animation: spin3 6s infinite linear
}

.il8n-add-ban {
  display: block
}

.il8n-dis {
  display: none !important
}

.index-box-3 .box {
  position: relative
}

.index-box-3 .box:after,
.index-box-3 .box:before {
  content: "";
  display: block;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10
}

.index-box-3 .box:before {
  left: 0;
  background: url(../img/bgl.png) no-repeat center left;
  background-size: cover
}

.index-box-3 .box:after {
  right: 0;
  background: url(../img/bgr.png) no-repeat center right;
  background-size: cover
}

.index-box-3 .phone {
  display: none
}

.index-box-3 span {
  display: block;
  position: absolute;
  background: #0b45d9;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .5s cubic-bezier(.25, .46, .45, .94)
}

.index-box-3 .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px
}

.index-box-3 .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0
}

.index-box-3 .line_b {
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px
}

.index-box-3 .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0
}

.page-nav-wrapper {
  display: none
}

.page-banner-wrapper {
  position: relative
}

.page-banner-wrapper.platform .info {
  top: 22%
}

.page-banner-wrapper .banner {
  width: 100%;
  display: block
}

.page-banner-wrapper .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 29.68%;
  z-index: 10;
  text-align: center
}

.page-banner-wrapper .il8n-info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 23.68%;
  z-index: 10;
  text-align: center
}

.page-banner-wrapper .name {
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 1px
}

.page-banner-wrapper .desc {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  margin: 26px auto 48px
}

.page-banner-wrapper .more {
  margin: 0 auto
}

.page-box {
  padding: 90px 0 100px
}

.page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 92px
}

.goods-wrapper .page-title {
  margin-bottom: 0;
  padding-top: 0
}

.goods-wrapper .item {
  padding: 92px 0 85px
}

.goods-wrapper .item:nth-child(2n) {
  background: #f7f8fa
}

.goods-wrapper .brief {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 560px;
  margin: 10px auto 55px
}

.goods-wrapper .tit {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px
}

.goods-wrapper .desc {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: justify;
  margin-bottom: 30px;
  width: 420px
}

.goods-wrapper .desc:last-child {
  margin-bottom: 0
}

.goods-wrapper .box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center
}

.goods-wrapper .info,
.goods-wrapper .pic {
  width: 50%
}

.goods-wrapper .info {
  padding-left: 10px
}

.goods-wrapper .info ul {
  font-size: 0
}

.goods-wrapper .info ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 50px
}

.goods-wrapper .info ul li:last-child {
  margin-right: 0
}

.goods-wrapper .info ul li:hover .icon {
  transform: rotateY(180deg)
}

.goods-wrapper .info .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 3px 15px 0 rgba(167, 177, 195, .2);
  transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease
}

.goods-wrapper .info .icon img {
  display: block;
  width: 100%
}

.goods-wrapper .info p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 8px;
  text-align: center
}

.tab-box {
  font-size: 0;
  text-align: center;
  margin-bottom: 75px
}

.tab-box a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  letter-spacing: 1px;
  padding-bottom: 20px;
  margin-right: 88px;
  transition: color .5s ease;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease
}

.tab-box a:last-child {
  margin-right: 0
}

.tab-box a.on,
.tab-box a:hover {
  color: #0b45d9
}

.tab-box a.on:after,
.tab-box a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}

.tab-box a:after,
.tab-box a:before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -30px
}

.tab-box a:before {
  background: #e3e5e9;
  z-index: 1
}

.tab-box a:after {
  background: #0b45d9;
  z-index: 2;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform .5s ease;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease
}

.service-wrapper .detail-box .item {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center
}

.service-wrapper .detail-box .item.on {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox
}

.service-wrapper .detail-box .item.on .pic {
  animation: boxLeft 1s ease
}

.service-wrapper .detail-box .item.on .info {
  animation: boxRight 1s ease
}

.service-wrapper .detail-box .pic {
  width: 550px
}

.service-wrapper .detail-box .info {
  width: 640px
}

.service-wrapper .detail-box li {
  color: #777;
  font-size: 18px;
  line-height: 30px;
  padding: 25px 0 30px;
  background: url(../img/line.png) repeat-x left bottom
}

.service-wrapper .detail-box li b {
  display: inline-block;
  color: #333;
  min-width: 116px
}

.service-wrapper .box-1 {
  padding: 0 60px
}

.service-wrapper .box-1 .swiper-slide {
  width: 330px;
  margin-right: 44px;
  text-align: center;
  height: auto;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
  padding: 44px 34px 40px
}

.service-wrapper .box-1 .swiper-slide:last-child {
  margin-right: 0
}

.service-wrapper .box-1 .swiper-slide:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px)
}

.service-wrapper .box-1 .icon {
  width: 120px;
  margin: 0 auto;
  display: block;
  transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease
}

.service-wrapper .box-1 .name {
  font-size: 22px;
  color: #000;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 32px auto 20px
}

.service-wrapper .box-1 .desc {
  font-size: 15px;
  line-height: 24px;
  text-align: justify
}

.service-wrapper .box-1 .swiper-pagination {
  display: none
}

.service-wrapper .box-2 {
  margin-top: 126px;
  background: #f7f8fa;
  padding-bottom: 164px
}

.service-wrapper .box-3 {
  text-align: center;
  padding: 32px 0 30px;
  background: url(../img/servicebg.jpg) no-repeat center center;
  background-size: cover
}

.service-wrapper .box-3 .name {
  font-size: 34px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 3px
}

.service-wrapper .box-3 .desc {
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;
  color: rgba(255, 255, 255, .6)
}

.about-wrapper .content,
.about-wrapper .content div {
  font-size: 16px;
  line-height: 34px;
  text-align: justify
}

.about-wrapper .content {
  width: 824px;
  margin: 0 auto
}

.about-wrapper .content img {
  display: block;
  margin: 0 auto
}

.about-wrapper .content .img {
  margin-bottom: 40px;
  width: 198px;
  height: 82px
}

.about-wrapper .indent {
  text-indent: 36px
}

.about-wrapper .box-2 {
  margin-top: 52px
}

.about-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center
}

.about-wrapper .box-2 ul li {
  position: relative;
  margin-right: 45px
}

.about-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05)
}

.about-wrapper .box-2 ul li:hover .pic:after {
  background: rgba(34, 72, 167, .9)
}

.about-wrapper .box-2 .pic {
  position: relative
}

.about-wrapper .box-2 .pic:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(34, 72, 167, .7);
  left: 0;
  top: 0;
  z-index: 1;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease
}

.about-wrapper .box-2 .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  padding: 60px 20px 0
}

.about-wrapper .box-2 .ename {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: rgba(255, 255, 255, .15);
  line-height: 32px
}

.about-wrapper .box-2 .name {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
  margin: -16px auto 20px
}

.about-wrapper .box-2 .desc {
  font-size: 18px;
  color: #fff;
  line-height: 26px
}

.honor-wrapper .caption {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  margin-bottom: 35px
}

.honor-wrapper .caption:after,
.honor-wrapper .caption:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px
}

.honor-wrapper .caption:before {
  margin-right: 14px
}

.honor-wrapper .caption:after {
  margin-left: 14px
}

.honor-wrapper .swiper-box {
  position: relative;
  padding: 0 40px;
  margin-bottom: 50px
}

.honor-wrapper .swiper-box:last-child {
  margin-bottom: 0
}

.honor-wrapper .swiper-container {
  padding: 0 20px
}

.honor-wrapper .pic {
  overflow: inherit;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}

.honor-wrapper .name {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin: 15px auto 0
}

.honor-wrapper .honor-3 .name {
  width: 172px
}

.honor-wrapper .swiper-btn {
  display: inline-block;
  width: 27px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -33px;
  transition: background .3s ease;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  z-index: 10
}

.honor-wrapper .prev {
  left: 14px;
  background-image: url(../img/prev.png)
}

.honor-wrapper .prev:hover {
  background-image: url(../img/prev2.png)
}

.honor-wrapper .next {
  right: 14px;
  background-image: url(../img/next.png)
}

.honor-wrapper .next:hover {
  background-image: url(../img/next2.png)
}

.platform-wrapper .item {
  padding: 94px 0 92px
}

.platform-wrapper .item:nth-child(2n) {
  background: #f7f8fa
}

.platform-wrapper .item .w1200 {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center
}

.platform-wrapper .item .info,
.platform-wrapper .item .pic {
  width: 50%
}

.platform-wrapper .item .page-title {
  text-align: left;
  padding-top: 0;
  letter-spacing: 1px;
  margin-bottom: 22px
}

.platform-wrapper .item .desc {
  font-size: 17px;
  line-height: 36px
}

.platform-wrapper .honor {
  padding-bottom: 80px;
  background: #f7f8fa
}

.platform-wrapper .honor .w1200 {
  padding: 0 10px
}

.platform-wrapper .honor .swiper-slide {
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1);
  margin-right: 20px;
  width: 280px
}

.platform-wrapper .honor .swiper-slide:last-child {
  margin-right: 0
}

.platform-wrapper .honor .swiper-slide img {
  display: block;
  width: 100%
}

.platform-wrapper .swiper-pagination {
  display: none
}

.solution-wrapper .brief {
  font-size: 18px;
  color: #777;
  line-height: 32px;
  text-align: center;
  width: 544px;
  margin: 0 auto
}

.solution-wrapper .box-1 ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  justify-content: center
}

.solution-wrapper .box-1 li {
  width: 155px;
  margin-right: 95px;
  text-align: center
}

.solution-wrapper .box-1 li:last-child {
  margin-right: 0
}

.solution-wrapper .box-1 .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  margin: 10px auto
}

.solution-wrapper .box-1 .desc {
  color: #333;
  font-size: 14px;
  line-height: 24px
}

.solution-wrapper .box-2 {
  margin-top: 100px;
  padding-bottom: 92px;
  background: #f7f8fa
}

.solution-wrapper .box-2 .page-title {
  margin-bottom: 20px
}

.solution-wrapper .box-2 .w1200 {
  padding: 0 60px;
  text-align: center
}

.solution-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px
}

.solution-wrapper .box-2 ul li {
  position: relative;
  width: 330px;
  margin-right: 45px;
  background: #fff;
  margin-bottom: 50px;
  box-shadow: 0 2px 30px rgba(59, 77, 113, .1)
}

.solution-wrapper .box-2 ul li:nth-child(-n+3) {
  margin-top: 0
}

.solution-wrapper .box-2 ul li:nth-child(3n) {
  margin-right: 0
}

.solution-wrapper .box-2 ul li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1)
}

.solution-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05)
}

.solution-wrapper .box-2 ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #0b45d9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0)
}

.solution-wrapper .box-2 .info {
  padding: 38px 35px 42px
}

.solution-wrapper .box-2 .name {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  line-height: 30px
}

.solution-wrapper .box-2 .desc {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin-top: 18px
}

.solution-wrapper .btn {
  display: inline-block;
  font-size: 16px;
  color: #0b45d9;
  margin-top: 4px
}

.solution-wrapper .btn:hover img {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px)
}

.solution-wrapper .btn img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 8px;
  transition: transform .3s ease;
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  -o-transition: transform .3s ease
}

.index-box-5 {
  background-color: #f2f4f7;
  overflow: hidden;
  padding-bottom: 84px
}

.index-box-4 {
  padding-bottom: 84px
}

.index-box-4 .fill {
  background: #e5e9ef;
  width: 78px;
  height: 78px;
  transform-origin: 30% 30px
}

.index-box-4 .fill:first-child {
  left: 65px;
  top: 55px;
  animation: spin2 6s infinite linear
}

.index-box-4 .fill:nth-child(2) {
  left: 11.45%;
  top: 40.24%;
  animation: spin2 6s infinite linear
}

.index-box-4 .fill:nth-child(6) {
  right: 24%;
  top: 91%;
  animation: spin2 6s infinite linear
}

.index-box-4 .empty {
  border: 11px solid #e5e9ef
}

.index-box-4 .empty:nth-child(4) {
  left: 16.66%;
  top: 77%;
  width: 183px;
  height: 183px;
  border-width: 16px;
  animation: spin3 6s infinite linear
}

.index-box-4 .empty:nth-child(5) {
  right: 8.33%;
  top: 46.58%;
  width: 116px;
  height: 116px;
  animation: spin2 6s infinite linear
}

.index-box-4 .empty:nth-child(7) {
  right: 27.33%;
  top: -7.58%;
  width: 116px;
  height: 116px;
  animation: spin 6s infinite linear
}

.robot {
  z-index: 1;
  position: relative
}

.robot .ro-top {
  margin-top: 100px
}

.robot .item {
  padding-top: 0;
  padding-bottom: 0
}

.robot .box {
  align-items: flex-start
}

.robot .info {
  padding: 45px 0 0 0
}

.robot .page-title {
  margin-bottom: 25px
}

/* .robot img {
  width: 100%
} */

.firm li {
  position: relative;
  margin: 0 !important;
  width: 235px !important;
  height: 290px
}

.firm li div {
  color: #fff;
  text-align: left
}

.firm li div span:first-child {
  font-size: 30px
}

.firm li div span:nth-child(3) {
  font-size: 21px
}

.firm li img {
  height: 100%
}

.firm .box-1 ul {
  justify-content: space-between
}

.firm .info-firm {
  position: absolute;
  top: 11%;
  left: 11%;
  line-height: 26px
}

.firm .desc-firm {
  font-size: 15px
}

.logo-box .il8n-show img {
  height: 41px
}

.logo-box .il8n-show2 img {
  height: 41px
}

.experience-wrapper {
  padding: 30px 0 47px;
  background: url(../img/experience.jpg) no-repeat center center;
  background-size: cover
}

.experience-wrapper .form-box {
  width: 580px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 50px 40px 32px;
  box-shadow: 0 2px 30px rgba(59, 77, 113, .1)
}

.experience-wrapper .name {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px
}

.experience-wrapper .desc {
  font-size: 16px;
  color: #777;
  line-height: 24px;
  margin: 8px auto 28px
}

.experience-wrapper .group {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  align-items: center;
  margin-bottom: 10px
}

.experience-wrapper label {
  position: relative;
  width: 97px;
  text-align: right;
  font-size: 16px;
  color: #333;
  padding-right: 16px
}

.experience-wrapper label span:first-child {
  display: inline-block;
  color: #e43;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 10
}

.experience-wrapper .text {
  font-size: 16px;
  color: #333;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background-color: #fbfbfb;
  border-radius: 6px;
  padding-right: 100px;
  padding-left: 20px;
  border: solid 1px #ddd
}

.experience-wrapper .btn {
  display: inline-block;
  font-size: 14px;
  color: #0b45d9;
  position: absolute;
  right: 16px;
  top: 14px;
  z-index: 1
}

.experience-wrapper .submit {
  display: block;
  width: 200px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(#0b45d9, #0b45d9), linear-gradient(#fff, #fff);
  background-blend-mode: normal, normal;
  border-radius: 30px;
  margin: 30px auto 0;
  transition: box-shadow .3s ease;
  -webkit-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease;
  -ms-transition: box-shadow .3s ease;
  -o-transition: box-shadow .3s ease
}

.experience-wrapper .submit:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
}

.team-wrapper ul {
  padding: 0 60px
}

.team-wrapper li {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #f8fafe;
  margin-bottom: 40px
}

.team-wrapper li:last-child {
  margin-bottom: 0
}

.team-wrapper li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05)
}

.team-wrapper li.animated:nth-child(odd):before {
  width: 315px
}

.team-wrapper li.animated:nth-child(2n):before {
  width: 340px
}

.team-wrapper li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 0;
  transition: width 3s ease;
  -webkit-transition: width 3s ease;
  -moz-transition: width 3s ease;
  -ms-transition: width 3s ease;
  -o-transition: width 3s ease
}

.team-wrapper li:nth-child(odd):before {
  right: 0;
  height: 212px;
  background: url(../img/teambgr.png) no-repeat right top;
  transform-origin: right top
}

.team-wrapper li:nth-child(2n):before {
  left: 0;
  height: 193px;
  background: url(../img/teambgl.png) no-repeat;
  transform-origin: left top
}

.team-wrapper li:nth-child(2n) .info {
  order: 0
}

.team-wrapper li:nth-child(2n) .pic {
  order: 1
}

.team-wrapper .pic {
  width: 380px
}

.team-wrapper .info {
  position: relative;
  z-index: 1;
  width: 700px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  flex-flow: wrap;
  height: 100%;
  padding: 48px 65px 0 70px;
  line-height: 30px
}

.team-wrapper .title {
  width: 100%;
  font-size: 28px;
  font-family: db;
  color: #e0e4eb;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 50px
}

.team-wrapper .name {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  width: 100px;
  padding-bottom: 47px;
  height: 100%;
  border-bottom: 2px solid #0b45d9
}

.team-wrapper .description {
  flex: 1;
  overflow: hidden;
  margin-left: 50px
}

.team-wrapper .level {
  font-size: 18px
}

.team-wrapper .desc {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
  margin-top: 30px
}

.logregalert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19;
  display: none
}

.logregalert .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, .6)
}

.logregalert .lf {
  float: left
}

.logregalert .clear {
  zoom: 1
}

.logregalert .clear:after {
  content: "";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden
}

.codealertbox {
  width: 400px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -140px;
  margin-left: -220px;
  background-color: #fff;
  padding: 30px;
  z-index: 23;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0)
}

.codealertbox .top {
  padding-bottom: 15px
}

.codealertbox .close {
  font-size: 22px;
  height: 32px;
  line-height: 26px;
  color: #ddd;
  cursor: pointer;
  float: right
}

.codealertbox .close span {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/close.png) no-repeat;
  background-size: contain
}

.codealertbox .close:hover span {
  color: #ec6c01
}

.codealertbox .codecen .input {
  width: calc((100% - 130px));
  margin-right: 5px
}

.codealertbox .codecen .input input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid #d5d5d5
}

.codealertbox .codecen .img {
  width: 123px
}

.codealertbox .codecen .img img {
  width: 123px;
  height: 50px;
  cursor: pointer
}

.codealertbox .btn {
  width: 100%;
  height: 50px;
  background-color: #4b83f8;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  margin-top: 20px
}

.codealertbox .btn:hover {
  background: #0b45d9
}

.logregalertbox {
  width: 800px;
  height: 500px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -400px;
  background-color: #fff;
  padding: 50px;
  z-index: 23;
  opacity: 0;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0)
}

.codealertbox.cur,
.logregalertbox.cur {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1)
}

.logregalertbox h3 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  font-family: KaiTi, "楷体"
}

.logregalertbox p {
  color: #666;
  line-height: 2.2
}

.logregalertbox .content {
  height: 400px;
  padding-right: 20px;
  overflow-y: auto
}

.logregalertbox .content::-webkit-scrollbar {
  width: 4px
}

.logregalertbox .content::-webkit-scrollbar-thumb {
  background-color: #ec6c01
}

.logregalertbox .content::-webkit-scrollbar-track {
  background-color: #fff5f5
}

@keyframes boxLeft {
  0% {
    transform: translateX(-80px);
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1
  }
}

@keyframes boxRight {
  0% {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    opacity: 0
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1
  }
}

.waves {
  left: 0;
  top: 0;
  z-index: 10;
  position: absolute;
  width: 100%;
  min-height: 20px;
  max-height: 55px;
  transform: rotateX(180deg)
}

.parallax>use {
  animation: move-forever 15s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax>use:first-child {
  animation-delay: -3s;
  animation-duration: 7s
}

.parallax>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 10s
}

.parallax>use:nth-child(2) {
  animation-delay: -1s;
  animation-duration: 13s
}

@keyframes move-forever {
  from {
    transform: translate3d(-90px, 0, 0)
  }

  to {
    transform: translate3d(85px, 0, 0)
  }
}

@keyframes blockAni {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
  }

  50% {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
  }
}

@keyframes blockAni2 {
  0% {
    right: 30px
  }

  50% {
    top: 30px
  }

  100% {
    top: 0;
    right: 0
  }
}

@keyframes spin {
  0% {
    left: -50px;
    bottom: -50px
  }

  50% {
    left: -200px;
    bottom: 200px
  }

  100% {
    left: -50px;
    bottom: -50px
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(1turn)
  }
}

@keyframes spin3 {
  100% {
    transform: rotate(-1turn)
  }
}

@keyframes spin4 {
  0% {
    transform: translate(-113%, -113%) rotate(90deg)
  }

  100% {
    transform: translate(3000%, -4000%) rotate(90deg)
  }
}

@keyframes spin5 {
  0% {
    transform: scale(1)
  }

  25% {
    transform: scale(1.025)
  }

  50% {
    transform: scale(1.05)
  }

  75% {
    transform: scale(1.075)
  }

  100% {
    transform: scale(1.1)
  }
}

.pageNum {
  text-align: center;
  font-size: 0
}

.pageNum a {
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: Arial;
  vertical-align: middle;
  font-weight: 700;
  margin: 0 10px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #eee;
  transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -ms-transition: background .5s ease;
  -o-transition: background .5s ease
}

.pageNum .button {
  width: 80px;
  font-family: 微软雅黑
}

.pageNum .more {
  background: #eee;
  background-size: contain
}

.pageNum .more:hover {
  background: #0b45d9;
  background-size: contain
}

.pageNum .on,
.pageNum a:hover {
  color: #fff;
  background: #0b45d9
}

.pageMore {
  display: none
}

.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #c9161e;
  color: #fff;
  font-size: 12px
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.rel {
  position: relative
}

.abs {
  position: absolute
}

.fixed {
  position: fixed
}

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

.flex-wrap {
  flex-flow: wrap
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.inline-block {
  display: inline-block
}

.block {
  display: block
}

.hide {
  display: none
}

.bold {
  font-weight: 700
}

.txt-center {
  text-align: center
}

.txt-left {
  text-align: left
}

.txt-right {
  text-align: right
}

.before {
  opacity: 0;
  visibility: hidden
}

.after {
  opacity: 1;
  visibility: visible
}

.font {
  font-family: Arial
}

/*.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}*/

.upper {
  text-transform: uppercase
}

.middle {
  vertical-align: middle
}

.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center
}

@font-face {
  font-family: icon;
  src: url('iconfont.eot?t=1561461869476');
  src: url('iconfont.eot?t=1561461869476#iefix') format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFLQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCGUAqWRJIhATYCJANoCzYABCAFhG0HgjkbkBEjETaMsgpE9hcJvCnWlcAUV5HAPJKSVpTBthejkNVyd+aFgzVBQHlVdXdGSWZm6dweJLzEJ6AX5F4/D8z846b9JFCsLVCsUGpq0/xkXupK52Fz2DwyNUHO4US0d+8KIABhE8bQVyxu1u0hTNU7pjz7y29dSjquQCANN37+fl/aBZLXZhpkRu3dF3l+nOk7mUUjOBhVW2mLq0G8IL5gvgbDmTlefIOYEzFpb4cAYOJHWUTT5m274ocH1QWajB01YhB+RwK8EF+B0OzGOdVQYiMehHKVvANs0P68KKCy8AMkfAW9U8fhzYbSUJN3VS10KfqqpSzOjwHvpwEUgLKAAZAx3HwRAjO0spoh5rU2+AQoSQb5uEKttK0jtFb76lidrDN0ri7SPfVxfUPf0v9yeuW8zb2fd9V1oYkV1zt2D6c3g6flggjKs7gVY1e2rfrfeBBDBLGE8SIeEwUh1AQRwoeHGwJQJLgjR6AlgQAYQHhBYxsAou5LRSJopFDEgBahiAAtQxELWiHhP7CBRAEigMQDEoCYgEQg0YBUICFAOSBxgCpAgoCaQPyAekA8gMZADEAPIF5ATyA+wHEgEnADiAW4BZ26wj+EIhJyeiFCgzdAEgFvEYoEyL3PCLCqRACrzz7plKpAJVD1wNgA9bgDE6DEEKxtkRmoR7ZEWNzwaMRKSooLBMolx5lmWjBomdEZIipKWYYRb9spcfGMky+TbMcHApGmmSLsyKjIIZglLcnaHrQ0qd+3jr0GaStO20jKFss+C6BvQ8YRLxGw1m7uOs7YIGMlKGsM9zyQuYXT9jixgLPNpZQRtFlN4ORqUaxJ08pZVM1Mp+Wo6Yj5EHWY2Cfwtlr9djthQvAkqxWnbBCnVYxFQ6r235dYwjmNzQYtD8Oh+6qcmnjp6KLF5gthYawSJzm1HXE4yEA+kY+WrW8VOI4VK/fdE2ckcnMpawtdhC55s5DGJQYPbOXOxl2xKs9t8dn5BrdalaKmitnO5iAd9rQma0rDkac2jetDb4/8Lvl37Ti+74jpaPjBw9ShEJJmWY5jGFrZaOE0GoddSdMUo3LYlAwjmXbBqlTSm0BRVg3Hcm3w9C7nadR+CXPQB3HYCaTXrG7pjW2YzcqmZoamG82gPkIHqRTW050Q7/y2rVLgCetSZ8zuzVnPrK0rzYEM1VFNaqPuUrt90J2tIpN4WN7YYCvX0wHKphbWnKtqbqK7O1fT2sz0QKnaSCnxZMIASTXJU0Uyc8sVXbbRCZDkFIK5bx3Dww9GumMyTJ5HRDyrqAdHXUyOeIttHBh+qqANc+7bV5TWUg2bAzCYNz8ZkkiigBc2M3NVByMhs3nToX0H1MQWH7X1E8L+Pun4FNreNTRILDXDaFGZZbtttTg5O1CzZfx1opmaucGIH5D5/yO661n3Yjgkbjoa+gM1+18t0NhubgNmYs20EnU3j9uLPaYwjIVDptdznImdLpFbAEKJZWYEMQ0SrFmJN0QnGx2/c9BpEP1Jka4huWD+V/pPe7xlFDgC7JA6spD9PVIQfMMP9OCXF1TWeU3KV/eUtaEBZd8WvAuK/5sMJnSpPpGW/F307/Vh+GEg8dX7AngVSqHT6XKWqupTiZWKRfrRIhEEv4QpWyNaIr+I+NJFFig/e6QxYuSHXrRjNztbjGG6vmdrVyJb0RensaVlpXOKE/1nRo4UixKHsj7ZH66XA0NK4IQdjW2IrnJkWmKguKhFp67ZntvR5/aTTPcHk1xQSMaoS6KWL52xCDNe27kanY9cWejdvBg7waH9AWsC3l04HPXx60RewtIorRHduQxtYhxeZESH0V3L0cakbEMe71WxvsRTOaQfPAZeJetTzG8E7CuGk4p8T92cE4iLvDuD46bp6sKXrA1PqfGoD1DMe2Ho4Q8JfpiWVBdaR0JFek4vSk9Hq8i/gW7u5fdhzASkEqlmevsEel2r0n8+iRx7Uxg4rI8OSlvexQu5XXg2ZFtR/4HgK0VEZZNrXvzYx1V+c4dN9FSAov3ztcy6D1QfrKsWuxPloucSudZYzD9TuOeNuzRZunv9HvuAT0xBwozUqEh9vuctbTAIWTNnXY0nADsIYbNfCJRD+fHNsqsAytVyFSG9ChYQwqsyQqaSqaH8qhz6h5TKS4VSCHbm36RjgfnwWN0+QZDgp1+kQIa4gYwCHiFvMS3WL0iq2IG9eY3teME3r158sNdvDi1PnH/TZGrx2vneKuzKZXQVOIWSBPSyVXr1MnCWHhy1dIjH1x7I+yViFogEK3RBuk1CgZtgkzZJu1nlzITNWg8Tijf511wJJlcIoItWOKEUfzZ3RLlV6TMcJL7+2W/bD/fERWJcCq+Wyuba1a7iIpBaMDMqfSOO3fh37BLvBm9sjDz++ti/lzF8Y/qeesNmfbJ+876hhugvC7zLaoE5o6s707xVDOjqMmduvXR3V4YZ1IJSTcGCM2Ds0Jo1owapZsXqNazWcg3QjK4xaq1QA41xDW07qpGql4PD0wQV2Ula8qxEWupyulylpobX9FCQKjMQ9aC/f3N7R/IBdrP+6J+8cMsCo8KyZgnjZly5bp15lE8vWWtRGL/79hDmcmFy1MMu5yHeYZ7T+U4POV1gW5H0Y7XhxOgIshg5zWAD0sKOQ34zu9LuZ/pKXTuD0Hbakkp6lYQwm3Ps8TiZQq3DS9aPYXWbqS50AGUopA4x4OEDiObvZhinrv21Lvw+hj5HMxMzj0Y00jbawvfmoPamzRvYaN6NvSvaqPITr8VGNgTuxrwVg/rueif2Dojb56x1HBzlSJ40OX3yQrELJ0/ecbZk3WZpi9vOCoX1522H3aayrC3OnXPBtqfTmLkzlt+qrItlF7NWOrf512GB614FUAcUAPek2nqhqAUqTfxyBr82wLJ/9anMBZAn5S1txUDZMC3FTo7cAu43ZVGBMH/XkvRG8jLJ6Cpn5e0qM61XFaOknntdXVSNyC4H5Cz3rzs/pUqTflGlxbG7RpGeJ/Zj9Sfp1TKXy4EPN7uBmlMSgwPCdb/5Jc9ARS9rZo8jPfPN9INelgA8uKDRJsTmv/In08Qk42eQ0qTbxFnQ/3/5QqnBSSzFXyoBmGwG4OElO4p3dTPFxhYf5Uwqi0gE+BKFkBBbwzGGeJCQQrwIyScm0bQ420LBZBSIEQBQmmUCQZBxhKB4cpNgyLhry3N8S/ioKSJuyIQiYtb9e77kmpftq1cCyVCK4imcwkaLybzSm36B6StJdlkL+AMKrkhkcequ+oQGKI8jws3kzFpowlp8CHeDqkLREl5BcWyZ20uSaN4TYoX1YMUrAiQGSkLhqcR0FNTQa7OV5/d/AUavIlFIn78x/wASuHQhe+LsM4btp9HE6rMurYMbI8eEaULqTFBN+CAMVKwcCS1/pyugsJhNUdq6SMhYOq4Rl2+ql4bB5OuX/phJUSEVVdMN07Id1/PLe1VUVlXX9K6t62MyEmsYdd1cNqaCvt2qPjDW0R2UlTxV812BK74aiRma1+ZO5IzlnVMETPhXfZrLkdmsw0krcRZAkrILh9a8bVBMVYUB1pmYsgwrSrw384gJ2SzCzGyTvynjJ+azysA8a6GIgqbrF9FW9O06p95p0/LBAAAAAA==') format('woff2'), url('iconfont.woff?t=1561461869476') format('woff'), url('iconfont.ttf?t=1561461869476') format('truetype'), url('iconfont.svg?t=1561461869476#iconfont') format('svg')
}

@media screen and (min-width:1005px) and (max-device-width:1015px) {
  .header-wrapper .lan-select {
    padding-right: 90px
  }
}

@media screen and (min-width:1016px) and (max-device-width:1064px) {
  .header-wrapper .lan-select {
    padding-right: 84px
  }
}

@media screen and (min-width:1024px) {
  .index-box-1 .swiper-container {
    overflow: inherit
  }

  .index-box-1 .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .index-box-1 .swiper-slide {
    width: 30%
  }

  .index-box-2 .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .solution-wrapper .box-2 ul li:nth-child(3n) {
    margin-right: 0
  }

  .index-box-3 .shadow {
    position: relative;
    cursor: default;
    display: inline-block;
    width: 190px;
    height: 80px;
    background: #fff;
    margin: 0 10px;
    top: 10px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .04)
  }

  .index-box-3 .shadow:hover .line_b,
  .index-box-3 .shadow:hover .line_t {
    width: 100%
  }

  .index-box-3 .shadow:hover .line_l,
  .index-box-3 .shadow:hover .line_r {
    height: 100%
  }

  .index-box-3 .shadow img {
    display: block;
    width: 100%
  }

  .service-wrapper .swiper-container {
    overflow: inherit
  }

  .service-wrapper .swiper-container .swiper-wrapper {
    justify-content: center
  }
}

@media screen and (max-width:1600px) {
  .index-banner-wrapper .name {
    font-size: 44px;
    line-height: 42px
  }

  .index-banner-wrapper .info-2 .desc {
    font-size: 44px;
    margin: 16px auto
  }

  .index-banner-wrapper .brief {
    font-size: 72px;
    line-height: 80px
  }

  .page-banner-wrapper .name {
    font-size: 36px
  }

  .page-title {
    font-size: 30px;
    line-height: 40px
  }

  .goods-wrapper .brief {
    font-size: 18px;
    width: 510px
  }

  .goods-wrapper .tit {
    font-size: 18px;
    margin-bottom: 6px
  }

  .goods-wrapper .desc {
    font-size: 15px;
    margin-bottom: 24px
  }

  .goods-wrapper .info p {
    font-size: 15px
  }

  .service-wrapper .box-1 .icon {
    width: 110px
  }

  .service-wrapper .box-1 .name {
    font-size: 20px;
    margin: 26px auto 14px
  }

  .service-wrapper .box-2 {
    margin-top: 110px;
    padding-bottom: 150px
  }

  .tab-box a {
    font-size: 22px;
    margin-right: 70px
  }

  .tab-box a:after,
  .tab-box a:before {
    width: 48px;
    margin-left: -24px
  }

  .service-wrapper .detail-box li {
    font-size: 16px;
    padding: 18px 0
  }

  .service-wrapper .box-2 {
    padding-bottom: 130px
  }

  .service-wrapper .box-3 .name {
    font-size: 32px
  }

  .service-wrapper .box-3 .desc {
    font-size: 20px;
    line-height: 30px;
    margin-top: 6px
  }

  .page-banner-wrapper .desc {
    margin: 20px auto 30px
  }

  .about-wrapper .box-2 .name {
    font-size: 32px;
    line-height: 40px
  }

  .about-wrapper .box-2 .ename {
    font-size: 28px;
    line-height: 30px
  }

  .about-wrapper .box-2 .desc {
    font-size: 18px
  }

  .solution-wrapper .box-2 .name {
    font-size: 26px
  }

  .about-wrapper .box-2 .desc {
    font-size: 16px
  }
}

@media screen and (max-width:1440px) {
  .footer-wrapper .inner .caption {
    font-size: 18px
  }

  .index-banner-wrapper .name {
    font-size: 42px;
    line-height: 36px
  }

  .index-banner-wrapper .info-2 .desc {
    font-size: 40px;
    margin: 14px auto
  }

  .index-banner-wrapper .brief {
    font-size: 68px;
    line-height: 70px
  }

  .more {
    width: 180px !important;
    line-height: 56px;
    font-size: 20px
  }

  .more-stl {
    width: 250px !important;
    line-height: 56px;
    font-size: 20px
  }

  .index-title {
    font-size: 34px;
    padding-top: 80px
  }

  .index-box-1 .icon {
    width: 110px
  }

  .index-box-1 .name {
    font-size: 18px;
    margin-bottom: 18px
  }

  .index-box-1 .desc,
  .index-box-2 .desc {
    font-size: 15px
  }

  .index-box-1 .swiper-slide:after {
    height: 4px
  }

  .index-box-2 .icon {
    width: 100px
  }

  .index-box-2 .name {
    font-size: 18px;
    margin: 14px auto 8px
  }

  .index-box-3 .box:after,
  .index-box-3 .box:before {
    width: 160px
  }

  .page-banner-wrapper .name {
    font-size: 32px
  }

  .header-wrapper .lan-select p,
  .header-wrapper .lan-select>span {
    font-size: 16px
  }

  .page-title {
    font-size: 28px;
    line-height: 36px
  }

  .goods-wrapper .item {
    padding: 86px 0 80px
  }

  .robot .item {
    padding: 0
  }

  .goods-wrapper .info .icon {
    width: 60px;
    height: 60px
  }

  .service-wrapper .box-1 .icon {
    width: 100px
  }

  .service-wrapper .box-1 .name {
    font-size: 18px;
    margin: 20px auto 8px
  }

  .service-wrapper .box-2 {
    margin-top: 90px;
    padding-bottom: 130px
  }

  .tab-box a {
    font-size: 20px;
    margin-right: 60px;
    padding-bottom: 16px
  }

  .tab-box a:after,
  .tab-box a:before {
    width: 42px;
    margin-left: -21px
  }

  .service-wrapper .box-2 {
    padding-bottom: 110px
  }

  .service-wrapper .box-3 .name {
    font-size: 30px
  }

  .service-wrapper .box-3 .desc {
    font-size: 18px;
    line-height: 26px;
    margin-top: 4px
  }

  .page-banner-wrapper .desc {
    margin: 12px auto 20px;
    font-size: 16px;
    line-height: 28px
  }

  .page-title {
    padding-top: 60px
  }

  .about-wrapper .indent {
    text-indent: 38px
  }

  .about-wrapper .box-2 .name {
    font-size: 30px;
    line-height: 36px
  }

  .about-wrapper .box-2 .ename {
    font-size: 26px;
    line-height: 26px
  }

  .about-wrapper .content .img {
    margin-bottom: 32px
  }

  .platform-wrapper .item .desc {
    font-size: 18px;
    line-height: 36px
  }

  .platform-wrapper .item {
    padding: 80px 0
  }

  .solution-wrapper .box-1 .name {
    font-size: 18px
  }

  .solution-wrapper .box-1 .desc {
    font-size: 15px
  }

  .solution-wrapper .box-1 li {
    margin-right: 80px
  }

  .solution-wrapper .box-1 li .icon {
    width: 110px
  }

  .solution-wrapper .box-2 {
    margin-top: 90px
  }

  .solution-wrapper .brief {
    font-size: 18px;
    line-height: 32px
  }

  .solution-wrapper .box-2 .name {
    font-size: 24px
  }

  .solution-wrapper .box-2 .desc {
    margin-top: 20px
  }

  .solution-wrapper .box-2 .info {
    padding-top: 30px;
    padding-bottom: 36px
  }

  .experience-wrapper .submit {
    width: 176px;
    line-height: 58px
  }

  .experience-wrapper .name {
    font-size: 22px
  }

  .index-box-2 .fill {
    width: 62px;
    height: 62px
  }

  .index-box-4 .fill {
    width: 62px;
    height: 62px
  }

  .index-box-2 .empty:nth-child(4) {
    width: 160px;
    height: 160px;
    border-width: 12px
  }

  .index-box-4 .empty:nth-child(4) {
    width: 160px;
    height: 160px;
    border-width: 12px
  }

  .index-box-2 .empty:nth-child(5) {
    width: 80px;
    height: 80px;
    border-width: 8px
  }

  .index-box-4 .empty:nth-child(5) {
    width: 80px;
    height: 80px;
    border-width: 8px
  }

  .index-box-2:after,
  .index-box-2:before {
    widows: 180px;
    height: 180px
  }

  .more {
    font-size: 16px
  }

  .team-wrapper .name {
    font-size: 22px
  }

  .team-wrapper .level {
    font-size: 17px
  }
}

@media screen and (max-width:1366px) {
  .index-box-5 {
    padding-bottom: 70px
  }

  .header-wrapper .pc-nav-box .name {
    margin-bottom: 16px
  }

  .header-wrapper .pc-nav-box .item a {
    font-size: 15px;
    margin-bottom: 10px
  }

  .header-wrapper .pc-nav-box .item a img {
    top: -2px
  }

  .footer-wrapper .inner .caption {
    font-size: 16px
  }

  .index-banner-wrapper .name {
    font-size: 36px;
    line-height: 32px
  }

  .index-banner-wrapper .info {
    left: -1.6%
  }

  .index-banner-wrapper .info-2 .desc {
    font-size: 36px;
    margin: 12px auto
  }

  .index-banner-wrapper .brief {
    font-size: 64px
  }

  .more {
    width: 160px !important;
    line-height: 50px;
    font-size: 18px
  }

  .more-stl {
    width: 230px !important;
    line-height: 50px;
    font-size: 18px
  }

  .index-title {
    font-size: 32px;
    padding-top: 70px
  }

  .index-box-1 .icon {
    width: 100px
  }

  .index-box-1 .name {
    font-size: 16px;
    margin-bottom: 12px
  }

  .index-box-1 .desc,
  .index-box-2 .desc {
    font-size: 15px
  }

  .index-box-2 .icon {
    width: 90px
  }

  .index-box-2 .name {
    font-size: 18px;
    margin: 14px auto 8px
  }

  .index-box {
    padding-bottom: 70px
  }

  .index-box-4 {
    padding-bottom: 70px
  }

  .header-wrapper .pc-nav-box .item a img {
    width: 22px
  }

  .page-banner-wrapper .name {
    font-size: 30px
  }
}

@media screen and (max-width:1004px) {
  .index-box-5 .arrows-copy .arr:nth-child(9) {
    opacity: 0
  }

  .index-box-5 .arrows-copy .arr:nth-child(5) {
    left: 37%;
    top: 123%;
    animation: spin4 10s infinite 4s linear
  }

  .index-box-5 .cir {
    opacity: 0
  }

  .index-box-5 .arr {
    display: none;
    width: 30px;
    height: 30px
  }

  .index-box-5 .arrows .arr span {
    left: 20.5px;
    top: 6px;
    height: 60px
  }

  .index-box-5 .arrows-copy .arr span {
    left: 20.5px;
    top: 6px;
    height: 60px
  }

  .header-wrapper .lan-select .il8n-bub {
    display: none !important
  }

  .index-box-5 {
    padding-bottom: 50px
  }

  .index-box-4 {
    padding-bottom: 40px
  }

  .header-wrapper .lan-select .il8n-left {
    left: 28% !important;
    padding-left: 14px
  }

  .header-wrapper .il8n-select>span::after {
    background-image: url(../img/down.png) !important;
    color: #000 !important
  }

  .header-wrapper .lan-select>span {
    line-height: 60px
  }

  .il8n-desc .info .desc {
    height: auto;
    -webkit-line-clamp: 5;
    line-height: 18px
  }

  .index-box-2 .name-rel {
    margin: -4px auto 0 !important
  }

  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 15px
  }

  .hidden-xs {
    display: none
  }

  .hidden-pc {
    display: block
  }

  .nav-icon {
    font-size: 0;
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
    margin-left: 15px
  }

  .nav-icon.on span:first-child {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(.215, .61, .355, 1), transform 270ms cubic-bezier(.215, .61, .355, 1) 180ms, -webkit-transform 270ms cubic-bezier(.215, .61, .355, 1) 180ms
  }

  .nav-icon.on span:nth-child(2) {
    opacity: 0
  }

  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(.215, .61, .355, 1), transform 270ms cubic-bezier(.215, .61, .355, 1) 180ms, -webkit-transform 270ms cubic-bezier(.215, .61, .355, 1) 180ms
  }

  .nav-icon span {
    position: absolute;
    display: inline-block;
    z-index: 10;
    width: 28px;
    height: 2px;
    background: #0b45d9;
    top: 16px;
    left: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(.25, .46, .45, .94) 230ms, transform 280ms cubic-bezier(.215, .61, .355, 1) 0s, -webkit-transform 280ms cubic-bezier(.215, .61, .355, 1) 0s
  }

  .nav-icon span:nth-child(2) {
    margin-top: 0
  }

  .nav-icon span:first-child {
    margin-top: -6px
  }

  .nav-icon span:nth-child(3) {
    margin-top: 6px
  }

  .phone-nav {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 60px;
    background: #fff;
    z-index: 501;
    overflow: auto
  }

  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: calc(100% - 63px);
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height .8s ease;
    -webkit-transition: max-height .8s ease;
    -moz-transition: max-height .8s ease;
    -ms-transition: max-height .8s ease;
    -o-transition: max-height .8s ease
  }

  .phone-nav ul::-webkit-scrollbar {
    width: 4px
  }

  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea
  }

  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #0b45d9
  }

  .phone-nav ul li {
    position: relative
  }

  .phone-nav ul li:first-child {
    border-top: 1px solid #f1f1f1
  }

  .phone-nav ul li.active .cat {
    color: #fff;
    font-weight: 700;
    background: #4b83f8
  }

  .phone-nav ul li.active .cat:after,
  .phone-nav ul li.active .cat:before {
    background: #fff
  }

  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg)
  }

  .phone-nav ul li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #f1f1f1
  }

  .phone-nav ul li .cat:after,
  .phone-nav ul li .cat:before {
    content: "";
    display: inline-block;
    background: #686765;
    position: absolute;
    z-index: 10
  }

  .phone-nav ul li .cat:before {
    width: 3px;
    height: 13px;
    right: 20px;
    top: 18px;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease
  }

  .phone-nav ul li .cat:after {
    width: 13px;
    height: 3px;
    right: 15px;
    top: 23px
  }

  .phone-nav ul li .item.on .cat2 {
    color: #0b45d9;
    font-weight: 700
  }

  .phone-nav ul li .item.on .cat2:after {
    top: 2px;
    background: url(../img/icon-right2.png) no-repeat;
    background-size: contain;
    transform: rotate(90deg)
  }

  .phone-nav ul li .cat2 {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .phone-nav ul li .cat2:after {
    position: relative;
    display: inline-block;
    content: "";
    margin-left: 20px;
    width: 7px;
    height: 13px;
    top: 1px;
    background: url(../img/icon-right.png) no-repeat;
    background-size: contain
  }

  .phone-nav ul li.on>a {
    font-weight: 700;
    color: #0b45d9
  }

  .phone-nav ul li.on>a:after,
  .phone-nav ul li.on>a:before {
    background: #0b45d9
  }

  .phone-nav ul li .first,
  .phone-nav ul li .second {
    width: 100%;
    display: none
  }

  .phone-nav ul li .first a,
  .phone-nav ul li .second a {
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #d6d6d6
  }

  .phone-nav ul li .first a:last-child,
  .phone-nav ul li .second a:last-child {
    margin-bottom: 0;
    border-bottom: none
  }

  .phone-nav ul li .second {
    background: #fdfdfd
  }

  .phone-nav ul li .second a {
    font-size: 14px
  }

  .header-wrapper {
    background: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .1)
  }

  .header-wrapper.static {
    position: fixed
  }

  .header-wrapper .box-container {
    height: 60px;
    padding: 0 15px
  }

  .header-wrapper .logo-box {
    width: 90px
  }

  .header-wrapper .logo-box img.init {
    display: none
  }

  .header-wrapper .logo-box img.on {
    display: block
  }

  .header-wrapper .pc-nav-box {
    display: none
  }

  .header-wrapper .other-box {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center
  }

  .header-wrapper .btn {
    width: 84px;
    font-size: 12px;
    margin-left: 10px;
    border-color: #0b45d9;
    color: #0b45d9
  }

  .header-wrapper .lan-select p,
  .header-wrapper .lan-select>span {
    font-size: 12px
  }

  .header-wrapper .lan-select {
    padding-left: 20px
  }

  .header-wrapper .btn:hover {
    background: #0b45d9;
    color: #fff
  }

  .header-wrapper .lan-select>span {
    color: #000
  }

  .header-wrapper .lan-select>span::after {
    background-image: url(../img/down.png);
    color: #000
  }

  .p_h {
    width: 100%;
    height: 60px
  }

  .footer-wrapper {
    padding-top: 30px
  }

  .footer-wrapper .w1200 {
    padding: 0
  }

  .footer-wrapper .logo {
    text-align: center;
    padding: 0 15px 24px;
    margin: 0 auto 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }

  .footer-wrapper .logo img {
    width: 90px
  }

  .footer-wrapper .main {
    padding: 0 15px;
    display: block
  }

  .footer-wrapper .inner .caption {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px
  }

  .footer-wrapper .inner-1,
  .footer-wrapper .inner-2 {
    display: none
  }

  .footer-wrapper .inner-3 {
    width: 100%
  }

  .footer-wrapper .inner-3 ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .footer-wrapper .inner-3 li {
    width: 49%;
    margin-bottom: 10px
  }

  .footer-wrapper .inner-3 li a {
    line-height: 16px;
    font-size: 11px
  }

  .footer-wrapper .inner-3 .icon {
    width: 26px;
    margin-right: 8px
  }

  .footer-wrapper .inner-4 {
    width: 100%;
    margin-top: 10px
  }

  .footer-wrapper .inner-4 li {
    font-size: 11px;
    line-height: 18px
  }

  .footer-wrapper .bottom {
    padding: 10px 15px;
    line-height: 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center
  }

  .footer-wrapper .copy {
    width: 100%;
    flex: 1;
    overflow: hidden;
    text-align: left
  }

  .footer-wrapper .copy,
  .footer-wrapper .copy a {
    font-size: 12px
  }

  .footer-wrapper .qrcode {
    margin-left: 15px
  }

  .footer-wrapper .qrcode .img {
    width: 90px;
    height: 90px;
    left: auto;
    right: 0;
    margin-left: 0;
    top: -108px
  }

  .footer-wrapper .link {
    font-size: 11px;
    width: 80px;
    line-height: 26px;
    margin-top: 13px
  }

  .more {
    width: 100px !important;
    line-height: 36px;
    font-size: 12px
  }

  .more-stl {
    width: 170px !important;
    line-height: 36px;
    font-size: 12px
  }

  .lan-select {
    font-size: 12px
  }

  .index-banner-wrapper .index-banner-swiper .box-container {
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px)
  }

  .index-banner-wrapper .name {
    font-size: 20px
  }

  .index-banner-wrapper .brief {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px
  }

  .index-banner-wrapper .box-container {
    padding: 0 15px
  }

  .index-banner-wrapper .info {
    top: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    height: 100%;
    left: 1.4%
  }

  .index-banner-wrapper .info-1 .desc {
    font-size: 12px;
    line-height: 22px;
    margin: 2px 0 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    padding-left: 0;
    height: 26px
  }

  .index-banner-wrapper .info-2 .desc {
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto 6px
  }

  .index-banner-wrapper .swiper-pagination-bullet {
    width: 6px;
    height: 6px
  }

  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px
  }

  .index-banner-wrapper .swiper-pagination {
    bottom: 10px
  }

  .index-box {
    padding-bottom: 40px
  }

  .index-title {
    font-size: 20px;
    line-height: 30px;
    padding: 40px 0 30px
  }

  .index-box-1 {
    background-color: #f2f4f7
  }

  .index-box-1 .index-title {
    padding-right: 15px;
    padding-left: 15px
  }

  .index-box-1 .box-container {
    padding: 0
  }

  .index-box-1 .swiper-slide {
    width: 70%;
    padding-bottom: 24px
  }

  .index-box-1 .swiper-slide:after {
    height: 3px
  }

  .index-box-1 .info {
    padding: 50px 20px 0
  }

  .robot .info {
    padding: 0 20px 0
  }

  .index-box-1 .icon {
    width: 80px
  }

  .index-box-1 .name {
    line-height: 24px;
    margin: 20px auto 10px
  }

  .index-box-1 .desc {
    font-size: 14px
  }

  .index-box-1 #circle,
  .index-box-1 .wave {
    display: none
  }

  .index-box-4 #circle-5,
  .index-box-4 .wave {
    display: none
  }

  .index-box-1 .swiper-container {
    padding-left: 15px
  }

  .index-box-1 .swiper-wrapper {
    padding-bottom: 30px
  }

  .index-box-1 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0
  }

  .index-box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: 0 0;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #0b45d9;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease
  }

  .index-box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #0b45d9
  }

  .index-box-2:after,
  .index-box-2:before {
    width: 110px;
    height: 110px
  }

  .index-box-2:before {
    bottom: 30px
  }

  .index-box-2 ul {
    display: block;
    padding: 0
  }

  .index-box-2 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px
  }

  .index-box-2 .icon {
    width: 60px
  }

  .index-box-2 .info {
    bottom: 20px;
    padding: 0 15px
  }

  .index-box-2 .name {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 10px auto 4px
  }

  .index-box-2 .desc {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    width: 100%
  }

  .index-box-2 .fill {
    width: 40px;
    height: 40px
  }

  .index-box-4 .fill {
    width: 40px;
    height: 40px
  }

  .index-box-2 .fill:first-child {
    left: 10%;
    top: 4%
  }

  .index-box-2 .fill:nth-child(2) {
    left: 30%;
    bottom: 40px;
    top: auto
  }

  .index-box-4 .fill:first-child {
    left: 22%;
    top: 10%
  }

  .index-box-4 .fill:nth-child(6) {
    right: 25%;
    top: 62%
  }

  .index-box-4 .fill:nth-child(2) {
    left: 30%;
    bottom: 40px;
    top: auto
  }

  .index-box-2 .empty:nth-child(4) {
    width: 60px;
    height: 60px;
    border-width: 6px
  }

  .index-box-4 .empty:nth-child(4) {
    width: 60px;
    height: 60px;
    border-width: 6px
  }

  .index-box-2 .empty:nth-child(5) {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 20px;
    right: 0;
    border-width: 5px
  }

  .index-box-4 .empty:nth-child(5) {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 20px;
    right: 0;
    border-width: 5px
  }

  .str_wrap {
    padding: 8px 0
  }

  .index-box-3 .box:after,
  .index-box-3 .box:before {
    width: 100px
  }

  .index-box-3 .phone {
    display: block
  }

  .index-box-3 .phone>div {
    width: 99%;
    height: 58px;
    overflow: hidden
  }

  .index-box-3 .pc {
    display: none
  }

  .index-box-3 li {
    position: relative;
    width: 120px;
    background: #fff;
    float: left;
    padding: 6px
  }

  .index-box-3 li .shadow {
    position: relative;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .04)
  }

  .index-box-3 li:hover .line_b,
  .index-box-3 li:hover .line_t {
    width: 100%
  }

  .index-box-3 li:hover .line_l,
  .index-box-3 li:hover .line_r {
    height: 100%
  }

  .index-box-3 li img {
    height: auto
  }

  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    display: block
  }

  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0
  }

  .page-nav-box {
    width: 100%
  }

  .page-nav-box .box-container {
    position: relative;
    padding: 0
  }

  .page-nav-box .intruction-caption {
    position: relative;
    padding: 12px 15px;
    background: #0b45d9;
    color: #fff
  }

  .page-nav-box .intruction-caption.extend:after {
    transform: rotateX(180deg)
  }

  .page-nav-box .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 10;
    content: "";
    width: 13px;
    height: 100%;
    background: url(../img/down4.png) no-repeat center center;
    background-size: contain
  }

  .page-nav-box .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none
  }

  .page-nav-box .nav a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 15px;
    border-top: 1px solid #f2f2f2
  }

  .page-nav-box .nav a:first-child {
    border-top: none
  }

  .page-nav-box .nav>a.on,
  .page-nav-box .nav>a:hover {
    background: 0 0
  }

  .page-nav-box .nav>a:after {
    display: none
  }

  .page-banner-wrapper .info,
  .page-banner-wrapper.platform .info {
    top: 14%
  }

  .page-banner-wrapper .name {
    font-size: 16px;
    line-height: 20px
  }

  .header-wrapper .lan-select .sel-box {
    left: 20%
  }

  .header-wrapper .lan-select p,
  .header-wrapper .lan-select>span {
    font-size: 14px
  }

  .page-banner-wrapper .desc {
    font-size: 12px;
    line-height: 16px;
    margin: 6px auto 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

  .page-banner-wrapper .more {
    width: 80px !important;
    line-height: 26px;
    font-size: 10px
  }

  .page-banner-wrapper .more-stl {
    width: 150px !important;
    line-height: 26px;
    font-size: 10px
  }

  .lan-select {
    font-size: 12px
  }

  .page-box {
    padding: 40px 0
  }

  .page-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    padding-top: 40px
  }

  .robot .page-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    padding-top: 40px
  }

  .goods-wrapper .item {
    padding: 40px 0
  }

  .robot .item {
    padding: 0
  }

  .goods-wrapper .brief {
    font-size: 15px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 20px
  }

  .goods-wrapper .tit {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 6px
  }

  .goods-wrapper .desc {
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%
  }

  .goods-wrapper .box {
    display: block
  }

  .goods-wrapper .info,
  .goods-wrapper .pic {
    width: 100%
  }

  .goods-wrapper .info {
    padding-left: 0;
    margin-top: 30px
  }

  .goods-wrapper .info ul li {
    margin-right: 20px
  }

  .goods-wrapper .info .icon {
    width: 44px;
    height: 44px
  }

  .goods-wrapper .info p {
    font-size: 14px
  }

  .tab-box {
    margin-bottom: 40px
  }

  .tab-box a {
    font-size: 15px;
    padding-bottom: 10px;
    margin-right: 20px
  }

  .tab-box a:after,
  .tab-box a:before {
    width: 24px;
    margin-left: -12px
  }

  .service-wrapper .detail-box .item.on {
    display: block
  }

  .service-wrapper .detail-box .pic {
    width: 70%;
    margin: 0 auto
  }

  .service-wrapper .detail-box .info {
    width: 100%;
    margin-top: 15px
  }

  .service-wrapper .detail-box li {
    font-size: 15px;
    line-height: 24px;
    padding: 15px 0
  }

  .service-wrapper .detail-box li b {
    display: block;
    min-width: inherit
  }

  .service-wrapper .box-1 {
    padding: 0
  }

  .service-wrapper .box-1 .page-title {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px
  }

  .service-wrapper .box-1 .swiper-slide {
    width: 70%;
    margin-right: 0;
    padding: 30px 20px
  }

  .service-wrapper .box-1 .icon {
    width: 60px
  }

  .service-wrapper .box-1 .name {
    font-size: 16px;
    line-height: 30px;
    margin: 16px auto 8px
  }

  .service-wrapper .box-1 .desc {
    font-size: 14px
  }

  .service-wrapper .box-1 .swiper-container {
    padding-left: 15px
  }

  .service-wrapper .box-1 .swiper-wrapper {
    padding-bottom: 30px;
    padding-top: 15px
  }

  .service-wrapper .box-1 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0
  }

  .service-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: 0 0;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #0b45d9;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease
  }

  .service-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #0b45d9
  }

  .service-wrapper .box-2 {
    margin-top: 40px;
    padding-bottom: 40px
  }

  .service-wrapper .box-3 {
    padding: 32px 0 30px
  }

  .service-wrapper .box-3 .name {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px
  }

  .service-wrapper .box-3 .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px
  }

  .about-wrapper .content,
  .about-wrapper .content div {
    font-size: 15px;
    line-height: 26px
  }

  .about-wrapper .content {
    width: 100%
  }

  .about-wrapper .content .img {
    width: 110px;
    height: 46px;
    margin-bottom: 20px
  }

  .about-wrapper .indent {
    text-indent: 30px
  }

  .about-wrapper .box-2 {
    margin-top: 40px
  }

  .about-wrapper .box-2 ul {
    display: block
  }

  .about-wrapper .box-2 ul li {
    margin-right: 0;
    margin-bottom: 15px
  }

  .about-wrapper .box-2 .info {
    padding: 60px 15px 0
  }

  .about-wrapper .box-2 .ename {
    font-size: 36px;
    line-height: 20px
  }

  .about-wrapper .box-2 .name {
    font-size: 30px;
    line-height: 30px;
    margin-top: -12px
  }

  .about-wrapper .box-2 .desc {
    font-size: 16px
  }

  .honor-wrapper .caption {
    font-size: 18px;
    margin-bottom: 24px
  }

  .honor-wrapper .caption:after,
  .honor-wrapper .caption:before {
    width: 6px;
    height: 6px
  }

  .honor-wrapper .caption:before {
    margin-right: 12px
  }

  .honor-wrapper .caption:after {
    margin-left: 12px
  }

  .honor-wrapper .swiper-box {
    padding: 0;
    margin-bottom: 40px
  }

  .honor-wrapper .swiper-container {
    padding: 0 10px
  }

  .honor-wrapper .pic {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
  }

  .honor-wrapper .name {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px
  }

  .honor-wrapper .honor-3 .name {
    width: 80%
  }

  .honor-wrapper .swiper-btn {
    width: 12px;
    height: 24px
  }

  .honor-wrapper .prev {
    left: -10px
  }

  .honor-wrapper .next {
    right: -10px
  }

  .platform-wrapper .item {
    padding: 40px 0
  }

  .platform-wrapper .item .w1200 {
    display: block
  }

  .platform-wrapper .item .info,
  .platform-wrapper .item .pic {
    width: 100%
  }

  .platform-wrapper .item .info {
    margin-top: 30px
  }

  .platform-wrapper .item .page-title {
    margin-bottom: 10px
  }

  .platform-wrapper .item .desc {
    font-size: 15px;
    line-height: 24px
  }

  .platform-wrapper .honor {
    padding-bottom: 40px
  }

  .platform-wrapper .honor .w1200 {
    padding: 0 15px
  }

  .platform-wrapper .honor .swiper-slide {
    width: 100%
  }

  .platform-wrapper .swiper-wrapper {
    padding-bottom: 30px
  }

  .platform-wrapper .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0
  }

  .platform-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: 0 0;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #0b45d9;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease
  }

  .platform-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 30px;
    background: #0b45d9
  }

  .solution-wrapper .brief {
    font-size: 14px;
    line-height: 24px;
    width: 100%
  }

  .solution-wrapper .box-1 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
  }

  .solution-wrapper .box-1 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px
  }

  .solution-wrapper .box-1 li:last-child {
    margin-bottom: 0
  }

  .solution-wrapper .box-1 li .icon {
    width: 80px
  }

  .solution-wrapper .box-1 .name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px
  }

  .solution-wrapper .box-1 .desc {
    font-size: 14px
  }

  .solution-wrapper .box-2 {
    margin-top: 20px;
    padding-bottom: 40px
  }

  .solution-wrapper .box-2 .w1200 {
    padding: 0 15px
  }

  .solution-wrapper .box-2 ul {
    display: block;
    margin-top: 30px
  }

  .solution-wrapper .box-2 ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .solution-wrapper .box-2 ul li:after {
    height: 3px
  }

  .solution-wrapper .box-2 .info {
    padding: 30px 20px 36px
  }

  .solution-wrapper .box-2 .name {
    font-size: 20px;
    line-height: 30px
  }

  .solution-wrapper .box-2 .desc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px
  }

  .solution-wrapper .btn {
    font-size: 14px;
    margin-top: 10px
  }

  .solution-wrapper .btn img {
    width: 4px;
    margin-left: 6px
  }

  .experience-wrapper {
    padding: 40px 0
  }

  .experience-wrapper .form-box {
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 40px
  }

  .experience-wrapper .name {
    font-size: 20px
  }

  .experience-wrapper .desc {
    font-size: 15px;
    margin: 5px auto 16px
  }

  .experience-wrapper .group {
    display: block;
    margin-bottom: 15px
  }

  .experience-wrapper label {
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding-right: 0;
    padding-left: 14px;
    margin-bottom: 10px;
    display: block
  }

  .experience-wrapper label span {
    top: 2px
  }

  .experience-wrapper .text {
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 60px;
    padding-left: 15px
  }

  .experience-wrapper .btn {
    font-size: 14px;
    right: 10px;
    bottom: 12px;
    top: auto
  }

  .experience-wrapper .submit {
    width: 50%;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px
  }

  .team-wrapper ul {
    padding: 0
  }

  .team-wrapper li {
    display: block;
    margin-bottom: 15px
  }

  .team-wrapper li:before {
    display: none
  }

  .team-wrapper li.animated:nth-child(odd) .info:before {
    width: 315px
  }

  .team-wrapper li.animated:nth-child(2n) .info:before {
    width: 340px
  }

  .team-wrapper .pic {
    width: 100%
  }

  .team-wrapper .info {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    padding: 30px 20px;
    line-height: 26px
  }

  .team-wrapper .info:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 0;
    transition: width 3s ease;
    -webkit-transition: width 3s ease;
    -moz-transition: width 3s ease;
    -ms-transition: width 3s ease;
    -o-transition: width 3s ease;
    transform: scale(.6);
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6)
  }

  .team-wrapper .info:nth-child(odd):before {
    right: 0;
    height: 212px;
    background: url(../img/teambgr.png) no-repeat right top;
    transform-origin: right top
  }

  .team-wrapper .info:nth-child(2n):before {
    left: 0;
    height: 193px;
    background: url(../img/teambgl.png) no-repeat;
    transform-origin: left top
  }

  .team-wrapper .title {
    font-size: 22px;
    margin-bottom: 24px
  }

  .team-wrapper .name {
    display: inline-block;
    font-size: 20px;
    width: auto;
    padding-bottom: 10px;
    height: auto;
    margin-bottom: 20px
  }

  .team-wrapper .description {
    margin-left: 0
  }

  .team-wrapper .level {
    font-size: 17px
  }

  .team-wrapper .desc {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px
  }

  .codealertbox {
    width: calc((100% - 30px));
    left: 15px;
    margin-left: 0
  }

  .codealertbox {
    padding: 20px
  }

  .codealertbox .codecen .img {
    width: 100px
  }

  .codealertbox .codecen .img img {
    width: 100px;
    height: 46px
  }

  .codealertbox .codecen .input {
    width: calc((100% - 105px))
  }

  .codealertbox .codecen .input input {
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    font-size: 13px
  }

  .codealertbox .btn {
    height: 46px;
    line-height: 46px
  }

  .firm li {
    margin-bottom: 15px !important;
    width: 200px !important;
    height: 247px
  }

  .firm li {
    margin: 0 15px 0 0 !important
  }
}

@media screen and (max-width:618px) {
  .firm .info-firm {
    line-height: 18px
  }

  .firm li div span:first-child {
    font-size: 20px
  }

  .firm li div span:nth-child(3) {
    font-size: 11px
  }

  .firm .desc-firm {
    font-size: 8px
  }
}

@media screen and (max-width:429px) {
  .firm .info-firm {
    line-height: 14px
  }

  .index-box {
    padding-bottom: 25px
  }

  .index-box-5 {
    padding-bottom: 30px
  }

  .firm li {
    width: 120px !important;
    height: 144px !important
  }

  .firm li div {
    font-size: 12px !important
  }

  .firm li div span:first-child {
    font-size: 15px !important
  }

  .firm li div span:nth-child(3) {
    font-size: 8px !important
  }

  .firm .desc-firm {
    font-size: 8px !important
  }
}

@media screen and (max-width:393px) {
  .index-box-2 .info-rel {
    top: 9px
  }

  .pic img {
    min-width: 380px
  }
}

@media screen and (max-width:356px) {
  .header-wrapper .lan-select .il8n-sel {
    left: 28% !important
  }
}

@media screen and (max-width:355px) {
  .header-wrapper .lan-select {
    padding-left: 2px !important
  }

  .nav-icon {
    margin-left: 5px !important
  }

  .header-wrapper .lan-select .il8n-sel {
    left: 11% !important
  }

  .header-wrapper .lan-select .sel-box {
    left: -7% !important
  }
}

@media screen and (max-width:327px) {
  .header-wrapper .lan-select .il8n-sel {
    left: 1% !important
  }
}