@charset "UTF-8";

/*!

 * animate.css -http://daneden.me/animate

 * Version - 3.7.0

 * Licensed under the MIT license - http://opensource.org/licenses/MIT

 *

 * Copyright (c) 2018 Daniel Eden

 */

@-webkit-keyframes bounce {

  0%,

  20%,

  53%,

  80%,

  to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translateZ(0);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transform: translateZ(0);

  }

  40%,

  43% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transform: translate3d(0, -30px, 0);

  }

  70% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transform: translate3d(0, -15px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);

  }

}

@keyframes bounce {

  0%,

  20%,

  53%,

  80%,

  to {

    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    -webkit-transform: translateZ(0);

    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);

    transform: translateZ(0);

  }

  40%,

  43% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -30px, 0);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transform: translate3d(0, -30px, 0);

  }

  70% {

    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    -webkit-transform: translate3d(0, -15px, 0);

    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);

    transform: translate3d(0, -15px, 0);

  }

  90% {

    -webkit-transform: translate3d(0, -4px, 0);

    transform: translate3d(0, -4px, 0);

  }

}

.bounce {

  -webkit-animation-name: bounce;

  -webkit-transform-origin: center bottom;

  animation-name: bounce;

  transform-origin: center bottom;

}

@-webkit-keyframes flash {

  0%,

  50%,

  to {

    opacity: 1;

  }

  25%,

  75% {

    opacity: 0;

  }

}

@keyframes flash {

  0%,

  50%,

  to {

    opacity: 1;

  }

  25%,

  75% {

    opacity: 0;

  }

}

.flash {

  -webkit-animation-name: flash;

  animation-name: flash;

}

@-webkit-keyframes pulse {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

}

@keyframes pulse {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

  50% {

    -webkit-transform: scale3d(1.05, 1.05, 1.05);

    transform: scale3d(1.05, 1.05, 1.05);

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

}

.pulse {

  -webkit-animation-name: pulse;

  animation-name: pulse;

}

@-webkit-keyframes rubberBand {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);

  }

  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);

  }

  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);

  }

  65% {

    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);

  }

  75% {

    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

}

@keyframes rubberBand {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

  30% {

    -webkit-transform: scale3d(1.25, 0.75, 1);

    transform: scale3d(1.25, 0.75, 1);

  }

  40% {

    -webkit-transform: scale3d(0.75, 1.25, 1);

    transform: scale3d(0.75, 1.25, 1);

  }

  50% {

    -webkit-transform: scale3d(1.15, 0.85, 1);

    transform: scale3d(1.15, 0.85, 1);

  }

  65% {

    -webkit-transform: scale3d(0.95, 1.05, 1);

    transform: scale3d(0.95, 1.05, 1);

  }

  75% {

    -webkit-transform: scale3d(1.05, 0.95, 1);

    transform: scale3d(1.05, 0.95, 1);

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

}

.rubberBand {

  -webkit-animation-name: rubberBand;

  animation-name: rubberBand;

}

@-webkit-keyframes shake {

  0%,

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(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 {

  0%,

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(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-name: headShake;

  -webkit-animation-timing-function: ease-in-out;

  animation-name: headShake;

  animation-timing-function: ease-in-out;

}

@-webkit-keyframes swing {

  20% {

    -webkit-transform: rotate(15deg);

    transform: rotate(15deg);

  }

  40% {

    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);

  }

  60% {

    -webkit-transform: rotate(5deg);

    transform: rotate(5deg);

  }

  80% {

    -webkit-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

  to {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

}

@keyframes swing {

  20% {

    -webkit-transform: rotate(15deg);

    transform: rotate(15deg);

  }

  40% {

    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);

  }

  60% {

    -webkit-transform: rotate(5deg);

    transform: rotate(5deg);

  }

  80% {

    -webkit-transform: rotate(-5deg);

    transform: rotate(-5deg);

  }

  to {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

}

.swing {

  -webkit-animation-name: swing;

  -webkit-transform-origin: top center;

  animation-name: swing;

  transform-origin: top center;

}

@-webkit-keyframes tada {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

  10%,

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);

  }

  30%,

  50%,

  70%,

  90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);

  }

  40%,

  60%,

  80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

}

@keyframes tada {

  0% {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

  10%,

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);

    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);

  }

  30%,

  50%,

  70%,

  90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);

  }

  40%,

  60%,

  80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);

  }

  to {

    -webkit-transform: scaleX(1);

    transform: scaleX(1);

  }

}

.tada {

  -webkit-animation-name: tada;

  animation-name: tada;

}

@-webkit-keyframes wobble {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);

    transform: translate3d(-25%, 0, 0) rotate(-5deg);

  }

  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);

    transform: translate3d(20%, 0, 0) rotate(3deg);

  }

  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);

    transform: translate3d(-15%, 0, 0) rotate(-3deg);

  }

  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);

    transform: translate3d(10%, 0, 0) rotate(2deg);

  }

  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);

    transform: translate3d(-5%, 0, 0) rotate(-1deg);

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes wobble {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  15% {

    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);

    transform: translate3d(-25%, 0, 0) rotate(-5deg);

  }

  30% {

    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);

    transform: translate3d(20%, 0, 0) rotate(3deg);

  }

  45% {

    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);

    transform: translate3d(-15%, 0, 0) rotate(-3deg);

  }

  60% {

    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);

    transform: translate3d(10%, 0, 0) rotate(2deg);

  }

  75% {

    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);

    transform: translate3d(-5%, 0, 0) rotate(-1deg);

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.wobble {

  -webkit-animation-name: wobble;

  animation-name: wobble;

}

@-webkit-keyframes jello {

  0%,

  11.1%,

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(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(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg);

  }

  77.7% {

    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);

    transform: skewX(0.390625deg) skewY(0.390625deg);

  }

  88.8% {

    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

  }

}

@keyframes jello {

  0%,

  11.1%,

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(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(-0.78125deg) skewY(-0.78125deg);

    transform: skewX(-0.78125deg) skewY(-0.78125deg);

  }

  77.7% {

    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);

    transform: skewX(0.390625deg) skewY(0.390625deg);

  }

  88.8% {

    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

  }

}

.jello {

  -webkit-animation-name: jello;

  -webkit-transform-origin: center;

  animation-name: jello;

  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-duration: 1.3s;

  -webkit-animation-name: heartBeat;

  -webkit-animation-timing-function: ease-in-out;

  animation-duration: 1.3s;

  animation-name: heartBeat;

  animation-timing-function: ease-in-out;

}

@-webkit-keyframes bounceIn {

  0%,

  20%,

  40%,

  60%,

  80%,

  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% {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }

  40% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  60% {

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    opacity: 1;

    transform: scale3d(1.03, 1.03, 1.03);

  }

  80% {

    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);

  }

  to {

    -webkit-transform: scaleX(1);

    opacity: 1;

    transform: scaleX(1);

  }

}

@keyframes bounceIn {

  0%,

  20%,

  40%,

  60%,

  80%,

  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% {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

  20% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    transform: scale3d(1.1, 1.1, 1.1);

  }

  40% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  60% {

    -webkit-transform: scale3d(1.03, 1.03, 1.03);

    opacity: 1;

    transform: scale3d(1.03, 1.03, 1.03);

  }

  80% {

    -webkit-transform: scale3d(0.97, 0.97, 0.97);

    transform: scale3d(0.97, 0.97, 0.97);

  }

  to {

    -webkit-transform: scaleX(1);

    opacity: 1;

    transform: scaleX(1);

  }

}

.bounceIn {

  -webkit-animation-duration: .75s;

  -webkit-animation-name: bounceIn;

  animation-duration: .75s;

  animation-name: bounceIn;

}

