@keyframes lamp {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
@-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: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.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: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.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: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  animation-duration: 0.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: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible!important;
  animation-duration: 0.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: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.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;
  }
}
/* block1 */
.block1 {
  width: 1200px;
  height: 155px;
  margin: -40px auto 0;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 10;
}
.block1 .center {
  height: 100%;
}
.b1_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.b1_box li {
  float: left;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.b1_box li::after {
  content: "";
  display: block;
  width: 1px;
  height: 61px;
  background-color: #000000;
  opacity: 0.15;
  position: absolute;
  top: 47px;
  right: 0;
}
.b1_box li .b1_icon {
  float: left;
  width: 62px;
  height: 62px;
  position: relative;
  transition: all 0.5s;
}
.b1_box li .b1_icon::after {
  content: "";
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
.b1_box li .b1_icon1 {
  background: url("../images/block1-1.png") no-repeat center center;
}
.b1_box li .b1_icon1::after {
  background: url("../images/block1-1.png") center 65px no-repeat;
}
.b1_box li .b1_icon2 {
  background: url("../images/block1-2.png") no-repeat center center;
}
.b1_box li .b1_icon2::after {
  background: url("../images/block1-2.png") center 65px no-repeat;
}
.b1_box li .b1_icon3 {
  background: url("../images/block1-3.png") no-repeat center center;
}
.b1_box li .b1_icon3::after {
  background: url("../images/block1-3.png") center 65px no-repeat;
}
.b1_box li .b1_txt {
  float: left;
  width: 182px;
  height: 100%;
  margin-left: 24px;
}
.b1_box li .b1_txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: -5px;
}
.b1_box li:first-child {
  width: 390px;
  padding: 46px 60px;
}
.b1_box li:nth-child(2) {
  width: 414px;
  padding: 46px 65px 46px 72px;
}
.b1_box li:nth-child(2) .b1_txt {
  margin-left: 30px;
}
.b1_box li:last-child {
  width: 396px;
  padding: 46px 54px 46px 68px;
}
.b1_box li:last-child::after {
  display: none;
}
.b1_box li:last-child .b1_txt {
  margin-left: 30px;
}
.b1_box li:hover .b1_icon {
  background-position: center -65px;
}
.b1_box li:hover .b1_icon::after {
  background-position: center;
}
/* product */
.product {
  margin: 70px auto 0;
}
.pro_top {
  text-align: left;
  padding-top: 0px;
  box-sizing: border-box;
  background: url("../images/title.png") center top no-repeat;
  width: 1200px;
  margin: 0 auto;
}
.pro_top h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  padding: 0 20px 0 15px;
  border-left: 5px solid #3ea1f4;
}
.pro_top h3 span {
  color: #3ea1f4;
}
.pro_top h4 {
  font-size: 15px;
  line-height: 10px;
  color: #bfbfbf;
  margin-top: 16px;
  text-transform: uppercase;
}
.pro_top h5 {
  font-size: 16px;
  line-height: 16px;
  color: #808080;
  margin-top: 14px;
}
.pro_bot {
  /*height: 674px;
  margin-top: 68px;
  background: rgba(213, 13, 13, 0.03);*/
  padding: 48px 0 20px;
  box-sizing: border-box;
  
}
.pro_bot .pro_bigBox {
  width: 1200px;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.pro_bot .pro_bigBox li {
  float: left;
  width: 228px;
  height: 228px;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 15px 28px 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.pro_bot .pro_bigBox li:nth-child(5n) {
  margin-right: 0;
}
.pro_bot .pro_bigBox li .pro_box1,
.pro_bot .pro_bigBox li .pro_box2 {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pro_bot .pro_bigBox li .inner {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  perspective: inherit;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
}
.pro_bot .pro_bigBox li .pro_box1 {
  width: 228px;
  height: 228px;
  position: relative;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pro_bot .pro_bigBox li .pro_box1 .pro_img,
.pro_bot .pro_bigBox li .pro_box1 .pro_img img {
  display: block;
  width: 228px;
  height: 228px;
}
.pro_bot .pro_bigBox li .pro_box1 .pro_desc1 {
  width: 228px;
  height: 228px;
  text-align: center;
  padding: 192px 0px 92px;
  box-sizing: border-box;
  
  position: absolute;
  top: 0;
  left: 0;
}
.pro_bot .pro_bigBox li .pro_box1 .pro_desc1 h4 {
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  background: rgba(0, 0, 0, 0.4);
}
.pro_bot .pro_bigBox li .pro_box1 .pro_desc1 h5 {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
}
.pro_bot .pro_bigBox li .pro_box1 .pro_desc1 .pro_hr {
  width: 42px;
  height: 3px;
  margin: 16px auto 0;
  border-radius: 1px;
  background-color: #ffffff;
}
.pro_bot .pro_bigBox li .pro_box2 {
  width: 228px;
  height: 228px;
  text-align: center;
  background-color: #3ea1f4;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pro_bot .pro_bigBox li .pro_box2 .inner {
  padding: 42px 36px 38px;
  box-sizing: border-box;
}
.pro_bot .pro_bigBox li .pro_box2 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
.pro_bot .pro_bigBox li .pro_box2 h4 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
.pro_bot .pro_bigBox li .pro_box2 h5 {
  font-family: ArialMT;
  font-size: 12px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
.pro_bot .pro_bigBox li .pro_box2 p {
  font-size: 14px;
  line-height: 26px;
  color: #f3f3f3;
  height: 104px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-align: left;
  margin-top: 16px;
  opacity: 0;
  transition: all 0.5s 0.3s;
}
.pro_bot .pro_bigBox li:hover .pro_box1 {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pro_bot .pro_bigBox li:hover .pro_box2 {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pro_bot .pro_bigBox li:hover .pro_box2 a,
.pro_bot .pro_bigBox li:hover .pro_box2 h4,
.pro_bot .pro_bigBox li:hover .pro_box2 h5,
.pro_bot .pro_bigBox li:hover .pro_box2 p {
  opacity: 1;
}
/* ys */
.ys {
  width: 100%;
  height: 1138px;
  padding: 206px 0 0;
  box-sizing: border-box;
  background: url("../images/ys_bg.jpg") no-repeat center center;
}
.ys_bot {
  width: 100%;
  height: 722px;
  margin-top: 68px;
  box-sizing: border-box;
  padding: 92px 6px 92px 132px;
}
.ys_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ys_box li {
  float: left;
  width: 523px;
  height: 262px;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 14px 14px 0;
  padding: 36px 162px 36px 52px;
}
.ys_box li:nth-child(2n) {
  margin-right: 0;
}
.ys_box li h4 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.ys_box li h5 {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 10px;
}
.ys_box li p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 20px;
}
.ys_box li .ys_btn {
  width: 40px;
  height: 41px;
  margin-top: 20px;
}
.ys_box li:hover .ys_btn {
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate;
  /*动画名称*/
  -webkit-animation-duration: 1s;
  /*人的普通呼吸时间是3秒每次，深呼吸时间是6秒每次*/
  -webkit-animation-timing-function: ease-in-out;
  /*曲线*/
  -webkit-animation-iteration-count: infinite;
  /*播放次数*/
}
.ys_box .ys1 {
  background: url("../images/ys1.jpg") no-repeat center center;
}
.ys_box .ys1 .ys_btn {
  background: url("../images/ys_btn1.png");
}
.ys_box .ys2 {
  background: url("../images/ys2.jpg") no-repeat center center;
}
.ys_box .ys2 .ys_btn {
  background: url("../images/ys_btn2.png");
}
.ys_box .ys3 {
  background: url("../images/ys3.jpg") no-repeat center center;
}
.ys_box .ys3 .ys_btn {
  background: url("../images/ys_btn3.png");
}
.ys_box .ys4 {
  background: url("../images/ys4.jpg") no-repeat center center;
}
.ys_box .ys4 .ys_btn {
  background: url("../images/ys_btn4.png");
}
/* student */
.student {
  margin: 40px 0 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  background: url("../images/student_bg.png") center bottom no-repeat;
  position: relative;
}
.student .center {
  height: 100%;
  overflow: hidden;
}
.stu_bot {
  margin-top: 70px;
}
.swiper-student {
  width: 100%;
  height: 410px;
  overflow: hidden;
}
.swiper-student .swiper-slide {
  width: 254px !important;
  height: 410px !important;
  padding-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
.swiper-student .swiper-slide .stu_img,
.swiper-student .swiper-slide .stu_img img {
  display: block;
  width: 254px;
  height: 316px;
  border-radius: 3px;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  /* z-index: 3;*/
}
.swiper-student .swiper-slide .stu_zz {
  width: 254px;
  height: 316px;
  /*margin-top: -2px;*/
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  /* z-index: 2;*/
}
.swiper-student .swiper-slide .stu_zz a {
  display: block;
  width: 254px;
  height: 316px;
  background: url("../images/stu_icon.png") no-repeat center center;
  opacity: 0;
  transform: scale(0) rotate(360deg);
  transition: all 400ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.swiper-student .swiper-slide .stu_img:before,
.swiper-student .swiper-slide .stu_img:after,
.swiper-student .swiper-slide .stu_zz:before,
.swiper-student .swiper-slide .stu_zz:after {
  content: '';
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  height: 316px;
  width: 25%;
  transform: translateY(-100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.swiper-student .swiper-slide .stu_img:after {
  left: 25%;
}
.swiper-student .swiper-slide .stu_zz:before {
  left: 50%;
  z-index: 2;
}
.swiper-student .swiper-slide .stu_zz:after {
  left: 75%;
  z-index: 2;
}
.swiper-student .swiper-slide .stu_desc {
  width: 254px;
  height: 88px;
  padding: 22px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  position: relative;
}
.swiper-student .swiper-slide .stu_desc .stu_tit {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.swiper-student .swiper-slide .stu_desc p {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 24px;
  box-sizing: border-box;
  margin-top: 14px;
}
.swiper-student .swiper-slide .stu_desc .stu_btn {
  width: 0;
  height: 0;
  background: url("../images/stu_btn.png") no-repeat center center;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s;
}
.swiper-student .swiper-slide:hover .stu_img:before,
.swiper-student .swiper-slide:hover .stu_img:after,
.swiper-student .swiper-slide:hover .stu_zz:before,
.swiper-student .swiper-slide:hover .stu_zz:after {
  transform: translateY(0);
}
.swiper-student .swiper-slide:hover .stu_img:before {
  transition-delay: 0.225s;
}
.swiper-student .swiper-slide:hover .stu_img:after {
  transition-delay: 0.075s;
}
.swiper-student .swiper-slide:hover .stu_zz:before {
  transition-delay: 0.15s;
}
.swiper-student .swiper-slide:hover .stu_zz:after {
  transition-delay: 0s;
}
.swiper-student .swiper-slide:hover .stu_img img {
  filter: grayscale(100%);
}
.swiper-student .swiper-slide:hover .stu_zz a {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.swiper-student .swiper-slide:hover .stu_desc .stu_btn {
  width: 37px;
  height: 35px;
}
.stu_bot2 {
  height: 50px;
  margin-top: 56px;
  overflow: hidden;
  background: url("../images/stu_hr.png") center 24px no-repeat;
}
.stu_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stu_box li {
  float: left;
  width: 20%;
  height: 50px;
  text-align: center;
}
.stu_box li h4 {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.stu_box li h4 a {
  color: #666666;
  transition: all 0.5s;
}
.stu_box li .stu_yuan {
  width: 9px;
  height: 9px;
  margin: 8px auto 10px;
  border-radius: 50%;
  background-color: #d1d1d1;
  transition: all 0.5s;
}
.stu_box li h5 {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #959595;
  transition: all 0.5s;
}
.stu_box li:hover h4 a,
.stu_box li:hover h5 {
  color: #0173bf;
}
.stu_box li:hover .stu_yuan {
  background-color: #0173bf;
}
/* block2 */
.block2 {
  width: 100%;
  height: 455px;
  background: url("../images/block2_bg.png") no-repeat center center;
}
.block2 .center {
  height: 100%;
  overflow: hidden;
}
.message {
  float: left;
  width: 368px;
  height: 452px;
  text-align: center;
  padding: 22px 16px 40px;
  box-sizing: border-box;
}
.message h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 22px;
  color: #ffffff;
}
.message h5 {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin-top: 14px;
}
.message h5::before,
.message h5::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 2px;
  margin: 0 14px;
  background-color: #ffffff;
}
.message p {
  font-size: 17px;
  line-height: 17px;
  color: #444444;
  margin-top: 38px;
  margin-bottom: 18px;
}
.input1 {
  width: 336px;
  height: 38px;
  margin-bottom: 17px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f7f7f7;
}
.input1 label {
  float: left;
  display: block;
  width: 95px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  color: #999999;
  position: relative;
}
.input1 label::after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background-color: #cccccc;
  position: absolute;
  top: 12px;
  right: 0;
}
.input1 input {
  float: left;
  width: 240px;
  height: 38px;
  text-align: left;
  font-size: 14px;
  line-height: 38px;
  padding: 0 10px;
  box-sizing: border-box;
  background: transparent;
}
.input1 input::placeholder {
  color: #cccccc;
}
.input2 label {
  letter-spacing: 4px;
}
.input2 input {
  width: 140px;
}
.input2 img {
  float: right;
  display: block;
  width: 98px;
  height: 35px;
    cursor: pointer;
  border-radius: 6px;
}
.input3 {
  margin-bottom: 0;
}
.submit {
  height: 34px;
  margin-top: 28px;
  padding-left: 60px;
  box-sizing: border-box;
  background: url("../images/submit.png") 17px center no-repeat;
}
.submit input {
  display: block;
  width: 258px;
  height: 35px;
  font-size: 17px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 13px;
  background-color: #f85755;
}
.b2-2 {
  float: left;
  width: 596px;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 174px 0 150px 46px;
}
.b2-2 h4 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}
.b2-2 .b2_hr {
  width: 424px;
  height: 16px;
  margin: 20px auto 16px;
  background: url("../images/b2_hr.png") no-repeat center center;
}
.b2-2 h5 {
  font-family: Arial;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
}
.b2_tel {
  height: 24px;
  font-size: 0;
  margin-top: 20px;
  overflow: hidden;
}
.b2_tel img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.b2_tel span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 10px;
}
.b2_tel i {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial;
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  margin-left: 20px;
}
/* team */
.team {
  padding: 50px 0 50px;
}
.team .list {
  width: 1200px;
  margin: 18px auto 0;
}
.team .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.team .list ul {
  margin-right: -30px;
}
.team .list ul li {
  float: left;
  width: 190px;
  height: 118px;
  position: relative;
  margin-right: 13px;
  overflow: hidden;
  margin-top: 22px;
}
.team .list ul li .pic {
  display: block;
  width: 190px;
  height: 118px;
  overflow: hidden;
}
.team .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team .list ul li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.team .list ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 68px;
  overflow: hidden;
}
.team .list ul li .text:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #ec484b;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
  z-index: 1;
}
.team .list ul li .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.team .list ul li .text p {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #7d7d7d;
  font-size: 12px;
  line-height: 1;
  margin-top: 7px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.team .list ul li:hover .text:before {
  width: 562px;
  height: 562px;
}
.team .list ul li:hover .text .bt,
.team .list ul li:hover .text p {
  color: #fff;
}
.team .list ul li.item1,
.team .list ul li.item2,
.team .list ul li.item3 {
  width: 378px;
  height: 378px;
  margin-right: 30px;
}
.team .list ul li.item1 .pic,
.team .list ul li.item2 .pic,
.team .list ul li.item3 .pic {
  width: 378px;
  height: 284px;
}
.team .list ul li.item1 .text,
.team .list ul li.item2 .text,
.team .list ul li.item3 .text {
  padding: 15px;
  height: 90px;
}
.team .list ul li.item1 .text .bt,
.team .list ul li.item2 .text .bt,
.team .list ul li.item3 .text .bt {
  font-size: 24px;
  line-height: 28px;
}
.team .list ul li.item1 .text p,
.team .list ul li.item2 .text p,
.team .list ul li.item3 .text p {
  margin-top: 8px;
  font-size: 16px;
}
.team .list ul li.item1:hover .text:before,
.team .list ul li.item2:hover .text:before,
.team .list ul li.item3:hover .text:before {
  width: 760px;
  height: 760px;
}
.about {
  /*background: rgba(47, 46, 46, 0.03);*/
  padding-top: 60px;
}
.about .aboutBox {
  width: 1200px;
  margin: 0 auto;
 
  border-radius: 3px;
  margin-top: 40px;
}
.about .aboutBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutBox .aboutPic {
  float: left;
  width: 596px;
  height: 470px;
  position: relative;
}
.about .aboutBox .aboutPic img {
  width: 596px;
  height: 470px;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
}
.about .aboutBox .aboutText {
  width: 604px;
  height: 470px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url(../images/abouttbg.png) right top no-repeat;
  box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 46px 50px 0 64px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.14);
}
.about .aboutBox .aboutText .tit {
  position: relative;
  padding-left: 0px;
  font-size: 18px;
  height: 14px;
  line-height: 14px;
  color: #999999;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.about .aboutBox .aboutText .tit:before {
  content: "";
  display: block;
  width: 211px;
  height: 1px;
  background-color: #0173bf;
  opacity: 0.5;
  filter: alpha(opacity=50);
  left: -64px;
  bottom: 0;
  position: absolute;
}
.about .aboutBox .aboutText .cn {
  font-size: 26px;
  margin-top: 35px;
  line-height: 1;
}
.about .aboutBox .aboutText .en {
  font-family: Arial;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #b3b3b3;
  margin-top: 16px;
}
.about .aboutBox .aboutText .en:after {
  content: "";
  display: block;
  margin-top: 16px;
  width: 39px;
  height: 3px;
  background-color: #d50d0d;
  margin-top: 20px;
}
.about .aboutBox .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  text-align: justify;
  margin-top: 18px;
  color: #666;
  text-indent: 2em;
}
.about .aboutBox .aboutText .aboutTel {
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin-top: 12px;
  position: relative;
  font-size: 15px;
}
.about .aboutBox .aboutText .aboutTel span {
  display: inline-block;
  padding-left: 35px;
  background: url(../images/abouttel.png) 0 center no-repeat;
  color: #d50d0d;
  margin-right: 25px;
}
.about .aboutBox .aboutText .aboutTel span i {
  font-size: 30px;
  font-size: 26px;
  vertical-align: middle;
}
.about .aboutBox .aboutText .aboutTel .zxLiink {
  display: inline-block;
  width: 138px;
  height: 35px;
  background-color: #f85755;
  border-radius: 19px;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutBox .aboutText .aboutTel .zxLiink:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.about .aboutBox .aboutText .aboutTel .zxLiink:hover,
.about .aboutBox .aboutText .aboutTel .zxLiink:focus,
.about .aboutBox .aboutText .aboutTel .zxLiink:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.about .aboutBox .aboutText .aboutTel .zxLiink:hover:before,
.about .aboutBox .aboutText .aboutTel .zxLiink:focus:before,
.about .aboutBox .aboutText .aboutTel .zxLiink:active:before {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.about .aboutBox .aboutText .aboutTel .zxLiink:hover {
  animation: jello 1s ease;
}
.about .aboutLink {
  text-align: center;
  height: 205px;
  overflow: hidden;
}
.about .aboutLink a {
  display: inline-block;
  width: 190px;
  color: #808080;
  position: relative;
  vertical-align: top;
  cursor: pointer;
}
.about .aboutLink a:hover {
  color: #0173bf;
}
.about .aboutLink a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background-color: #0173bf;
  border-radius: 50%;
  z-index: 2;
}
.about .aboutLink a:after {
  content: "";
  position: absolute;
  height: 95px;
  width: 1px;
  left: 50%;
  top: 48px;
  background-color: #808080;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 1;
}
.about .aboutLink a span {
  display: block;
  line-height: 1;
}
.about .aboutLink a span.cn {
  font-size: 16px;
}
.about .aboutLink a span.en {
  font-family: Arial;
  font-size: 12px;
  margin-top: 14px;
  text-transform: uppercase;
}
.about .aboutLink a.a1 {
  margin-top: 60px;
}
.about .aboutLink a.a2 {
  margin-top: 66px;
}
.about .aboutLink a.a2:before {
  background-color: #f85755;
}
.about .aboutLink a.a3 {
  margin-top: 72px;
}
.about .aboutLink a.a3:before {
  background-color: #6ec7e6;
}
.about .aboutNum {
  height: 287px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 90px 0;
  font-size: 0;
  background: url(../images/aboutNum.jpg) center center no-repeat;
}
.about .aboutNum li {
  display: inline-block;
  width: 230px;
  position: relative;
}
.about .aboutNum li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 70px;
  background-color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin-top: -35px;
}
.about .aboutNum li .num {
  font-weight: 100;
  font-size: 40px;
  line-height: 1;
}
.about .aboutNum li p {
  font-size: 16px;
  color: #4d4b4b;
  margin-top: 16px;
  line-height: 1;
}
.about .aboutNum li .line {
  display: block;
  margin: 15px auto 0;
  border-radius: 1px;
  width: 35px;
  height: 3px;
}
.about .aboutNum li .line1 {
  background-color: #7ddb87;
}
.about .aboutNum li .line2 {
  background-color: #f85755;
}
.about .aboutNum li .line3 {
  background-color: #6ec7e6;
}
.about .aboutNum li .line4 {
  background-color: #fb9954;
}
.style {
  padding: 60px 0 70px;
}
.style .list {
  width: 1200px;
  margin: 0 auto;
  margin-top: 64px;
}
.style .list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.style .list li {
  float: left;
  width: 394px;
  height: 208px;
  overflow: hidden;
  position: relative;
  margin-top: 6px;
  margin-right: 6px;
}
.style .list li .pic {
  display: block;
  width: 394px;
  height: 208px;
  overflow: hidden;
}
.style .list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.style .list li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.style .list li .bt {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  background: rgba(0, 0, 0, 0.6) url(../images/styleico.png) right bottom no-repeat;
  left: 0;
  bottom: 0;
  height: 46px;
  line-height: 46px;
  color: #fff;
  bottom: -50px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.style .list li:hover .bt {
  bottom: 0;
}
.style .list li:first-child {
  width: 394px;
  height: 424px;
  float: right;
  margin-right: 0;
}
.style .list li:first-child .pic {
  width: 394px;
  height: 424px;
}
/* news */
.news {
  width: 100%;
  height: 744px;
  padding: 60px 0 80px;
  box-sizing: border-box;
  background: rgba(47, 46, 46, 0.03);
}
.news .center {
  height: 100%;
}
.news_bot {
  width: 100%;
  height: 500px;
  margin-top: 48px;
  overflow: hidden;
}
.news1 {
  float: left;
  width: 386px;
  height: 500px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 28px 26px 34px;
  background: url("../images/news_bg1.png") no-repeat center center;
}
.news_title {
  width: 100%;
  height: auto;
  padding-left: 28px;
  box-sizing: border-box;
  overflow: hidden;
  background: url("../images/news1.png") left top no-repeat;
}
.news_title h4 {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}
.news_title h4 a {
  color: #ffffff;
}
.news_title h5 {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: rgba(255, 255, 255.3);
  margin-top: 12px;
}
.news_bot1 {
  margin-top: 20px;
}
.news_img {
  display: block;
  width: 335px;
  height: 200px;
  overflow: hidden;
}
.news_img img {
  width: 335px;
  height: 200px;
  transition: all 0.5s;
}
.news_desc {
  margin-top: 30px;
}
.news_desc .news_tit {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.news_desc p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 12px;
}
.news_desc .news_btn {
  width: 100%;
  height: 10px;
  margin-top: 24px;
  line-height: 10px;
  overflow: hidden;
}
.news_desc .news_btn .news_hr {
  float: left;
  width: 73px;
  height: 10px;
  background: url("../images/news_hr1.png") no-repeat center center;
  transition: all 0.5s;
}
.news_desc .news_btn i {
  float: right;
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  transition: all 0.5s;
}
.news_bot1:hover .news_img img {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news_bot1:hover .news_desc .news_tit,
.news_bot1:hover .news_desc .news_btn i {
  color: #cc2223;
}
.news_bot1:hover .news_desc .news_btn .news_hr {
  width: 67px;
  background: url("../images/news_hr2.png") no-repeat center center;
}
.news_desc:hover .news_tit,
.news_desc:hover .news_btn i {
  color: #cc2223;
}
.news_desc:hover .news_btn .news_hr {
  width: 67px;
  background: url("../images/news_hr2.png") no-repeat center center;
}
.news2 {
  float: left;
  width: 792px;
  height: 500px;
  overflow: hidden;
  margin-left: 20px;
}
.news_bot21 {
  width: 792px;
  height: 240px;
  box-sizing: border-box;
  padding: 28px 36px 28px 24px;
  background-color: #ffffff;
  position: relative;
}
.news_title2 {
  background: url(../images/news2.png) left top no-repeat;
}
.news_title2 h4 a {
  color: #212121;
}
.news_title2 h5 {
  color: rgba(33, 33, 33, 0.3);
}
.news_bot21 .hd {
  width: auto;
  height: 20px;
  overflow: hidden;
  position: absolute;
  top: 38px;
  right: 36px;
}
.news_bot21 .hd .next,
.news_bot21 .hd .prev {
  width: 21px;
  height: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.news_bot21 .hd .prev {
  float: left;
  background: url("../images/news_prev.png") no-repeat center center;
}
.news_bot21 .hd .prev:hover {
  background: url("../images/news_prev2.png") no-repeat center center;
}
.news_bot21 .hd .next {
  float: right;
  background: url("../images/news_next.png") no-repeat center center;
}
.news_bot21 .hd .next:hover {
  background: url("../images/news_next2.png") no-repeat center center;
}
.news_bot21 .hd .news_dian {
  float: left;
  height: 8px;
  font-size: 0;
  margin: 6px 10px;
  overflow: hidden;
}
.news_bot21 .hd .news_dian li {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: #b3b3b3;
}
.news_bot21 .hd .news_dian .on {
  background-color: #fc7415;
}
.news_bot2 {
  width: 100%;
  height: 110px;
  margin-top: 30px;
  padding-left: 6px;
  box-sizing: border-box;
}
.news_bot2 li {
  float: left;
  width: 340px;
  height: 118px;
  margin-right: 46px;
  margin-top: 0;
}
.news_bot2 li:last-child {
  margin-right: 0;
}
.news_bot2 li .news_tit {
  color: #4d4d4d;
}
.news_bot2 li p {
  height: 60px;
  line-height: 30px;
  -webkit-line-clamp: 2;
  margin-top: 12px;
}
.news_bot2 li .news_btn {
  margin-top: 18px;
}
.news_bot2 li .news_btn i {
  color: #777777;
}
.news_bot22 {
  width: 792px;
  height: 240px;
  margin-top: 18px;
  padding: 34px 35px 34px 24px;
  box-sizing: border-box;
  background: url("../images/news_bg2.png") no-repeat center center;
  position: relative;
}
.news_title3 {
  background: url("../images/news3.png") left top no-repeat;
}
.news_title3 h4 a {
  color: #212121;
}
.news_title3 h5 {
  color: rgba(33, 33, 33, 0.3);
}
.news_bot3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 88px;
  box-sizing: border-box;
}
.news_bot3 .news_btn2 {
  display: block;
  width: 135px;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  color: #ffffff;
  margin-left: 8px;
  padding-left: 28px;
  box-sizing: border-box;
  background: url("../images/news_btn.png") no-repeat center center;
}
.news_box2 {
  width: 402px;
  height: 194px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 35px;
}
.news_list {
  width: 402px;
  height: 194px;
}
.news_list li {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.news_list li::before {
  content: "";
  display: block;
  width: 7px;
  height: 40px;
  background: url("../images/news_icon.png") center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.news_list li a {
  float: left;
  display: block;
  width: 75%;
  height: 40px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.news_list li i {
  float: right;
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666666;
  transition: all 0.5s;
}
.news_list li:hover::before {
  background: url("../images/news_icon2.png") center no-repeat;
}
.news_list li:hover a,
.news_list li:hover i {
  color: #cc2223;
}
/*# sourceMappingURL=in.css.map */

.honerLine {
	margin-top: 0px;
	clear: both;
	padding: 35px 0 40px 0px;
}
.honerCon {
	width: 1200px;
	margin: 0 auto;
}
.honerName {
	height: 54px;
	background: url(../images/honerName.jpg) no-repeat center 0;
	margin-bottom: 30px;
}
.honerBox {
	overflow: hidden;
	width: 1200px;
}
.honerBox li{
        width:200px; 
        float:left; 
        padding: 0px 0px 10px 0px;
}
.honerBox img {
	display: block;
	width: 180px;
	height: 90px;
	float: left;
	margin: 0 12px;
        border: 1px solid #c9c9c9;
        padding: 3px;
}
.honerBox span{
	display: block;
        text-align: center;
        line-height: 30px;
}
#demo {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
#indemo {
	float: left;
	
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}


.honerBox img:hover{
	
}

#AboutUs { margin-bottom: 0; padding: 60px 0; }
#AboutUs .main { position: relative; padding-top: 0px;}
#AboutUs .left { float: left; width: 45%; padding-bottom: 0px; }
#AboutUs .right { float: right; width: 52%; }
#AboutUs .Intro { }
#AboutUs .Intro h2 { font-size: 24px; color: #313131; line-height: 30px; font-weight: 600; margin-bottom: 10px; }
#AboutUs .Intro h2 .en { font-size: 17px; color: #c4c4c4; font-weight: 500; margin-left: 15px; }
#AboutUs .Intro p { font-size: 15px; line-height: 26px; margin-bottom: 30px; }
#AboutUs .Intro .More { margin-bottom: 20px; display: inline-block; padding: 0 20px; line-height: 30px; font-size: 12px; color: #fff; background: #3aa08b; border-radius: 20px; }
#AboutUs .Intro .More .icon-more { position: relative; top: 2px; margin-left: 10px; }
.Alist { position: absolute; left: 0; bottom: 0; width: 570px; }
.Alist li { float: left; margin-right: 20px; }
.Alist a { background: #fff; padding: 10px; display: block; text-align: center; border: 1px solid #e5e5e5; width: 100px; transition: all 0.3s linear; }
.Alist .iconfont { font-size: 40px; color: #afb3b1; line-height: 60px; display: block; text-align: center; font-weight: 500; }
.Alist h3 { font-size: 14px; color: #333; line-height: 30px; text-align: center; }
.Alist .icon-zscq { font-size: 50px; }
.Alist li:hover a { background: #3aa08b; color: #fff; }
.Alist li:hover .iconfont { color: #fff; }
.Alist li:hover h3 { color: #fff; }
#AboutUs .video { position: relative;    margin-top: -50px; }
#AboutUs .video .fancybox { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; color: #fff; margin-top: -60px; transition: all 0.3s linear; }
#AboutUs .video .iconfont { font-size: 60px; line-height: 80px; display: block; font-weight: 100; }
#AboutUs .video h3 { font-size: 18px; line-height: 40px; }
#AboutUs .video .fancybox:hover { margin-top: -70px; color: #0588ce; }
.container {
    width: 1200px;
    margin: 0 auto;
    display: block;
    clear: both;
    zoom: 1;
}

.case_big_box{margin:40px auto 20px auto;  display: flex; justify-content: space-between;   flex-wrap:wrap;}
.case_box{ width:48.5%; height:75px; line-height:75px; text-align:center; border: solid 1px #ddd;    margin-bottom: 12px;}
.case_img{ float:left; width:100px; height:50px; margin-top:12px;}
.case_img img{ width:80px; }
.case_txt{ float:left;  font-size:15px; display:block; }
.case_en { width:100%; font-size:12px; color:#666; }


.container_col {
	background: #fff;
	padding: 15px;
	width: 1200px;
	margin: 0 auto;
	height: 400px;
    margin-top: 30px;
}
.news-notice {
	margin: 0;
}
.indnews {
	width: 560px;
	height: 362px;
	float: left;
}
.news-pic {
	width: 560px;
	height: 362px;
}
.news-pic, .news-pic img {
	width: 560px;
	height: 362px;
	overflow: hidden;
}
.news-notice .news-txt {
	width: 592px;
	height: 362px;
	float: right;
	border: 1px solid #efefef;
}
.news-title {
	height: 38px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}
.news-title .name {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
	background: #084466;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	font-weight: bold;
}
.news-name.tab-nav {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
}
.news-name.tab-nav a {
	display: block;
	float: left;
	height: 40px;
	line-height:40px;
	color: #333;
	text-align: center;
	line-height: 39px;
	font-size: 17px;
	padding: 0 15px;
	margin: 0;
	position: relative;
}
.news-name.tab-nav a.current {
	background: #0173bf;
	color: #fff;
	font-weight: bold;
}
.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: none;
}
.news-name.tab-nav a.current i {
	display: block;
}
.news-title .name i {
	width: 9px;
	height: 5px;
	background: url(../images/jtx.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: block;
}
.news-title .more {
	position: absolute;
	right: 10px;
	line-height: 38px;
	top: 0;
	font-size: 12px;
	color: #999;
	transition: all .3s ease;
}
.news-title .more:hover {
	color: #084466;
}
.newslist {
	display: block;
	padding: 10px 12px;
}
.hotnews {
	margin: 12px 12px 0 12px;
}
.hotnews h1 {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon {
	margin-top: 12px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hotnews .hotcon a {
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.hotnews .hotcon a:hover, .newslist li a:hover {
	color: #0468c2;
}
.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 16px;
	background: url(../images/listnot.png) 0px 15px no-repeat;
}
.newslist li a {
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}
.newslist li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 36px;
	color: #bbb;
	text-align: center;
}
.newslist li:last-child {
	border: 0;
}
.newslist.ny li {
	padding: 8px 80px 8px 14px;
	background: url(../images/listnot.png) 2px 24px no-repeat;
}
.newslist.ny li a:after {
	display: none;
}
.nytit {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.r-radius:50%;
margin:0 auto;
transition:all .3s ease;
}
.fwzn .iconlist a:hover {
	color: #F71013;
}
.toutiao {
	background: #f5f5f5;
	height: 50px;
	position: relative;
	padding: 12px 90px;
	margin-bottom: 15px;
}
.toutiao i {
	width: 82px;
	height: 69px;
	background: url(../images/toutiao.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.toutiao h1 {
	text-align: center;
}
.toutiao h1 a {
	font-size: 18px;
	color: #333;
}
.toutiao h1 a:hover {
	color: #b60606;
}
.toutiao p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.fwzn {
	margin: 20px 0;
	background: #d5e7f6;
	height: 140px;
	overflow: hidden;
}
.fwzn .tit {
	width: 58px;
	background: #cf0d0d;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 115px;
	padding-top: 25px;
	float: left;
}
.fwzn .iconlist {
	float: left;
	width: 1112px;
}
.fwzn .iconlist a {
	display: block;
	width: 158px;
	text-align: center;
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.fwzn .iconlist a .pic {
	width: 82px;
	height: 82px;
	margin: 20px auto auto auto;
	transition: all .3s ease;
}
.fwzn .iconlist a.icon1 .pic {
	background: #eacd75;
}
.fwzn .iconlist a.icon2 .pic {
	background: #93d884;
}
.fwzn .iconlist a.icon3 .pic {
	background: #f57b7b;
}
.fwzn .iconlist a.icon4 .pic {
	background: #b19de5;
}
.fwzn .iconlist a.icon5 .pic {
	background: #60dcb5;
}
.fwzn .iconlist a.icon6 .pic {
	background: #7ebfe2;
}
.fwzn .iconlist a.icon7 .pic {
	background: #dec67c;
}
.fwzn .iconlist a.icon1:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon2:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon3:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon4:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon5:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon6:hover .pic {
	background: #084466;
}
.fwzn .iconlist a.icon7:hover .pic {
	background: #084466;
}
.xz-col {
	background: #fff;
	padding: 15px;
	height: 370px;
	float: left;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.xz-col.abt {
	width: 46%;
}
.xz-col.abt img {
	width: 100%;
}
.xz-col.gsgg {
	width: 46%;
	margin-right: 0;
}
.xz-col.jlhd {
	width: 360px;
	margin-right: 0;
	float: right;
}
.hudongicon a {
	display: block;
	float: left;
	width: 175px;
	height: 102px;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	text-align: center;
}
.hudongicon a img {
	margin: 15px auto;
	display: block;
	transition: all .3s ease;
}
.hudongicon a.nor {
	border-right: 0;
}
.hudongicon a.nob {
	border-bottom: 0;
}
.hudongicon a:hover {
	color: #cf0d0d;
}
.hudongicon a:hover img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}
.col-title {
	background: url(../images/titbot.png) left bottom no-repeat;
	overflow: hidden;
	padding-bottom: 15px;
}
.col-title span p {
	font-size: 19px;
	color: #0468c2;
	font-weight: bold;
}
.col-title span i {
	font-size: 12px;
	color: #b6b6b6;
	margin-top: 10px;
}
.col-title a {
	float: right;
	line-height: 30px;
}
.col-con {
	margin-top: 15px;
}
.col-con .abttxt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.videolist {
	overflow: hidden;
}
.videolist ul {
	width: 1200px;
}
.videolist ul li {
	width: 286px;
	height: 245px;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
	font-size: 14px;
}
.videolist ul li img {
	width: 286px;
	height: 215px;
}
.sqbs li {
	width: 33.33%;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}
.sqbs li a:hover {
	color: #b61412;
}
.mqmy {
	margin: 20px 0;
}
.mqmy li {
	width: 301px;
	height: 60px;
	margin: 10px auto;
	border: 1px solid #dddddd;
}
.bmfw {
	margin-right: -15px;
}
.bmfw li {
	width: 235px;
	float: left;
	margin-right: 25px;
	padding-left: 120px;
	margin-bottom: 30px;
	margin-top: 15px;
	position: relative;
}
.bmfw li .pic {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.bmfw li .pic img {
	width: 100px;
	height: 100px;
}
.bmfw li .pic.rad {
	border-radius: 50%;
	overflow: hidden;
}
.bmfw .info .list {
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 2px;
}
.bmfw .info .list i {
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
}
.gsht {
	float: left;
	width: 400px;
}
.col-2-r .tit {
	height: 40px;
	background: url(../images/sficon.png) 0 9px no-repeat;
	padding-left: 30px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	float: left;
}
.sfbox {
	padding: 0 10px 15px 5px;
	height: 213px;
}
.sftxt {
	float: left;
	width: 424px;
	height: 215px;
	position: relative;
}
.sftxt .info {
	height: 198px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sftxt a {
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	text-align: center;
	color: #F30;
}
.sftxt a:hover {
	color: #39F;
}
.jisuan {
	float: right;
	padding-left: 30px;
	width: 270px;
	border-left: 1px dashed #efefef;
	height: 213px;
}
.jisuan h1 {
	color: #084466;
	line-height: 30px;
	font-size: 15px;
}
.jsbox {
	position: relative;
	padding-left: 65px;
	margin-top: 8px;
}
.jsbox span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 27px;
	display: block;
	width: 65px;
	color: #7e7e7e;
}
.jsbox .jsq {
	border: 1px solid #f0f0f0;
	height: 19px;
	padding: 3px 3px 3px 10px;
	border-radius: 2px;
}
.jsbox .jsq .ipt-jsq {
	border: 0;
	height: 19px;
	line-height: 19px;
	width: 100%;
	outline: none;
}
.jsbox .jsq a {
	display: block;
	width: 42px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	background: #55aeec;
	position: absolute;
	top: 4px;
	right: 4px;
	color: #fff;
	border-radius: 2px;
}
.jsjg {
	background: #f0f0f0;
	padding: 4px 8px;
	margin-top: 10px;
	position: relative;
}
.jsjg .tab {
	line-height: 28px;
	border-bottom: 1px solid #e2e2e2;
	color: #6a6a6a;
	height: 28px;
	overflow: hidden;
}
.jsjg .tab span {
	float: right;
}
.jsjg .tab.last {
	border: 0;
}
.jsjg:before {
	content: '';
	width: 9px;
	height: 5px;
	background: url(../images/jtt.png) no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: -5px;
}
.jisuan .smtxt {
	color: #55aeec;
	line-height: 40px;
}
.xxlinks {
	height: 24px;
	overflow: hidden;
}
.xxlinks a {
	color: #F33;
	line-height: 24px;
}
.xxlinks a:hover {
	color: #55aeec;
	text-decoration: underline;
}
.newslist.htlist {
	padding: 0;
	width: 360px;
}
.col-4 {
	width: 289px;
	float: left;
	margin-right: 12px;
	border: 1px solid #efefef;
}
.col-4.last {
	margin-right: 0;
}
.news-title .name2 {
	float: left;
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	color: #084466;
	padding-left: 20px;
	background: url(../images/shu.png) 8px 11px no-repeat;
}
.linksbox {
	background: #fff;
	margin: 15px auto;
	width: 1200px;
}
.txtlisttit {
	height: 38px;
	border-bottom: 2px solid #d00c0d;
}
.txtlisttit a {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 40px;
	color: #333;
	transition: all .3s ease;
	font-size: 14px;
}
.txtlisttit a.current {
	background: #d00c0d;
	color: #fff;
}
.linksbox .listcon {
	height: 50px;
}
.linksbox .linkslist li {
	margin: 10px 10px;
	line-height: 30px;
	float: left;
	font-size: 14px;
}
.foot {
	font-size: 14px;
	color: #787878;
	line-height: 30px;
	background: #fff;
	text-align: center;
	width: 1200px;
	text-align: center;
	padding: 20px 0;
	margin: 15px auto;
}
.mg-t-b {
	margin: 15px auto;
}
.page-left {
	width: 200px;
	float: left;
}
.page-right {
	width: 900px;
	float: right;
	background: #fff;
	padding: 40px;
}
.lujing {
	margin: 20px 0;
	font-size: 14px;
	color: #888;
}
.pageny {
	overflow: hidden;
	padding-bottom: 30px;
}
.fllist {
	border: 1px solid #ededed;
}
.fllist li {
	height: 60px;
	background: #fff;
	padding: 0 20px;
}
.fllist li a {
	display: block;
	border-bottom: 1px solid #ededed;
	line-height: 59px;
	font-size: 16px;
	color: #666;
}
.fllist li:hover, .fllist li.active {
	background: #F15B5B;
}
.fllist li:hover a, .fllist li.active a {
	color: #fff;
	border-bottom: 0;
}
.fllist li.active {
	border-left: 4px solid #b61412;
}
.hotarticl {
	margin-top: 20px;
}
.hottit {
	border-bottom: 1px solid #efefef;
	line-height: 40px;
	font-size: 16px;
	color: #F30;
	margin: 12px 12px 0 12px;
}
.pagelujing {
	height: 40px;
	border-bottom: 2px solid #efefef;
	position: relative;
}
.pagelujing .name {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border-bottom: 2px solid #F33;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}
.pagelujing span {
	position: absolute;
	right: 0;
	line-height: 40px;
	color: #888;
}
.news-txt.ny, .newslist.ny {
	border: 0;
	padding: 0;
}
.news-txt.ny {
	min-height: 600px;
}
.newslist.ny li:last-child {
	border-bottom: 1px dotted #efefef;
}
.liuyantab {
	border: 1px solid #f5f5f5;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 20px;
}
/*分页*/

.biaoti {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 0 20px;
	font-weight: 600;
	margin-top: 30px;
}
.sshuomign {
	color: #888;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}
.sshuomign span {
	margin: 0 10px;
}
.pages {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pages ul li:hover {
	background: #cf0d0d;
	color: #fff;
	border: 1px solid #cf0d0d
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #cf0d0d;
	padding: 4px 12px;
	margin: 0 1px;
	background: #cf0d0d;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}
.article_txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
	overflow: hidden
}
.article_txt img {
	max-width: 930px;
}
/* 反馈模块 */
.contact-com-body {
	padding: 30px 10px 25px 10px;
	border-bottom: 1px solid #d3d3d3
}
.contact-com-body .row {
}
.row:before, .row:after {
	content: "";
	display: table;
	line-height: 0
}
.row:after {
	clear: both
}
.row {
	margin-bottom: 15px;
*zoom: 1
}
.col-2, .col-10 {
	float: left;
	position: relative;
	min-height: 1px
}
.contact-com-body .col-2 {
	width: 60px;
	line-height: 40px;
	margin-right: 10px;
	text-align: left
}
.contact-com-body .input-control {
	padding: 5px;
	line-height: 30px;
	height: 30px;
	width: 400px;
	border: 1px solid #ccc
}
.contact-com-body .textarea-control {
	height: 106px;
	width: 490px;
	padding: 5px;
	border: 1px solid #ccc
}
.contact-com-body .help-inline {
	line-height: 40px;
	color: #F00
}
.contact-com-body .input-shade {
	background-color: #f8f8f8
}
.contact-com-body .input-short {
	width: 340px
}
.contact-com-body .input-shorter {
	width: 140px
}
.contact-com-body img {
	width: 80px;
	height: 41px;
	margin: 2px 5px
}
.contact-com-btn {
	margin-left: 70px;
	padding-top: 20px
}
.contact-com-btn .btn {
	margin-right: 30px
}
.btn-warning {
	padding: 12px 44px;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #ff8942;
	background: -webkit-linear-gradient(top, #ff9454, #ff7f30);
	background: -moz-linear-gradient(top, #ff9454, #ff7f30);
	background: -ms-linear-gradient(top, #ff9454, #ff7f30);
	background: -o-linear-gradient(top, #ff9454, #ff7f30)
}
.btn-warning:hover {
	color: #fff;
	background-color: #ff8945;
	background: -webkit-linear-gradient(top, #ff8237, #fd8f4d);
	background: -moz-linear-gradient(top, #ff8237, #fd8f4d);
	background: -ms-linear-gradient(top, #ff8237, #fd8f4d);
	background: -o-linear-gradient(top, #ff8237, #fd8f4d)
}
.btn-danger {
	padding: 12px 44px;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #13bd49;
	background: -webkit-linear-gradient(top, #08d248, #13bd49);
	background: -moz-linear-gradient(top, #08d248, #13bd49);
	background: -ms-linear-gradient(top, #08d248, #13bd49);
	background: -o-linear-gradient(top, #08d248, #13bd49)
}
.btn-danger:hover {
	color: #fff;
	background-color: #0ba43b;
	background: -webkit-linear-gradient(top, #13bd49, #0ba43b);
	background: -moz-linear-gradient(top, #13bd49, #0ba43b);
	background: -ms-linear-gradient(top, #13bd49, #0ba43b);
	background: -o-linear-gradient(top, #13bd49, #0ba43b)
}
.message ul li {
	margin-bottom: 10px;
	line-height: 25px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #ccc;
}
.message li p {
	padding-bottom: 5px;
	font-size: 14px;
}
.datetime {
	color: #999999;
	font-size: 12px;
	width: 120px;
	text-align: center;
	display: inline;
	float: right;
}
.para01 {
	display: inline-block;
	padding-bottom: 0px;
	font-size: 16px;
	font-family: "微软雅黑";
}
.para01 a {
	font-size: 16px;
}


div.slideBox {
	position: relative;
	width: 670px;
	height: 300px;
	overflow: hidden;
}
div.slideBox ul.items {
	position: absolute;
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.slideBox ul.items li {
	float: left;
	background: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
div.slideBox ul.items li a {
	float: left;
	line-height: normal !important;
	padding: 0px !important;
	border: none/*For IE.ADD.JENA.201206300844*/;
}
div.slideBox ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none/*For IE.ADD.JENA.201206300844*/;
}
div.slideBox div.tips {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 32px;
	background-color: #000;
	overflow: hidden;
}
div.slideBox div.tips div.title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
}
div.slideBox div.tips div.title a {
	color: #FFF;
	font-size: 12px;
	line-height: 32px;
	margin-left: 10px;
	text-decoration: none;
}
div.slideBox div.tips div.title a:hover {
	text-decoration: underline !important;
}
div.slideBox div.tips div.nums {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}
div.slideBox div.tips div.nums a {
	display: inline-block;
>float:left/*For IE.ADD.JENA.201206300844*/;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	text-indent: -99999px;
	margin: 12px 5px 0px 0px;
}
div.slideBox div.tips div.nums a.active {
	background-color: #2b81c6;
}

.logo-block {
    background-color: #0468c2;
    padding: 10px 0;
}

.logo-block img {
    height: 70px;
    display: block;
    margin: 0 auto;
}


.four-block {
  min-width: 1140px;
}

.four-block:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

@-webkit-keyframes b {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
}

@keyframes b {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
}

@-webkit-keyframes c {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
}

@keyframes c {
  0% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 0;
  }
  40% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 0;
  }
  100% {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    top: 150%;
  }
}




.four-block section {
  width: 20%;
  position: relative;
  float: left;
  background-color: #063F88;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.four-block section a {
  display: block;
  overflow: hidden;
  position: relative;
}

.four-block section a:after {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  right: 0;
  top: 150%;
  z-index: 1;
  background-color: #F37020;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
  -webkit-animation: c 0.6s forwards;
          animation: c 0.6s forwards;
}

.four-block section ~ section::before {
  content: "";
  width: 6px;
  height: 50%;
  position: absolute;
  left: -3px;
  top: 25%;
  z-index: 10;
  background-color: #F37020;
}

.four-block section:hover a::after {
  -webkit-animation: b 0.6s forwards;
          animation: b 0.6s forwards;
}

.four-block section:hover .tit1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, -80%);
          transform: translate(0, -80%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.four-block section:hover .tit2,
.four-block section:hover .tit1-clone {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.four-block .bg img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.four-block .text {
  position: absolute;
  left: 7%;
  right: 7%;
  z-index: 5;
  color: #fff;
  box-sizing: border-box;
  top: 20%;
  bottom: 20%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.four-block .tit1 {
  font-size: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.four-block .tit1-clone {
  font-size: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.four-block .tit1-clone .line-tit {
  border-width: 1px;
}

.four-block .line-tit {
  display: inline-block;
  padding: 0 10px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.four-block .tit2 {
  font-size: 26px;
  margin-top: 14px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  line-height: 1.4;
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .four-block .tit1-clone {
    font-size: 18px;
  }
  .four-block .tit2,
  .four-block .tit1 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  .four-block .tit1-clone {
    font-size: 16px;
  }
  .four-block .tit2,
  .four-block .tit1 {
    font-size: 20px;
  }
  .four-block .tit1-clone {
    border-width: 1px;
  }
}
.full {
    display: block;
    width: 100%;
}

.xzgg {
    margin: 15px auto;
    width: 1200px;
}
.block-tit {
    color: #0173bf;
    font-size: 19px;
}
.block-tit span {
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
    border-left: 2px solid #0173bf;
    border-right: 0px solid #0173bf;
    font-weight: bold;
}