


@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.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;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes llp {
  0% {
    opacity: 0;
  }
  50%{
    opacity: 0.5;
  }
  100%{
    opacity: 1;
  }
}
@-webkit-keyframes llp {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

@keyframes llp {
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 1;
  }
}

.llp {
  -webkit-animation-name: llp;
          animation-name: llp;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -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(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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 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);
  }

  100% {
    -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);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -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 {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -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(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-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-transition-timing-function: ease-in;
            transition-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);
  }

  100% {
    -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 {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -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;
  }

  100% {
    -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-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -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;
  }

  100% {
    -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-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

  100% {
    -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 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 1;
  }

  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}


html {
	-webkit-text-size-adjust: none;
	/*解决chrome浏览器下字体不能小于12px*/
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* {}

a {
	outline: none;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline;
}

html {
	zoom: 1;
}

html * {
	outline: 0;
	zoom: 1;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

body {
	overflow-x: hidden;
	font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	/*border-collapse:collapse;border-spacing:0;*/
}

fieldset,
a img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	/*去掉苹果的默认UI来渲染按钮*/
}

em,
i {
	font-style: normal;
}

/*内边框*/
.borpd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

/* 清除浮动*/
.colwrapper {
	overflow: hidden;
	zoom: 1
		/*for ie*/
	;
	margin: 5px auto;
}

/* 高度自适应 */
.strong {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.show {
	display: block;
	visibility: visible;
}

.hide {
	display: none;
	visibility: hidden;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.break {
	word-wrap: break-word;
	overflow: hidden;
	/*word-break:break-all;*/
}

.tal {
	text-align: left
}

.tar {
	text-align: right;
}

/*文字两侧对齐*/
.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
	/* ie9*/
	-moz-text-align-last: justify;
	/*ff*/
	-webkit-text-align-last: justify;
	/*chrome 20+*/
}

.lsele {
	box-sizing: border-box;
	background-color: transparent;
	outline: 0;
	-webkit-appearance: none;
}

/*.wow {*/
/*	visibility: hidden;*/
/*}*/

.toe {
	/*超出省略号*/
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #c0c0c0;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #c0c0c0;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #c0c0c0;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #c0c0c0;
}

a {
	color: initial;
	transition: all 0.3s ease-in-out 0s;
}

textarea,
body {
	font-family: "Microsoft YaHei", sans-serif;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#formRegion input,
#formRegion select {
	width: 100%;
	padding: 0 15px;
	border: 1px solid #E6E6E6;
	height: 48px;
	border-radius: 2px;
}

#formRegion input:focus,
#formRegion select:focus {
	outline: none
}

.form-item.form-item-over {
	border: none;
	background: none;
}

#formRegion {
	width: 100%;
	margin: 0 auto;
}

.form-item {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 16px;
	position: relative;
}

.form-item:last-child {
	padding-bottom: 0;
}

.form-label {
	width: 0 !important;
	text-align: left !important;
	display: none;
}

.form-element {
	flex: 1;
	margin: 0;
}

#formRegion .btn-submit {
	display: inline-block;
	width: 100%;
	height: 52px;
	background: linear-gradient(128deg, rgba(248, 213, 146, .8) 0%, rgba(217, 168, 85, .8) 100%, rgba(217, 168, 84, .8) 100%);
	border-radius: 2px;
	line-height: 52px;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin: 0;
	outline: none;
	position: relative;
}

#submitItem {
	display: none;
}

a {
	text-decoration: none
}

a:focus {
	outline: none;
}

.form-element .form-error-msg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -18px;
	margin: 0;
	font-size: 10px;
	padding: 0 !important;
}

.item-required {
	position: absolute;
	right: -5px;
	color: #f00;
	display: none;
}

div.form-error-msg {
	color: #f00;
}

.form-item-error .form-label {
	color: inherit;
}

#submitItem {
	text-align: center;
	width: 100%;
	height: auto;
}

.form-label {
	font-family: "Arial", "HYQiHei", sans-serif;
	font-size: 16px;
}

@media (min-width: 540px) {
	.mobile .form-element {
		margin-left: 0px;
	}

	.mobile .form-item {
		width: 100%;
	}

	#formRegion {
		width: 100%;
		margin: 25px auto 0;
	}
}

@media (min-width: 241px) and (max-width: 540px) {
	.mobile .form-element {
		margin-left: 0%;
	}
}



.fxae .btn {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.fxae .icon {
	background-color: #f0f5fc;
	height: 71px;
	margin-top: 9px;
	border: 1px solid #0d6aff;
	border-bottom: 4px solid #0d6aff;
	padding-top: 4px;
}

.fxae .icon h5 {
	color: #444;
	text-align: center;
	line-height: 2;
}

.fxae .ico {
	width: 35px;
	height: 35px;
	margin: 0 auto;
}

.fxae li a {
	display: block;
	height: 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 0;
	text-align: center;
}

.fxae li h4 {
	font-size: 14px;
	line-height: 2;
	color: #fff;
}

.fxae .ico img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.fxae {
	position: fixed;
	z-index: 999;
	right: 3px !important;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	width: 110px;
	height: 488px;
}

.fxae .pad {
	padding: 100px 19px 0 15px;
}

.main .uchd {
	margin-top: -72px;
	position: relative;
	z-index: 11;
}

.main .uchd ul {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 8px 0 rgba(184, 203, 255, 0.2);
	overflow: hidden;
	padding: 50px 0;
}

.main .uchd li {
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.main .uchd li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: #e5e5e5;
}

.main .uchd li:last-child:before {
	display: none;
}

.main .uchd .dins {
	display: inline-block;
	text-align: left;
}

.main .uchd h4 {
	font-size: 30px;
	line-height: 1.4;
	color: #0071ef;
	font-weight: bold;
}

.main .uchd h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #666666;
}

.main .uchd h4 span {
	font-size: 24px;
	margin: 0 5px;
}

.main .uchd h4 img {
	width: 13px;
	display: inline-block;
	position: relative;
	top: -8px;
	margin-left: 5px;
}

.main .ucpg1 li {
	width: calc((100% - 42px)/3);
	margin: 0 20px 0 0;
	box-shadow: 0 0 6px 0 rgba(80, 80, 80, 0.2);
	border-radius: 10px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 35px 40px 25px;
	float: left;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;position: relative;top: 0;
}
.main .ucpg1 li:hover{
	top: -20px;
}
.main .ucpg1 li:nth-child(3n) {
	margin-right: 0;
}