@-webkit-keyframes bounceInDown {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(0, -3000px, 0);

    opacity: 0;

    transform: translate3d(0, -3000px, 0);

  }

  60% {

    -webkit-transform: translate3d(0, 25px, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes bounceInDown {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(0, -3000px, 0);

    opacity: 0;

    transform: translate3d(0, -3000px, 0);

  }

  60% {

    -webkit-transform: translate3d(0, 25px, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

.bounceInDown {

  -webkit-animation-name: bounceInDown;

  animation-name: bounceInDown;

}

@-webkit-keyframes bounceInLeft {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(-3000px, 0, 0);

    opacity: 0;

    transform: translate3d(-3000px, 0, 0);

  }

  60% {

    -webkit-transform: translate3d(25px, 0, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes bounceInLeft {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(-3000px, 0, 0);

    opacity: 0;

    transform: translate3d(-3000px, 0, 0);

  }

  60% {

    -webkit-transform: translate3d(25px, 0, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

.bounceInLeft {

  -webkit-animation-name: bounceInLeft;

  animation-name: bounceInLeft;

}

@-webkit-keyframes bounceInRight {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(3000px, 0, 0);

    opacity: 0;

    transform: translate3d(3000px, 0, 0);

  }

  60% {

    -webkit-transform: translate3d(-25px, 0, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes bounceInRight {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(3000px, 0, 0);

    opacity: 0;

    transform: translate3d(3000px, 0, 0);

  }

  60% {

    -webkit-transform: translate3d(-25px, 0, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

.bounceInRight {

  -webkit-animation-name: bounceInRight;

  animation-name: bounceInRight;

}

@-webkit-keyframes bounceInUp {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(0, 3000px, 0);

    opacity: 0;

    transform: translate3d(0, 3000px, 0);

  }

  60% {

    -webkit-transform: translate3d(0, -20px, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes bounceInUp {

  0%,

  60%,

  75%,

  90%,

  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% {

    -webkit-transform: translate3d(0, 3000px, 0);

    opacity: 0;

    transform: translate3d(0, 3000px, 0);

  }

  60% {

    -webkit-transform: translate3d(0, -20px, 0);

    opacity: 1;

    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: translateZ(0);

    transform: translateZ(0);

  }

}

.bounceInUp {

  -webkit-animation-name: bounceInUp;

  animation-name: bounceInUp;

}

@-webkit-keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  50%,

  55% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    opacity: 1;

    transform: scale3d(1.1, 1.1, 1.1);

  }

  to {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

}

@keyframes bounceOut {

  20% {

    -webkit-transform: scale3d(0.9, 0.9, 0.9);

    transform: scale3d(0.9, 0.9, 0.9);

  }

  50%,

  55% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1);

    opacity: 1;

    transform: scale3d(1.1, 1.1, 1.1);

  }

  to {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

}

.bounceOut {

  -webkit-animation-duration: .75s;

  -webkit-animation-name: bounceOut;

  animation-duration: .75s;

  animation-name: bounceOut;

}

@-webkit-keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }

  40%,

  45% {

    -webkit-transform: translate3d(0, -20px, 0);

    opacity: 1;

    transform: translate3d(0, -20px, 0);

  }

  to {

    -webkit-transform: translate3d(0, 2000px, 0);

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

}

@keyframes bounceOutDown {

  20% {

    -webkit-transform: translate3d(0, 10px, 0);

    transform: translate3d(0, 10px, 0);

  }

  40%,

  45% {

    -webkit-transform: translate3d(0, -20px, 0);

    opacity: 1;

    transform: translate3d(0, -20px, 0);

  }

  to {

    -webkit-transform: translate3d(0, 2000px, 0);

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

}

.bounceOutDown {

  -webkit-animation-name: bounceOutDown;

  animation-name: bounceOutDown;

}

@-webkit-keyframes bounceOutLeft {

  20% {

    -webkit-transform: translate3d(20px, 0, 0);

    opacity: 1;

    transform: translate3d(20px, 0, 0);

  }

  to {

    -webkit-transform: translate3d(-2000px, 0, 0);

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

}

@keyframes bounceOutLeft {

  20% {

    -webkit-transform: translate3d(20px, 0, 0);

    opacity: 1;

    transform: translate3d(20px, 0, 0);

  }

  to {

    -webkit-transform: translate3d(-2000px, 0, 0);

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

}

.bounceOutLeft {

  -webkit-animation-name: bounceOutLeft;

  animation-name: bounceOutLeft;

}

@-webkit-keyframes bounceOutRight {

  20% {

    -webkit-transform: translate3d(-20px, 0, 0);

    opacity: 1;

    transform: translate3d(-20px, 0, 0);

  }

  to {

    -webkit-transform: translate3d(2000px, 0, 0);

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }

}

@keyframes bounceOutRight {

  20% {

    -webkit-transform: translate3d(-20px, 0, 0);

    opacity: 1;

    transform: translate3d(-20px, 0, 0);

  }

  to {

    -webkit-transform: translate3d(2000px, 0, 0);

    opacity: 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% {

    -webkit-transform: translate3d(0, 20px, 0);

    opacity: 1;

    transform: translate3d(0, 20px, 0);

  }

  to {

    -webkit-transform: translate3d(0, -2000px, 0);

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

}

@keyframes bounceOutUp {

  20% {

    -webkit-transform: translate3d(0, -10px, 0);

    transform: translate3d(0, -10px, 0);

  }

  40%,

  45% {

    -webkit-transform: translate3d(0, 20px, 0);

    opacity: 1;

    transform: translate3d(0, 20px, 0);

  }

  to {

    -webkit-transform: translate3d(0, -2000px, 0);

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

}

.bounceOutUp {

  -webkit-animation-name: bounceOutUp;

  animation-name: bounceOutUp;

}

@-webkit-keyframes fadeIn {

  0% {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

@keyframes fadeIn {

  0% {

    opacity: 0;

  }

  to {

    opacity: 1;

  }

}

.fadeIn {

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

}

@-webkit-keyframes fadeInDown {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

    opacity: 0;

    transform: translate3d(0, -100%, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInDown {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

    opacity: 0;

    transform: translate3d(0, -100%, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInDown {

  -webkit-animation-name: fadeInDown;

  animation-name: fadeInDown;

}

@-webkit-keyframes fadeInDownBig {

  0% {

    -webkit-transform: translate3d(0, -2000px, 0);

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInDownBig {

  0% {

    -webkit-transform: translate3d(0, -2000px, 0);

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInDownBig {

  -webkit-animation-name: fadeInDownBig;

  animation-name: fadeInDownBig;

}

@-webkit-keyframes fadeInLeft {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0);

    opacity: 0;

    transform: translate3d(-100%, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInLeft {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0);

    opacity: 0;

    transform: translate3d(-100%, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInLeft {

  -webkit-animation-name: fadeInLeft;

  animation-name: fadeInLeft;

}

@-webkit-keyframes fadeInLeftBig {

  0% {

    -webkit-transform: translate3d(-2000px, 0, 0);

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInLeftBig {

  0% {

    -webkit-transform: translate3d(-2000px, 0, 0);

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInLeftBig {

  -webkit-animation-name: fadeInLeftBig;

  animation-name: fadeInLeftBig;

}

@-webkit-keyframes fadeInRight {

  0% {

    -webkit-transform: translate3d(100%, 0, 0);

    opacity: 0;

    transform: translate3d(100%, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInRight {

  0% {

    -webkit-transform: translate3d(100%, 0, 0);

    opacity: 0;

    transform: translate3d(100%, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInRight {

  -webkit-animation-name: fadeInRight;

  animation-name: fadeInRight;

}

@-webkit-keyframes fadeInRightBig {

  0% {

    -webkit-transform: translate3d(2000px, 0, 0);

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInRightBig {

  0% {

    -webkit-transform: translate3d(2000px, 0, 0);

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInRightBig {

  -webkit-animation-name: fadeInRightBig;

  animation-name: fadeInRightBig;

}

@-webkit-keyframes fadeInUp {

  0% {

    -webkit-transform: translate3d(0, 100%, 0);

    opacity: 0;

    transform: translate3d(0, 100%, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInUp {

  0% {

    -webkit-transform: translate3d(0, 100%, 0);

    opacity: 0;

    transform: translate3d(0, 100%, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInUp {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

}

@-webkit-keyframes fadeInUpBig {

  0% {

    -webkit-transform: translate3d(0, 2000px, 0);

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes fadeInUpBig {

  0% {

    -webkit-transform: translate3d(0, 2000px, 0);

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.fadeInUpBig {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

}

@-webkit-keyframes fadeOut {

  0% {

    opacity: 1;

  }

  to {

    opacity: 0;

  }

}

@keyframes fadeOut {

  0% {

    opacity: 1;

  }

  to {

    opacity: 0;

  }

}

.fadeOut {

  -webkit-animation-name: fadeOut;

  animation-name: fadeOut;

}

@-webkit-keyframes fadeOutDown {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, 100%, 0);

    opacity: 0;

    transform: translate3d(0, 100%, 0);

  }

}

@keyframes fadeOutDown {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, 100%, 0);

    opacity: 0;

    transform: translate3d(0, 100%, 0);

  }

}

.fadeOutDown {

  -webkit-animation-name: fadeOutDown;

  animation-name: fadeOutDown;

}

@-webkit-keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, 2000px, 0);

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

}

@keyframes fadeOutDownBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, 2000px, 0);

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

}

.fadeOutDownBig {

  -webkit-animation-name: fadeOutDownBig;

  animation-name: fadeOutDownBig;

}

@-webkit-keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(-100%, 0, 0);

    opacity: 0;

    transform: translate3d(-100%, 0, 0);

  }

}

@keyframes fadeOutLeft {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(-100%, 0, 0);

    opacity: 0;

    transform: translate3d(-100%, 0, 0);

  }

}

.fadeOutLeft {

  -webkit-animation-name: fadeOutLeft;

  animation-name: fadeOutLeft;

}

@-webkit-keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(-2000px, 0, 0);

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

}

@keyframes fadeOutLeftBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(-2000px, 0, 0);

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

}

.fadeOutLeftBig {

  -webkit-animation-name: fadeOutLeftBig;

  animation-name: fadeOutLeftBig;

}

@-webkit-keyframes fadeOutRight {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0);

    opacity: 0;

    transform: translate3d(100%, 0, 0);

  }

}

@keyframes fadeOutRight {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0);

    opacity: 0;

    transform: translate3d(100%, 0, 0);

  }

}

.fadeOutRight {

  -webkit-animation-name: fadeOutRight;

  animation-name: fadeOutRight;

}

@-webkit-keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(2000px, 0, 0);

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }

}

@keyframes fadeOutRightBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(2000px, 0, 0);

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }

}

.fadeOutRightBig {

  -webkit-animation-name: fadeOutRightBig;

  animation-name: fadeOutRightBig;

}

@-webkit-keyframes fadeOutUp {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, -100%, 0);

    opacity: 0;

    transform: translate3d(0, -100%, 0);

  }

}

@keyframes fadeOutUp {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, -100%, 0);

    opacity: 0;

    transform: translate3d(0, -100%, 0);

  }

}

.fadeOutUp {

  -webkit-animation-name: fadeOutUp;

  animation-name: fadeOutUp;

}

@-webkit-keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, -2000px, 0);

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

}

@keyframes fadeOutUpBig {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(0, -2000px, 0);

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

}

.fadeOutUpBig {

  -webkit-animation-name: fadeOutUpBig;

  animation-name: fadeOutUpBig;

}

@-webkit-keyframes flip {

  0% {

    -webkit-animation-timing-function: ease-out;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);

    animation-timing-function: ease-out;

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);

  }

  40% {

    -webkit-animation-timing-function: ease-out;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);

    animation-timing-function: ease-out;

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);

  }

  50% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);

  }

  80% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);

  }

  to {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

  }

}

@keyframes flip {

  0% {

    -webkit-animation-timing-function: ease-out;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);

    animation-timing-function: ease-out;

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);

  }

  40% {

    -webkit-animation-timing-function: ease-out;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);

    animation-timing-function: ease-out;

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);

  }

  50% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);

  }

  80% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);

  }

  to {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);

  }

}

.animated.flip {

  -webkit-animation-name: flip;

  -webkit-backface-visibility: visible;

  animation-name: flip;

  backface-visibility: visible;

}

@-webkit-keyframes flipInX {

  0% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateX(90deg);

    animation-timing-function: ease-in;

    opacity: 0;

    transform: perspective(400px) rotateX(90deg);

  }

  40% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateX(-20deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) rotateX(-20deg);

  }

  60% {

    -webkit-transform: perspective(400px) rotateX(10deg);

    opacity: 1;

    transform: perspective(400px) rotateX(10deg);

  }

  80% {

    -webkit-transform: perspective(400px) rotateX(-5deg);

    transform: perspective(400px) rotateX(-5deg);

  }

  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}

@keyframes flipInX {

  0% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateX(90deg);

    animation-timing-function: ease-in;

    opacity: 0;

    transform: perspective(400px) rotateX(90deg);

  }

  40% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateX(-20deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) rotateX(-20deg);

  }

  60% {

    -webkit-transform: perspective(400px) rotateX(10deg);

    opacity: 1;

    transform: perspective(400px) rotateX(10deg);

  }

  80% {

    -webkit-transform: perspective(400px) rotateX(-5deg);

    transform: perspective(400px) rotateX(-5deg);

  }

  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}

.flipInX {

  -webkit-animation-name: flipInX;

  -webkit-backface-visibility: visible!important;

  animation-name: flipInX;

  backface-visibility: visible !important;

}

@-webkit-keyframes flipInY {

  0% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateY(90deg);

    animation-timing-function: ease-in;

    opacity: 0;

    transform: perspective(400px) rotateY(90deg);

  }

  40% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateY(-20deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) rotateY(-20deg);

  }

  60% {

    -webkit-transform: perspective(400px) rotateY(10deg);

    opacity: 1;

    transform: perspective(400px) rotateY(10deg);

  }

  80% {

    -webkit-transform: perspective(400px) rotateY(-5deg);

    transform: perspective(400px) rotateY(-5deg);

  }

  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}

@keyframes flipInY {

  0% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateY(90deg);

    animation-timing-function: ease-in;

    opacity: 0;

    transform: perspective(400px) rotateY(90deg);

  }

  40% {

    -webkit-animation-timing-function: ease-in;

    -webkit-transform: perspective(400px) rotateY(-20deg);

    animation-timing-function: ease-in;

    transform: perspective(400px) rotateY(-20deg);

  }

  60% {

    -webkit-transform: perspective(400px) rotateY(10deg);

    opacity: 1;

    transform: perspective(400px) rotateY(10deg);

  }

  80% {

    -webkit-transform: perspective(400px) rotateY(-5deg);

    transform: perspective(400px) rotateY(-5deg);

  }

  to {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

}

.flipInY {

  -webkit-animation-name: flipInY;

  -webkit-backface-visibility: visible!important;

  animation-name: flipInY;

  backface-visibility: visible !important;

}

@-webkit-keyframes flipOutX {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotateX(-20deg);

    opacity: 1;

    transform: perspective(400px) rotateX(-20deg);

  }

  to {

    -webkit-transform: perspective(400px) rotateX(90deg);

    opacity: 0;

    transform: perspective(400px) rotateX(90deg);

  }

}

@keyframes flipOutX {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotateX(-20deg);

    opacity: 1;

    transform: perspective(400px) rotateX(-20deg);

  }

  to {

    -webkit-transform: perspective(400px) rotateX(90deg);

    opacity: 0;

    transform: perspective(400px) rotateX(90deg);

  }

}

.flipOutX {

  -webkit-animation-duration: .75s;

  -webkit-animation-name: flipOutX;

  -webkit-backface-visibility: visible!important;

  animation-duration: .75s;

  animation-name: flipOutX;

  backface-visibility: visible !important;

}

@-webkit-keyframes flipOutY {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotateY(-15deg);

    opacity: 1;

    transform: perspective(400px) rotateY(-15deg);

  }

  to {

    -webkit-transform: perspective(400px) rotateY(90deg);

    opacity: 0;

    transform: perspective(400px) rotateY(90deg);

  }

}

