@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@font-face {
  font-family: 'yq-iconfont';  /* project id 331838 */
  src: url('//at.alicdn.com/t/font_2py9nzvvkdfgvi.eot');
  src: url('//at.alicdn.com/t/font_2py9nzvvkdfgvi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2py9nzvvkdfgvi.woff') format('woff'),
  url('//at.alicdn.com/t/font_2py9nzvvkdfgvi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2py9nzvvkdfgvi.svg#iconfont') format('svg');
}
.yq-iconfont{
    font-family:"yq-iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  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 {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  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;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    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 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    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 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
body,
html {
  margin: 0;
  font-family: "微软雅黑";
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.bottom-bar {
  overflow: hidden;
  height: 100px;
  position: fixed;
  width: 100%;
  background-color: #ff8257;
  left: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 9898;
}
.bottom-bar .container {
  min-width: 1200px;
  width: 1200px;
  padding-top: 32px;
}
.bottom-bar .text-group {
  text-align: center;
}
.bottom-bar .text-group .h4 {
  margin: 0;
}
.bottom-bar .text-group-content .price {
  font-size: 12px;
  text-decoration: line-through;
}
.bottom-bar .text-group-content .point {
  font-weight: bold;
  font-size: 12px;
  color: #fff839;
}
.bottom-bar .form-inline {
  text-align: center;
}
.bottom-bar .form-inline input[type='text'] {
  border-radius: 30px;
  height: 36px;
  border: none;
  margin: 0 10px;
}
.bottom-bar .form-inline input[name='name'] {
  width: 200px;
}
.bottom-bar .form-inline input[name='contact'] {
  width: 260px;
}
.bottom-bar .form-inline .form-group {
  position: relative;
}
.bottom-bar .form-inline button {
  position: absolute;
  min-width: 60px;
  height: 36px;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  background-color: #fff839;
  color: #000000;
  right: 0;
  top: 0;
  outline: none;
}
.bottom-bar .contact {
  display: table;
  width: 100%;
}
.bottom-bar .contact > * {
  display: inline-block;
  vertical-align: middle;
}
.bottom-bar .contact .h4 {
  margin-right: 20px;
}
.bottom-bar .contact-content .qq,
.bottom-bar .contact-content .wechat {
  float: left;
  margin-right: 40px;
}
.bottom-bar .contact-content .qq {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../../images/new_index_gz/qq-icon.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.bottom-bar .contact-content .qq:hover {
  transform: translateY(-6px);
}
.bottom-bar .contact-content .wechat {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../../images/new_index_gz/wechat-icon.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.bottom-bar .contact-content .wechat:hover {
  transform: translateY(-6px);
}

.img-card {
  position: relative;
}
.img-card .img {
  overflow: hidden;
}
.img-card .img img {
  transition: 0.4s;
  width: 100%;
}
.img-card .img img:hover {
  transform: scale(1.1);
}
.img-card .text-group .h1,
.img-card .text-group .h2,
.img-card .text-group .h3,
.img-card .text-group .h4,
.img-card .text-group .h5 {
  color: #999;
}
.img-card .text-group .h1 {
  font-size: 20px;
}
.img-card .text-group .h2 {
  font-size: 18px;
}
.img-card .text-group .h3 {
  font-size: 16px;
}
.img-card .text-group .h4 {
  font-size: 14px;
}
.img-card .text-group .h5 {
  font-size: 12px;
}
.img-card .text-group p {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 1.6em;
  text-align: justify;
}
.img-card .text-group a {
  color: #999;
  text-decoration: none;
  transition: 0.4s;
}
.img-card .text-group a:hover {
  color: #0474c3;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.footer {
  min-width: 1200px;
  min-height: 300px;
  border-top: solid 6px #0082e4;
  background-color: #393c41;
}
.footer .map-group {
  padding: 28px 0;
  overflow: hidden;
}
.footer .map-group .map-img {
  float: left;
  width: 335px;
}
.footer .map-group .map-img a,
.footer .map-group .map-img a img {
  width: 100%;
}
.footer .map-group .district-tab {
  float: left;
  width: 800px;
  width: calc(100% - 470px);
  text-align: center;
  position: relative;
  margin-left: 60px;
}
.footer .map-group .district-tab .prev-btn,
.footer .map-group .district-tab .next-btn {
  position: absolute;
  top: 12px;
  font-size: 30px;
  color: #757577;
  cursor: pointer;
  transition: 0.6s;
}
.footer .map-group .district-tab .prev-btn:hover,
.footer .map-group .district-tab .next-btn:hover {
  color: #ffffff;
}
.footer .map-group .district-tab .prev-btn {
  left: 0;
}
.footer .map-group .district-tab .next-btn {
  right: 0;
}
.footer .map-group .district-tab .tab-list-scroll {
  overflow: hidden;
  width: 640px;
  height: 70px;
  display: inline-block;
}
.footer .map-group .district-tab .tab-list {
  height: 100%;
}
.footer .map-group .district-tab .tab-list > li {
  float: left;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  border: solid 3px #ebecee;
  background: #919193;
  margin: 0 5px;
  transition: 0.6s;
}
.footer .map-group .district-tab .tab-list > li:hover {
  background-image: url("../../assets/img/map-tab-bg.jpg");
}
.footer .map-group .district-tab .tab-list > li.active {
  background-image: url("../../assets/img/map-tab-bg-active.jpg");
}
.footer .map-group .district-tab .tab-list > li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-top: 12px;
  color: #ffffff;
  text-decoration: none;
}
.footer .map-group .district-tab .tab-content {
  text-align: left;
  color: #ffffff;
  padding-top: 30px;
}
.footer .map-group .district-tab .tab-content .tab-pane {
  font-size: 12px;
  line-height: 24px;
}
.footer .map-group .district-tab .tab-content .tab-pane .h5 {
  font-weight: bold;
  color: #f5f11e;
}
.footer .map-group .district-tab .tab-content .tab-pane .text {
  color: #afb0b4;
}
.footer .link-group {
  overflow: hidden;
}
.footer .link-group .friendly {
  width: 790px;
  float: left;
}
.footer .link-group .friendly dl dt {
  margin-bottom: 22px;
}
.footer .link-group .friendly dl dt a {
  font-weight: normal;
  color: #ffffff;
  padding-right: 14px;
}
.footer .link-group .friendly dl dd {
  line-height: 24px;
}
.footer .link-group .friendly dl dd a {
  font-size: 12px;
  color: #afb0b4;
  padding-right: 14px;
  text-decoration: none;
}
.footer .link-group .friendly dl dd a:hover {
  color: #007ee4;
}
.footer .link-group .two-dimension-code {
  width: 278px;
  float: left;
  margin-left: 70px;
}
.footer .link-group .two-dimension-code .img {
  float: left;
  width: 119px;
  margin-right: 30px;
}
.footer .link-group .two-dimension-code .img p {
  text-align: center;
  line-height: 28px;
  color: #afb0b4;
  font-size: 12px;
}
.footer .link-group .two-dimension-code .img:last-child {
  margin-right: 0;
}
.footer .link-group .two-dimension-code .img img {
  width: 100%;
}
.footer .copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #afb0b4;
  font-size: 12px;
  margin-top: 10px;
}

.img-grid {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.img-grid:hover .text-group,
.img-grid.active .text-group {
  bottom: 0;
}
.img-grid .img {
  overflow: hidden;
  height: 100%;
}
.img-grid .img img {
  width: 100%;
  height: 100%;
}
.img-grid .text-group {
  transition: 0.4s;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 0 16px;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
}
.img-grid .text-group-content {
  display: table;
  width: 100%;
  height: 100%;
}
.img-grid .text-group-content ul {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  font-size: 12px;
}
.img-grid .text-group-content ul li.name span {
  float: right;
  font-weight: bold;
  color: #ffc619;
}
.img-grid .text-group-content ul li.company {
  background-color: #f0ed17;
  line-height: 50px;
  max-height: 50px;
  margin: 10px 0;
  text-align: center;
  color: #1a1a1a;
}
.img-grid .text-group-content ul li.other {
  text-align: center;
}
.img-grid .text-group-content ul li.other > span {
  padding: 0 6px;
}
.img-grid .detail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.header {
  height: 110px;
  transition: 0.6s;
  background-color: #ffffff;
  position: relative;
  z-index: 9000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.header.fixed {
  height: 82px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.header.fixed .container {
  padding: 0;
}
.header.fixed .logo {
  height: 54px;
  padding-top: 10px;
  width: 167px;
}
.header .container {
  padding: 18px 0 0 0;
}
.header .logo {
  float: left;
  width: 285px;
  height: 64px;
  transition: 0.6s;
}
/*
.header .logo img {
  height: 100%;
}
*/
.header .city {
  margin: 6px 0 0 28px;
  float: left;
  display: table;
  width: auto;
}
.header .city .text,
.header .city .map-img {
  display: table-cell;
  vertical-align: middle;
  height: 56px;
}
.header .city .map-img {
  padding-right: 18px;
}
.header .city .text {
  padding-right: 10px;
}
.header .city .text .drop-down {
  position: relative;
  float: left;
}
.header .city .text .drop-down .h4 {
  color: #999;
  cursor: pointer;
  position: relative;
  z-index: 2223;
  margin: 0;
  line-height: inherit;
}
.header .city .text .drop-down.open .drop-list {
  display: block;
}
.header .city .text .drop-down .drop-list {
  width: 263px;
  display: none;
  overflow: hidden;
  position: absolute;
  text-align: center;
  z-index: 9900;
  top: 0;
  left: 0;
  transition: 0.4s;
  padding-top: 26px;
}
.header .city .text .drop-down .drop-list li {
  height: 34px;
  line-height: 34px;
  width: 25%;
  width: calc(100% / 4);
  float: left;
  background-color: #f7f7f7;
  border-right: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
.header .city .text .drop-down .drop-list li:nth-child(4n) {
  border-right: none;
}
.header .city .text .drop-down .drop-list li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #555555;
  text-decoration: none;
  transition: 0.4s;
}
.header .city .text .drop-down .drop-list li a:hover {
  color: #ffffff;
  background-color: #00c8ff;
}
.header .city .text .current-city {
  font-size: 20px;
  margin-bottom: 6px;
  color: #333;
  margin-bottom: 6px;
}
.header .city .text .important-city {
  font-size: 14px;
  color: #555555;
  float: left;
  position: relative;
  z-index: 9899;
  width: 150px;
}
.header .city .text .important-city a {
  color: #5e5e5e;
  text-decoration: none;
  display: inline-block;
  padding-right: 8px;
}
.header .city .text .important-city a:hover,
.header .city .text .important-city a.active {
  color: #0474c3;
}
.header .menu {
  float: right;
  margin-top: 2px;
}
.header .menu > li {
  float: left;
  margin:12px 10px 0;
  /*margin-top: 12px;*/
  height: 36px;
  line-height: 36px;
  /*min-width: 100px;*/
  text-align: center;
  position: relative;
}
.header .menu > li.open {
  background-color: #07bdff;
  color: #ffffff;
}
.header .menu > li.open a,
.header .menu > li.open a:hover {
  color: #ffffff;
}
.header .menu > li.open > ul {
  opacity: 1;
}
.header .menu > li.active a {
  color: #07bdff;
}
.header .menu > li > ul {
  opacity: 0;
  height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  transition: 0.6s;
}
.header .menu > li > ul li {
  white-space: nowrap;
  /*height: 36px;
  line-height: 36px;*/
  height: 42px;
  line-height: 42px;
  text-align: center;
  transition: 0.6s;
  padding-top: 36px;
  padding: 0 6px;
}
.header .menu > li > ul li:hover {
  background-color: #07bdff;
}
.header .menu > li > ul li a {
  color: #555!important;
  /*font-size: 12px;*/
  font-size: 14px;
  display: inline-block;
  height: 100%;
}
.header .menu > li > ul li a:hover {
  color: #ffffff !important;
}

.header .menu > li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/*
.header .menu > li a{  zoom:1; height:16px; line-height:16px; padding:12px 0; display:block; margin-bottom:30px;}
*/
.header .menu > li a:hover,
.header .menu > li a.active {
  color: #0474c3;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.main-banner {
  position: relative;
  height: 520px;
}
.main-banner.interrupt .container {
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.main-banner.interrupt .container .carousel {
  margin-left: -15px;
  margin-right: -15px;
}
.main-banner .list-menu {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 18%;
    width: 20%;
    height: 100%;
    z-index: 1111;
}
.main-banner .list-menu .container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.main-banner .list-menu-content {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 278px;
}
.main-banner .list-menu-content ul li {
  display: table;
  width: 100%;
  padding: 15px 15px;
  transition: 0.6s;
  cursor: pointer;
  border-bottom: solid 1px #6b6a6a;
}
.main-banner .list-menu-content ul li:last-child {
  border-bottom: none;
}
.main-banner .list-menu-content ul li:hover,
.main-banner .list-menu-content ul li.active {
  background-color: #0fb1ff;
}
.main-banner .list-menu-content ul li .icon,
.main-banner .list-menu-content ul li .text {
  display: inline-block;
  vertical-align: middle;
}
.main-banner .list-menu-content ul li .icon {
  width: 37px;
  margin-right: 10px;
}
.main-banner .list-menu-content ul li .icon img {
  max-width: 100%;
}
.main-banner .list-menu-content ul li .text {
  width: 60%;
  width: calc(100% - 52px);
  font-size: 12px;
  color: #ffffff;
}
.main-banner .list-menu-content ul li .text .h5 {
  margin: 0;
}
.main-banner .list-menu-content ul li .text > p {
  margin-top: 10px;
}
.main-banner .list-menu-content ul li .text a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  padding: 0 16px;
  transition: 0.4s;
}
.main-banner .list-menu-content ul li .text a:first-child {
  padding-left: 0;
}
.main-banner .list-menu-content ul li .text a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
  height: 50%;
  background-color: #ffffff;
  opacity: 0.6;
}
.main-banner .list-menu-content ul li .text a:last-child:after {
  display: none;
}
.main-banner .list-menu-content ul li .text a:hover,
.main-banner .list-menu-content ul li .text a.active {
  color: #ffc619;
}
.main-banner .carousel {
  min-width: 1200px;
  height: 100%;
}
.main-banner .carousel .carousel-indicators {
  z-index: 2222;
}
.main-banner .carousel .carousel-indicators li.active {
  background-color: #ffc619;
  border-color: #ffc619;
}
.main-banner .carousel .carousel-inner {
  height: 100%;
}
.main-banner .carousel .carousel-inner .item {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner .carousel .carousel-inner .item img {
  opacity: 0;
  height: 100%;
}
.main-body {
  padding: 15px 0 0 0;
  width: 1200px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .main-body {
    overflow: hidden;
  }
}
.main-body .fast-link {
  overflow: hidden;
  margin-bottom:24px
}
.main-body .fast-link ul li {
  float: left;
  width: 20%;
  width: calc(100% / 5 - 16px);
  margin-right: 20px;
  text-align: center;
  position: relative;
}
.main-body .fast-link ul li:last-child {
  margin-right: 0;
}
.main-body .fast-link ul li a {
  width: 100%;
  display: inline-block;
  position: relative;
}
.main-body .fast-link ul li a:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4) inset;
}
.main-body .fast-link ul li a img {
  max-width: 100%;
}
.main-body .video-or-message {
  margin: 26px 0 8px 0;
  overflow: hidden;
}
.main-body .video-or-message .video {
  width: 908px;
  float: left;
}
.main-body .video-or-message .video .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .video-or-message .video .img-card {
  width: 25%;
  width: calc(100% / 4 - 18px);
  margin: 0 18px 10px 0;
  float: left;
}
.main-body .video-or-message .video .img-card .text-group {
  text-align: center;
}
.main-body .video-or-message .video .img-card:nth-child(4n) {
  margin-right: 0;
}
.main-body .video-or-message .message {
  width: 270px;
  float: right;
}
.main-body .video-or-message .message .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .video-or-message .message .message-list {
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  padding: 0 12px;
}
.main-body .video-or-message .message .message-list li {
  height: 17.2px;
  line-height: 17.2px;
  overflow: hidden;
  margin: 14px 0;
}
.main-body .video-or-message .message .message-list li a {
  display: table;
  width: 100%;
  font-size: 12px;
  text-decoration: none;
}
.main-body .video-or-message .message .message-list li a:hover .icon i {
  color: #ffffff;
  background-color: #0474c3;
}
.main-body .video-or-message .message .message-list li a > span {
  display: table-cell;
  line-height: normal;
}
.main-body .video-or-message .message .message-list li a > span.icon i {
  display: block;
  font-style: normal;
  width: 18px;
  height: 18px;
  color: #555555;
  text-align: center;
  line-height: 18px;
  background-color: #e6e6e6;
  border-radius: 4px;
  transition: 0.4s;
}
.main-body .video-or-message .message .message-list li a > span.name {
  padding-left: 8px;
  max-width: 66px;
  overflow: hidden;
  color: #555555;
}
.main-body .video-or-message .message .message-list li a > span.date {
  color: #b1b1b1;
}
.main-body .video-or-message .message .message-list li a > span.enlist i {
  font-style: normal;
  color: #ffffff;
  background-color: #677cec;
  border-radius: 4px;
  padding: 0 4px;
  text-align: center;
}
.main-body .video-or-message .message .message-list li a > span.enlist.end i {
  color: #555555;
  background-color: #e6e6e6;
}
.main-body .employment-star {
  overflow: hidden;
  margin-bottom: 28px;
}
.main-body .employment-star .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .employment-star-content {
  height: 415px;
}
.main-body .employment-star-content .big-img {
  width: 422px;
  height: 415px;
  float: left;
}
.main-body .employment-star-content .small-img-group {
  width: 756px;
  width: calc(100% - 442px);
  float: right;
}
.main-body .employment-star-content .small-img-group .grid-one {
  float: left;
  width: 202px;
  height: 415px;
  margin-right: 18px;
}
.main-body .employment-star-content .small-img-group .grid-one .img-grid {
  height: 48%;
  height: calc(50% - 10px);
}
.main-body .employment-star-content .small-img-group .grid-one .img-grid:nth-child(1) {
  margin-bottom: 20px;
}
.main-body .employment-star-content .small-img-group .grid-two {
  float: left;
  width: 202px;
  height: 415px;
  margin-right: 18px;
}
.main-body .employment-star-content .small-img-group .grid-two .img-grid:nth-child(1) {
  height: 60%;
  height: calc(60% - 10px);
  margin-bottom: 20px;
}
.main-body .employment-star-content .small-img-group .grid-two .img-grid:nth-child(2) {
  height: 40%;
  height: calc(40% - 10px);
}
.main-body .employment-star-content .small-img-group .grid-three {
  float: left;
  width: 316px;
  height: 415px;
}
.main-body .employment-star-content .small-img-group .grid-three .img-grid:nth-child(1) {
  height: 45%;
  height: calc(45% - 10px);
  margin-bottom: 20px;
}
.main-body .employment-star-content .small-img-group .grid-three .img-grid:nth-child(2) {
  height: 55%;
  height: calc(55% - 10px);
  margin-bottom: 20px;
}
.main-body .student-stories {
  overflow: hidden;
  margin-bottom: 24px;
}
.main-body .student-stories .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .student-stories-content .carousel {
  height: 200px;
  padding: 0 36px;
}
.main-body .student-stories-content .carousel .carousel-inner {
  height: 100%;
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li {
  width: 25%;
  width: calc(100% / 4 - 18px);
  float: left;
  margin: 0 9px;
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li .img {
  max-height: 188px;
  padding: 8px;
  border: solid 1px #e1e1e1;
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li .img a {
  display: block;
  overflow: hidden;
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li .img img {
  width: 100%;
  transition: 0.4s;
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li .img img:hover {
  transform: scale(1.1);
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li .h5 {
  text-align: center;
  color: #999;
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li .h5 a {
  color: #999;
  transition: 0.4s;
  text-decoration: none;
}
.main-body .student-stories-content .carousel .carousel-inner .item ul li .h5 a:hover {
  color: #0474c3;
}
.main-body .student-stories-content .carousel .left-btn,
.main-body .student-stories-content .carousel .right-btn {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.4s;
}
.main-body .student-stories-content .carousel .left-btn {
  left: 0;
  background-image: url("../../images/new_index_gz/student-left-btn.png");
}
.main-body .student-stories-content .carousel .left-btn:hover {
  background-image: url("../../images/new_index_gz/student-left-hover-btn.png");
}
.main-body .student-stories-content .carousel .right-btn {
  right: 0;
  background-image: url("../../images/new_index_gz/student-right-btn.png");
}
.main-body .student-stories-content .carousel .right-btn:hover {
  background-image: url("../../images/new_index_gz/student-right-hover-btn.png");
}
.main-body .curriculum-center {
  margin-bottom: 5px;
  overflow: hidden;
}
.main-body .curriculum-center .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .curriculum-center-content .curriculum-news {
  clear: both;
  padding: 8px 15px;
  border: solid 1px #e1e1e1;
  margin-left: 8px;
  margin-right: 8px;
  display: table;
  width: 97.6%;
  background-color: #fdfdfd;
}
.main-body .curriculum-center-content .curriculum-news ul {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.main-body .curriculum-center-content .curriculum-news ul li {
  padding: 8px 0;
}
.main-body .curriculum-center-content .curriculum-news ul li > * {
  display: inline-block;
  height: 20px;
}
.main-body .curriculum-center-content .curriculum-news ul li .icon {
  font-style: normal;
  font-size: 10px;
  background-color: #009be6;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 2px;
  float: left;
  margin-right:10px;
}
.main-body .curriculum-center-content .curriculum-news ul li .name {
  color: #555;
  width: 52%;
  overflow: hidden;
  float: left;
  text-align: left;
}
.main-body .curriculum-center-content .curriculum-news ul li .name:hover {
  color: #009be6;
}
.main-body .curriculum-center-content .curriculum-news ul li .city,
.main-body .curriculum-center-content .curriculum-news ul li .date {
  padding: 0 10px;
  color: #a2a2a2;
}
.main-body .curriculum-center-content .curriculum-news ul li .hot {
  float: right;
  font-size: 10px;
  background-color: #5c5ce3;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 2px;
}
.main-body .curriculum-center-content .curriculum-linux-head {
  float: left;
  margin-right: 7px;
  width: 300px;
  height:366px;
  background-image: url("../../assets/img/curriculum-left-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-left: 24px;
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-linux-head .name {
  font-size: 20px;
}
.main-body .curriculum-center-content .curriculum-linux-head .content-text {
  font-size: 13.33333333px;
  padding: 10px 0;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon {
  transition: 1s;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon:hover {
  background-color: #26caf6;
  border-color: #26caf6;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon:hover .img img.default {
  display: none;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon:hover .img img.active {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon:hover .name a {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon:hover .name a:hover {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon .img {
  display: inline-block;
  width: 54px;
  height: 40px;
  text-align: center;
  transition: 0.4s;
  margin-left: 32px;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon .img img {
  max-width: 100%;
  line-height: 40px;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon .img img.default {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon .img img.active {
  display: none;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon .name {
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon .name a {
  color: #555555;
  text-decoration: none;
}
.main-body .curriculum-center-content .curriculum-linux .curriculum-icon .name a:hover {
  color: #0474c3;
}
.main-body .curriculum-center-content .curriculum-java-head {
  float: left;
  margin-right: 7px;
  width: 300px;
  height: 400px;
  background-image: url("../../assets/img/curriculum-left-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-left: 24px;
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-java-head .name {
  font-size: 20px;
}
.main-body .curriculum-center-content .curriculum-java-head .content-text {
  font-size: 13.33333333px;
  padding: 10px 0;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon {
  transition: 1s;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon:hover {
  background-color: #3bd3de;
  border-color: #3bd3de;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon:hover .img img.default {
  display: none;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon:hover .img img.active {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon:hover .name a {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon:hover .name a:hover {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon .img {
  display: inline-block;
  width: 54px;
  height: 40px;
  text-align: center;
  transition: 0.4s;
  margin-left: 32px;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon .img img {
  max-width: 100%;
  line-height: 40px;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon .img img.default {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon .img img.active {
  display: none;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon .name {
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon .name a {
  color: #555555;
  text-decoration: none;
}
.main-body .curriculum-center-content .curriculum-java .curriculum-icon .name a:hover {
  color: #0474c3;
}
.main-body .curriculum-center-content .curriculum-html5-head {
  float: left;
  margin-right: 7px;
  width: 300px;
  height: 400px;
  background-image: url("../../assets/img/curriculum-left-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-left: 24px;
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-html5-head .name {
  font-size: 20px;
}
.main-body .curriculum-center-content .curriculum-html5-head .content-text {
  font-size: 13.33333333px;
  padding: 10px 0;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon {
  transition: 1s;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon:hover {
  background-color: #f48d26;
  border-color: #f48d26;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon:hover .img img.default {
  display: none;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon:hover .img img.active {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon:hover .name a {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon:hover .name a:hover {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon .img {
  display: inline-block;
  width: 54px;
  height: 40px;
  text-align: center;
  transition: 0.4s;
  margin-left: 32px;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon .img img {
  max-width: 100%;
  line-height: 40px;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon .img img.default {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon .img img.active {
  display: none;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon .name {
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon .name a {
  color: #555555;
  text-decoration: none;
}
.main-body .curriculum-center-content .curriculum-html5 .curriculum-icon .name a:hover {
  color: #0474c3;
}
.main-body .curriculum-center-content .curriculum-android-head {
  float: left;
  margin-right: 7px;
  width: 300px;
  height: 400px;
  background-image: url("../../assets/img/curriculum-left-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 24px;
  padding-left: 24px;
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-android-head .name {
  font-size: 20px;
}
.main-body .curriculum-center-content .curriculum-android-head .content-text {
  font-size: 13.33333333px;
  padding: 10px 0;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon {
  transition: 1s;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon:hover {
  background-color: #42ddbd;
  border-color: #42ddbd;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon:hover .img img.default {
  display: none;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon:hover .img img.active {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon:hover .name a {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon:hover .name a:hover {
  color: #ffffff;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon .img {
  display: inline-block;
  width: 54px;
  height: 40px;
  text-align: center;
  transition: 0.4s;
  margin-left: 32px;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon .img img {
  max-width: 100%;
  line-height: 40px;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon .img img.default {
  display: inline-block;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon .img img.active {
  display: none;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon .name {
  display: inline-block;
  padding-left: 40px;
  font-size: 16px;
  color: #555555;
  margin-top: 10px;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon .name a {
  color: #555555;
  text-decoration: none;
}
.main-body .curriculum-center-content .curriculum-android .curriculum-icon .name a:hover {
  color: #0474c3;
}
.main-body .curriculum-center-content .curriculum-linux,
.main-body .curriculum-center-content .curriculum-java,
.main-body .curriculum-center-content .curriculum-html5,
.main-body .curriculum-center-content .curriculum-android {
  height: 400px;
  margin-bottom: 0px;
  clear: both;
}
@supports (-ms-ime-align:auto) {
  .curriculum-icon {
    padding: 20.3px 0!important;
  }
}
.main-body .curriculum-center-content .curriculum-linux-icon,
.main-body .curriculum-center-content .curriculum-java-icon,
.main-body .curriculum-center-content .curriculum-html5-icon,
.main-body .curriculum-center-content .curriculum-android-icon {
  float: left;
  width: 625px;
  height: 100%;
}
.main-body .curriculum-center-content .curriculum-linux-icon .curriculum-icon,
.main-body .curriculum-center-content .curriculum-java-icon .curriculum-icon,
.main-body .curriculum-center-content .curriculum-html5-icon .curriculum-icon,
.main-body .curriculum-center-content .curriculum-android-icon .curriculum-icon {
  width: 30%;
  width: calc(100% / 2 - 16px);
  float: left;
  padding: 20.8px 0;
  height: 85px;
  margin-left: 8px;
  margin-right: 8px;
  border: solid 1px #e1e1e1;
  background-color: #fdfdfd;
}
.main-body .curriculum-center-content .curriculum-linux-icon .curriculum-icon:nth-child(1),
.main-body .curriculum-center-content .curriculum-java-icon .curriculum-icon:nth-child(1),
.main-body .curriculum-center-content .curriculum-html5-icon .curriculum-icon:nth-child(1),
.main-body .curriculum-center-content .curriculum-android-icon .curriculum-icon:nth-child(1),
.main-body .curriculum-center-content .curriculum-linux-icon .curriculum-icon:nth-child(2),
.main-body .curriculum-center-content .curriculum-java-icon .curriculum-icon:nth-child(2),
.main-body .curriculum-center-content .curriculum-html5-icon .curriculum-icon:nth-child(2),
.main-body .curriculum-center-content .curriculum-android-icon .curriculum-icon:nth-child(2),
.main-body .curriculum-center-content .curriculum-linux-icon .curriculum-icon:nth-child(3),
.main-body .curriculum-center-content .curriculum-java-icon .curriculum-icon:nth-child(3),
.main-body .curriculum-center-content .curriculum-html5-icon .curriculum-icon:nth-child(3),
.main-body .curriculum-center-content .curriculum-android-icon .curriculum-icon:nth-child(3),
.main-body .curriculum-center-content .curriculum-linux-icon .curriculum-icon:nth-child(4),
.main-body .curriculum-center-content .curriculum-java-icon .curriculum-icon:nth-child(4),
.main-body .curriculum-center-content .curriculum-html5-icon .curriculum-icon:nth-child(4),
.main-body .curriculum-center-content .curriculum-android-icon .curriculum-icon:nth-child(4) {
  margin-bottom: 16px;
}
.main-body .curriculum-center-content .curriculum-linux-news,
.main-body .curriculum-center-content .curriculum-java-news,
.main-body .curriculum-center-content .curriculum-html5-news,
.main-body .curriculum-center-content .curriculum-android-news {
  width: 260px;
  float: right;
}
.main-body .curriculum-center-content .curriculum-linux-news ul,
.main-body .curriculum-center-content .curriculum-java-news ul,
.main-body .curriculum-center-content .curriculum-html5-news ul,
.main-body .curriculum-center-content .curriculum-android-news ul {
  border: solid 1px #e1e1e1;
  padding: 12px;
  border-radius: 4px;
}
.main-body .curriculum-center-content .curriculum-linux-news ul li,
.main-body .curriculum-center-content .curriculum-java-news ul li,
.main-body .curriculum-center-content .curriculum-html5-news ul li,
.main-body .curriculum-center-content .curriculum-android-news ul li {
  height: 34px;
  line-height: 34px;
}
.main-body .curriculum-center-content .curriculum-linux-news ul li .icon,
.main-body .curriculum-center-content .curriculum-java-news ul li .icon,
.main-body .curriculum-center-content .curriculum-html5-news ul li .icon,
.main-body .curriculum-center-content .curriculum-android-news ul li .icon {
  display: inline-block;
  width: 32px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
  background-color: #009be6;
  border-radius: 4px;
  font-size: 12px;
}
.main-body .curriculum-center-content .curriculum-linux-news ul li .icon.hot,
.main-body .curriculum-center-content .curriculum-java-news ul li .icon.hot,
.main-body .curriculum-center-content .curriculum-html5-news ul li .icon.hot,
.main-body .curriculum-center-content .curriculum-android-news ul li .icon.hot {
  background-color: #f18e33;
}
.main-body .curriculum-center-content .curriculum-linux-news ul li a,
.main-body .curriculum-center-content .curriculum-java-news ul li a,
.main-body .curriculum-center-content .curriculum-html5-news ul li a,
.main-body .curriculum-center-content .curriculum-android-news ul li a {
  font-size: 12px;
  color: #555555;
  text-decoration: none;
  transition: 0.4s;
}
.main-body .curriculum-center-content .curriculum-linux-news ul li a:hover,
.main-body .curriculum-center-content .curriculum-java-news ul li a:hover,
.main-body .curriculum-center-content .curriculum-html5-news ul li a:hover,
.main-body .curriculum-center-content .curriculum-android-news ul li a:hover {
  color: #0474c3;
}
.main-body .news {
  margin-bottom: 26px;
  overflow: hidden;
}
.main-body .news .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .news-content .news-banner {
  text-align: center;
  margin-bottom: 22px;
}
.main-body .news-content .news-banner a {
  display: inline-block;
}
.main-body .news-content .news-banner a img {
  max-width: 100%;
}
.main-body .news-content .info-diffusion {
  height: 220px;
  overflow: hidden;
  margin-bottom: 22px;
}
.main-body .news-content .info-diffusion .h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
.main-body .news-content .info-diffusion-content {
  font-size: 14px;
}
.main-body .news-content .info-diffusion-content a {
  color: #888888;
  text-decoration: none;
  transition: 0.4s;
  height: 33px;
  line-height: 34px;
}
.main-body .news-content .info-diffusion-content a:hover {
  color: #0474c3;
}
.main-body .news-content .info-diffusion-content .hot {
  font-size: 14px;
}
.main-body .news-content .info-diffusion-content .hot span {
  color: #ffffff;
  background-color: #f59c2f;
  border-radius: 4px;
  padding: 0 4px;
}
.main-body .news-content .join {
  height: 220px;
  overflow: hidden;
  margin-bottom: 22px;
}
.main-body .news-content .join .h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
}
.main-body .news-content .join-content dl {
  float: left;
  width: 50%;
  width: calc(100% / 2 - 10px);
}
.main-body .news-content .join-content dl:nth-child(1) {
  margin-right: 19px;
}
.main-body .news-content .join-content dl dt a {
  display: inline-block;
  overflow: hidden;
}
.main-body .news-content .join-content dl dt a img {
  max-width: 100%;
  transition: 0.4s;
}
.main-body .news-content .join-content dl dt a img:hover {
  transform: scale(1.06);
}
.main-body .news-content .join-content dl dd {
  margin-top: 10px;
  line-height: 18px;
}
.main-body .news-content .join-content dl dd a {
  font-size: 12px;
  color: #888888;
  transition: 0.4s;
  text-decoration: none;
}
.main-body .news-content .join-content dl dd a:hover {
  color: #0474c3;
}
.main-body .news-content .activity {
  max-height: 189px;
  overflow: hidden;
}
.main-body .news-content .activity > .h4 {
  font-size: 16px;
  font-weight: bold;
}
.main-body .news-content .activity .img {
  width: 162px;
  float: left;
}
.main-body .news-content .activity .text-content {
  float: left;
  width: 176px;
  width: calc(100% - 182px);
  margin-left: 20px;
}
.main-body .news-content .activity .text-content .h4 {
  font-size: 16px;
  height: 18px;
  overflow: hidden;
}
.main-body .news-content .activity .text-content .h4 a {
  color: #555555;
  text-decoration: none;
  transition: 0.4s;
}
.main-body .news-content .activity .text-content .h4 a:hover {
  color: #0474c3;
}
.main-body .news-content .activity .text-content > p {
  line-height: 22px;
  height: 104px;
  font-size: 12px;
  color: #888888;
  overflow: hidden;
  text-align: justify;
}
.main-body .news-content .recommended > .h4 {
  font-size: 16px;
  font-weight: bold;
}
.main-body .news-content .recommended-content .recommended-list {
  float: left;
  width: 40%;
  width: calc(100% / 2 - 30px);
}
.main-body .news-content .recommended-content .recommended-list:nth-child(1) {
  margin-right: 46px;
}
.main-body .news-content .recommended-content .recommended-list .img {
  width: 162px;
  float: left;
}
.main-body .news-content .recommended-content .recommended-list .text-content {
  float: left;
  width: 176px;
  width: calc(100% - 182px);
  margin-left: 20px;
}
.main-body .news-content .recommended-content .recommended-list .text-content .h4 {
  font-size: 16px;
  height: 18px;
  overflow: hidden;
}
.main-body .news-content .recommended-content .recommended-list .text-content .h4 a {
  color: #555555;
  text-decoration: none;
  transition: 0.4s;
}
.main-body .news-content .recommended-content .recommended-list .text-content .h4 a:hover {
  color: #0474c3;
}
.main-body .news-content .recommended-content .recommended-list .text-content > p {
  line-height: 22px;
  height: 104px;
  font-size: 12px;
  color: #888888;
  overflow: hidden;
  text-align: justify;
}
.main-body .brand {
  overflow: hidden;
  margin-bottom: 24px;
}
.main-body .brand .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .brand-content {
  overflow: hidden;
}
.main-body .brand-content .img-card {
  width: 33.3%;
  width: calc(100% / 3 - 15px);
  float: left;
  margin-right: 22px;
}
.main-body .brand-content .img-card .text-group .h3,
.main-body .brand-content .img-card .text-group .h3 a {
  color: #555555;
  font-size: 18px;
}
.main-body .brand-content .img-card .text-group .h3:hover,
.main-body .brand-content .img-card .text-group .h3 a:hover {
  color: #0474c3;
}
.main-body .brand-content .img-card .text-group p {
  font-size: 12px;
  line-height: 22px;
  height: 82px;
  overflow: hidden;
}
.main-body .brand-content .img-card:last-child {
  margin-right: 0;
}
.main-body .company-comment .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .company-comment-content .carousel .carousel-indicators {
  top: 244px;
  bottom: auto;
  left: auto;
  right: 10px;
  width: auto;
  font-size: 0;
}
.main-body .company-comment-content .carousel .carousel-indicators li {
  width: 22px;
  height: 22px;
  margin: 0.5px;
  line-height: 22px;
  text-align: center;
  border-radius: 0;
  text-indent: inherit;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 12px;
}
.main-body .company-comment-content .carousel .carousel-indicators li.active {
  width: 22px;
  height: 22px;
  background-color: #066ab6;
  border-color: #066ab6;
  margin: 0.5px;
}
.main-body .company-comment-content .img-card .img img:hover {
  transform: none;
}
.main-body .company-comment-content .img-card .text-group .h3,
.main-body .company-comment-content .img-card .text-group .h3 a {
  font-weight: bold;
  color: #555555;
  margin-bottom: 10px;
}
.main-body .company-comment-content .img-card .text-group p {
  line-height: 30px;
  height: 80px;
  overflow: hidden;
}
.main-body .job .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.main-body .job-content {
  height: 405px;
  overflow: hidden;
}
.main-body .job-content ul {
  border: solid 1px #e1e1e1;
  border-radius: 4px;
  padding: 2px 12px;
}
.main-body .job-content ul li {
  height: 36px;
  line-height: 36px;
}
.main-body .job-content ul li > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #555555;
  background-color: #d6d5d5;
  border-radius: 4px;
  margin-right: 6px;
  transition: 0.4s;
}
.main-body .job-content ul li > span.orange {
  color: #ffffff;
  background-color: #f18e33;
}
.main-body .job-content ul li:hover > span {
  color: #ffffff;
  background-color: #f18e33;
}
.main-body .job-content ul li a {
  font-size: 12px;
  color: #555555;
  text-decoration: none;
}
.main-body .job-content ul li a:hover {
  transition: 0.4s;
  color: #f18e33;
}
.main-body .enterprise-cooperation {
  margin: 26px 0 30px 0;
  padding: 20px 0 30px 0;
  position: relative;
  background-color: #efefef;
}
.main-body .enterprise-cooperation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  right: auto;
  top: 0;
  background-color: #f9f9f9;
}
.main-body .enterprise-cooperation:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  right: -50%;
  top: 0;
  background-color: #f9f9f9;
}
.main-body .enterprise-cooperation .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
  z-index: 1000;
}
.main-body .enterprise-cooperation .cooperation-list li {
  float: left;
  text-align: center;
  width: 20%;
  width: calc(100% / 5);
}
.main-body .enterprise-cooperation .cooperation-list li .img {
  width: 90%;
  height: 130px;
  line-height: 130px;
  overflow: hidden;
  text-align: center;
}
.main-body .enterprise-cooperation .cooperation-list li .img a {
  display: inline-block;
  width: 100%;
  height: 130px;
}
.main-body .enterprise-cooperation .cooperation-list li .img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.4s;
}
.main-body .enterprise-cooperation .cooperation-list li .img img:hover {
  transform: scale(1.06);
}
.main-body .enterprise-cooperation .cooperation-list li .img {
  display: inline-block;
}
.main-body .enterprise-cooperation-content {
  position: relative;
  z-index: 1000;
}
.main-body .enterprise-cooperation-content .carousel {
  padding: 0 40px;
}
.main-body .enterprise-cooperation-content .carousel .left-btn,
.main-body .enterprise-cooperation-content .carousel .right-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  transition: 0.4s;
}
.main-body .enterprise-cooperation-content .carousel .left-btn:hover,
.main-body .enterprise-cooperation-content .carousel .right-btn:hover {
  transform: scale(1.1);
}
.main-body .enterprise-cooperation-content .carousel .left-btn {
  left: 4px;
}
.main-body .enterprise-cooperation-content .carousel .right-btn {
  right: 4px;
}
.main-body .learning-environment {
  margin-bottom: 30px;
}
.main-body .learning-environment .nav li {
  width: 128px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  color: #555555;
  float: left;
  margin-right: 10px;
}
.main-body .learning-environment .nav li.active a {
  background-color: #169dd5;
  border-radius: 6px;
  color: #ffffff;
}
.main-body .learning-environment .nav li a {
  padding: 0;
  font-size: 16px;
}
.main-body .learning-environment .tab-content {
  padding-top: 20px;
}
.main-body .learning-environment .tab-content .tab-pane {
  text-align: center;
}
.main-body .learning-environment .tab-content .tab-pane a,
.main-body .learning-environment .tab-content .tab-pane a img,
.main-body .learning-environment .tab-content .tab-pane img,
.main-body .learning-environment .tab-content .tab-pane video {
  max-width: 100%;
  min-width: 800px;
}
.main-body .learning-environment .tab-content .tab-pane > * {
  text-align: center;
  max-width: 100%;
}
.main-body .learning-environment .tab-content .tab-pane > * > * {
  text-align: center;
  max-width: 100%;
}
.main-body .added-service {
  position: relative;
  background-color: #efefef;
}
.main-body .added-service:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  right: auto;
  top: 0;
  background-color: #f9f9f9;
}
.main-body .added-service:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: auto;
  right: -50%;
  top: 0;
  background-color: #f9f9f9;
}
.main-body .added-service .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
  padding-top: 20px;
  position: relative;
  z-index: 1000;
}
.main-body .added-service-content {
  padding-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.main-body .added-service-content ul li {
  float: left;
  text-align: center;
  width: 20%;
  width: calc(100% / 5 - 40px);
  margin: 0 50px;
}
.main-body .added-service-content ul li:nth-child(1n) {
  margin-left: 0;
}
.main-body .added-service-content ul li:nth-child(5n) {
  margin-right: 0;
}
.main-body .added-service-content ul li .icon-grid {
  margin-bottom: 26px;
  width: 135px;
  display: inline-block;
}
.main-body .added-service-content ul li .icon-grid .img {
  width: 135px;
  height: 135px;
  text-align: center;
  transition: 0.4s;
}
.main-body .added-service-content ul li .icon-grid .img:hover {
  transform: translateY(-10px);
}
.main-body .added-service-content ul li .icon-grid .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main-body .added-service-content ul li .icon-grid .img img {
  width: 100%;
  height: 100%;
}
.main-body .added-service-content ul li .icon-grid .text-group {
  text-align: center;
}
.main-body .added-service-content ul li .icon-grid .text-group .h1,
.main-body .added-service-content ul li .icon-grid .text-group .h2,
.main-body .added-service-content ul li .icon-grid .text-group .h3,
.main-body .added-service-content ul li .icon-grid .text-group .h4,
.main-body .added-service-content ul li .icon-grid .text-group .h5,
.main-body .added-service-content ul li .icon-grid .text-group h1,
.main-body .added-service-content ul li .icon-grid .text-group h2,
.main-body .added-service-content ul li .icon-grid .text-group h3,
.main-body .added-service-content ul li .icon-grid .text-group h4,
.main-body .added-service-content ul li .icon-grid .text-group h5 {
  color: #0092df;
}
.main-body .added-service-content ul li .icon-grid .text-group a {
  color: #0092df;
  text-decoration: none;
}
.main-body .added-service-content ul li .icon-grid .text-group .h4 {
  font-weight: bold;
}


html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.knight-service {
  margin-bottom: 60px;
}
.knight-service .title {
  text-align: center;
  margin: 50px 0;
}
.knight-service .title .text-content {
  width: 366px;
  height: 30px;
  display: inline-block;
}
.knight-service .title .text-content > i {
  display: inline-block;
  width: 88px;
  height: 30px;
  background-image: url("../../assets/img/knight-service-title-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.knight-service .title .text-content > span {
  display: inline-block;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #0474c3;
  position: relative;
  top: -8px;
}
.knight-service .title .explain {
  text-align: center;
  color: #8a8a8a;
  font-size: 14px;
}
.knight-service .knight-content .img-group {
  float: left;
  width: calc(100% / 4);
  transition: 0.8s;
}
.knight-service .knight-content .img-group:hover {
  transform: translateY(-10px);
}
.knight-service .knight-content .img-group .img {
  text-align: center;
  height: 136px;
}
.knight-service .knight-content .img-group .img img {
  height: 100%;
}
.knight-service .knight-content .img-group .text {
  padding-top: 34px;
  text-align: center;
  color: #8a8a8a;
  font-size: 16px;
}
.learning {
  min-width: 1200px;
  min-height: 440px;
  padding: 40px 0;
  background: #0474c3;
  background: linear-gradient(to bottom, #2499f5 0%, #9cd0ff 100%);
}
.learning .col-title {
  text-align: center;
}
.learning .col-title h1 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.learning .col-title > p {
  color: #ffffff;
}
.learning .learning-content {
  text-align: center;
  padding: 60px 0 0 0;
}
.learning .learning-content .learning-list-group {
  width: 960px;
  display: inline-block;
}
.learning .learning-content .learning-list-group .learning-list {
  width: 150px;
  float: left;
  margin: 0 45px;
  text-align: center;
  transition: 0.8s;
}
.learning .learning-content .learning-list-group .learning-list:hover {
  transform: translateY(-20px);
}
.learning .learning-content .learning-list-group .learning-list .icon {
  width: 118px;
  display: inline-block;
}
.learning .learning-content .learning-list-group .learning-list .icon img {
  max-width: 100%;
}
.learning .learning-content .learning-list-group .learning-list .text-group h2 {
  color: #ffffff;
}
.learning .learning-content .learning-list-group .learning-list .text-group > p {
  font-size: 12px;
  color: #ffffff;
}
.learning .learning-content .button {
  margin-top: 20px;
}
.learning .learning-content .button button {
  border: solid 1px #ffffff;
  padding: 14px 38px;
  background-color: transparent;
  color: #ffffff;
  transition: 0.6s;
}
.learning .learning-content .button button:hover {
  background: #ffffff;
  color: #8a8a8a;
}
.learning .learning-content .button button:active {
  transform: scale(0.9);
}
.lifting-method {
  min-height: 600px;
}
.lifting-method .col-title {
  text-align: center;
  margin: 50px 0;
  margin-bottom: 80px;
}
.lifting-method .col-title .text-content {
  width: 366px;
  height: 30px;
  display: inline-block;
}
.lifting-method .col-title .text-content > i {
  display: inline-block;
  width: 88px;
  height: 30px;
  background-image: url("../../assets/img/knight-service-title-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.lifting-method .col-title .text-content > span {
  display: inline-block;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #0474c3;
  position: relative;
  top: -8px;
}
.lifting-method .col-title .explain {
  text-align: center;
  color: #8a8a8a;
  font-size: 14px;
}
.lifting-method .lifting-content {
  text-align: center;
  padding-bottom: 60px;
}
.lifting-method .lifting-content .lifting-list-group {
  display: inline-block;
  width: 1100px;
}
.lifting-method .lifting-content .lifting-list-group .lifting-list {
  float: left;
  width: 136px;
  margin: 0 42px;
}
.lifting-method .lifting-content .lifting-list-group .lifting-list .img {
  min-height: 172px;
  max-height: 174px;
}
.lifting-method .lifting-content .lifting-list-group .lifting-list .img img {
  max-width: 100%;
}
.lifting-method .lifting-content .lifting-list-group .lifting-list .text {
  padding: 18px 0 0 0;
  color: #b0b0b0;
  font-size: 14px;
}
.lifting-method .lifting-content .button {
  margin-top: 40px;
}
.lifting-method .lifting-content .button > a {
  display: inline-block;
  width: 254px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: #4fb2ff;
  transition: 0.4s;
  font-size: 14px;
  text-decoration: none;
}
.lifting-method .lifting-content .button > a:hover {
  transform: scale(0.98);
}
.lifting-method .lifting-content .button > a:active {
  transform: scale(0.9);
}
.scroll-card {
  min-width: 1200px;
  background: #0474c3;
  background: linear-gradient(-208deg, #fd8dbc 10%, #7e97f7 50%, #8cbfff 80%);
  min-height: 600px;
  padding-bottom: 30px;
}
.scroll-card .col-title {
  text-align: center;
  padding-top: 20px;
}
.scroll-card .col-title h1 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.scroll-card .col-title > p {
  color: #ffffff;
}
.scroll-card .scroll-card-content {
  text-align: center;
  padding: 30px 0;
}
.scroll-card .scroll-card-content .carousel {
  display: inline-block;
  width: 1100px;
}
.scroll-card .scroll-card-content .carousel .carousel-indicators {
  bottom: -43px;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item {
  min-height: 433px;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card {
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  padding: 30px 12px;
  margin: 10px;
  width: 418px;
  width: calc(100% / 2 - 20px);
  max-height: 210px;
  float: left;
  display: table;
  transition: 0.8s;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card:hover {
  transform: translateY(-6px);
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card > * {
  display: table-cell;
  vertical-align: middle;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .img {
  width: 137px;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .img img {
  border-radius: 50%;
  max-width: 100%;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group {
  text-align: justify;
  padding: 0 10px 0 20px;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group h4 {
  font-weight: bold;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group > p {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.6em;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group .data {
  padding: 10px 0 0 0;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group .data > span {
  padding: 0 8px;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group .data > span:nth-child(1) {
  color: #1b5390;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group .data > span:nth-child(2) {
  font-size: 12px;
  color: #b0b0b0;
}
.scroll-card .scroll-card-content .carousel .carousel-inner .item .scroll-list-card .text-group .data > span:nth-child(2) > span {
  color: #ff6b00;
  padding: 0 8px;
}
.question {
  min-height: 600px;
}
.question .col-title {
  text-align: center;
  margin: 50px 0;
  margin-bottom: 80px;
}
.question .col-title .text-content {
  width: 366px;
  height: 30px;
  display: inline-block;
}
.question .col-title .text-content > i {
  display: inline-block;
  width: 88px;
  height: 30px;
  background-image: url("../../assets/img/knight-service-title-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.question .col-title .text-content > span {
  display: inline-block;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #0474c3;
  position: relative;
  top: -8px;
}
.question .col-title .explain {
  text-align: center;
  color: #8a8a8a;
  font-size: 14px;
}
.question .question-content {
  text-align: center;
  padding-bottom: 30px;
}
.question .question-content ul {
  width: 900px;
  overflow: hidden;
  display: inline-block;
}
.question .question-content ul li {
  padding: 8px 30px;
  border-radius: 6px;
  border: dotted 2px #8a8a8a;
  background-color: #d6d6d6;
  float: left;
  margin: 10px 10px;
  min-height: 40.8px;
  min-width: 150px;
  transition: 0.8s;
}
.question .question-content ul li:hover {
  transition: 0.2s;
  background-color: #ff6b00;
  border-color: #ffffff;
}
.question .question-content ul li:hover a {
  color: #ffffff;
}
.question .question-content ul li:active {
  transform: scale(0.9);
}
.question .question-content ul li a {
  color: #555555;
  text-decoration: none;
}
.question .question-content .button {
  text-align: center;
  margin-top: 60px;
}
.question .question-content .button a {
  display: inline-block;
  color: #ffffff;
  width: 184px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #4fb2ff;
  text-decoration: none;
  transition: 0.8s;
}
.question .question-content .button a:hover {
  transition: 0.2s;
  transform: scale(0.96);
}
.question .question-content .button a:active {
  transform: scale(0.9);
}
.bottom-banner {
  min-width: 1200px;
  min-height: 600px;
  background-image: url("../../assets/img/bottom-banner-bg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
.bottom-banner .bg-img {
  min-height: 600px;
  margin: 0 auto;
  background-image: url("../../assets/img/bottom-banner.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.slider-bar {
  position: fixed;
  top: 30%;
  right: 15px;
  width: 120px;
  z-index: 9899;
}
.slider-bar ul li {
  margin-bottom: 1px;
}
.slider-bar ul li a {
  display: inline-block;
}
.slider-bar ul li a img {
  max-width: 100%;
}
.slider-bar ul li:last-child a {
  width: 48px;
  width: calc(50% - 1px);
  float: left;
}
.slider-bar ul li:last-child a:nth-child(1) {
  margin-right: 1px;
}

html {
  height: 100%;
}
body {
  margin: 0;
  font-family: '微软雅黑';
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body input,
body select {
  font-family: '微软雅黑';
}
body ul,
body li,
body dl,
body dd,
body dt,
body p {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body .h1 {
  font-size: 20px;
}
body h2,
body .h2 {
  font-size: 18px;
}
body h3,
body .h3 {
  font-size: 16px;
}
body h4,
body .h4 {
  font-size: 14px;
}
body h5,
body .h5 {
  font-size: 12px;
}
body .container {
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@keyframes c {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: -26920px 0;
  }
  to {
    background-position: 0 0;
  }
}
.space {
  height: 40px;
  overflow: hidden;
  clear: both;
}
.page {
  text-align: center;
}
.page .pagination li {
  display: inline-block;
}
.page .pagination li:hover a,
.page .pagination li.active a {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
  color: #ffffff;
}
.page .pagination li a {
  border-radius: 4px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.inner-banner {
  min-width: 1200px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.inner-banner .container {
  height: 100%;
}
.inner-banner .carousel {
  width: 300px;
  float: right;
  background-color: #ffffff;
  border-radius: 6px;
  height: 84%;
  padding: 22px 30px;
  margin-top: 34px;
}
.inner-banner .carousel-indicators {
  bottom: 0;
}
.inner-banner .carousel-indicators li {
  background-color: #dcdcdc;
  border-color: #dcdcdc;
}
.inner-banner .carousel-indicators li.active {
  background-color: #0fb1ff;
  border-color: #0fb1ff;
}
.inner-banner .carousel-inner .item .title {
  font-size: 22px;
  color: #0474c3;
  padding-bottom: 10px;
}
.inner-banner .carousel-inner .item .text-content {
  color: #999;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
  height: 208px;
  overflow: hidden;
}
.inner-banner .carousel-inner .item .text-content a {
  text-decoration: none;
  color: #0474c3;
}
.inner-banner .carousel-inner .item .img {
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 0;
}
.inner-banner .carousel-inner .item .img img {
  width: 100%;
}
.inner-body {
  overflow: hidden;
  min-width: 1200px;
}
.campus-query {
  height: 64px;
  border: solid 1px #e1e1e1;
  background-color: #fdfdfd;
  margin: 30px 0;
}
.campus-query dl {
  display: table;
  padding: 0 24px;
  height: 100%;
}
.campus-query dl dt,
.campus-query dl dd {
  display: table-cell;
  vertical-align: middle;
}
.campus-query dl dt {
  position: relative;
  padding-right: 20px;
}
.campus-query dl dt:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 1px;
  height: 20%;
  right: 0;
  background-color: #e1e1e1;
}
.campus-query dl dd {
  padding-left: 10px;
}
.campus-query dl dd a {
  display: inline-block;
  padding: 0 10px;
  color: #999;
  text-decoration: none;
}
.campus-query dl dd a:hover,
.campus-query dl dd a.active {
  color: #0474c3;
}
.position {
  height: 64px;
  border: solid 1px #e1e1e1;
  background-color: #fdfdfd;
  margin: 30px 0;
}
.position dl {
  display: table;
  padding: 0 24px;
  height: 100%;
}
.position dl dt,
.position dl dd {
  display: table-cell;
  vertical-align: middle;
}
.position dl dt {
  position: relative;
  padding-right: 20px;
}
.position dl dt:after {
  content: "";
  position: absolute;
  top: 40%;
  width: 1px;
  height: 20%;
  right: 0;
  background-color: #e1e1e1;
}
.position dl dd {
  padding-left: 10px;
}
.position dl dd a {
  display: inline-block;
  padding: 0 10px;
  color: #999;
  text-decoration: none;
}
.position dl dd a:hover,
.position dl dd a.active {
  color: #0474c3;
}
.position dl dt:after {
  display: none;
}
.position dl dd a {
  color: #999;
}
.position dl dd a:after {
  content: ">";
  color: #999;
  padding-left: 10px;
}
.position dl dd > span {
  color: #0474c3;
}
.tab-menu {
  overflow: hidden;
  clear: both;
}
.tab-menu ul li {
  float: left;
  width: 30%;
  width: calc(100% / 3 - 16px);
  margin: 0 24px 24px 0;
  text-align: center;
}
.tab-menu ul li:nth-child(3n) {
  margin-right: 0;
}
.tab-menu ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tab-menu ul li a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 3px #838a8d;
}
.tab-menu ul li img {
  max-width: 100%;
}
.team-list-group {
  overflow: hidden;
}
.team-list-group .team-list {
  position: relative;
  height: 312px;
  border-radius: 6px;
  margin: 60px 0;
  border: solid 1px #e1e1e1;
}
.team-list-group .team-list:last-child {
  margin-bottom: 40px;
}
.team-list-group .team-list .img {
  position: absolute;
  width: 227px;
  left: 40px;
  bottom: 0;
}
.team-list-group .team-list .text-group {
  padding: 20px 40px 20px 306px;
}
.team-list-group .team-list .text-group .title {
  margin-bottom: 16px;
}
.team-list-group .team-list .text-group .title > * {
  display: inline-block;
}
.team-list-group .team-list .text-group .title h1 {
  font-size: 28px;
  padding-right: 16px;
}
.team-list-group .team-list .text-group .title > p {
  font-size: 18px;
}
.team-list-group .team-list .text-group .title > p span,
.team-list-group .team-list .text-group .title > p a {
  color: #0474c3;
  text-decoration: none;
}
.team-list-group .team-list .text-group .content {
  line-height: 30px;
  color: #999;
  text-align: justify;
  column-width: 325px;
  column-count: 2;
  column-gap: 32px;
}
.detailed-page-content {
  overflow: hidden;
}
.detailed-page-content .left-col {
  width: 412px;
  float: left;
}
.detailed-page-content .left-col .teacher-img {
  border: solid 1px #e1e1e1;
  margin-bottom: 36px;
}
.detailed-page-content .left-col .teacher-img a,
.detailed-page-content .left-col .teacher-img img {
  width: 100%;
}
.detailed-page-content .left-col .curriculum .title {
  font-size: 18px;
  margin-bottom: 12px;
}
.detailed-page-content .left-col .curriculum-content {
  overflow: hidden;
}
.detailed-page-content .left-col .curriculum-content a,
.detailed-page-content .left-col .curriculum-content img {
  width: 100%;
  transition: 0.4s;
}
.detailed-page-content .left-col .curriculum-content a:hover,
.detailed-page-content .left-col .curriculum-content img:hover {
  transform: scale(1.1);
}
.detailed-page-content .right-col {
  width: 757px;
  width: calc(100% - 442px);
  float: right;
  border-radius: 4px;
  border: solid 1px #e1e1e1;
  padding: 20px;
}
.detailed-page-content .right-col .title {
  margin-bottom: 16px;
}
.detailed-page-content .right-col .title > * {
  display: inline-block;
}
.detailed-page-content .right-col .title h1 {
  font-size: 28px;
  padding-right: 16px;
}
.detailed-page-content .right-col .title > p {
  font-size: 18px;
}
.detailed-page-content .right-col .title > p span,
.detailed-page-content .right-col .title > p a {
  color: #0474c3;
  text-decoration: none;
}
.detailed-page-content .right-col .title h1 {
  margin-top: 0;
}
.detailed-page-content .right-col .grad-content-img-group {
  padding-top: 20px;
}
.detailed-page-content .right-col .grad-content-img-group > li {
  width: calc(100% / 3 - 15px);
  height: auto;
  overflow: hidden;
  margin: 7px;
  float: left;
}
.detailed-page-content .right-col .grad-content-img-group > li a,
.detailed-page-content .right-col .grad-content-img-group > li img {
  width: 100%;
  max-height: 100%;
}
.detailed-page-content .right-col-content {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.detailed-page-content .right-col-content > p {
  text-indent: 2em;
  margin: 18px 0;
}
.detailed-page-content .button-group {
  clear: both;
  overflow: hidden;
  text-align: center;
  padding: 40px 0;
}
.detailed-page-content .button-group > a {
  display: inline-block;
  width: 256px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  border-radius: 6px;
  font-size: 20px;
  transition: 0.4s;
  margin: 0 10px;
  text-decoration: none;
}
.detailed-page-content .button-group > a:hover {
  transform: scale(1.1);
}
.detailed-page-content .button-group > a.grey {
  color: #555;
  background-color: #f2f2f2;
}
.detailed-page-content .button-group > a.blue {
  color: #ffffff;
  background-color: #10beff;
}

*{margin:0;}
li{list-style:none;}
.fd{position:fixed;right:20px;top:50%;margin-top:-180px;z-index:12}
.fd-content{}
.fd-content ul li{height:63px;}
.fd-footer{margin-top:0px;}
.fd-footer ul li{float:left;}
.fd-footer ul li:nth-of-type(1){margin-right:0px;}
.fd-tel{position:relative;}
.fd-tel:hover div{display:block;}
.fd-tel div{position:absolute;right:150px;top:0; display:none;}

.employment-star-header{
	display: -webkit-box;
}
.employment-title-more{
	margin-top: 5px;
    margin-left: 79%;
}
.fast-float-left-line{
	margin-top:4px;
}
.fast-float-left{
	float:left;
	margin-left:6px;
	margin-top:4px;
}

.friendly .list-inline b{
	color: #fff;
    font-size: 16px;
    margin: 0 50px;
    text-decoration: none;
}
.friendly .list-unstyled{
	color: #fff;
    font-size: 13px;
    margin:0px 50px;
    text-decoration: none;
}
.friendly .list-unstyled li{
    margin:8px 0px;
	color:#AFB0B4;
}
.curriculum-linux-news .date{
	color:#A2A2A2;
	margin:0 5px;
}
.curriculum-linux-news .hot{
	font-size: 12px;
	height: 18px;
  	text-align: center;
  	line-height: 18px;
	background-color: #ff7739;
	color:#fff;
	border-radius: 4px;
}
.curriculum-linux-news .classname {
	margin:0 5px;
}
.curriculum-news a{float:left;}
.curriculum-news ul li{margin:10px 0px;}
.curriculum-news div{
	 float: left;  width: 100%;
}
.curriculum-news{
	height: 165px;
}
.link a {margin-left:7px;}
.all_hn_left_bar{z-index: 1001;}
#K{ width:1200px; height:462px; margin:30 auto 50 auto;}
#K_t{ width:1200px; height:226px; float:left; padding-bottom:10px;margin-bottom: 10px;}
#K_t_l{width:607px; height:226px; margin-right:10px;float:left;}
#K_t_c{width:287px; height:226px; margin-right:10px;float:left;}
#k_t_r{width:286px; height:226px; float:right; margin:0}

#k_f{ width:1200px; height:226px; margin-right:10px;}
#k_f_l{ width:300px; height:226px; float:left; margin-right:10px;}
#k_f_l1{ width:300px; height:108px;}
#k_f_l2{ width:300px; height:108px; margin-top:9px;}
#k_f_c1{width:297px; height:226px; margin-right:10px;float:left;}
#k_f_c2{width:287px; height:226px; margin-right:10px;float:left;}
#k_f_r{width:286px; height:226px; float:right;margin:0}