.main .ucpg1 li h3 {
	font-size: 20px;
	line-height: 1.7;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main .ucpg1 li .pic {
	height: 150px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.main .ucpg1 li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.main .ucpg1 .content-wd {
	overflow: initial;
}

.main .ucpg1 li h5 {
	font-size: 14px;
	line-height: 36px;
	color: #333333;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 25px;
	background: url(../images/ico2.png) no-repeat left center;
}

.main .ucpg1 li h5 i {
	color: #ee1d52;
	font-weight: bold;
}

.ucpg2 ul {
	display: flex;
	justify-content: space-between;
	vertical-align: top;padding-top: 10px;
}

.ucpg2 li {
	text-align: center;position: relative;top: 0;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.ucpg2 li:hover{
	top: -10px;
}
.ucpg2 li .ico {
	width: 88px;
	margin: 0 auto 5px;
}

.ucpg2 li h3 {
	font-size: 22px;
	line-height: 50px;
	color: #333333;
}

.ucpg2 li h5 {
	font-size: 16px;
	line-height: 2;
	color: #666666;
}

.umore .btn {
	width: 182px;
	line-height: 52px;
	font-size: 16px;
	color: #ffffff;
	border-radius: 3px;
	background: #ff0000;
	margin: 50px auto 0;
	display: block;
	text-align: center;
}

.section h4.wh,
.section h2.wh {
	color: #fff;
}

.ucpg3 li {
	float: left;
	width: calc((100% - 42px)/3);
	margin: 0 20px 20px 0;
	background: #ffffff;
	border-radius: 3px;
}

.ucpg3 li:nth-child(3n) {
	margin-right: 0;
}

.ucpg3 li a {
	display: block;
}

.ucpg3 .pic {
	height: 250px;
	overflow: hidden;
}

.ucpg3 .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	 transition: all 0.5s ease-in-out;
}
.ucpg3 .pic:hover img{
	transform:scale(1.05);
	-ms-transform:scale(1.05);  /* IE 9 */
	-moz-transform:scale(1.05);     /* Firefox */
	-webkit-transform:scale(1.05); /* Safari 和 Chrome */
	-o-transform:scale(1.05); 
}
.ucpg3 .txt {
	border-top: 2px solid #f9dcac;
	padding: 12px 10px 15px;
	text-align: center;
}

.ucpg3 h3 {
	font-size: 22px;
	line-height: 1.7;
	color: #333333;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ucpg3 h5 {
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ucpg3 li:nth-last-child(1),
.ucpg3 li:nth-last-child(2),
.ucpg3 li:nth-last-child(3) {
	margin-bottom: 0;
}

.ucpg4 ul {
	text-align: center;
	font-size: 0;
	margin: 0 -20px;
}

.ucpg4 li {
	display: inline-block;
	width: 380px;
	margin: 0 10px;vertical-align: middle;
}

.ucpg4 li .txt {
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
	color: #333;
}

.ucpg4 li:last-child {
	margin-top: 60px;
}

.ucpg4 li .btn {
	background-color: #ff9227;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.ucpg4 h6 {
	text-align: center;
	font-size: 16px;
	margin-top: 25px;
	color: #fff;
}

.ucpg5 ul {
	display: flex;
	justify-content: space-between;
}

.ucpg5 ul li {
	width: 570px;
	background: #fff;
	border-radius: 100px 0 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 25px 20px;
}

.ucpg5 ul li .hd {
	overflow: hidden;
}

.ucpg5 ul li .pic {
	width: 145px;
	height: 145px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.ucpg5 ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.ucpg5 ul li .tx {
	float: right;
	width: calc(100% - 180px);
	padding-bottom: 20px;
	/*border-bottom: 1px solid #e7e7e7;*/
}

.ucpg5 ul li .tx h3 {
	font-size: 22px;
	line-height: 45px;
	color: #000000;
	margin-top: 12px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	margin-bottom: 4px;
}

.ucpg5 ul li .tx h3 i {
	background-color: #ff9227;
	display: inline-block;
	padding: 0 12px;
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
	margin-left: 10px;
	position: relative;
	top: -3px;
}

.ucpg5 ul li h5 {
	font-size: 16px;
	line-height: 2;
	color: #666666;
}

.ucpg5 ul li .bdx {
	margin-top: 25px;
	font-size: 16px;
	line-height: 2;
	color: #333333;
	display: none;
}

.ucpg6 li {
	margin-bottom: 30px;
}

.ucpg6 li .qhd {
	background: #3590f6;
	overflow: hidden;
}

.ucpg6 li .qhd i {
	float: left;
	width: 145px;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: #0071ef;
	display: block;
}

.ucpg6 li .qhd span {
	margin-left: 25px;
	font-size: 22px;
	line-height: 60px;
	color: #ffffff;
	float: left;
}

.ucpg6 li .qhd em {
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 30px;
	display: block;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
}

.ucpg6 li .qhd em::after,
.ucpg6 li .qhd em::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	background-color: #fff;
	height: 2px;
	background: #fff;
	z-index: 1;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.ucpg6 li .qhd em::after {
	width: 2px;
	content: "";
	height: 20px;
	top: 0;
	margin: 0 auto;
}

.ucpg6 li .qhd.on em::after {
	display: none;
}

.form-element .btn-submit {
	background: #0071ef !important;
	color: #ffffff;
}

.ucpg6 li .qhd.on em::after {
	display: none;
}

.ucpg6 li .qbd {
	display: none;
}

.ucpg6 li .qbd dd {
	border-bottom: 1px solid #eaf0f6;
}

.ucpg6 li .qbd dd a {
	display: block;
	overflow: hidden;
	padding: 16px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.ucpg6 li .qbd dd a:hover {
	background: #eff5fc;
}

.ucpg6 li .qbd dd i {
	float: left;
	display: block;
	font-size: 16px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	background: #0071ef;
}

.ucpg6 li .qbd dd p {
	float: left;
	width: calc(100% - 150px);
	padding-left: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 28px;
	color: #474e61;
}

.ucpg6 li .qbd dd span {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.ucpg6 li .qbd dd:hover span {
	color: #0071ef;
}

.ucpg6 .content-wd h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
	margin-top: 15px;
}

.fbai {
	color: #fff !important;
}

.fservicegate {
	padding: 95px 0 100px;
}

.fservicegate .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fservicegate .list ul li {
	width: 25%;
	text-align: center;
	margin-bottom: 47px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.fservicegate .list ul li:hover h3 {
	color: #0071ef;
}

.fservicegate .list ul li a {
	display: block;
}

.fservicegate .list ul li .icon {
	box-shadow: 6px 6px 12px 4px rgba(0, 0, 0, 0.8);
	margin: 0 auto;
	height: 155px;
	width: 155px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.fservicegate .list ul li .icon img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fservicegate .list ul li h3 {
	margin-top: 4px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 40px;
	color: #ffffff;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}



.fservicegate .umore {
	margin: 0 auto;
}

.factivistyle {
	padding: 95px 0;
}

.factivity {
	position: relative;
}

.factivitsw {
	height: 665px;
	overflow: hidden;
}

.factivitsw li a {
	display: block;
	height: 100%;
}

.factivity .swiper_spot {
	margin: 30px auto 0;
	font-size: 0;
	text-align: center;
}

.factivity .swiper_spot span {
	background: #e5e5e5;
	opacity: 1;
	margin: 0 5px;
	height: 14px;
	width: 14px;
}

.factivity .swiper_spot span.swiper-pagination-bullet-active {
	background: #0071ef;
}

.factivity .prev,
.factivity .next {
	position: absolute;
	z-index: 33;
	left: -212px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	background: url(../images/fn4.png) no-repeat center/cover;
	width: 52px;
	height: 100px;
	cursor: pointer;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.factivity .prev:hover,
.factivity .next:hover {
	background: url(../images/fn5.png) no-repeat center/cover;
}

.factivity .next {
	left: auto;
	right: -212px;
	transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	/* IE 9 */
	-moz-transform: translateY(-50%) rotate(180deg);
	/* Firefox */
	-webkit-transform: translateY(-50% rotate(180deg));
	/* Safari 和 Chrome */
	-o-transform: translateY(-50% rotate(180deg));

}


.fanswer {
	padding: 90px 0 70px;
	background: #f6f6f8;
}

.fproblem ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fproblem ul li {
	width: calc((100% - 115px)/2);
	margin-bottom: 30px;
}

.fproblem ul li a {
	display: block;
	overflow: hidden;
}

.fproblem ul li .lt {
	width: calc(100% - 170px);
	display: flex;
	flex-wrap: wrap;
	float: left;
	justify-content: space-between;
}

.fproblem ul li .lt h5 {
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	background: #0071ef;
	width: 36px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
}

.fproblem ul li .lt h3 {
	width: calc(100% - 46px);
	font-size: 22px;
	line-height: 36px;
	color: #333333;
}

.fproblem ul li .rt {
	float: right;
	font-size: 14px;
	line-height: 34px;
	color: #0071ef;
	width: 148px;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #0071ef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.fproblem ul li:hover .rt {
	background: #0071ef;
	color: #ffffff;
}

.faudition {
	padding: 95px 0 100px;
}

.faudition .lt {
	width: 49%;
	height: 360px;
	position: relative;
	float: left;
}

.faudition .rt {
	width: 49%;
	float: right;
}

.faudition .lt h3 {
	position: absolute;
	z-index: 3;
	z-index: 11;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 24px;
	line-height: 38px;
	color: #ffffff;
}

.faudition .lt h3 i {
	display: inline-block;
	padding: 24px 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.faudition .lt h3 i::after,
.faudition .lt h3 i::before {
	position: absolute;
	z-index: 11;
	content: "";
	left: 0;
	top: 0;
	background: url(../images/fn6.png) no-repeat center/cover;
	width: 24px;
	height: 86px;
}

.faudition .lt h3 i::after {
	left: auto;
	right: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}

.faudition .rt .list li {
	margin-bottom: 20px;
}

.faudition .rt .list li .text {
	display: block;
	width: 100%;
	border: none;
	font-size: 16px;
	height: 60px;
	color: #666666;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	overflow: hidden;
}

.faudition .rt .sub {
	display: block;
	margin: 0 auto;
	width: 100%;
	border: none;
	cursor: pointer;
	font-size: 16px;
	height: 60px;
	color: #ffffff;
	background: #ff9227;
	text-align: center;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.faudition .rt .sub:hover {
	background: #f98310;
}

.faudition .rt .list li .text:focus {
	background: rgba(255, 255, 255, 0.9);
}

.faudition .rt h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	color: #ffffff;
	margin-top: 24px;
}

.faudition .rt h6 i {
	display: inline-block;
	font-weight: bold;
	padding: 0 5px;
}

.factivistyle .content-wd {
	overflow: initial;
}

.banner-swiper .fuli {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
	text-align: center;
	margin-top: 12px;
}

.banner-swiper .fuli i {
	display: inline-block;
	color: #f60000;
	font-weight: bold;
}

.faudition .rt ::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #666666;
	font-size: 16px;
}

.faudition .rt :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666666;
	font-size: 16px;
}

.faudition .rt ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666666;
	font-size: 16px;
}

.faudition .rt :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666666;
	font-size: 16px;
}

.header .logo {
	position: static;
	float: left;
	margin-top: 12px;
}


/* TK大数据 */
.fbanner {
	height: 492px;
	position: relative;
}

.fbanner .text {
	position: absolute;
	z-index: 11;
	top: 55%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	text-align: center;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fbanner .text h2 {
	display: block;
	position: relative;
	z-index: 6;
	font-size: 48px;
	line-height:65px;
	color: #ffffff;
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #9ecbfc, #ffffff,#ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.fbanner .text h6 {
	margin-top: 20px;
	font-size:24px;
	line-height: 1.6;
	color: #ffffff;
}
.qmbanner .qmtext h6{
    	font-size:36px ;
		font-weight: 100;
}

.fsocialapp {
	padding: 90px 0;
}

.fsocialapp .fnt_16 {
	padding-bottom: 15px;
}

.fsocialapp .list ul {
	display: flex;
	flex-wrap: wrap;

}

.fsocialapp .list ul li {
	width: 25%;
	padding: 32px 0 32px 7%;
	position: relative;

}

.fsocialapp .list ul li .txt {
	display: inline-block;
	text-align: left;
}

.fsocialapp .list ul li h3 {
	font-size: 24px;
	line-height: 36px;
	color: #0071ef;font-weight: bold;
}

.fsocialapp .list ul li h3 i {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
}

.fsocialapp .list ul li h6 {
	margin-top: 4px;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.fsocialapp .list ul li::before {
	position: absolute;
	z-index: 11;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	right: 0;
	height: 57px;
	width: 1px;
	background: #e5e5e5;
}

.fsocialapp .list ul li:nth-child(4n)::before {
	display: none;
}

.fnotes {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.fmore.fxianx {
	width: 270px;
	margin: 20px auto 0;
}

.fzixunser {
	background: #f6f6f8;
	padding: 95px 0 130px;
}

.fzixunser .list ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fzixunser .list ul li {
	width: calc((100% - 42px)/3);
	margin-bottom: 20px;
	box-shadow: 2px 2px 6px 0 rgba(80, 80, 80, 0.1);
	background: #ffffff;
	border-radius: 26px 0 26px 0;
	position: relative;
	padding: 82px 10px 72px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.fzixunser .list ul li:hover {
	top: -20px;
	box-shadow: 4px 4px 10px 0 rgba(80, 80, 80, 0.1);
}

.fzixunser .list ul li .tlt {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
	width: 180px;
	background: #0071ef;
	border-radius: 16px 0 16px 0;
	box-shadow: 6px 6px 15px 0 rgba(0, 113, 239, 0.3);
}

.fzixunser .list ul li .tlt h3 {
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.fzixunser .list ul li .ls dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fzixunser .list ul li .ls dl dd {
	text-align: center;
	width: 33%;
}

.fzixunser .list ul li .ls dl dd:nth-child(2) {
	width: 34%;
}

.fzixunser .list ul li .ls dl dd .ico {
	height: 54px;
	width: 54px;
	position: relative;
	margin: 0 auto;
}

.fzixunser .list ul li .ls dl dd .ico img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	width: auto;
}

.fzixunser .list ul li .ls dl dd h6 {
	margin-top: 4px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

.fmission {
	position: relative;
	z-index: 5;
}

.fmission .content-wd {
	overflow: initial;
}

.fmission .imgs {
	width: 390px;
	height: 325px;
	position: relative;
	float: left;
}

.fmission .imgs img {
	display: block;
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	max-width: 80%;
}

.fmission .text {
	width: calc(100% - 415px);
	float: right;
	padding-top: 125px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.fmission .text h2 {
	padding-top: 40px;
	font-size: 32px;
	line-height: 42px;
	color: #0a103b;
	font-weight: bold;
	background: url(../images/fk10.png) no-repeat top left;
}

.fmission .text h6 {
	margin-top: 14px;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.ftitle h6 {
	text-transform: uppercase;
}

/* 服务范围 */
.fchoicewh {
	padding: 90px 0 70px;
}

.fchoicewh .list li {
	margin-bottom: 30px;
	overflow: hidden;
}

.fchoicewh .list li .imgs {
	float: left;
	width: 49%;
	height: 220px;
	overflow: hidden;
}

.fchoicewh .list li:nth-child(2n) .imgs {
	float: right;
}

.fchoicewh .list li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fchoicewh .list li .text {
	float: right;
	width: 49%;
	margin-top: 60PX;
}

.fchoicewh .list li:nth-child(2n) .text {
	float: left;
}

.fchoicewh .list li .text .tl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fchoicewh .list li .text .tl h3 {
	line-height: 36px;
	width: 36px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 16px;
	background: #0071ef;
	text-align: center;
	color: #ffffff;
}

.fchoicewh .list li .text .tl h5 {
	width: calc(100% - 46px);
	font-size: 24px;
	line-height: 36px;
	color: #0071ef;
	font-weight: bold;
}

.fchoicewh .list li .text p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.fqfwserver {
	padding: 95px 0 100px;
	background: #f6f6f8;
}

.fqfwserver .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.fqfwserver .list ul li {
	width: calc((100% - 30px)/2);
	margin-bottom: 50px;
	border-radius: 26px 0 26px 0;
	box-shadow: 2px 2px 6px 0 rgb(80 80 80 / 10%);
	background: #ffffff;
	position: relative;
	padding: 65px 10px 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.fqfwserver .list ul li .tlt {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -25px;
	width: 316px;
	background: #0071ef;
	border-radius: 16px 0 16px 0;
	box-shadow: 6px 6px 15px 0 rgb(0 113 239 / 30%);

}

.fqfwserver .list ul li .tlt h3 {
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.fqfwserver .list ul li .ls dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fqfwserver .list ul li .ls dl dd {
	width: 25%;
	text-align: center;
}

.fqfwserver .list ul li .ls dl dd a {
	display: block;
}

.fqfwserver .list ul li .ls dl dd .ico {
	height: 60px;
	width: 60px;
	position: relative;
	margin: 0 auto;
}

.fqfwserver .list ul li .ls dl dd .ico img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: auto;
}

.fqfwserver .list ul li .ls dl dd h6 {
	margin-top: 4px;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.fqfwserver .list ul li .ls dl dd:hover h6 {
	color: #0071ef;
}

.fqfwserver .fmore.cen {
	margin: 10px auto 0;
}

/* 关于我们 */
.fab_news {
	padding: 100px 0;
}

.fab_news .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 36px;
}

.fab_news .list ul li {
	width: calc((100% - 40px)/3);
}

.fab_news .list ul li a {
	display: block;
}

.fab_news .list ul li .imgs {
	height: 220px;
	overflow: hidden;
}

.fab_news .list ul li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.fab_news .list ul li:hover .imgs img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

.fab_news .list ul li .text {
	margin-top: 25px;
}

.fab_news .list ul li .text h3 {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.fab_news .list ul li:hover .text h3 {
	color: #0071ef;
}

.fab_news .list ul li .text h6 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 48px;
	overflow: hidden;
}

.fab_lichen {
	padding: 95px 0;
}

.fab_lichen .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 32px;
}

.fab_lichen .list ul li {
	width: calc((100% - 70px)/2);
	margin-bottom: 30px;
}

.fab_lichen .list ul li h3 {
	font-size: 24px;
	line-height: 32px;
	color: #0071ef;
	font-weight: bold;
}

.fab_lichen .list ul li p {
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.5;
	color: #333333;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fab_data {
	padding: 95px 0 90px;
}

.fab_data .list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}

.fab_data .list ul li {
	width: 22%;
	position: relative;
	padding-left: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.fab_data .list ul li:first-child,
.fab_data .list ul li:last-child {
	padding-left: 0;
	width: 17%;
}

.fab_data .list ul li:last-child {
	text-align: right;
}

.fab_data .list ul li:last-child .txt {
	text-align: left;
	display: inline-block;
}

.fab_data .list ul li::before {
	position: absolute;
	right: 0;
	content: "";
	height: 56px;
	width: 1px;
	background: rgba(255, 255, 255, 0.2);
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
}

.fab_data .list ul li:last-child::before {
	display: none;
}

.fab_data .list ul li h3 {
	font-size: 24px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
}

.fab_data .list ul li h3 i {
	display: inline-block;
	font-size: 30px;
}

.fab_data .list ul li h6 {
	font-size: 16px;
	line-height: 35px;
	color: #ffffff;
}

.fabout {
	padding: 95px 0 80px;
}

.fabout .list {
	margin-top: 6px;
}

.fabout .list li {
	margin-bottom: 20px;
	overflow: hidden;
}

.fabout .list li .imgs {
	float: right;
	width: 380px;
	height: 228px;
	overflow: hidden;
}

.fabout .list li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fabout .list li .text {
	float: left;
	width: calc(100% - 415px);
}

.fabout .list li .text h3 {
	font-size: 24px;
	line-height: 1;
	color: #0071ef;
	font-weight: bold;
}

.fabout .list li .text h6 {
	margin-top: 22px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

/* 活动花絮 */
.factivihx {
	padding: 80px 0 100px;
}

.fpagels ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.fpagels ul li {
	margin: 0 5px;
}

.fpagels ul li a {
	border: 1px solid #e5e5e5;
	display: block;
	line-height: 28px;
	min-width: 30px;
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
}

.fpagels ul li.active a,
.fpagels ul li a:hover {
	background: #0071ef;
	border-color: #0071ef;
	color: #fff;
}

.factiltl ul {
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.factiltl ul li {
	margin: 0 20px;
	padding-bottom: 15px;
	position: relative;
}

.factiltl ul li::before {
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	margin: 0 auto;
	z-index: 1;
	bottom: -1px;
	background: #0071ef;
	height: 3px;
	width: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.factiltl ul li.on::before,
.factiltl ul li:hover::before {
	width: 100%;
}

.factiltl ul li a {
	display: block;
	font-size: 24px;
	line-height: 60px;
	color: #333333;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.factiltl ul li.on a,
.factiltl ul li:hover a {
	color: #0071ef;
	font-weight: bold;
}

.factivihx .factlist {
	padding: 40px 0 20px;
}

.factivihx .factlist .factls {
	display: none;
}

.factivihx .factlist .factls:first-child {
	display: block;
}

.factivihx .factlist .factls ul {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: space-between;*/
	overflow: hidden;
}

.factivihx .factlist .factls li {
	width: calc((100% - 40px)/3);
	margin-bottom: 36px;
	float: left;margin-right: 19px;
}
.factivihx .factlist .factls li:nth-child(3n){
    margin-right: 0;
}

.factivihx .factlist .factls li a {
	display: block;
}

.factivihx .factlist .factls li .imgs {
	height: 220px;
	overflow: hidden;
}

.factivihx .factlist .factls li .imgs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.factivihx .factlist .factls li:hover .imgs img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

.factivihx .factlist .factls li h5 {
	margin-top: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.factivihx .factlist .factls li:hover h5 {
	color: #0071ef;
}



/* 工厂班	 */
.qmbanner {
	height: 42vw;
}

.qmbanner .qmtext h2 {
	color: #fff;
	background-image: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	letter-spacing: 3px;
	font-size: 72px;
}

.qmbanner .qmtext .btn {
	text-align: center;
	font-size: 0;
	margin-top: 40px;
}
.qmbanner .qmtext .btn .ffb1 {
	display: inline-block;
	width: 176px;
	height: 54px;
	line-height: 54px;
	border-radius: 4px;
	text-align: center;
	font-size: 22px;
	color: #aa1417;
	background-image: linear-gradient(to bottom, #fde7a8, #ecae5d);
	margin: 0 15px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.qmbanner .qmtext .btn .ffb1:hover {
	background-image: linear-gradient(to bottom, #ecae5d, #fde7a8);
}
.qmbanner .qmtext .btn .b1 {
	display: inline-block;
	width: 176px;
	height: 54px;
	line-height: 54px;
	border-radius: 4px;
	text-align: center;
	font-size: 22px;
	color: #aa1417;
	background-image: linear-gradient(to bottom, #fde7a8, #ecae5d);
	margin: 0 15px;
}
.qmbanner .qmtext .btn .b1::after {
	display: none;
}
.qmbanner .qmtext .btn .b1.on {
	background: #ff9227;
}

.qmtit {
	text-align: center;
}

.qmtit p {
	font-size: 18px;
	line-height: 1.7;
	color: #333333;
}

.qmtit h2 {
	font-size: 32px;
	line-height: 1.7;
	color: #0a103b;
	font-weight: bold;
	margin-bottom: 5px;
}

.qmbongs1 {
	padding: 80px 0;
}

.qmbongs1 .uchd {
	margin-top: 60px;
}

.qmbongs1 .uchd ul {
	overflow: hidden;
}

.qmbongs1 .uchd li {
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}

.qmbongs1 .uchd li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: #e5e5e5;
}

.qmbongs1 .uchd li:last-child:before {
	display: none;
}

.qmbongs1 .uchd .dins {
	display: inline-block;
	text-align: left;
}

.qmbongs1 .uchd h4 {
	font-size: 30px;
	line-height: 1.4;
	color: #0071ef;
	font-weight: bold;
}

.qmbongs1 .uchd h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #666666;
}

.qmbongs1 .uchd h4 span {
	font-size: 22px;
	margin: 0 2px;
}

.qmbongs1 .uchd h4 img {
	width: 13px;
	display: inline-block;
	position: relative;
	top: -8px;
	margin-left: 5px;
}

.qmbongs2 {
	background: #f6f6f8;
	padding: 90px 0;
	position: relative;
}

.qmbongs2 .img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 284px;
	margin: 0 auto;
	display: block;
}

.qmbongs2 .box {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.qmbongs2 .box ul {
	width: 50%;
	padding-right: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmbongs2 .box ul:nth-child(2) {
	padding-left: 180px;
	padding-right: 0;
}

.qmbongs2 .box li {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.qmbongs2 .box li h4 {
	width: 32px;
	height: 32px;
	background: #0071ef;
	line-height: 32px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.qmbongs2 .box li h6 {
	font-size: 22px;
	line-height: 1.7;
	color: #333333;
}

.qmbongs2 .box li h6 span {
	color: #0071ef;
	font-weight: bold;
}

.qmbongs2 .btn {
	width: 180px;
	line-height: 50px;
	background: #0071ef;
	display: block;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.qmbongs2 .box li:nth-child(2),
.qmbongs2 .box li:nth-child(3) {
	margin-right: 50px;
}

.qmbongs2 .box ul:nth-child(2) li:nth-child(2),
.qmbongs2 .box ul:nth-child(2) li:nth-child(3) {
	margin-left: 30px;
}

.qmbongs2 .box ul:nth-child(2) li {
	display: flex;
	justify-content: flex-start;
}

.qmbongs2 .box ul:nth-child(2) li h4 {
	margin-right: 10px;
}

.qmbongs3 {
	padding: 90px 0 100px;
}

.qmbongs3 .box {
	margin-top: 40px;
}

.qmbongs3 .box li {
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	position: relative;
	top: 0;
	background: #0071ef;
	border-radius: 30px 0 30px 0;
	height: 240px;
	float: left;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
}

.qmbongs3 .box li:nth-child(4n) {
	margin-right: 0;
}

.qmbongs3 .box li:hover {
	top: -20px;
}

.qmbongs3 .box li:hover .img {
	display: none;
}

.qmbongs3 .box li .img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px 0 30px 0;
}

.qmbongs3 .box li .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmbongs3 .box li .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	text-align: center;
}

.qmbongs3 .box li .txt h3 {
	text-align: center;
}

.qmbongs3 .box li .txt h3 span {
	font-size: 24px;
	line-height: 1.6;
	color: #ffffff;
	position: relative;
}

.qmbongs3 .box li .txt h3 span::after,
.qmbongs3 .box li .txt h3 span:before {
	position: absolute;
	left: -16px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	width: 8px;
	height: 1px;
	background: #fff;
	content: "";
}

.qmbongs3 .box li .txt h3 span::after {
	right: -16px;
	left: auto;
}

.qmbongs3 .box li .txt h4 {
	font-size: 24px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.8);
	margin: 12px 0;
}

.qmbongs3 .box li .txt p {
	font-size: 22px;
	line-height: 1.7;
	color: #fff;
}

.qmbongs4 {
	background: #f6f6f8;
	padding: 90px 0 100px;
}

.qmbongs4 .box {
	margin-top: 50px;
}

.qmbongs4 .box li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
	top: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.qmbongs4 .box li:hover {
	top: -20px;
}

.qmbongs4 .box li .ico {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.qmbongs4 .box li .ico img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmbongs4 .box li .txt {
	margin-top: 20px;
}

.qmbongs4 .box li h3 {
	font-size: 22px;
	line-height: 1.7;
	color: #333333;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qmbongs4 .box li h6 {
	font-size: 22px;
	line-height: 1.7;
	color: #0071ef;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qmbongs4 .btn {
	width: 180px;
	line-height: 50px;
	background: #0071ef;
	display: block;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin: 50px auto 0;
	position: relative;
	z-index: 2;
}

.qmbongs5 {
	padding: 90px 0 100px;
}

.qmbongs5 .text dd {
	font-size: 22px;
	line-height: 60px;
	width: 50%;
	float: left;
	color: #333333;
	text-align: center;
}

.qmbongs5 .text {
	background: #f6f6f8;
	border: 1px solid #d7d7d7;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 50px auto 30px;
}

.qmbongs6 {
	padding: 90px 0 100px;
}

.qmbongs6 .qmtit h2,
.qmbongs6 .qmtit p {
	color: #fff;
}

.qmbongs6 .box {
	margin-top: 50px;
}

.qmbongs6 .box li {
	float: left;
	width: calc((100% - 104px)/3);
	margin-right: 52px;
	border-radius: 4px;
	background: #fff;
}

.qmbongs6 .box li:nth-child(3) {
	margin-right: 0;
}

.qmbongs6 .box li .img {
	height: 180px;
	border-radius: 4px;
	overflow: hidden;
}

.qmbongs6 .box li .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.qmbongs6 .box li:hover .img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

.qmbongs6 .box li .txt {
	padding: 22px 0 20px;
	text-align: center;
}

.qmbongs6 .box li h3 {
	font-size: 22px;
	line-height: 1.7;
	color: #0071ef;
	margin-bottom: 5px;
}

.qmbongs6 .box li p {
	font-size: 18px;
	line-height: 1.6;
	color: #333333;
}

.qmbongs7 {
	padding: 90px 0;
}

.qmbongs7 .box {
	margin-top: 50px;
}

.qmbongs7 .box li {
	float: left;
	width: calc((100% - 30px)/2);
	margin-bottom: 30px;
	border-radius: 4px;
	background: #f6f6f8;
	padding: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;position: relative;top: 10px;transition:all 0.5s;
	-ms-transition:all 0.5s;  /* IE 9 */
	-moz-transition:all 0.5s;     /* Firefox */
	-webkit-transition:all 0.5s; /* Safari 和 Chrome */
	-o-transition:all 0.5s;
}
.qmbongs7 .box li:hover{
	top:-5px;
}
.qmbongs7 .box li:nth-child(2n) {
	float: right;
}

.qmbongs7 .box li .ico {
	width: 120px;
	height: 120px;
	border-radius: 4px;
	overflow: hidden;
	float: left;
}

.qmbongs7 .box li .ico img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmbongs7 .box li .txt {
	float: right;
	width: calc(100% - 150px);
}

.qmbongs7 .box li h3 {
	font-size: 24px;
	line-height: 1.7;
	color: #333333;
	margin-bottom: 5px;
}

.qmbongs7 .box li p {
	font-size: 18px;
	line-height: 1.7;
	color: #333333;
}

.qmbongs7 h6 {
	font-size: 18px;
	line-height: 1.7;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

.qmbongs7 .umore .btn {
	margin: 30px auto 0;
}

.qmbongs8 {
	background: #f6f6f8;
	padding: 80px 0 100px;
}

.qmbongs8 .box {
	margin-top: 50px;
}

.qmbongs8 .box li {
	float: left;
	width: calc(100% / 6);
	text-align: center;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	position: relative;
	top: 0;
}

.qmbongs8 .box li:hover {
	top: -20px;
}

.qmbongs8 .box li .ico {
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}

.qmbongs8 .box li .ico img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmbongs8 .box li h6 {
	font-size: 20px;
	line-height: 1.7;
	color: #333333;
	margin-top: 12px;
}

.qmbongs9 {
	position: relative;
	padding: 90px 0;
}

.swippicqih {
	margin-top: 50px;
	position: relative;
}

.swippicqih li {
	height: 570px;
	position: relative;
}

.swippicqih li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	width: 245px;
	height: 445px;
	display: block;
	object-fit: cover;
	margin: 0 auto;
}

.swippicqih .prev,
.swippicqih .next {
	position: absolute;
	left: 175px;
	top: 50%;
	z-index: 1;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	margin-top: -21px;
	background: url(../images/qm28.png) no-repeat center #434242;
}

.swippicqih .next {
	left: auto;
	right: 175px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
}

.swippicqih .prev:hover,
.swippicqih .next:hover {
	background-color: #0071ef;
}

.qmshequ1 {
	background: #f6f6f8;
	padding: 90px 0 100px;
}

.qmshequ1 .box {
	margin-top: 50px;
}

.qmshequ1 .box li {
	float: left;
	width: calc((100% - 60px)/4);
	margin-bottom: 20px;
	background: #fff;
	border-radius: 6px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: 0;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	margin-right: 20px;
}

.qmshequ1 .box li:hover {
	top: -10px;
	box-shadow: 0 0 20px 0 rgba(80, 80, 80, 0.2);
}

.qmshequ1 .box li:nth-child(4n) {
	margin-right: 0;
}

.qmshequ1 .box li .th {
	display: flex;
	justify-content: flex-start;
	padding: 30px 0 20px;
	border-bottom: 1px solid #e7e7e7;
}

.qmshequ1 .box li .ico {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.qmshequ1 .box li .ico img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmshequ1 .box li h3 {
	font-size: 20px;
	line-height: 50px;
	color: #333333;
}

.qmshequ1 .box li .txt {
	height: 160px;
	padding: 14px 0 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmshequ1 .box li .txt h4 {
	font-size: 18px;
	line-height: 1.7;
	color: #333333;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.qmshequ1 .box li .txt p {
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	color: #666666;
}

.qmshequ1 .box li .txt .bt {
	font-size: 0;
	text-align: center;
	display: none;
	margin-top: 20px;
}

.qmshequ1 .box li .txt .b1 {
	width: 100px;
	line-height: 38px;
	border: 1px solid #0071ef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #0071ef;
	border-radius: 4px;
	margin-right: 14px;
}

.qmshequ1 .box li .txt .b1:nth-child(2) {
	margin-right: 0;
}

.qmshequ1 .box li .txt .b1.on {
	background: #0071ef;
	border-color: #0071ef;
	color: #fff;
}

.qmshequ1 .box li:hover .bt {
	display: block;
}

.qmshequ1 .box li:hover p {
	display: none;
}

.qmshequ2 {
	padding: 82px 0;
}

.qmshequ2 .box {
	margin-top: 40px;
}

.qmshequ2 .box .ths li {
	float: left;
	width: calc((100% - 20px)/2);
}

.qmshequ2 .box .ths li:nth-child(2n) {
	float: right;
}

.qmshequ2 .box .tbd li {
	float: left;
	width: calc((100% - 40px)/3);
	margin-right: 20px;
}

.qmshequ2 .box .tbd li:nth-child(3n) {
	margin-right: 0;
}

.qmshequ2 .box li .img {
	height: 280px;
	overflow: hidden;
	border-radius: 4px;
}

.qmshequ2 .box li .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.qmshequ2 .box li:hover .img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

.qmshequ2 .box li p {
	font-size: 24px;
	line-height: 1.7;
	color: #333333;
	margin-top: 15px;
	text-align: center;
}

.qmshequ2 .box .ths {
	margin-bottom: 24px;
}

.qmshequ3 {
	padding: 80px 0 100px;
	background: #f6f6f8;
}

.qmshequ3 .box {
	margin-top: 50px;
}

.qmshequ3 .box li {
	float: left;
	width: calc((100% - 20px)/2);
	margin-bottom: 20px;
	padding: 30px 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	height: 250px;
	border-radius: 4px;
}

.qmshequ3 .box li:nth-child(1) {
	background: #dfecf2;
}

.qmshequ3 .box li:nth-child(2) {
	background: #f9e7e6;
}

.qmshequ3 .box li:nth-child(3) {
	background: #f7ede6;
}

.qmshequ3 .box li:nth-child(4) {
	background: #e7eef6;
}

.qmshequ3 .box li:nth-child(2n) {
	float: right;
}

.qmshequ3 .box li .ico {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
}

.qmshequ3 .box li .ico img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.qmshequ3 .box li .rt {
	width: 444px;
}

.qmshequ3 .box li h3 {
	font-size: 24px;
	line-height: 64px;
	color: #333333;
}

.qmshequ3 .box li dl {
	margin-top: 10px;
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
}

.qmshequ3 .box li dd {
	float: left;
	width: 50%;
}

.qmshequ3 .box li dd a {
	font-size: 18px;
	line-height: 46px;
	color: #333;
	display: block;
	padding-left: 10px;
	background: url(../images/qm47.png) no-repeat left center;
}

.qmshequ3 .box li dd:hover a {
	color: #0071ef;
}

.qmshequ4 {
	padding: 80px 0 100px;
}

.qmshequ4 .box {
	margin-top: 50px;
}

.qmshequ4 .box li {
	float: left;
	width: calc((100% - 100px)/3);
	margin-right: 50px;
	margin-bottom: 50px;
	border: 1px solid #d7d7d7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 #fafafb;
	border-radius: 4px;
}

.qmshequ4 .box li:nth-child(3n) {
	margin-right: 0;
}

.qmshequ4 .box li .img {
	height: 200px;
	overflow: hidden;
}

.qmshequ4 .box li .img img {
	height: 100%;
	width: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.qmshequ4 .box li:hover .img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

.qmshequ4 .box li .txt {
	padding: 20px 0 26px;
	text-align: center;
}

.qmshequ4 .box li h3 {
	font-size: 20px;
	line-height: 1.7;
	color: #000000;
	font-weight: bold;
}

.qmshequ4 .box li span {
	width: 30px;
	height: 3px;
	background: #0071ef;
	display: block;
	margin: 12px auto;
}

.qmshequ4 .box li p {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	height: 60px;
	overflow: hidden;
}

.qmshequ4 .umore .btn {
	margin: auto;
}

.qmdaiyuy1 {
	padding: 90px 0 70px;
}

.qmdaiyuy1 .box {
	margin-top: 50px;
}

.qmdaiyuy1 .box ul {
	overflow: hidden;
}

.qmdaiyuy1 .box li {
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 54px;
	text-align: center;
}

.qmdaiyuy1 .box li:before {
	content: "";
	position: absolute;
	right: 0;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: #e5e5e5;
}

.qmdaiyuy1 .box li:nth-child(4n):before {
	display: none;
}

.qmdaiyuy1 .box h4 {
	font-size: 30px;
	line-height: 1.4;
	color: #ff0000;
	font-weight: bold;
}

.qmdaiyuy1 .box h5 {
	font-size: 18px;
	line-height: 1.4;
	color: #666666;
}

.qmdaiyuy1 .box h4 span {
	font-size: 22px;
	margin: 0 2px;
}

.qmdaiyuy2 .qmtit h2 {
	font-size: 42px;
	color: #fff;
	margin-bottom: 0;
}

.qmdaiyuy2 .qmtit p {
	font-size: 24px;
	color: #fff;
}

.qmdaiyuy2 {
	padding: 60px 0 70px;
}

.qmdaiyuy2 .umore .btn {
	background: #ff9227;
	width: 160px;
	border-radius: 6px;
}

.qmdaiyuy3 {
	background: #f6f6f8;
	padding: 80px 0 100px;
}

.qmdaiyuy3 .box {
	margin-top: 50px;
}

.qmdaiyuy3 .box li {
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 20px 0 #f1f1f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 20%;
	box-sizing: border-box;
	margin-bottom: 40px;
	overflow: hidden;
	height: 200px;
	width: calc((100% - 30px)/2);
	float: left;
}

.qmdaiyuy3 .box li:nth-child(2n) {
	float: right;
}

.qmdaiyuy3 .box li .img {
	height: 200px;
	overflow: hidden;
	float: left;
	width: 200px;
}

.qmdaiyuy3 .box li .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.qmdaiyuy3 .box li:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
}

.qmdaiyuy3 .box li .txt {
	float: right;
	width: calc(100% - 230px);
	margin-top: 30px;
	padding-right: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmdaiyuy3 .box li h3 {
	font-size: 24px;
	line-height: 1.7;
	color: #333333;
	margin-bottom: 10px;
}

.qmdaiyuy3 .box li p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 90px;
	overflow: hidden;
}

.qmdaiyuy3 .box li:hover {
	background: #ff0000;
}

.qmdaiyuy3 .box li:hover h3,
.qmdaiyuy3 .box li:hover p {
	color: #fff;
}

.qmdaiyuy3 .umore .btn {
	margin-top: 20px;
}

.qmdaiyuy4 {
	padding: 80px 0;
}

.qmdaiyuy4 .umore .btn {
	width: 230px;
}

.qmdaiyuy4 .box {
	margin-top: 50px;
}

.qmdaiyuy4 .box li {
	float: left;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e7e7e7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 20px 0 #fafafb;
	border-radius: 6px;
	padding: 0 30px 30px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
}

.qmdaiyuy4 .box li:nth-child(4n) {
	margin-right: 0;
}

.qmdaiyuy4 .box li a {
	display: block;
}

.qmdaiyuy4 .box li .ths {
	padding: 30px 0;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
	margin-bottom: 20px;
}

.qmdaiyuy4 .box li .ico {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #ff0000;
}
.qmdaiyuy4 .box li:hover .ico {
	border-color: rgba(255, 255, 255, 1);
	
}
.qmdaiyuy4 .box li .ico img {
	position: absolute;
	left: 0;right: 0;
	margin: 0 auto;
	max-height: 50%;
	max-width: 50%;
	top: 50%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
	width: auto;
}

.qmdaiyuy4 .box li h3 {
	font-size: 22px;
	line-height: 64px;
	color: #333333;
	float: right;
	width: calc(100% - 76px);
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qmdaiyuy4 .box li p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 90px;
	overflow: hidden;
}

.qmdaiyuy4 .box li h6 {
	width: 106px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ff0000;
	font-size: 14px;
	color: #ff0000;
	border-radius: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 24px;
}

.qmdaiyuy4 .box li:hover {
	background: #ff0000;
}

.qmdaiyuy4 .box li:hover .ico {
	border-color: #fff;
}

.qmdaiyuy4 .box li:hover h3,
.qmdaiyuy4 .box li:hover p,
.qmdaiyuy4 .box li:hover h6 {
	color: #fff;
}

.qmdaiyuy4 .box li:hover h6 {
	border-color: #fff;
}

.qmdaiyuy5 {
	padding: 80px 0 100px;
	background: #f6f6f8;
}

.qmdaiyuy5 .box {
	margin-top: 50px;
}

.qmdaiyuy5 .box li {
	float: left;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;top: 0;position: relative;
}
.qmdaiyuy5 .box li:hover{
	top: -10px;
}
.qmdaiyuy5 .box li:nth-child(4n) {
	margin-right: 0;
}

.qmdaiyuy5 .box li .img {
	height: 138px;
	padding-top: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmdaiyuy5 .box li .ico {
	height: 46px;
	margin: 0 auto;
}

.qmdaiyuy5 .box li .ico img {
	display: block;
	margin: 0 auto;
	width: auto;
}

.qmdaiyuy5 .box li h3 {
	font-size: 24px;
	line-height: 1.7;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.qmdaiyuy5 .box li dl {
	padding: 30px 10px 30px 20px;
}

.qmdaiyuy5 .box li dd {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	padding-left: 30px;
	background: url(../images/qb21.png) no-repeat left center;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qmdaiyuy6 {
	padding: 88px 0 100px;
}

.qmdaiyuy6 .box {
	margin-top: 50px;
}

.qmdaiyuy6 .box li {
	float: left;
	width: calc((100% - 100px)/3);
	margin-right: 50px;
	border-radius: 6px;
	overflow: hidden;
	height: 240px;
	position: relative;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	/* IE 9 */
	-moz-transition: all 0.3s;
	/* Firefox */
	-webkit-transition: all 0.3s;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s;
	top: 0;
}

.qmdaiyuy6 .box li:hover {
	top: -10px;
}

.qmdaiyuy6 .box li:nth-child(3n) {
	margin-right: 0;
}

.qmdaiyuy6 .box li .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	text-align: center;
}

.qmdaiyuy6 .box li h3 {
	text-align: center;
}

.qmdaiyuy6 .box li h3 span {
	font-size: 22px;
	line-height: 1.6;
	color: #ffffff;
	position: relative;
}

.qmdaiyuy6 .box li h3 span::after,
.qmdaiyuy6 .box li h3 span:before {
	position: absolute;
	left: -16px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	width: 8px;
	height: 1px;
	background: #fff;
	content: "";
}

.qmdaiyuy6 .box li h3 span::after {
	right: -16px;
	left: auto;
}

.qmdaiyuy6 .box li p {
	font-size: 22px;
	line-height: 1.7;
	color: #fff;
	margin: 0 0 12px;
	font-weight: bold;
}

.qmdaiyuy6 .box li i {
	width: 30px;
	height: 2px;
	background: #ff0000;
	display: block;
	margin: 0 auto;
}

.qmdaiyuy7 {
	padding: 90px 0 100px;
}

.qmdaiyuy7 .content-wd {
	position: relative;
}

.qmdaiyuy7 .box {
	margin: 50px 100px 0;
}

.qmdaiyuy7 .box .lt {
	width: 455px;
	float: left;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.qmdaiyuy7 .box .lt:nth-child(2n) {
	float: right;
}

.qmdaiyuy7 .box .lt h2 {
	font-size: 24px;
	line-height: 92px;
	color: #fff;
	background: #444444;
	text-align: center;
}

.qmdaiyuy7 .box .lt .txt {
	padding: 40px 0;
}

.qmdaiyuy7 .box .lt h6 {
	text-align: center;
	background: url(../images/qb30.png) no-repeat center/cover;
	margin-bottom: 22px;
	height: 106px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.qmdaiyuy7 .box .lt p {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
}

.qmdaiyuy7 .box .lt:nth-child(2n) h2 {
	background: #ff0000;
}

.qmdaiyuy7 .box .lt:nth-child(2n) h6 {
	background: url(../images/fh18.png) no-repeat center/cover;
}

.qmdaiyuy7 .box .lt:nth-child(2n) p {
	color: #ff0000;
	font-weight: bold;
}

.qmdaiyuy7 .list {
	position: absolute;
	left: 0;
	right: 0;
	top: 272px;
	z-index: 1;
	margin: 0 auto;
	width: 122px;
}

.qmdaiyuy7 .list li {
	background: url(../images/fimg4.png) no-repeat center;
	width: 122px;
	height: 106px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmdaiyuy7 .list li .ico {
	height: 40px;
}

.qmdaiyuy7 .list li .ico img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.qmdaiyuy7 .list li h5 {
	font-size: 18px;
	line-height: 1.7;
	color: #f6f6f8;
	font-weight: bold;
}


.qmneixun5{
	padding: 85px 0 100px;
}
.qmneixun5 .qmtit h2,
.qmneixun5 .qmtit p{
	color: #fff;
}
.qmneixun5 .box{
	margin-top: 50px;
}
.qmneixun5 .box li{
	float: left;margin-bottom: 20px;width: calc((100% - 40px)/3);margin-right: 20px;border-radius: 6px;overflow: hidden;
	background: #fff;transition:all 0.5s;
	-ms-transition:all 0.5s;  /* IE 9 */
	-moz-transition:all 0.5s;     /* Firefox */
	-webkit-transition:all 0.5s; /* Safari 和 Chrome */
	-o-transition:all 0.5s;
}
.qmneixun5 .box li:nth-child(3n){
	margin-right: 0;
}
.qmneixun5 .box li .img{
	height: 250px;overflow: hidden;
}
.qmneixun5 .box li .img img{
	width: 100%;height: 100%;display: block;object-fit: cover;transition: all 0.5s ease-in-out;

}
.qmneixun5 .box li .img:hover img{
	transform:scale(1.05);
	-ms-transform:scale(1.05);  /* IE 9 */
	-moz-transform:scale(1.05);     /* Firefox */
	-webkit-transform:scale(1.05); /* Safari 和 Chrome */
	-o-transform:scale(1.05); 
}
.qmneixun5 .box li .txt{
	border-top: 2px solid #f9dcac;padding: 12px 0 12px;text-align: center;
}
.qmneixun5 .box li h3{
	font-size:22px ;
	line-height: 1.7;
	color: #333333;
}
.qmneixun5 .box li p{
	font-size:16px ;
	line-height: 1.7;
	color: #666666;margin-top: 2px;
}

.qmneixun4{
	padding: 90px 0 100px;
}
.qmneixun4 .box{
	margin-top: 50px;padding-bottom: 20px;
}
.qmneixun4 .box li{
	float: left;width: 25%;text-align: center;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;position: relative;top: 0;
}
.qmneixun4 .box li:hover{
	top: -10px;
}
.qmneixun4 .box li .ico{
	height: 45px;
}
.qmneixun4 .box li .ico img{
	display: block;margin: 0 auto;width: auto;
}
.qmneixun4 .box li h3{
	font-size:22px ;
	line-height: 1.7;
	color: #333333;margin: 10px 0 8px;
}
.qmneixun4 .box li span{
	display: block;width: 30px;height: 2px;background: #0071ef;margin: 0 auto 20px;
}
.qmneixun4 .box li p{
	font-size:16px ;
	line-height: 24px;
	color: #666666;height: 48px;
}
.qmneixun3{
	padding: 90px 0 100px;background: #f6f6f8;
}
.qmneixun3 .box{
	margin-top: 50px;
}
.qmneixun3 .box ul{
	padding-bottom: 4px;
}
.qmneixun3 .box li {
	float: left;
	width: calc((100% - 60px)/4);
	margin-right: 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 #f1f1f4;position: relative;top: 0;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}

.qmneixun3 .box li:nth-child(4n) {
	margin-right: 0;
}
.qmneixun3 .box li:hover{
	top: -10px;
}
.qmneixun3 .box li .img {
	height: 138px;
	padding-top: 24px;padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.qmneixun3 .box li h2 {
	font-size:24px ;
	line-height: 1.7;
	color: #fff;font-weight: bold;margin-bottom: 5px;
}
.qmneixun3 .box li h3 {
	font-size: 16px;
	line-height: 24px;
	color: #fff;height: 48px;overflow: hidden;
}

.qmneixun3 .box li dl {
	padding: 30px 10px 30px 30px;
}

.qmneixun3 .box li dd {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	padding-left: 30px;
	background: url(../images/qb21.png) no-repeat left center;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.qmneixun1{
	padding: 80px 0 100px;background: #f6f6f8;
}
.qmneixun1 .box{
	margin-top: 30px;
}
.qmneixun1 .box li{
	float: left;width: calc((100% - 100px)/3);margin-right: 50px;margin-bottom: 50px;
	background: #fff;border-radius: 6px;padding: 40px 0 30px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;text-align: center;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;top: 0;position: relative;
}
.qmneixun1 .box li:hover{
	top: -10px;
}
.qmneixun1 .box li:nth-child(3n){
	margin-right: 0;
}
.qmneixun1 .box li .ico{
	width: 136px;height: 136px;overflow: hidden;border-radius: 50%;margin: 0 auto;
}
.qmneixun1 .box li .ico img{
	width: 100%;height: 100%;display:block;
}
.qmneixun1 .box li h3{
	font-size:20px ;
	line-height: 1.7;
	color: #000000;font-weight: bold;margin-top: 25px;
}
.qmneixun1 .box li span{
	width: 30px;height: 3px;background: #0071ef;display: block;margin: 10px auto 0;
}
.qmneixun1 .box li p{
	font-size:16px ;
	line-height: 1.7;
	color: #333333;
}
.qmneixun1  .umore .btn{
	margin: 0 auto;
}
.qmneixun2{
	padding: 80px 0 100px;
}
.qmneixun2 .qmtit h2,
.qmneixun2 .qmtit p{
	color: #fff;
}
.qmneixun2 .box{
	margin-top: 50px;
}
.qmneixun2 .box ul{
	font-size: 0;text-align: center;
}
.qmneixun2 .box li{
	display: inline-block;vertical-align: middle;
}
.qmneixun2 .box li .ico{
	width: 90px;height: 90px;display: block;border-radius: 50%;
}
.qmneixun2 .box li .ico img{
	width: 100%;height: 100%;display: block;
}
.qmneixun2 .box li p{
	font-size:22px ;
	line-height: 1.7;
	color: #fff;margin-top: 10px;
}
.qmneixun2 .box li span{
	display: block;margin: 0 80px;
}
.qmneixun2 .form{
	margin-top: 50px;
}
.qmneixun2 .form ul{
	font-size: 0;text-align: center;
}
.qmneixun2 .form li{
	display: inline-block;vertical-align: middle;margin: 0 10px;
}
.qmneixun2 .form li .t1{
	width: 300px;height: 50px;background: #fff;border: none;
	font-size:16px ;
	color: #333;padding: 0 15px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.qmneixun2 .form li .sub{
	width: 180px;height: 50px;background: #ff9227;border: none;
	font-size:16px ;
	color: #fff;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;text-align: center;line-height: 50px;
	box-sizing: border-box;border-radius: 3px;display: block;cursor: pointer;
}
.qmshequ1 .box li .txt .b1.on:hover,
.qmbongs4 .btn:hover,
.qmbongs2 .btn:hover,
.qmbanner .qmtext .btn .b1:hover,
.umore .btn:hover{
	background: #0768d4;
}
.qmneixun2 .form li .sub:hover,
.qmdaiyuy2 .umore .btn:hover,
.qmbanner .qmtext .btn .b1.on:hover,
.ucpg4 li .btn:hover{
	background: #e88727;
}
.qmshequ1 .box li .txt .b1:nth-child(2):hover{
	background: #0071ef;color: #fff;
}


/* 合作伙伴 */

.qmhezuohb1{
	padding: 80px 0 180px;
}
.qmhezuohb1 .box{
	margin-top: 50px;
}
.qmhezuohb1 .box ul{
	display: flex;justify-content: space-between;align-items: top;
}
.qmhezuohb1 .box h4{
	font-size:24px ;
	line-height: 1.7;
	color: #0071ef;font-weight: bold;margin-bottom: 20px;
}
.qmhezuohb1 .box dd{
	font-size:16px ;
	line-height: 36px;
	color: #333333;
}
.qmhezuohb1 .box dl{
	margin-bottom: 20px;
}

.qmfhcase .list{
	margin-top: 50px;margin-bottom: 60px;
}
.qmfhcase .list li h3{
	width: 146px;line-height: 36px;text-align: center;
	border: 1px solid #0071ef;font-size: 14px;color: #0071ef;border-radius: 18px;margin-top: 16px;
}
.qmfhcase .list li:hover h3{
	background: #0071ef;color: #fff;
}
.qmfhcase .list li{
	margin-bottom: 40px;
}

.qmucpg3{
	background: #f6f6f8;padding: 90px 0;
}
.qmucpg3 ul{
	margin-top: 50px;
}

.qmcontact1{
	padding: 90px 0 100px;
}
.qmcontact1 .box{
	margin-top: 50px;
}
.qmcontact1 .box li{
	background: #f6f6f8;margin-bottom: 36px;width: calc((100% - 64px)/3);margin-right: 32px;
	height: 222px;text-align: center;float: left;
}
.qmcontact1 .box li:nth-child(3n){
	margin-right: 0;
}
.qmcontact1 .box li h6{
	font-size:16px ;
	line-height: 1.7;
	color: #666666;margin: 14px 0 8px;
}
.qmcontact1 .box li h4{
	font-size:18px ;
	line-height: 1.7;
	color: #333333;font-weight: bold;
}
.qmcontact1 .box li .wx{
	width: 120px;height: 120px;overflow: hidden;margin: 30px auto 10px;
}
.qmcontact1 .box li .wx img{
	width: 100%;height: 100%;display: block;
}
.qmcontact1 .box li .ico{
	padding-top: 60px;
}
.qmcontact1 .box li .ico img{
	width: auto;display: block;margin: 0 auto;
}
.qmcontact1 .box li h4 a:hover{
	color: #0071ef;
}
.qmcontact1 .box li  img{
    
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.qmcontact1 .box li:hover img{
    transform: rotateY(360deg);
}

.qmcontact2{
	padding: 100px 0 120px;background: #f6f6f8;
}
.qmcontact2 .box{
	margin-top: 50px;height: 380px;
}
.qmcontact2 .box .lt{
	float: left;width: 590px;height: 100%;
}
.qmcontact2 .box .lt img{
	width: 100%;height: 100%;display: block;border-radius:36px 0 0 0;
}
.qmcontact2 .box .txt{
	width: calc(100% - 590px);float: right;background: #0071ef;padding: 34px 0 0 40px;height: 100%;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.qmcontact2 .box h3{
	font-size:24px ;
	line-height: 1.7;
	color: #fff;font-weight: bold;
}
.qmcontact2 .box p{
	font-size:16px ;
	line-height: 1.4;
	color: #fff;margin-bottom: 20px;
}

.qmfaudition .qmbox{
	background: #fff;border-radius: 0 0 24px 0;
}
.qmfaudition .qmbox .lt{
	width: 605px;float: left;height: 385px;
}
.qmfaudition .qmbox .rt{
	float: right;width: calc(100% - 605px);padding-right: 40px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;padding-top: 30px;
}
.qmfaudition .qmbox  h3 {
	text-align: center;
position: relative;
	font-size: 24px;
	line-height: 38px;
	color: #333333;margin-bottom: 20px;
}
.qmfaudition .qmbox  h3 span{
	color: #0071ef;
}
.qmfaudition .qmbox  h3 i {
	display: inline-block;
	padding: 14px 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.qmfaudition .qmbox  i::after,
.qmfaudition .qmbox  i::before {
	position: absolute;
	z-index: 11;
	content: "";
	left: 0;
	top: 8px;
	background: url(../images/fn6-1.png) no-repeat center/cover;
	width: 14px;
	height: 48px;
}

.qmfaudition .qmbox  i::after {
	left: auto;
	right: 0;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);top: 9px;
}
.qmfaudition .qmbox li .text{
	border: 1px solid #d7d7d7 !important;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;background: #f9f9f9;height: 44px !important;
}

.qmfaudition .qmbox h6{
	color: #666666;margin-top: 10px;
}
.qmfaudition .qmbox h6 i{
	color: #d60000;
}
.qmfaudition .qmbox li{
	margin-bottom: 10px !important;
}
.qmfaudition .qmbox .sub{
	height: 48px !important;
}
.qmshequ1 .box li .txt .b1:hover,
.qmshequ1 .box li .txt .b1.on:hover, .qmbongs4 .btn:hover, .qmbongs2 .btn:hover, .qmbanner .qmtext .btn .b1:hover, .umore .btn:hover,
.fmore:hover,
#formRegion .btn-submit:hover{
	background: #ff9227 !important;
	border-color: #ff9227 !important;
}

@-webkit-keyframes style_aniRipple__3ADcZ {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	to {
		-webkit-transform: scale(50);
		transform: scale(50);
		opacity: 0
	}
}

@keyframes style_aniRipple__3ADcZ {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	to {
		-webkit-transform: scale(50);
		transform: scale(50);
		opacity: 0
	}
}
.fsultant ul li a,
.qmshequ1 .box li .txt .b1,
.qmshequ1 .box li .txt .b1.on,
.qmbongs4 .btn,
.qmbongs2 .btn,
.qmbanner .qmtext .btn .b1,
.umore .btn,
.fmore,
#formRegion .btn-submit{
	overflow: hidden;position: relative;
}
.fsultant ul li a::after,
.qmshequ1 .box li .txt .b1::after,
.qmshequ1 .box li .txt .b1.on::after,
.qmbongs4 .btn::after,
.qmbongs2 .btn::after,
.qmbanner .qmtext .btn .b1::after,
.umore .btn::after,
.fmore::after,
#formRegion .btn-submit::after{
	    content: "";
	    position: absolute;
	    -webkit-animation: style_aniRipple__3ADcZ 2s infinite;
	    animation: style_aniRipple__3ADcZ 2s infinite;
	    opacity: 0;
	    width: 10px;
	    height: 10px;
	    background-color: rgba(0,0,0,.3);
	    border-radius: 50%;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	    left: 50%;
	    top: 50%;
}
.fpersonally .list ul li .text h3 {
	vertical-align: middle;
	align-items: center;
}
.fpersonally .list ul li .text h3 i{
	font-size: 14px;
	color: #ffffff;
	line-height:22px ;
	padding:0 10px;
	background: #ff9227;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	align-items: center;
}

/* 新增 */
.umcjs .fpersonally .list ul li{
	float: none;width: auto;
	margin-bottom: 28px;
}
.umcjs{
	background: #f6f6f8;padding:100px 0 ;
}
.umcjs .fpersonally .list ul{
	display: block;
}

/*.umcjs .fpersonally .list ul li p{*/
/*	font-size: 16px;*/
/*	line-height: 1.7;*/
/*	color: #333333;*/
/*	padding-top: 20px;*/
/*	border-top: 1px solid #e7e7e7;*/
/*	margin-top: 20px;*/
/*}*/
.umcjs .fpersonally .list ul li a{
	padding:30px ;
}
.umcjs .fpersonally .list ul li .text {
    float: right;
    width: calc(100% - 180px);
}
.fpersonally .list ul li .icon{
	width: 145px;height:145px;
}
.umcjs .fpersonally .list ul li .more{
	font-size:16px ;border-radius: 3px;
	background: none;text-align: center;
	border: 1px solid #0071ef;
	width:116px ;color: #0071ef;
	line-height: 40px;
	margin-top:16px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.umcjs .fpersonally .list ul li .more:hover{
	background: #0071ef;color: #fff;
}
@media only screen and (max-width:1360px) {
    .banner-swiper .register-box{
        right: 80px !important;
    }
    .banner-swiper .register-box{
        height: 380px !important;padding: 30px !important;
    }
}

.fhservice {
	padding: 85px 0 100px;
	background: #f6f6f8;
}
.fhservice .list ul {
	display : flex ;
	flex-wrap : wrap;
	justify-content : space-between;
	margin-top: 50px;
}
.fhservice .list ul li {
	width: calc((100% - 60px)/4);
	margin-bottom: 20px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhservice .list ul li:hover {
	background: #ff0000;
}
.fhservice .list ul li a {
	display: block;
	padding: 36px 20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.fhservice .list ul li .ico {
	height: 70px;
	position: relative;
}
.fhservice .list ul li .ico img {
	position: absolute;
	left: 0;right: 0;
	top: 50%;z-index: 1;
	margin: 0 auto;
	max-height: 70%;
	display: none;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
	width: auto;
}
.fhservice .list ul li:hover .ico img:nth-child(2) {
	display: block;
}
.fhservice .list ul li:hover .ico img:nth-child(1) {
	display: none;
}
.fhservice .list ul li .ico img:nth-child(1) {
	display: block;
}
.fhservice .list ul li h3 {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 和 Chrome */
	-o-transition:all 0.3s;
}
.fhservice .list ul li:hover h3 {
	color: #ffffff;
}
.fhguihua {
	padding: 115px 0;
}
.fhguihua .text {
	text-align: center;
	font-size: 30px;
	line-height: 2;
	color: #ffffff;
	font-weight: 100;
}
.fhguihua .text i {
	display: inline-block;
	font-weight: bold;
}