@keyframes flipOutY {

  0% {

    -webkit-transform: perspective(400px);

    transform: perspective(400px);

  }

  30% {

    -webkit-transform: perspective(400px) rotateY(-15deg);

    opacity: 1;

    transform: perspective(400px) rotateY(-15deg);

  }

  to {

    -webkit-transform: perspective(400px) rotateY(90deg);

    opacity: 0;

    transform: perspective(400px) rotateY(90deg);

  }

}

.flipOutY {

  -webkit-animation-duration: .75s;

  -webkit-animation-name: flipOutY;

  -webkit-backface-visibility: visible!important;

  animation-duration: .75s;

  animation-name: flipOutY;

  backface-visibility: visible !important;

}

@-webkit-keyframes lightSpeedIn {

  0% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;

    transform: translate3d(100%, 0, 0) skewX(-30deg);

  }

  60% {

    -webkit-transform: skewX(20deg);

    opacity: 1;

    transform: skewX(20deg);

  }

  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes lightSpeedIn {

  0% {

    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;

    transform: translate3d(100%, 0, 0) skewX(-30deg);

  }

  60% {

    -webkit-transform: skewX(20deg);

    opacity: 1;

    transform: skewX(20deg);

  }

  80% {

    -webkit-transform: skewX(-5deg);

    transform: skewX(-5deg);

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.lightSpeedIn {

  -webkit-animation-name: lightSpeedIn;

  -webkit-animation-timing-function: ease-out;

  animation-name: lightSpeedIn;

  animation-timing-function: ease-out;

}

@-webkit-keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

    transform: translate3d(100%, 0, 0) skewX(30deg);

  }

}

@keyframes lightSpeedOut {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

    transform: translate3d(100%, 0, 0) skewX(30deg);

  }

}

.lightSpeedOut {

  -webkit-animation-name: lightSpeedOut;

  -webkit-animation-timing-function: ease-in;

  animation-name: lightSpeedOut;

  animation-timing-function: ease-in;

}

@-webkit-keyframes rotateIn {

  0% {

    -webkit-transform: rotate(-200deg);

    -webkit-transform-origin: center;

    opacity: 0;

    transform: rotate(-200deg);

    transform-origin: center;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: center;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: center;

  }

}

@keyframes rotateIn {

  0% {

    -webkit-transform: rotate(-200deg);

    -webkit-transform-origin: center;

    opacity: 0;

    transform: rotate(-200deg);

    transform-origin: center;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: center;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: center;

  }

}

.rotateIn {

  -webkit-animation-name: rotateIn;

  animation-name: rotateIn;

}

@-webkit-keyframes rotateInDownLeft {

  0% {

    -webkit-transform: rotate(-45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(-45deg);

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: left bottom;

  }

}

@keyframes rotateInDownLeft {

  0% {

    -webkit-transform: rotate(-45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(-45deg);

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: left bottom;

  }

}

.rotateInDownLeft {

  -webkit-animation-name: rotateInDownLeft;

  animation-name: rotateInDownLeft;

}

@-webkit-keyframes rotateInDownRight {

  0% {

    -webkit-transform: rotate(45deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(45deg);

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: right bottom;

  }

}

@keyframes rotateInDownRight {

  0% {

    -webkit-transform: rotate(45deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(45deg);

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: right bottom;

  }

}

.rotateInDownRight {

  -webkit-animation-name: rotateInDownRight;

  animation-name: rotateInDownRight;

}

@-webkit-keyframes rotateInUpLeft {

  0% {

    -webkit-transform: rotate(45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(45deg);

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: left bottom;

  }

}

@keyframes rotateInUpLeft {

  0% {

    -webkit-transform: rotate(45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(45deg);

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: left bottom;

  }

}

.rotateInUpLeft {

  -webkit-animation-name: rotateInUpLeft;

  animation-name: rotateInUpLeft;

}

@-webkit-keyframes rotateInUpRight {

  0% {

    -webkit-transform: rotate(-90deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(-90deg);

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: right bottom;

  }

}

@keyframes rotateInUpRight {

  0% {

    -webkit-transform: rotate(-90deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(-90deg);

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: translateZ(0);

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform: translateZ(0);

    transform-origin: right bottom;

  }

}

.rotateInUpRight {

  -webkit-animation-name: rotateInUpRight;

  animation-name: rotateInUpRight;

}

@-webkit-keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

    opacity: 1;

    transform-origin: center;

  }

  to {

    -webkit-transform: rotate(200deg);

    -webkit-transform-origin: center;

    opacity: 0;

    transform: rotate(200deg);

    transform-origin: center;

  }

}

@keyframes rotateOut {

  0% {

    -webkit-transform-origin: center;

    opacity: 1;

    transform-origin: center;

  }

  to {

    -webkit-transform: rotate(200deg);

    -webkit-transform-origin: center;

    opacity: 0;

    transform: rotate(200deg);

    transform-origin: center;

  }

}

.rotateOut {

  -webkit-animation-name: rotateOut;

  animation-name: rotateOut;

}

@-webkit-keyframes rotateOutDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: rotate(45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(45deg);

    transform-origin: left bottom;

  }

}

@keyframes rotateOutDownLeft {

  0% {

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: rotate(45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(45deg);

    transform-origin: left bottom;

  }

}

.rotateOutDownLeft {

  -webkit-animation-name: rotateOutDownLeft;

  animation-name: rotateOutDownLeft;

}

@-webkit-keyframes rotateOutDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: rotate(-45deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(-45deg);

    transform-origin: right bottom;

  }

}

@keyframes rotateOutDownRight {

  0% {

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: rotate(-45deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(-45deg);

    transform-origin: right bottom;

  }

}

.rotateOutDownRight {

  -webkit-animation-name: rotateOutDownRight;

  animation-name: rotateOutDownRight;

}

@-webkit-keyframes rotateOutUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: rotate(-45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(-45deg);

    transform-origin: left bottom;

  }

}

@keyframes rotateOutUpLeft {

  0% {

    -webkit-transform-origin: left bottom;

    opacity: 1;

    transform-origin: left bottom;

  }

  to {

    -webkit-transform: rotate(-45deg);

    -webkit-transform-origin: left bottom;

    opacity: 0;

    transform: rotate(-45deg);

    transform-origin: left bottom;

  }

}

.rotateOutUpLeft {

  -webkit-animation-name: rotateOutUpLeft;

  animation-name: rotateOutUpLeft;

}

@-webkit-keyframes rotateOutUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: rotate(90deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(90deg);

    transform-origin: right bottom;

  }

}

@keyframes rotateOutUpRight {

  0% {

    -webkit-transform-origin: right bottom;

    opacity: 1;

    transform-origin: right bottom;

  }

  to {

    -webkit-transform: rotate(90deg);

    -webkit-transform-origin: right bottom;

    opacity: 0;

    transform: rotate(90deg);

    transform-origin: right bottom;

  }

}

.rotateOutUpRight {

  -webkit-animation-name: rotateOutUpRight;

  animation-name: rotateOutUpRight;

}

@-webkit-keyframes hinge {

  0% {

    -webkit-animation-timing-function: ease-in-out;

    -webkit-transform-origin: top left;

    animation-timing-function: ease-in-out;

    transform-origin: top left;

  }

  20%,

  60% {

    -webkit-animation-timing-function: ease-in-out;

    -webkit-transform: rotate(80deg);

    -webkit-transform-origin: top left;

    animation-timing-function: ease-in-out;

    transform: rotate(80deg);

    transform-origin: top left;

  }

  40%,

  80% {

    -webkit-animation-timing-function: ease-in-out;

    -webkit-transform: rotate(60deg);

    -webkit-transform-origin: top left;

    animation-timing-function: ease-in-out;

    opacity: 1;

    transform: rotate(60deg);

    transform-origin: top left;

  }

  to {

    -webkit-transform: translate3d(0, 700px, 0);

    opacity: 0;

    transform: translate3d(0, 700px, 0);

  }

}

@keyframes hinge {

  0% {

    -webkit-animation-timing-function: ease-in-out;

    -webkit-transform-origin: top left;

    animation-timing-function: ease-in-out;

    transform-origin: top left;

  }

  20%,

  60% {

    -webkit-animation-timing-function: ease-in-out;

    -webkit-transform: rotate(80deg);

    -webkit-transform-origin: top left;

    animation-timing-function: ease-in-out;

    transform: rotate(80deg);

    transform-origin: top left;

  }

  40%,

  80% {

    -webkit-animation-timing-function: ease-in-out;

    -webkit-transform: rotate(60deg);

    -webkit-transform-origin: top left;

    animation-timing-function: ease-in-out;

    opacity: 1;

    transform: rotate(60deg);

    transform-origin: top left;

  }

  to {

    -webkit-transform: translate3d(0, 700px, 0);

    opacity: 0;

    transform: translate3d(0, 700px, 0);

  }

}

.hinge {

  -webkit-animation-duration: 2s;

  -webkit-animation-name: hinge;

  animation-duration: 2s;

  animation-name: hinge;

}

@-webkit-keyframes jackInTheBox {

  0% {

    -webkit-transform: scale(0.1) rotate(30deg);

    -webkit-transform-origin: center bottom;

    opacity: 0;

    transform: scale(0.1) rotate(30deg);

    transform-origin: center bottom;

  }

  50% {

    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);

  }

  70% {

    -webkit-transform: rotate(3deg);

    transform: rotate(3deg);

  }

  to {

    -webkit-transform: scale(1);

    opacity: 1;

    transform: scale(1);

  }

}

@keyframes jackInTheBox {

  0% {

    -webkit-transform: scale(0.1) rotate(30deg);

    -webkit-transform-origin: center bottom;

    opacity: 0;

    transform: scale(0.1) rotate(30deg);

    transform-origin: center bottom;

  }

  50% {

    -webkit-transform: rotate(-10deg);

    transform: rotate(-10deg);

  }

  70% {

    -webkit-transform: rotate(3deg);

    transform: rotate(3deg);

  }

  to {

    -webkit-transform: scale(1);

    opacity: 1;

    transform: scale(1);

  }

}

.jackInTheBox {

  -webkit-animation-name: jackInTheBox;

  animation-name: jackInTheBox;

}

@-webkit-keyframes rollIn {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);

    opacity: 0;

    transform: translate3d(-100%, 0, 0) rotate(-120deg);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

@keyframes rollIn {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);

    opacity: 0;

    transform: translate3d(-100%, 0, 0) rotate(-120deg);

  }

  to {

    -webkit-transform: translateZ(0);

    opacity: 1;

    transform: translateZ(0);

  }

}

.rollIn {

  -webkit-animation-name: rollIn;

  animation-name: rollIn;

}

@-webkit-keyframes rollOut {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);

    opacity: 0;

    transform: translate3d(100%, 0, 0) rotate(120deg);

  }

}

@keyframes rollOut {

  0% {

    opacity: 1;

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);

    opacity: 0;

    transform: translate3d(100%, 0, 0) rotate(120deg);

  }

}

.rollOut {

  -webkit-animation-name: rollOut;

  animation-name: rollOut;

}

@-webkit-keyframes zoomIn {

  0% {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

  50% {

    opacity: 1;

  }

}

@keyframes zoomIn {

  0% {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

  50% {

    opacity: 1;

  }

}

.zoomIn {

  -webkit-animation-name: zoomIn;

  animation-name: zoomIn;

}

@-webkit-keyframes zoomInDown {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

  }

}

@keyframes zoomInDown {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

  }

}

.zoomInDown {

  -webkit-animation-name: zoomInDown;

  animation-name: zoomInDown;

}

@-webkit-keyframes zoomInLeft {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

  }

}

@keyframes zoomInLeft {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);

  }

}

.zoomInLeft {

  -webkit-animation-name: zoomInLeft;

  animation-name: zoomInLeft;

}

@-webkit-keyframes zoomInRight {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

  }

}

@keyframes zoomInRight {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);

  }

}

.zoomInRight {

  -webkit-animation-name: zoomInRight;

  animation-name: zoomInRight;

}

@-webkit-keyframes zoomInUp {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

  }

}

@keyframes zoomInUp {

  0% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);

  }

  60% {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

  }

}

.zoomInUp {

  -webkit-animation-name: zoomInUp;

  animation-name: zoomInUp;

}

@-webkit-keyframes zoomOut {

  0% {

    opacity: 1;

  }

  50% {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

  to {

    opacity: 0;

  }

}

@keyframes zoomOut {

  0% {

    opacity: 1;

  }

  50% {

    -webkit-transform: scale3d(0.3, 0.3, 0.3);

    opacity: 0;

    transform: scale3d(0.3, 0.3, 0.3);

  }

  to {

    opacity: 0;

  }

}

.zoomOut {

  -webkit-animation-name: zoomOut;

  animation-name: zoomOut;

}

@-webkit-keyframes zoomOutDown {

  40% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

  }

  to {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform-origin: center bottom;

  }

}

@keyframes zoomOutDown {

  40% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);

  }

  to {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    -webkit-transform-origin: center bottom;

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);

    transform-origin: center bottom;

  }

}

.zoomOutDown {

  -webkit-animation-name: zoomOutDown;

  animation-name: zoomOutDown;

}

@-webkit-keyframes zoomOutLeft {

  40% {

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

  }

  to {

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    opacity: 0;

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform-origin: left center;

  }

}

@keyframes zoomOutLeft {

  40% {

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);

  }

  to {

    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);

    -webkit-transform-origin: left center;

    opacity: 0;

    transform: scale(0.1) translate3d(-2000px, 0, 0);

    transform-origin: left center;

  }

}

.zoomOutLeft {

  -webkit-animation-name: zoomOutLeft;

  animation-name: zoomOutLeft;

}

@-webkit-keyframes zoomOutRight {

  40% {

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

  }

  to {

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    opacity: 0;

    transform: scale(0.1) translate3d(2000px, 0, 0);

    transform-origin: right center;

  }

}

@keyframes zoomOutRight {

  40% {

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);

  }

  to {

    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);

    -webkit-transform-origin: right center;

    opacity: 0;

    transform: scale(0.1) translate3d(2000px, 0, 0);

    transform-origin: right center;

  }

}

.zoomOutRight {

  -webkit-animation-name: zoomOutRight;

  animation-name: zoomOutRight;

}

@-webkit-keyframes zoomOutUp {

  40% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

  }

  to {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform-origin: center bottom;

  }

}

@keyframes zoomOutUp {

  40% {

    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);

    opacity: 1;

    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);

  }

  to {

    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    -webkit-transform-origin: center bottom;

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);

    opacity: 0;

    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);

    transform-origin: center bottom;

  }

}

.zoomOutUp {

  -webkit-animation-name: zoomOutUp;

  animation-name: zoomOutUp;

}

@-webkit-keyframes slideInDown {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes slideInDown {

  0% {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.slideInDown {

  -webkit-animation-name: slideInDown;

  animation-name: slideInDown;

}

@-webkit-keyframes slideInLeft {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes slideInLeft {

  0% {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.slideInLeft {

  -webkit-animation-name: slideInLeft;

  animation-name: slideInLeft;

}

@-webkit-keyframes slideInRight {

  0% {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes slideInRight {

  0% {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.slideInRight {

  -webkit-animation-name: slideInRight;

  animation-name: slideInRight;

}

@-webkit-keyframes slideInUp {

  0% {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

@keyframes slideInUp {

  0% {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: visible;

  }

  to {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

}

.slideInUp {

  -webkit-animation-name: slideInUp;

  animation-name: slideInUp;

}

@-webkit-keyframes slideOutDown {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: hidden;

  }

}

@keyframes slideOutDown {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

    visibility: hidden;

  }

}

.slideOutDown {

  -webkit-animation-name: slideOutDown;

  animation-name: slideOutDown;

}

@-webkit-keyframes slideOutLeft {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: hidden;

  }

}

@keyframes slideOutLeft {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(-100%, 0, 0);

    transform: translate3d(-100%, 0, 0);

    visibility: hidden;

  }

}

.slideOutLeft {

  -webkit-animation-name: slideOutLeft;

  animation-name: slideOutLeft;

}

@-webkit-keyframes slideOutRight {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: hidden;

  }

}

@keyframes slideOutRight {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(100%, 0, 0);

    transform: translate3d(100%, 0, 0);

    visibility: hidden;

  }

}

.slideOutRight {

  -webkit-animation-name: slideOutRight;

  animation-name: slideOutRight;

}

@-webkit-keyframes slideOutUp {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: hidden;

  }

}

@keyframes slideOutUp {

  0% {

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

  }

  to {

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

    visibility: hidden;

  }

}

.slideOutUp {

  -webkit-animation-name: slideOutUp;

  animation-name: slideOutUp;

}

.animated {

  -webkit-animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-duration: 1s;

  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: 0.8s;

}

.animated.faster {

  -webkit-animation-duration: .5s;

  animation-duration: 0.5s;

}

.animated.slow {

  -webkit-animation-duration: 2s;

  animation-duration: 2s;

}

.animated.slower {

  -webkit-animation-duration: 3s;

  animation-duration: 3s;

}

@media (prefers-reduced-motion), (print) {

  .animated {

    -webkit-animation: unset!important;

    -webkit-transition: none!important;

    animation: unset!important;

    transition: none !important;

  }

}

/**

 * Swiper 3.4.2

 * Most modern mobile touch slider and framework with hardware accelerated transitions

 * 

 * http://www.idangero.us/swiper/

 * 

 * Copyright 2017, Vladimir Kharlampidi

 * The iDangero.us

 * http://www.idangero.us/

 * 

 * Licensed under MIT

 * 

 * Released on: March 10, 2017

 */

.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: 0.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, 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, 0.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, 0.5)), to(rgba(0, 0, 0, 0)));

  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));

  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));

  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));

  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));

  background-image: linear-gradient(to bottom, rgba(0, 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, 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, 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);

  }

}

/* header start */

/* header end */

.bannerbox #bannerArrow,

.bannerbox #bannerCircle {

  display: none;

}

.bannerbox .pics_wrap {

  width: 100%;

  height: auto;

  overflow-x: hidden;

}

.bannerbox .html5zoo-img-0 img {

  width: 100%;

}

.bannerbox .html5zoo-arrow-left-0 {

  left: 10% !important;

}

.bannerbox .html5zoo-arrow-right-0 {

  right: 10% !important;

}

.bannerbox .html5zoo-bullet-wrapper-0 div {

  margin: 0 4px !important;

}

.bannerbox .html5zoo-nav-0 {

  margin-top: -35px !important;

  left: 48% !important;

}

.bannerbox .html5zoo-bullet-wrapper-0 {

  width: 100% !important;

}

.bannerbox .banner {

  width: 1000px;

  margin: 0 auto;

  position: relative;

  height: 325px;

  margin-top: 8px;

}

.bannerbox .banner ul.bb {

  position: relative;

  padding: 0px;

  margin: 0px;

  z-index: 5;

}

.bannerbox .banner ul.bb li {

  position: absolute;

  display: none;

}

.bannerbox .banner .num {

  position: absolute;

  right: 2px;

  bottom: 10px;

  z-index: 100;

}

.bannerbox .banner .num li {

  width: 18px;

  height: 18px;

  display: inline-block;

  margin-right: 4px;

  background: #fff;

  line-height: 18px;

  text-indent: -100px;

  overflow: hidden;

  border-radius: 10px;

}

.bannerbox .banner .num li.num_hover {

  background-color: #f7de07;

}

.bannerbox .banner .num li.num_hover a {

  color: #fff;

}

.bannerbox .banner .num li a {

  float: left;

  display: block;

  text-align: center;

  color: #666;

  text-decoration: none;

  cursor: pointer;

  width: 18px;

  height: 18px;

  line-height: 18px;

}

.bannerbox #focus {

  width: 255px;

  height: 188px;

  overflow: hidden;

  position: relative;

}

.bannerbox #focus ul {

  height: 188px;

  position: absolute;

}

.bannerbox #focus ul li {

  float: left;

  width: 255px;

  height: 188px;

  overflow: hidden;

  position: relative;

  background: #000;

}

.bannerbox #focus ul li a img {

  height: 188px;

  width: 255px;

}

.bannerbox #focus ul li div {

  position: absolute;

  overflow: hidden;

}

.bannerbox #focus .btnBg {

  position: absolute;

  width: 255px;

  height: 20px;

  left: 0;

  bottom: 0;

  background: #000;

}

.bannerbox #focus .btn {

  position: absolute;

  width: 255px;

  height: 10px;

  padding: 5px 10px;

  right: 0;

  bottom: 0;

  text-align: right;

}

.bannerbox #focus .btn span {

  display: inline-block;

  _display: inline;

  _zoom: 1;

  width: 25px;

  height: 10px;

  _font-size: 0;

  margin-left: 5px;

  cursor: pointer;

  background: #fff;

}

.bannerbox #focus .btn span.on {

  background: #fff;

}

.searchbar {

  width: 100%;

  height: 70px;

  background-color: #fafafa;

}

.searchbar .lefttext {

  width: 600px;

  height: 70px;

  float: left;

  line-height: 70px;

  color: #808080;

  font-size: 14px;

}

.searchbar .rightform {

  width: 280px;

  height: 35px;

  float: right;

  margin-top: 18px;

  box-sizing: border-box;

  border: 1px solid #cf0607;

}

.searchbar .rightform .search-text {

  display: block;

  width: 220px;

  float: left;

  padding-left: 10px;

  line-height: 33px;

  color: #808080;

  background-color: transparent;

}

.searchbar .rightform .search-text::-webkit-input-placeholder {

  color: #808080;

}

.searchbar .rightform .submit-search {

  display: block;

  width: 33px;

  height: 33px;

  float: right;

  background: url('../images/ico_search.png') center center no-repeat;

  background-color: #cf0607;

  cursor: pointer;

}

.alltitle {

  width: 280px;

  height: 70px;

  margin: 0 auto;

  text-align: center;

}

.alltitle h3 {

  font-size: 26px;

  line-height: 26px;

  font-weight: bold;

  color: #cf0607;

}

.alltitle h3 span {

  color: #262626;

}

.alltitle .linebox {

  position: relative;

  width: 100%;

  height: 1px;

  margin-top: 16px;

  background-color: #e6e6e6;

}

.alltitle .linebox::after {

  content: '';

  position: absolute;

  left: 50%;

  top: 1px;

  width: 50px;

  height: 3px;

  background-color: #262626;

  -webkit-transform: translate(-50%, 0);

  -moz-transform: translate(-50%, 0);

  -ms-transform: translate(-50%, 0);

  -o-transform: translate(-50%, 0);

  transform: translate(-50%, 0);

}

.alltitle .en {

  margin-top: 16px;

  font-size: 14px;

  line-height: 14px;

  color: #b3b3b3;

}

.productbox {

  margin-top: 60px;

}

.productbox .alltitle {

  margin-bottom: 40px;

}

.productbox .leftmenubox {

  width: 276px;

  height: 733px;

  float: left;

}

.productbox .leftmenubox .toptitlebox {

  width: 100%;

  height: 100px;

  overflow: hidden;

  background-color: #cf0607;

}

.productbox .leftmenubox .toptitlebox .icobox {

  display: block;

  float: left;

  margin-top: 26px;

  margin-left: 46px;

}

.productbox .leftmenubox .toptitlebox .righttxt {

  width: 100px;

  height: auto;

  float: left;

  margin-left: 17px;

  margin-top: 28px;

}

.productbox .leftmenubox .toptitlebox .righttxt .cn {

  font-size: 24px;

  line-height: 24px;

  font-weight: bold;

  color: #fff;

}

.productbox .leftmenubox .toptitlebox .righttxt .en {

  margin-top: 9px;

  color: #fff;

  font-size: 14px;

  line-height: 14px;

}

.productbox .leftmenubox .menumain {

  width: 276px;

  height: 633px;

  padding-top: 24px;

  padding-bottom: 24px;

  overflow-y: auto;

  box-sizing: border-box;

  background-color: #fafafa;

}

.productbox .leftmenubox .menumain .proclass {

  width: 230px;

  margin: 0 auto;

  margin-bottom: 20px;

}

.productbox .leftmenubox .menumain .proclass .ddbox {

  display: none;

}

.productbox .leftmenubox .menumain .proclass dt {

  position: relative;

  width: 100%;

  height: 29px;

  padding-left: 15px;

  line-height: 55px;

  border-bottom: 1px solid #e6e6e6;

  box-sizing: border-box;

}

.productbox .leftmenubox .menumain .proclass dt a {

  width: 183px;

  height: 16px;

  float: left;

  color: #333;

  font-size: 16px;

  line-height: 16px;

  font-weight: bold;

}

.productbox .leftmenubox .menumain .proclass dt a:hover {

  color: #cf0607;

}

.productbox .leftmenubox .menumain .proclass dt i {

  display: block;

  float: right;

  width: 13px;

  height: 13px;

  margin-right: 12px;

  margin-top: 2px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background: url('../images/ico_proclass_arrow.png') center center no-repeat;

}

.productbox .leftmenubox .menumain .proclass dt::after {

  content: '';

  position: absolute;

  bottom: -1px;

  left: 0;

  width: 0;

  height: 1px;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -ms-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  background-color: #cf0607;

}

.productbox .leftmenubox .menumain .proclass dt:hover::after,

.productbox .leftmenubox .menumain .proclass dt.active::after {

  width: 100%;

}

.productbox .leftmenubox .menumain .proclass dt:hover a,

.productbox .leftmenubox .menumain .proclass dt.active a {

  color: #cf0607;

}

.productbox .leftmenubox .menumain .proclass dt:hover i,

.productbox .leftmenubox .menumain .proclass dt.active i {

  transform: rotate(90deg);

  background-image: url('../images/ico_proclass_arrow_hover.png');

}

.productbox .leftmenubox .menumain .proclass dd {

  position: relative;

  display: block;

  width: 100%;

  height: 38px;

  padding-left: 15px;

  border-bottom: 1px dashed rgba(51, 51, 51, 0.22);

  box-sizing: border-box;

}

.productbox .leftmenubox .menumain .proclass dd a {

  width: 80%;

  height: 14px;

  float: left;

  margin-top: 13px;

  line-height: 14px;

  color: #666;

}

.productbox .leftmenubox .menumain .proclass dd::after {

  content: '+';

  position: absolute;

  right: 15px;

  top: 16px;

  display: block;

  width: 8px;

  height: 8px;

  float: right;

  font-size: 14px;

  line-height: 8px;

  color: #808080;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.productbox .leftmenubox .menumain .proclass dd:hover a {

  color: #cf0607;

}

.productbox .leftmenubox .menumain .proclass dd:hover::after {

  color: #cf0607;

  transform: rotate(90deg);

}

.productbox .rightprolist {

  width: 901px;

  height: auto;

  float: right;

}

.productbox .rightprolist li {

  position: relative;

  width: 287px;

  height: 231px;

  float: left;

  margin-right: 20px;

  margin-bottom: 20px;

  overflow: hidden;

}

.productbox .rightprolist li .imgbox {

  display: block;

  width: 287px;

  height: 181px;

  border: 1px solid #fafafa;

  box-sizing: border-box;

}

.productbox .rightprolist li .imgbox img {

  width: 286px;

  height: 179px;

}

.productbox .rightprolist li .maskbox {

  position: absolute;

  top: 0;

  right: -100%;

  z-index: 1;

  width: 287px;

  height: 181px;

  overflow: hidden;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background-color: rgba(38, 38, 38, 0.4);

}

.productbox .rightprolist li .maskbox .infobox {

  width: 216px;

  height: 52px;

  margin: 0 auto;

  margin-top: 60px;

  line-height: 26px;

  font-size: 14px;

  color: #fff;

  text-align: center;

  overflow: hidden;

}

.productbox .rightprolist li .maskbox .promore {

  display: block;

  width: 17px;

  height: 17px;

  margin: 0 auto;

  margin-top: 16px;

  background: url('../images/ico_promore.png') center center no-repeat;

}

.productbox .rightprolist li .titleboxrow {

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 50px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background-color: #fafafa;

  border-bottom: 2px solid rgba(207, 6, 7, 0.6);

  box-sizing: border-box;

}

.productbox .rightprolist li .titleboxrow .leftlink {

  width: 218px;

  height: 14px;

  float: left;

  margin-left: 20px;

  margin-top: 18px;

  line-height: 14px;

  color: #4d4d4d;

}

.productbox .rightprolist li .titleboxrow .rightmore {

  display: block;

  width: 17px;

  height: 17px;

  float: right;

  margin-right: 20px;

  margin-top: 17px;

  background: url('../images/pro_rightmore.png') center center no-repeat;

}

.productbox .rightprolist li .titlemask {

  z-index: 1;

  position: absolute;

  left: -100%;

  bottom: 0;

  width: 100%;

  height: 50px;

  padding-left: 10px;

  padding-right: 10px;

  text-align: center;

  line-height: 48px;

  color: #fff;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background-color: #cf0607;

  border-bottom: 2px solid rgba(38, 38, 38, 0.6);

  box-sizing: border-box;

}

.productbox .rightprolist li.li3,

.productbox .rightprolist li.li6,

.productbox .rightprolist li.li9 {

  margin-right: 0;

}

.productbox .rightprolist li:hover .maskbox {

  right: 0;

}

.productbox .rightprolist li:hover .titleboxrow {

  left: 100%;

}

.productbox .rightprolist li:hover .titlemask {

  left: 0;

}

.supportbox {

  margin-top: 60px;

}

.supportbox .alltitle {

  margin-bottom: 40px;

}

.supportbox .supportlist {

  width: 1200px;

  height: 240px;

  margin: 0 auto;

}

.supportbox .supportlist li {

  position: relative;

  width: 400px;

  height: 240px;

  float: left;

  overflow: hidden;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background-color: #fff;

  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);

  cursor: pointer;

}

.supportbox .supportlist li .iconbox {

  width: 80px;

  height: 80px;

  margin: 0 auto;

  margin-top: 25px;

  overflow: hidden;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  border: 1px solid #e5e5e5;

  box-sizing: border-box;

  border-radius: 50%;

  background-repeat: no-repeat;

  background-position: center 0;

}

.supportbox .supportlist li .titlebox {

  position: relative;

  width: 100%;

  height: 20px;

  margin-top: 28px;

  overflow: hidden;

}

.supportbox .supportlist li .titlebox h4 {

  position: absolute;

  left: 0;

  width: 100%;

  height: 18px;

  text-align: center;

  font-size: 18px;

  line-height: 18px;

  font-weight: bold;

  color: #cf0607;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.supportbox .supportlist li .titlebox h4.txt1 {

  top: 0;

}

.supportbox .supportlist li .titlebox h4.txt2 {

  top: 100%;

}

.supportbox .supportlist li .supportdesc {

  width: 336px;

  height: auto;

  margin: 0 auto;

  margin-top: 26px;

  text-align: center;

  line-height: 26px;

  color: #999;

  font-size: 14px;

}

.supportbox .supportlist li:hover,

.supportbox .supportlist li.active {

  z-index: 1;

  box-shadow: 0 0 10px 0 rgba(207, 6, 7, 0.2);

}

.supportbox .supportlist li:hover .iconbox,

.supportbox .supportlist li.active .iconbox {

  background-color: #cf0607;

  background-position-y: -80px;

}

.supportbox .supportlist li:hover .titlebox .txt1,

.supportbox .supportlist li.active .titlebox .txt1 {

  top: -100%;

}

.supportbox .supportlist li:hover .titlebox .txt2,

.supportbox .supportlist li.active .titlebox .txt2 {

  top: 0;

}

.supportbox .supportlist li.li1 .iconbox {

  background-image: url('../images/ico_support1.png');

}

.supportbox .supportlist li.li2 .iconbox {

  background-image: url('../images/ico_support2.png');

}

.supportbox .supportlist li.li3 .iconbox {

  background-image: url('../images/ico_support3.png');

}

.subbannerbox {

  width: 100%;

  height: 353px;

  margin-top: 60px;

  overflow: hidden;

  background: url('../images/subbanner_bg.jpg') center center no-repeat;

}

.subbannerbox .rightbox {

  width: 576px;

  height: auto;

  float: right;

  margin-top: 55px;

}

.subbannerbox .rightbox h3 {

  font-size: 24px;

  line-height: 24px;

  font-weight: bold;

  color: #cf0607;

  text-align: right;

}

.subbannerbox .rightbox .cntxtbox {

  width: 550px;

  height: 47px;

  margin-left: 26px;

  margin-top: 25px;

  text-align: center;

  line-height: 47px;

  color: #fff;

  font-size: 20px;

  background: url('../images/subbannertxt_bg.jpg') center center no-repeat;

}

.subbannerbox .rightbox .en {

  text-align: right;

  margin-top: 13px;

  font-size: 12px;

  line-height: 12px;

  color: #808080;

}

.subbannerbox .rightbox .telbox {

  width: 100%;

  height: 40px;

  margin-top: 30px;

}

.subbannerbox .rightbox .telbox .lefttel {

  width: 270px;

  height: 24px;

  float: left;

  margin-top: 10px;

  margin-left: 32px;

  line-height: 24px;

  font-size: 16px;

  color: #4d4d4d;

}

.subbannerbox .rightbox .telbox .lefttel span {

  color: #cf0607;

  font-weight: bold;

  font-size: 24px;

}

.subbannerbox .rightbox .telbox .click-consult {

  position: relative;

  width: 160px;

  height: 40px;

  float: right;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -ms-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}

.subbannerbox .rightbox .telbox .click-consult a {

  position: absolute;

  display: block;

  z-index: 1;

  width: 160px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  font-size: 16px;

  color: #fff;

  background-color: #808080;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.subbannerbox .rightbox .telbox .click-consult a.first {

  -webkit-transform: translateZ(19px);

  -moz-transform: translateZ(19px);

  -ms-transform: translateZ(19px);

  transform: translateZ(19px);

  background-color: #cf0607;

}

.subbannerbox .rightbox .telbox .click-consult a.second {

  z-index: 1;

  background-color: #808080;

  -webkit-transform: rotateX(-90deg) translateZ(20px);

  -moz-transform: rotateX(-90deg) translateZ(20px);

  -ms-transform: rotateX(-90deg) translateZ(20px);

  transform: rotateX(-90deg) translateZ(20px);

  background-color: #262626;

}

.subbannerbox .rightbox .telbox .click-consult:hover {

  -webkit-transform: rotateX(89deg);

  -moz-transform: rotateX(89deg);

  -ms-transform: rotateX(89deg);

  transform: rotateX(89deg);

}

.casebox .alltitle {

  margin-bottom: 40px;

}

.casebox .caseshow {

  position: relative;

  width: 1200px;

  height: 440px;

}

.casebox .caseshow .hd {

  z-index: 3;

  position: absolute;

  top: 296px;

  left: 0;

  width: 35px;

  height: 36px;

  margin-top: -33px;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

}

.casebox .caseshow .hd a {

  position: absolute;

  display: block;

  width: 35px;

  height: 36px;

  overflow: hidden;

  cursor: pointer;

  background: url('../images/case_next.png') 0 0 no-repeat;

}

.casebox .caseshow .hd a.next {

  left: 1165px;

  background-position: -35px 0;

}

.casebox .caseshow .hd a.next:hover {

  background-position: 0 0;

}

.casebox .caseshow .hd a.prev {

  left: 0;

  background-position: 0 -36px;

}

.casebox .caseshow .hd a.prev:hover {

  background-position: -35px -36px;

}

.casebox .caseshow .hd ul {

  z-index: 1;

  position: absolute;

  bottom: -170px;

  left: 0;

  width: 1200px;

  height: 20px;

  margin-top: 10px;

  text-align: center;

  overflow: hidden;

  zoom: 1;

}

.casebox .caseshow .hd ul li {

  display: inline-block;

  width: 10px;

  height: 10px;

  overflow: hidden;

  margin-left: 5px;

  margin-right: 5px;

  text-indent: -999px;

  background-color: #cf0607;

  border: 2px solid #cf0607;

  box-sizing: border-box;

  cursor: pointer;

  border-radius: 50%;

}

.casebox .caseshow .hd ul li.on {

  background-color: #fff;

  border-color: #262626;

}

.casebox .caseshow .bd ul {

  width: 1200px;

  height: 420px;

}

.casebox .caseshow .bd ul li {

  _display: inline;

  width: 380px;

  height: 390px;

  float: left;

  margin-top: 15px;

  margin-right: 30px;

  overflow: hidden;

  background-color: #fff;

  transition: all .4s;

  box-shadow: 0 0 0 #c5c5c5;

}

.casebox .caseshow .bd ul li .imgbox {

  display: block;

  width: 360px;

  height: 210px;

  margin: 0 auto;

  margin-top: 10px;

  overflow: hidden;

}

.casebox .caseshow .bd ul li .imgbox img {

  width: 360px;

  height: 210px;

}

.casebox .caseshow .bd ul li .caseintro {

  width: 100%;

  padding-left: 10px;

  padding-right: 10px;

  color: #8c8c8c;

  font-size: 14px;

  line-height: 26px;

  text-align: center;

  box-sizing: border-box;

}

.casebox .caseshow .bd ul li .caseintro a {

  margin-top: 16px;

  color: #4d4d4d;

  font-size: 18px;

  line-height: 18px;

}

.casebox .caseshow .bd ul li .caseintro .caseline {

  position: relative;

  display: block;

  width: 24px;

  height: 1px;

  margin: 0 auto;

  margin-top: 17px;

  margin-bottom: 18px;

  background-color: #c7c7c7;

}

.casebox .caseshow .bd ul li .caseintro .caseline::after {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  width: 0;

  height: 1px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background-color: #cf0607;

}

.casebox .caseshow .bd ul li .caseintro p {

  width: 330px;

  height: 52px;

  margin: 0 auto;

  color: #999;

  line-height: 26px;

  overflow: hidden;

}

.casebox .caseshow .bd ul li .caseintro .casearrow {

  display: block;

  margin: 0 auto;

  margin-top: 5px;

  color: #999;

}

.casebox .caseshow .bd ul li:hover {

  box-shadow: 0 0 15px 0 rgba(207, 6, 7, 0.2);

}

.casebox .caseshow .bd ul li:hover .caseintro a {

  color: #cf0607;

}

.casebox .caseshow .bd ul li:hover .caseintro .caseline::after {

  width: 24px;

}

.casebox .caseshow .bd ul li:hover .caseintro .casearrow {

  color: #cf0607;

}

.choosebox {
    width: 100%;
  margin-top: 60px;
    overflow: hidden;
}

.choosebox .alltitle {

  margin-bottom: 40px;

}

.choosebox .choosetxtbox {

  width: 520px;

  height: auto;

}

.choosebox .choosetxtbox .iconchoose {

  display: block;

}

.choosebox .choosetxtbox .en {

  margin-top: 20px;

  font-size: 50px;

  line-height: 50px;

  font-family: 'Arial';

  color: #ccc;

  font-weight: 100;

}

.choosebox .choosetxtbox h4 {

  margin-top: 20px;

  font-size: 24px;

  line-height: 24px;

  font-weight: bold;

  color: #cf0607;

}

.choosebox .choosetxtbox .chooseinfo {

  width: 100%;

  height: auto;

  margin-top: 29px;

  line-height: 26px;

  color: #808080;

  font-size: 16px;

}

.choosebox .chooseimgbox {

  position: relative;

  width: 603px;

  height: 363px;

}

.choosebox .choosebox1,

.choosebox .choosebox2,

.choosebox .choosebox3,

.choosebox .choosebox4 {

    width: 1200px;

    height: 363px;

    position: relative;

}

.choosebox .choosebox1 .lefttxtbox {

  float: left;

  margin-top: 27px;

}

.choosebox .choosebox1 .chooseimgbox {

    position: absolute;

    right: -356px;

    width: 959px;

    height: 363px;

}

.choosebox .choosebox2 .righttxtbox {

  float: right;

  margin-top: 60px;

}

.choosebox .choosebox2 .righttxtbox .chooseinfo {

  line-height: 30px;

}

.choosebox .choosebox2 .chooseimgbox {

    position: absolute;

    left: -356px;

    width: 959px;

    height: 363px;

}

.choosebox .choosebox3 .lefttxtbox {

  float: left;

  margin-top: 57px;

}

.choosebox .choosebox3 .chooseimgbox {

    position: absolute;

    right: -356px;

    width: 959px;

    height: 363px;

}

.choosebox .choosebox4 .righttxtbox {

  float: right;

  margin-top: 60px;

}

.choosebox .choosebox4 .chooseimgbox {
    position: absolute;
    left: -356px;
    width: 959px;
    height: 363px;
}

.choosebox .choosebox4 .righttxtbox .chooseinfo {

  line-height: 30px;

}

.choosebox .choosebox2 .chooseimgbox {

    position: absolute;

    left: -356px;

    width: 959px;

    height: 363px;

}

.powerbox {

  margin-top: 60px;

}

.powerbox .alltitle {

  margin-bottom: 40px;

}

.powerbox .powertablist {

  width: 510px;

  height: 40px;

  margin: 0 auto;

}

.powerbox .powertablist .tabli {

  width: 150px;

  height: 40px;

  float: left;

  margin-left: 10px;

  margin-right: 10px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  cursor: pointer;

  box-sizing: border-box;

}

.powerbox .powertablist .tabli .tabtext {

  position: relative;

  width: 100%;

  height: 40px;

  bottom: 10px;

  color: #fff;

  text-align: center;

  line-height: 40px;

  font-size: 16px;

  background-color: #cf0607;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.powerbox .powertablist .tabli .tabtext.first {

  -webkit-transform: translateZ(19px) translateY(10px);

  -moz-transform: translateZ(19px) translateY(10px);

  -ms-transform: translateZ(19px) translateY(10px);

  transform: translateZ(19px) translateY(10px);

}

.powerbox .powertablist .tabli .tabtext.second {

  background-color: #262626;

  -webkit-transform: rotateX(-90deg) translateZ(-12px);

  -moz-transform: rotateX(-90deg) translateZ(-12px);

  -ms-transform: rotateX(-90deg) translateZ(-12px);

  transform: rotateX(-90deg) translateZ(-12px);

}

.powerbox .powertablist .tabli:hover,

.powerbox .powertablist .tabli.active {

  -webkit-transform: rotateX(89deg);

  -moz-transform: rotateX(89deg);

  -ms-transform: rotateX(89deg);

  transform: rotateX(89deg);

}

.powerbox .powertablist .tabli:hover .tabtext,

.powerbox .powertablist .tabli.active .tabtext {

  color: #fff;

}

.powerbox .powermainbox {

  position: relative;

  width: 1200px;

  height: 346px;

  margin: 0 auto;

  margin-top: 40px;

  overflow: hidden;

}

.powerbox .powermainbox .powerwrapper {

  width: 1200px;

  height: 346px;

  cursor: url('../images/power_arrow.png'), default;

}

.powerbox .powermainbox .powerwrapper .powerli {

  width: 384px;

  height: 346px;

  float: left;

  margin-right: 24px;

  cursor: url('../images/power_arrow.png'), default;

}

.powerbox .powermainbox .powerwrapper .powerli .imgbox {

  display: block;

  width: 384px;

  height: 286px;

  cursor: url('../images/power_arrow.png'), default;

}

.powerbox .powermainbox .powerwrapper .powerli .imgbox img {

  width: 384px;

  height: 286px;

}

.powerbox .powermainbox .powerwrapper .powerli .txtbox {

  width: 100%;

  height: 60px;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -ms-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

  background-color: #fff;

  border: 1px solid #fafafa;

  box-sizing: border-box;

}

.powerbox .powermainbox .powerwrapper .powerli .txtbox .leftlink {

  position: relative;

  width: 286px;

  height: 16px;

  float: left;

  margin-left: 25px;

  margin-top: 22px;

  overflow: hidden;

}

.powerbox .powermainbox .powerwrapper .powerli .txtbox .leftlink a {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 16px;

  line-height: 16px;

  color: #4d4d4d;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.powerbox .powermainbox .powerwrapper .powerli .txtbox .leftlink a.firstlink {

  top: 0;

}

.powerbox .powermainbox .powerwrapper .powerli .txtbox .leftlink a.secondlink {

  top: 100%;

}

.powerbox .powermainbox .powerwrapper .powerli .txtbox .rightmore {

  display: block;

  width: 17px;

  height: 17px;

  float: right;

  margin-top: 17px;

  margin-right: 25px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background: url('../images/ico_powermore.png') center 0 no-repeat;

}

.powerbox .powermainbox .powerwrapper .powerli:hover .txtbox {

  background-color: #cf0607;

  border-color: #cf0607;

}

.powerbox .powermainbox .powerwrapper .powerli:hover .txtbox .leftlink .firstlink {

  top: -100%;

}

.powerbox .powermainbox .powerwrapper .powerli:hover .txtbox .leftlink .secondlink {

  top: 0;

  color: #fff;

}

.powerbox .powermainbox .powerwrapper .powerli:hover .txtbox .rightmore {

  background-position: center -17px;

}

.aboutbox {

  width: 100%;

  min-width: 1180px;

  height: 605px;

  margin-top: 60px;

  box-sizing: border-box;

  background: url('../images/about_bg.png') 0 0 repeat-x;

}

.aboutbox .aboutcontent {

  width: 1200px;

  height: 518px;

  margin: 0 auto;

}

.aboutbox .aboutcontent .aboutimgbox {

  width: 412px;

  height: 519px;

  float: left;

  overflow: hidden;

}

.aboutbox .aboutcontent .aboutimgbox img {

  width: 412px;

  height: 519px;

}

.aboutbox .aboutcontent .aboutintro {

  width: 682px;

  height: 519px;

  float: right;

  padding-top: 8px;

  box-sizing: border-box;

}

.aboutbox .aboutcontent .aboutintro .en {

  font-size: 56px;

  line-height: 56px;

  color: #212121;

  letter-spacing: 2px;

}

.aboutbox .aboutcontent .aboutintro h3 {

  width: 100%;

  margin-top: 29px;

  margin-bottom: 28px;

  font-size: 22px;

  line-height: 22px;

  font-weight: bold;

}

.aboutbox .aboutcontent .aboutintro h3 a {

  color: #cf0607;

}

.aboutbox .aboutcontent .aboutintro .aboutinfo {

  width: 100%;

  height: 120px;

  font-size: 14px;

  overflow: hidden;

  line-height: 30px;

  color: #888;

}

.aboutbox .aboutcontent .aboutintro .aboutstar {

  width: 100%;

  height: 44px;

  margin-top: 124px;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist {

  width: 234px;

  height: 44px;

  float: left;

  margin-right: 24px;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist .imgbox {

  width: 45px;

  height: 43px;

  float: left;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist .rightbox {

  width: 169px;

  height: 44px;

  float: right;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist .rightbox h4 {

  font-size: 18px;

  line-height: 18px;

  color: #333;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist .rightbox p {

  margin-top: 6px;

  line-height: 14px;

  font-size: 14px;

  color: rgba(70, 70, 70, 0.5);

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist.aboutstarlist2 {

  width: 180px;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist.aboutstarlist2 .rightbox {

  width: 132px;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist.aboutstarlist3 {

  width: 190px;

}

.aboutbox .aboutcontent .aboutintro .aboutstar .aboutstarlist.aboutstarlist3 .rightbox {

  width: 132px;

  margin-right: 0;

}

.aboutbox .aboutcontent .aboutintro .lastintro {

  width: 100%;

  height: 30px;

  margin-top: 70px;

}

.aboutbox .aboutcontent .aboutintro .lastintro .contactbox {

  width: 240px;

  height: 30px;

  float: left;

  line-height: 30px;

}

.aboutbox .aboutcontent .aboutintro .lastintro .contactbox span {

  color: #666;

  font-size: 14px;

}

.aboutbox .aboutcontent .aboutintro .lastintro .contactbox span i {

  font-weight: bold;

}

.aboutbox .aboutcontent .aboutintro .lastintro img {

  position: relative;

  top: 5px;

  margin-right: 10px;

}

.aboutbox .aboutcontent .aboutintro .lastintro .onlinezx {

  display: inline-block;

  width: 133px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  color: #666;

  font-size: 14px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  border: 1px solid #bfc0c1;

}

.aboutbox .aboutcontent .aboutintro .lastintro .onlinezx:hover {

  color: #fff;

  background-color: #cf0607;

  border-color: #cf0607;

}

.aboutbox .aboutcontent .aboutintro .lastintro .onlinecontact {

  width: 200px;

}

.newsbox {

  margin-top: 60px;

}

.newsbox .alltitle {

  margin-bottom: 40px;

}

.newsbox .newstablist {

  width: 334px;

  height: 40px;

  margin: 0 auto;

  margin-bottom: 40px;

}

.newsbox .newstablist .tabli {

  width: 147px;

  height: 40px;

  float: left;

  margin-left: 10px;

  margin-right: 10px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  cursor: pointer;

  box-sizing: border-box;

}

.newsbox .newstablist .tabli .tabtext {

  position: relative;

  width: 100%;

  height: 40px;

  bottom: 10px;

  color: #fff;

  text-align: center;

  line-height: 40px;

  font-size: 16px;

  background-color: #cf0607;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.newsbox .newstablist .tabli .tabtext a {
    display: block;
    line-height: 40px;
    color: #fff;
}

.newsbox .newstablist .tabli .tabtext.first {

  -webkit-transform: translateZ(19px) translateY(10px);

  -moz-transform: translateZ(19px) translateY(10px);

  -ms-transform: translateZ(19px) translateY(10px);

  transform: translateZ(19px) translateY(10px);

}

.newsbox .newstablist .tabli .tabtext.second {

  background-color: #262626;

  -webkit-transform: rotateX(-90deg) translateZ(-12px);

  -moz-transform: rotateX(-90deg) translateZ(-12px);

  -ms-transform: rotateX(-90deg) translateZ(-12px);

  transform: rotateX(-90deg) translateZ(-12px);

}

.newsbox .newstablist .tabli:hover,

.newsbox .newstablist .tabli.active {

  -webkit-transform: rotateX(89deg);

  -moz-transform: rotateX(89deg);

  -ms-transform: rotateX(89deg);

  transform: rotateX(89deg);

}

.newsbox .newstablist .tabli:hover .tabtext,

.newsbox .newstablist .tabli.active .tabtext {

  color: #fff;

}

.newsbox .newsmainbox {

  width: 1180px;

  height: 486px;

  position: relative;

}

.newsbox .newsmainbox .newscontent {

  display: none;

  position: absolute;

  left: 0;

  top: 0;

  width: 1180px;

  height: 486px;

}

.newsbox .newsmainbox .newscontent .leftrecommend {

  position: relative;

  width: 550px;

  height: 486px;

  float: left;

  overflow: hidden;

  background-color: #cf0607;

}

.newsbox .newsmainbox .newscontent .leftrecommend .mask {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1;

  display: block;

  width: 550px;

  height: 288px;

  -webkit-transform: scale(0) rotateY(0);

  -moz-transform: scale(0) rotateY(0);

  -o-transform: scale(0) rotateY(0);

  transform: scale(0) rotateY(0);

  -webkit-transition: all .4s;

  -moz-transition: all .4s;

  -o-transition: all .4s;

  transition: all .4s;

  opacity: 0;

  background-color: rgba(0, 0, 0, 0.3);

}

.newsbox .newsmainbox .newscontent .leftrecommend .mask i {

  position: absolute;

  top: 50%;

  left: 50%;

  display: block;

  width: 38px;

  height: 38px;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  border: 1px solid #fff;

  border-radius: 50%;

  background: url('../images/link.png') center center no-repeat;

}

.newsbox .newsmainbox .newscontent .leftrecommend:hover .mask {

  opacity: 1;

  -webkit-transform: scale(1) rotateY(360deg);

  -moz-transform: scale(1) rotateY(360deg);

  -o-transform: scale(1) rotateY(360deg);

  transform: scale(1) rotateY(360deg);

}

.newsbox .newsmainbox .newscontent .leftrecommend .imgbox {

  display: block;

  width: 550px;

  height: 288px;

}

.newsbox .newsmainbox .newscontent .leftrecommend .imgbox img {

  width: 550px;

  height: 288px;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox {

  width: 495px;

  height: auto;

  margin: 0 auto;

  margin-top: 44px;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .leftdate {

  width: 52px;

  height: auto;

  float: left;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .leftdate .datebox {

  width: 52px;

  height: auto;

  color: #fff;

  text-align: center;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .leftdate .datebox .day {

  line-height: 42px;

  font-size: 42px;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .leftdate .datebox .month {

  font-size: 14px;

  line-height: 14px;

  margin-top: 14px;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .leftdate .newsmore {

  display: block;

  width: 51px;

  height: 51px;

  margin-top: 20px;

  background: url('../images/newsmore.png') center center no-repeat;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .newstext {

  width: 413px;

  height: auto;

  float: right;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .newstext a {

  width: 100%;

  padding-bottom: 18px;

  color: #fff;

  font-size: 18px;

  border-bottom: 1px solid #fff;

}

.newsbox .newsmainbox .newscontent .leftrecommend .textbox .newstext .info {

  height: 52px;

  margin-top: 26px;

  color: #fff;

  font-size: 14px;

  line-height: 26px;

  overflow: hidden;

}

.newsbox .newsmainbox .newscontent .rightnews {

  width: 603px;

  height: auto;

  float: right;

}

.newsbox .newsmainbox .newscontent .rightnews .recom {

  width: 603px;

  height: 181px;

  background-color: #fff;

  box-shadow: 2px 4px 21px 0px rgba(6, 0, 1, 0.11);

  border-radius: 5px;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .lefttext {

  width: 478px;

  height: auto;

  float: left;

  margin-top: 37px;

  margin-left: 20px;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .lefttext a {

  font-size: 16px;

  line-height: 16px;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .lefttext .line {

  display: block;

  width: 478px;

  height: 1px;

  margin-top: 22px;

  background-color: #999;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .lefttext .info {

  margin-top: 25px;

  font-size: 14px;

  line-height: 26px;

  color: #999;

  height: 52px;

  overflow: hidden;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .rightdate {

  width: 60px;

  float: right;

  margin-top: 37px;

  margin-right: 13px;

  text-align: center;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .rightdate .day {

  font-size: 42px;

  line-height: 42px;

  color: #333;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .rightdate .month {

  margin-top: 18px;

  font-size: 14px;

  color: #999;

  line-height: 14px;

}

.newsbox .newsmainbox .newscontent .rightnews .recom .rightdate .more {

  display: block;

  width: 51px;

  height: 51px;

  margin-left: 6px;

  margin-top: 10px;

  background: url('../images/newsmore.png') center center no-repeat;

}

.newsbox .newsmainbox .newscontent .rightnews .recom:hover .lefttext a {

  color: #cf0607;

}

.newsbox .newsmainbox .newscontent .rightnews .recom:hover .lefttext .line {

  background-color: #cf0607;

}

.newsbox .newsmainbox .newscontent .rightnews .recom:hover .rightdate .day {

  color: #cf0607;

}

.newsbox .newsmainbox .newscontent .rightnews .newslist {

  width: 603px;

  height: auto;

  margin-top: 30px;

}

.newsbox .newsmainbox .newscontent .rightnews .newslist li {

  position: relative;

  width: 100%;

  height: 45px;

  padding-left: 18px;

  box-sizing: border-box;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background: url('../images/newslist.png') left center no-repeat;

  border-bottom: 1px solid #eee;

}

.newsbox .newsmainbox .newscontent .rightnews .newslist li a {

  width: 430px;

  float: left;

  line-height: 44px;

  color: #666;

}

.newsbox .newsmainbox .newscontent .rightnews .newslist li::after {

  content: '';

  position: absolute;

  bottom: -1px;

  left: 0;

  width: 0;

  height: 1px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background-color: #cf0607;

}

.newsbox .newsmainbox .newscontent .rightnews .newslist li span {

  display: block;

  float: right;

  margin-right: 12px;

  font-size: 14px;

  color: #999;

  line-height: 44px;

}

.newsbox .newsmainbox .newscontent .rightnews .newslist li:hover {

  background-image: url('../images/newslist_h.png');

}

.newsbox .newsmainbox .newscontent .rightnews .newslist li:hover::after {

  width: 100%;

}

.newsbox .newsmainbox .newscontent .rightnews .newslist li:hover a {

  color: #cf0607;

}

.messtelconsult {

  margin-top: 60px;

}

.messtelconsult h3 {

  margin-bottom: 39px;

  font-size: 30px;

  line-height: 30px;

  font-weight: bold;

  text-align: center;

  color: #262626;

}

.messtelconsult h3 span {

  color: #cf0607;

}

.messtelconsult .leftcontactus {

  width: 413px;

  height: auto;

  float: left;

}

.messtelconsult .leftcontactus img {

  display: block;

}

.messtelconsult .leftcontactus h4 {

  position: relative;

  margin-top: 36px;

  margin-bottom: 30px;

  font-size: 20px;

  line-height: 20px;

  font-weight: bold;

  color: #cf0607;

}

.messtelconsult .leftcontactus h4::after {

  content: '';

  position: absolute;

  left: 110px;

  top: 8px;

  display: block;

  width: 60px;

  height: 4px;

  background-color: #cf0607;

}

.messtelconsult .leftcontactus .contactinforow {

  font-size: 16px;

  line-height: 36px;

  color: #262626;

}

.messtelconsult .leftcontactus .contactinforow span {

  color: #666;

}

.messtelconsult .centermessbox {

  width: 375px;

  height: 454px;

  float: left;

  padding-left: 25px;

  margin-left: 32px;

  border-left: 1px solid #e6e6e6;

  border-right: 1px solid #e6e6e6;

  box-sizing: border-box;

  overflow: hidden;

}

.messtelconsult .centermessbox .titlebox {

  width: 260px;

  height: auto;

  margin-top: 12px;

}

.messtelconsult .centermessbox .titlebox h4 {

  font-size: 20px;

  line-height: 20px;

  font-weight: bold;

  color: #cf0607;

}

.messtelconsult .centermessbox .titlebox .en {

  margin-top: 9px;

  font-size: 18px;

  line-height: 18px;

  color: #e6e6e6;

  text-transform: uppercase;

}

.messtelconsult .centermessbox .inputox {

  width: 320px;

  height: 40px;

  margin-bottom: 16px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  border: 1px solid #e5e5e5;

  box-sizing: border-box;

}

.messtelconsult .centermessbox .inputox .iconinputbox {

  position: relative;

  width: 16px;

  height: 16px;

  float: left;

  margin-top: 11px;

  margin-left: 9px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background-repeat: no-repeat;

  background-position: center 0;

}

.messtelconsult .centermessbox .inputox .iconinputbox::after {

  content: '';

  position: absolute;

  top: 1px;

  right: -8px;

  width: 1px;

  height: 14px;

  background-color: #ccc;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.messtelconsult .centermessbox .inputox input {

  display: block;

  width: 256px;

  height: 38px;

  float: left;

  margin-left: 19px;

  line-height: 38px;

  color: #cf0607;

}

.messtelconsult .centermessbox .inputox input::-webkit-input-placeholder {

  color: #666;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.messtelconsult .centermessbox .inputox.usernamebox {

  margin-top: 32px;

}

.messtelconsult .centermessbox .inputox.usernamebox .iconinputbox {

  background-image: url('../images/ico_username.png');

}

.messtelconsult .centermessbox .inputox.usertelbox .iconinputbox {

  background-image: url('../images/ico_usertel.png');

}

.messtelconsult .centermessbox .inputox.useremailbox .iconinputbox {

  background-image: url('../images/ico_useremail.png');

}

.messtelconsult .centermessbox .inputox.xqcontentbox {

  height: 136px;

}

.messtelconsult .centermessbox .inputox.xqcontentbox .iconinputbox {

  background-image: url('../images/ico_xqcontent.png');

}

.messtelconsult .centermessbox .inputox.xqcontentbox textarea {

  width: 260px;

  height: 120px;

  margin-top: 10px;

  margin-left: 19px;

}

.messtelconsult .centermessbox .inputox.xqcontentbox textarea::-webkit-input-placeholder {

  color: #666;

}

.messtelconsult .centermessbox .inputox.focus .iconinputbox {

  background-position: center -16px;

}

.messtelconsult .centermessbox .inputox.focus .iconinputbox::after {

  background-color: #cf0607;

}

.messtelconsult .centermessbox .inputox.focus input::-webkit-input-placeholder,

.messtelconsult .centermessbox .inputox.focus textarea::-webkit-input-placeholder {

  color: #cf0607;

}

.messtelconsult .centermessbox .submit-mess {

  position: relative;

  width: 323px;

  height: 42px;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -ms-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}

.messtelconsult .centermessbox .submit-mess button {

  position: absolute;

  display: block;

  z-index: 1;

  width: 323px;

  height: 42px;

  line-height: 42px;

  text-align: center;

  font-size: 16px;

  color: #fff;

  border: none;

  cursor: pointer;

  outline: none;

  background-color: #808080;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.messtelconsult .centermessbox .submit-mess button.first {

  -webkit-transform: translateZ(19px);

  -moz-transform: translateZ(19px);

  -ms-transform: translateZ(19px);

  transform: translateZ(19px);

  background-color: #cf0607;

}

.messtelconsult .centermessbox .submit-mess button.second {

  z-index: 1;

  -webkit-transform: rotateX(-90deg) translateZ(20px);

  -moz-transform: rotateX(-90deg) translateZ(20px);

  -ms-transform: rotateX(-90deg) translateZ(20px);

  transform: rotateX(-90deg) translateZ(20px);

  background-color: #262626;

}

.messtelconsult .centermessbox .submit-mess:hover {

  -webkit-transform: rotateX(89deg);

  -moz-transform: rotateX(89deg);

  -ms-transform: rotateX(89deg);

  transform: rotateX(89deg);

}

.messtelconsult .rightknowledge {

  width: 350px;

  height: auto;

  float: right;

}

.messtelconsult .rightknowledge .titlebox {

  width: 100%;

  height: 20px;

  line-height: 20px;

}

.messtelconsult .rightknowledge .titlebox h4 {

  width: 84px;

  float: left;

  font-size: 20px;

  font-weight: bold;

  color: #cf0607;

}

.messtelconsult .rightknowledge .titlebox span {

  display: block;

  width: 211px;

  float: left;

  line-height: 28px;

  margin-left: 10px;

  font-size: 14px;

  color: #ccc;

}

.messtelconsult .rightknowledge .scrollknowledge {

  width: 100%;

  height: 392px;

  margin-top: 38px;

  overflow: hidden;

}

.messtelconsult .rightknowledge .scrollknowledge ul {

  width: 100%;

}

.messtelconsult .rightknowledge .scrollknowledge ul li {

  width: 100%;

  height: 115px;

  margin-bottom: 22px;

  border-bottom: 1px solid #e6e6e6;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .qbox {

  width: 100%;

  height: 18px;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .qbox .lefticon {

  display: block;

  width: 18px;

  height: 18px;

  float: left;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

  background: url('../images/ico_q.png') center 0 no-repeat;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .qbox a {

  width: 318px;

  height: 18px;

  float: right;

  line-height: 18px;

  color: #4d4d4d;

  font-size: 16px;

  -webkit-transition: all 0.6s;

  -moz-transition: all 0.6s;

  -ms-transition: all 0.6s;

  -o-transition: all 0.6s;

  transition: all 0.6s;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .qbox:hover .lefticon {

  background-position-y: -18px;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .qbox:hover a {

  color: #cf0607;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .abox {

  width: 100%;

  height: auto;

  margin-top: 22px;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .abox .lefticon {

  display: block;

  width: 18px;

  height: 18px;

  float: left;

  background: url('../images/ico_a.png') center center no-repeat;

}

.messtelconsult .rightknowledge .scrollknowledge ul li .abox .adesc {

  width: 318px;

  height: 60px;

  float: right;

  line-height: 30px;

  text-indent: 2rem;

  color: #808080;

  overflow:hidden;

}

.friendlinkbox {

  margin-top: 60px;

}

.friendlinkbox .lefttitle {

  width: 102px;

  height: auto;

  float: left;

}

.friendlinkbox .linkslist {

  width: 1066px;

  height: 16px;

  float: right;

  margin-top: 9px;

  line-height: 16px;

}

.friendlinkbox .linkslist li {

  position: relative;

  float: left;

  margin-right: 30px;

}

.friendlinkbox .linkslist li::after {

  content: '';

  position: absolute;

  right: -15px;

  top: 0;

  width: 1px;

  height: 16px;

  background-color: #666;

}

.friendlinkbox .linkslist li a {

  line-height: 16px;

  color: #808080;

}

.friendlinkbox .linkslist li a:hover {

  color: #cf0607;

}

.friendlinkbox .linkslist li:last-child::after {

  width: 0;

}

/* footer start */

/* footer end */

