
  @charset "UTF-8";





.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 flash {

  0%, 50%, 100% {

    opacity: 1;

  }



  25%, 75% {

    opacity: 0;

  }

}



@keyframes flash {

  0%, 50%, 100% {

    opacity: 1;

  }



  25%, 75% {

    opacity: 0;

  }

}



.flash {

  -webkit-animation-name: flash;

          animation-name: flash;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@-webkit-keyframes pulse {

  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(-20%, 0, 0);

            transform: translate3d(-20%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(-20%, 0, 0);

            transform: translate3d(-20%, 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(20%, 0, 0);

            transform: translate3d(20%, 0, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(20%, 0, 0);

            transform: translate3d(20%, 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, 20%, 0);

            transform: translate3d(0, 20%, 0);

  }



  100% {

    opacity: 1;

    -webkit-transform: none;

            transform: none;

  }

}



@keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translate3d(0, 20%, 0);

            transform: translate3d(0, 20%, 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;

}
  @font-face {
    font-family: 'icomoon';
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "icomoon"; 
src: 
url("/font/icomoon.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon.woff") format("woff"), 
url("/font/icomoon.ttf") format("truetype"), 
url("/font/icomoon.svg#$font") format("svg");
}
@font-face {
    font-family: 'Poppins-Medium';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: 
url("/font/Poppins-Medium.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Semibold";
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: 
url("/font/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
    font-family: "PingFangSC-Regular";
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: 
url("/font/Poppins-Regular.ttf") format("truetype");
}
@font-face {
    font-family: 'icomoon_seh';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_seh.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_seh.woff") format("woff"), 
url("/font/icomoon_seh.ttf") format("truetype"), 
url("/font/icomoon_seh.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_35';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon35.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon35.woff") format("woff"), 
url("/font/icomoon35.ttf") format("truetype"), 
url("/icomoon35.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon3';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon3.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon3.woff") format("woff"), 
url("/font/icomoon3.ttf") format("truetype"), 
url("/icomoon3.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon4';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon4.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon4.woff") format("woff"), 
url("/font/icomoon4.ttf") format("truetype"), 
url("/icomoon4.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon5';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon5.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon5.woff") format("woff"), 
url("/font/icomoon5.ttf") format("truetype"), 
url("/icomoon5.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_9';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_9.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_9.woff") format("woff"), 
url("/font/icomoon_9.ttf") format("truetype"), 
url("/icomoon_9.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_g';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_g.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_g.woff") format("woff"), 
url("/font/icomoon_g.ttf") format("truetype"), 
url("/icomoon_g.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon2';
font-display: swap;
    font-style: normal;
    font-weight: 400; 
src: url("/font/icomoon2.eot?#iefix") format("embedded-opentype"), 
    url("/font/icomoon2.woff") format("woff"), 
    url("/font/icomoon2.ttf") format("truetype"), 
    url("/icomoon2.svg#$font") format("svg");
}
@font-face {
    font-family: "iconfont"; /* Project id 4964311 */
    src: url('//at.alicdn.com/t/c/font_4964311_wo355c1p7g.woff2?t=1751468881178') format('woff2'),
         url('//at.alicdn.com/t/c/font_4964311_wo355c1p7g.woff?t=1751468881178') format('woff'),
         url('//at.alicdn.com/t/c/font_4964311_wo355c1p7g.ttf?t=1751468881178') format('truetype');
  }
  
  
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-zhinan1:before {
    content: "\e668";
  }
  
  .icon-xingye:before {
    content: "\e61e";
  }
  
  .icon-tishi:before {
    content: "\e648";
  }
  
  .icon-zhuanjia1:before {
    content: "\e667";
  }
  
  .icon-anli:before {
    content: "\e61b";
  }
  
  .icon-zhinan:before {
    content: "\e8bb";
  }

  .icon-guanli:before {
    content: "\e603";
  }
  
  .icon-zhuanjia:before {
    content: "\e607";
  }
  
  .icon-yuedu-2:before {
    content: "\e675";
  }
  .icon-shengbobodong:before {
    content: "\e68f";
  }
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
ol, ul {
    padding-left: 0;
}
:root{
    --MainColor:#00a896;
    --FuColor:#d4af37;
    --MainRGB: rgba(0,168,150, 0.2);
    --MainRGB2: rgba(0,168,150, 0.4);
    --LiColor:#7ae6da;

    --bg:#f7f7f7;
    --deep:#333;
    --blue:#073e93;
    --qge:rgba(139, 188, 69, 1);
}
a{
    transition: all 0.2s ease 0s;
}
body{
font-family: 'PingFangSC-Regular',Arial;
    margin:0;
overflow-x: hidden;
color: #666;
    font-size: 16px;
}
.aslm img{
    height: auto!important;
}
p {
    margin-bottom: 0rem;
}
.pf-m{
    font-family: "Poppins-Medium";
}
.pf-smb{
    font-family: "Poppins-Semibold";
}
*{margin:0;padding:0;} 
.row>* {
    padding-right:0;
    padding-left: 0;
}
.row{
    margin-left:0px;
    margin-right:0px;
    padding:0px 0;
}
.qing{
    color: var(--qge);
}
.clear{
    clear: both;
}
.open{
    font-family: 'Open Sans';
}
.pc-hd-t-cet{
    display: flex;
    height: 100%;
}

.bluejt-btn {
    padding: 7px 37px;
    background: #073e93;
    color: #fff;
    border: 0;
    font-size: 18px;
    border-radius: 30px;
    display: inline-block;
    transition: all 0.6s ease 0s;
    transition: none;
}
.bluejt-btn:hover{
    background: linear-gradient(147deg, #00a3e8, #00d0e8);
    color: #fff;
}




.bluejt-btn:hover .redmico{
    transform: rotate(0deg);
}
.bluejt-btn .redmico {
    font-size: 17px;
    transition: all .3s;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 8px;
}

.hd-top-s1{
    width: 40%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}



.footer-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 58px;
    justify-content: space-between;
    background-color: #000;
    z-index: 10;
    display: none;
}
.ftb-email::before{
    content: '\e901';
    font-family: icomoon_35;
}
.ftb-tel::before{
    content: '\e942';
    font-family: icomoon_35;
}
.ftb-top::before{
    content: "\e901";
    font-family: 'icomoon_9';
}
.footer-bottom div {
    flex: 1;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-bottom div a {
    color: #fff!important;
}

.hdtop-ss2{
    margin-left: 55px;
}
.hd-top-s2{
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.hdts2-1f{
    position: relative;
    padding-right: 20px;
    display: flex;
}
.hdts2-1f::before{
    content: "";
    position: absolute;
    right: 0px;
    top: 4px;
    width: 1px;
    height: 15px;
    background-color: #AAAAAA;
}
.hds2-1a{
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 26px;
    font-weight: 600;
}
.hds2-1a:hover{
    color:#fff;
    text-decoration: underline;
}
.hds2-a3{
    padding-left: 0px;
    margin-left: 17px;
}
.hds2-1a::before{
    content: '';
    width:20px;
    height:20px;
    position:absolute;
    left:0px;
}
.hds2-a1::before{
    background: url(/templates/Web/en/images/dobk.png);
    top:0px;
}
.hds2-a2::before{
    background: url(/templates/Web/en/images/kkd.png);
    top:0px;
}
.hds2-a2{
    margin-left: 15px;
}
.sh-aj-f{
    position: absolute;
    width: 490px;
    height: 365px;
    top:48px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: #ccc 0px 0px 4px;
    border-radius: 4px;
    z-index: 5;
    right: 0;
    display: none;
}
.shaj-in{
    overflow-y: auto;
    padding: 10px 15px;
}
.shaj-s{
    display: block;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 5px;
}
.shaj-img{
    width: 30px;
}
.shaj-s-a{
    width: calc(100% - 30px);
    font-size: 14px;
    color: #545454;
    padding-left: 10px;
    margin-top: 5px;
}
.hdc1-l{
    float:left;
    text-align: center;
    width: 230px;
    line-height: 20px;
}
.hdt-f1{
    font-size: 14px;
    color: #333;
}
.hdt-f2{
    font-size: 12px;
    color: #da2337;
}
.hdc1-rf{
    float: left;
    margin-top: 3px;
}
.hdc1-r{
    width: 145px;
    height: 32px;
    background-color: #414579;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 32px;

}
.hdc1{
    float: left;
    color: #fff;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}

.hdc1:hover{
    color: #fff;
    text-decoration: underline;
}
.hdc1::before{
    position: absolute;
    font-size: 16px;
    color: #fff;
    height: 8px;
    left: 0px;
    top: 0px;
    font-family: icomoon_35;
}
.hdem::before{
    content: '\e901';
}
.hdem{
    padding-right: 13px;
}
.hdem::after{
    content: "";
    position: absolute;
    right: 0px;
    top:3px;
    width: 1px;
    height: 15px;
    background-color: #AAAAAA;
}
.head-bottom{
    background-color: #fff;
}
.hdtel{
    margin-left: 10px;
}
.hdtel::before{
    content: '';
    background: url(/templates/Web/en/images/telbk.png);
    width:16px;
    height:16px;
    top:2px;
}
.ssb2-tit-f {
    width: 88%;
    margin-left: 6%;
}
.gn-udl{
    color:#009E00;
border-bottom:1px solid #009E00;
}
.gn-udl:hover{
    color:#FFA800;
border-bottom:1px solid #FFA800;
}
.undl{
    border-bottom:2px solid #009E00;
}
.green{
    color:#009E00;
}
.yl{
    color:#FFA800;
}
.ylb{
    color:#FFA800;
font-weight:700;
}
.brown{
    color:#A75426;
}
.img{
    width:100%;
transition: all 1.2s ease 0s;
}
.w900{
    font-weight:900;
}
.w700{
    font-weight:700;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.dly{
    transition: all 0.2s ease 0s;
}
.dly4{
    transition: all 0.4s ease 0s;
}
.lazy-f{
    position:relative;
}
.lazy-f2{
    width:100%;
}
.ge2{
    color: var(--qge);
    text-decoration: underline;
}
.title,.title h2{
color: #333;
font-size:40px;
text-align:center;
    position: relative;
    padding-bottom: 30px;
    font-family: "Poppins-Semibold";
    display: block;
}
.smtitle{
    font-size:32px;
}
.titico {
    position: absolute;
    left: 50%;
    bottom: 0;
    line-height: 0;
    transform: translateX(-50%);
    color: var(--MainColor);
    font-size: 22px;
}
.container-fluid{
    padding:0;
}
.desc{
color:#3E4751;
font-size:16px;
}
.desc2{
    float:left;
color:#000;
font-size:18px;
line-height:26px;
font-family: 'Montserrat', sans-serif;
margin-top:37px;
width:100%;
}
.pc-hd-top {
    background-color: #555555;
    height: 48px;
    transition: all 0.3s;
    overflow: hidden;
}
.ap1-selm-f{
    float:left;width:100%;
margin-top:60px;
text-align:center;
}
.sh-son-nav-f{
border-top:1px solid #CDCDCD;
padding-top:20px;
}
.sh-son-nav-s{
font-size:16px;
margin-left:40px;
}
.sh-son-nav-s:hover{
    color:#FFA800;
}
.selnavc{
    color:#009B29;
}
.sh-son-nav-s:first-child{
    margin-left:0px;
}
.ap1-btn{
    font-size:18px;
position:relative; 
cursor:pointer;
}
.ap1-btn:before {
    content: "\e903";
    font-family: 'icomoon_9';
    color: #FF8022;
    font-size: 16px;
    position: absolute;
    right: -30px;
    top: 4px;
transform: rotate(90deg);
}
@keyframes  kuod
{
    0%   {transform: scale(1);opacity: 1;}
    100%  {transform: scale(2);  opacity: 0;}
}
@keyframes  suof
{
    0%   {transform: scale(1)}
    50%  {transform: scale(1.3)}
100%  {transform: scale(1)}
}
.blankbtn{
    background:rgba(0,0,0,.4);
border-radius:34px;
cursor:pointer;
}
.b1s-btn{
    float:left;
width:275px;
height:62px;
border:2px solid #D7D8DA;
padding:0px 20px;
font-size:16px;
line-height:62px;
position:relative;
color:#222;
transition: all 0.3s ease .6s;
}
.kbt-l{
position:absolute;
left:-2px;
top:0px;
width:2px;
height:0px;
background:#FF8022;
transition: all 0.3s ease 0s;
}
.kbt-b{
  	position:absolute;
left:-2px;
bottom:-2px;
width:0px;
height:2px;
background:#FF8022;
transition: all 0.3s ease .3s;
}
.kbt-r{
position:absolute;
right:-2px;
bottom:0px;
width:2px;
height:0px;
background:#FF8022;
transition: all 0.3s ease 0s;
}
.kbt-t{
  	position:absolute;
right:-2px;
top:-2px;
width:0px;
height:2px;
background:#FF8022;
transition: all 0.3s ease .3s;
}
.b1s-btn:hover .kbt-l{
    height:100%;
}
.b1s-btn:hover .kbt-b{
    width:calc(100% + 2px);
}
.b1s-btn:hover .kbt-r{
    height:100%;
}
.b1s-btn:hover .kbt-t{
    width:calc(100% + 2px);
}
.b1s-btn:hover{
    background:#FF8022;
color:#fff;
}
.b1s-btn:hover:before{
color:#fff;
}
.b1s-btn:before {
    content: "\e903";
    font-family: 'icomoon_9';
    line-height: 62px;
    text-align: center;
    color: #FF8022;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0px;
transition: all 0.3s ease .6s;
}
.blankbtn:hover .blankbtn-in{
    transform: scale(0.9);
}
.blankxcet{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tex{
    position:absolute;
    width:100%;
    height:100%;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    animation: kuod 2s infinite ease-in-out; 
}
.tex2{
    position:absolute;
    width:100%;
    height:100%;
left:0px;
top:0px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    animation: kuod2 2s infinite ease-in-out; 
animation-delay: .5s;
}
.blankbtn-in{
    float:left;
margin:7px;
background:#000;
padding:0px 40px;
height:54px;
color:#ED8037;
font-size:16px;
line-height:54px;
border-radius:27.5px;
}
a{
    text-decoration: none;
}
input,textarea:focus {   
    outline: none;   
}
picture{
width:100%;
display:block;
}
.nim{
    width:100%;
}
.img{
    width: 100%;
}
.b2img{
    float:left;width:100%;
}
.b2img2{
    float:left;width:100%;
height:100%;
}
.se1-cet {
    float: left;
    width: 960px;
    margin-left: calc(50% - 480px);
}
.main-f{
width:100%;
padding-bottom:125px;
    margin-top:126px;
    z-index: 1;
    position: relative;
}
.mt-95{
    margin-top:95px;
}
.yellowbtn{
    width: 260px;
    float: left;
    background: #F6C600;
    height: 52px;
    border-radius: 26px;
margin-left:calc(50% - 130px);
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 52px;
    text-align: center;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.yellowbtn-sinbtn-ico {
    position: relative;
    padding-top: 3px;
}
.yellowbtn-sinbtn-ico:before {
    content: "\ea3c";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0px;
    left: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #F6C600;
    font-family: icomoon3;
    text-align: center;
    line-height: 25px;
}

.plistcet{
    margin-top: 85px;
}
.p-ritxt{
    float:none;
width:auto;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 2;
    height: 100%;
}
.slick-dots{
    display:none;
}
.slick-prev, .slick-next {
     position: absolute;
    display: block;
    width: 50px;
    line-height: 80px;
    font-size: 60px;
    cursor: pointer;
    opacity: 0.8;
    top: calc(50% - 40px);
    padding: 0;
    border: none;
    outline: none;
    z-index: 89;
    text-indent: 900px;
    overflow: hidden;
    color: #fff;
    transition: all 0.6s ease 0s;
background-color:rgba(0,0,0,0);
}
.slick-next {
    right: 30px;
}
.slick-prev {
    left: 30px;
}
.slick-prev:before {
    content: "\e625";
    float: left;
}
.slick-next:before {
    float: right;
    content: "\e628";
}
.slick-prev:before, .slick-next:before {
    text-indent: 0;
    font-family: "icomoon";
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-family: "icomoon";
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-initialized .slick-slide {
    display: block;
    height: 100%;
}
.slick-track {
    height: 100%;
}
.b-d-content strong,.b-d-content b,[csstype="bk"],[csstype="underline"],[csstype="unline-short"]{
font-family: 'Roboto', serif, sans-serif;
}
.header-f {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
transition: all 0.6s ease 0s;
}
.head-top-f {
    float: left;
    width: 100%;
    color: #808080;
    border-bottom: 2px solid #F3F3F3;
    overflow: hidden;
height:72px;
transition: all 0.6s ease 0s;
}
.cet {
  width: 1740px;
  margin:0px auto;
}
.cet2{
    width: 1360px;
    margin:0px auto;
}
.cet3{
    width: 1470px;
    margin:0 auto;
}
.bluebtn{
    padding-left: 50px;
    padding-right: 50px;
    height: 60px;
    background: #2C00E9;
    border-radius: 30px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.ht-l-f {
    float: left;
    line-height: 72px;
    padding-left: 28px;
    position: relative;
    color: #808080;
}
.ht-l-f:hover{
    color: #2C00E9;
}
.ht-l-f:hover:before{
    color: #2C00E9;
}
.ht-l-f:before {
    content: '\e901';
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: icomoon_35;
color: #A3A3A3;
transition: all 0.6s ease 0s;
}
.ht-r-f {
    float: right;
height:100%;
}
.hdtop-search{
    display: flex;
}
.hdtsr{
    display: block;
    width: 32px;
    height: 24px;
    margin-left: 23px;
    background: url(/templates/Web/en/images/yunbk.png);
}
.search-btn-j{
    width: 30px;
    height: 30px;
    border:none;
    top:0px;
    background:none;
    float: left;
}
.search-btn-j::before{
    content: '\e900';
    position: absolute;
    width: 30px;
    height: 30px;
    font-family: icomoon_seh;
    color: #fff;
    font-size: 22px;
    transition: all 0.6s ease 0s;
    text-align: center;
    line-height: 30px;
}
.h-s-form {
    width: 350px;
    height: 28px;
    display: block;
    border:none;
    margin-left: 24px;
    position: relative;
}
.h-searchbtn{
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
}
.title2{
    margin-top: 68px;
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    display: block;
    position: relative;
    font-family: "Poppins-Semibold";
}
.title2 h2{
    font-size: 40px;
}
.title2::before{
    content:"";
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url(/templates/Web/en/images/i-text-decor2.png);
}

.title3{
    padding-bottom: 30px;
    font-size: 40px;
    line-height: 1.2em;
    color: #333;
    display: block;
    position: relative;
    font-family: "Poppins-Semibold";
}
.title3::before{
    content:"";
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 14px;
    background: url(/templates/Web/en/images/i-text-decor.png);
}

.h-searchbtn:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\e900';
    width: 100%;
    height: 100%;
    font-family: icomoon_seh;
    color: #1A1A1A;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.search-in {
    float: left;
    width: 100%;
    height: 28px;
    background: none;
    border: none;
    color: var(--deep);
    background-color: #fff;
    border-radius: 14px;
    padding-left: 12px;
}
.search-in::-webkit-input-placeholder{
    font-size:14px;
color:rgba(170, 170, 170, 1);
}
.semin-send-error {
    position: absolute;
    padding: 4px;
    font-size: 12px;
    border: 1px solid #c80000;
    color: #c80000;
    right: 3px;
    top: 3px;
    border-radius: 10px;
    display: none;
}
.ftsd-inf{
    position: relative;
    width: 232px;
}
.search-in:-moz-placeholder{
    font-size:14px;
color:rgba(170, 170, 170, 1);
}
.search-btn {
    width:20px;
    height:20px;
    position:absolute;
    right:10px;
    top:4px;
    border:none;
}
.searbtn{
    position:absolute;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border:none;

}
.search-btn::before{
    content: '\e900';
    font-family: icomoon_seh;
    color: var(--MainColor);
}
.fshare {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 50%;
    background: #FFA800;
    position: relative;
}
.snv-cet{
    padding-top:80px;
}
.fshare:before {
    position: absolute;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-family: icomoon;
    color: #fff;
    font-size: 12px;
    transition: all 0.6s ease 0s;
}
.fshare:hover{
    background: #00bd33;
}
h1,h2,h3{
    padding:0px;
margin:0px;
font-weight:normal;
}
.tblue{
    color:#2C00E9;
}
.blue2{
    color:rgba(7, 62, 147, 1);
}

.LangUrlArrf {
    float: right;
    position: relative;
    margin-right: 30px;
}
.lang-earch{
    width: 20px;
    height: 20px;
    float:left;
    background: url(/templates/Web/en/images/earth.png) no-repeat;
}
.langurlarrBtin {
    float:left;
    width: calc(100% - 30px);
    margin-left: 10px;
    cursor: pointer;
}
.lan-pc{
    color: #fff;
    font-size: 16px;
    position: relative;
}
.lan-pc::before{
    content: '\e900';
    position: absolute;
    right: -30px;
    top: 0px;
    color: #fff;
    font-size: 16px;
    font-family: icomoon3;
}
.header-bottom-f {
    float: left;
    width: 100%;
}
.left-cet{
    float: left;
    width: calc(100% - 80px);
    margin-left: 80px;
}
.head-b-cet{
    height: 78px;
    display: flex;
    align-items: center;
}
.logo-f {
    width:135px;
}
.m1 {
    width: 100%;
}
.h-b-right {
position:relative;
width:calc(100% - 135px);
    display: flex;
    justify-content: flex-end;
}
.hbconbtn-m{
    display: none;
}
.limove {
    background: rgba(255,255,255,.6);
    width: 30px;
    height: calc(100% + 100px);
    left: -60px;
    top: -50px;
    transform: rotate(-30deg);
    position: absolute;
}
.limove:before {
    content: "";
    background: rgba(255,255,255,.2);
    width: 20px;
    height: calc(100% + 100px);
    left: -30px;
    top: -50px;
    position: absolute;
}
.nav-ano-f-2{
    position: absolute;
    top: 120px;
    left: 0px;
    min-width: 100%;
    z-index: 100;
    background-color: #fff;
border-radius:15px;
    opacity: 0;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    visibility: hidden;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.nav-ano-2-cet{
    float: left;
    margin: 75px 5%;
    margin-top: -20px;
    width: 90%;
}

.nav-as2-ofs {
    float: left;
    margin-left: -5%;
    width: 105%;
}
.nav-ano-s-2{
    float:left;
margin-left:5%;
width:20%;
margin-top:95px;
}
.nav-as2-txt{
    float:left;
width:100%;
font-size:24px;
color:#00bd33;
text-align:center;
margin-top:30px;
transition: all 0.3s ease 0s;
}
.nav-as3-ofs{
    float:left;
margin-left:-8%;
width:108%;
margin-top:10px;
}
.nav-ano-s-3{
    float:left;
margin-left:8%;
width:42%;
}
.nav-anos3-t{
    float:left;
width:100%;
margin-top:10px;
font-size:18px;
color:#222;
text-align:center;
}

.nav-f {
    float: left;
margin-left:-20px;
}
.nav-s-1 {
    float: left;
position:relative;
}
.nav-s-1-a {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    line-height: 78px;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    font-weight: 500;
}
.nav-new-flag{
    border-radius: 8px 8px 8px 0px;
    position: absolute;
    right: -16px;
    top: -2px;
    width: 35px;
    height: 18px;
    border: 1px solid rgba(255, 88, 88, 1);
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 88, 88, 1);
    text-align: center;
}
.nav-s-1-a .nav-new-flag{
    top: 8px;
}
.hb-con-btn{
    background-color: var(--MainColor);
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}
.nav-s-1:last-child{
    margin-left: 20px;
}
.nav-nop{
    position:static;
}
.nav-s-1-a:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 0px;
    height: 2px;
background:var(--MainColor);
    transition: all 0.6s ease 0s;
}
.nav-s-1:hover .nav-s-1-a:after {
    width: calc(100% - 30px);
}
.nav-s-1-a span{
    position:relative;
}
.nav-s1adown .downnavsp:after {
    color: #222;
}
.selectnav  span:after {
        color: #00BD33!important;
}
.selgra span:after {
    color: #00BD33!important;
}
.selectnav {
    color: var(--MainColor);
}
.hb-con-btn{
    color: #fff;
}
.nav-s-1 .nav-s-1-a:hover{
    color:var(--MainColor)!important;
}
.nav-s-1 .nav-s-1-a span:hover:before{
    width: 100%;
}
.nav-s-1 .nav-s1adown span:hover:after{
      color:#00bd33;
}
.nav-s-1:hover .nav-f-2 {
    display: block!important;
    top: 78px;
    opacity: 1;
    visibility: visible;
}
.nav-s-1:hover .nav-ano-f-2 {
    display: block!important;
    top: 80px;
    opacity: 1;
    visibility: visible;
}
.nav-f-2 {
    position: absolute;
    top: 95px;
    left: 0px;
    min-width: 100%;
    z-index: 1;
    background-color: #fff;
    padding: 20px 0px;
    transition: all 0.3s ease 0s;
    opacity: 0;
box-shadow: 0px 2px 8px 0px rgba(18, 54, 114, 0.4);
visibility:hidden;
    border-radius: 5px;
}
.nav-f2-c1{
    padding-bottom:10px;
border-bottom:1px solid #CDCDCD;
margin-bottom:5px;
}
.nav-s-1 .hb-con-btn:hover{
    color: #fff!important;
    background-color: var(--FuColor);
}
.nav-s-1:hover .hb-con-btn:after {
    width:0;
}
.nav-f-2-cet {
    float: left;
    padding: 30px 7%;
padding-top:10px;
    width: 100%;
}
.nav-ano-s-2:hover .img {
    transform: scale(1.2);
}
.nav-ano-s-2:hover .nav-as2-txt{
    color:#222;
}
.nav-as2-pic{
    float: left;
    width: 100%; 
    border-radius:50%;
    overflow:hidden;
    border:1px solid #EDEDED;	
}

.nav-s-2 {
    float: left;
    width: 100%;
    position: relative;
    padding:0 20px;
    border-radius: 5px;
    padding-right: 20px;
}
.nav-s-2:first-child{
    margin-top: -10px;
}
.nav-s-2-a {
    float: left;
    padding: 5px 0px;
    font-size: 14px;
    color: var(--deep);
    position: relative;
    white-space: nowrap;
    padding-top: 15px;
    padding-right: 10px;
}

.show_down_2:before{
    content: '\e900';
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FF8022;
    font-size: 16px;
    font-family: icomoon3;
    line-height: 20px;
    transition: all 0.3s ease 0s;
}
.nav-s-2:hover .nav-s-2-a{
    color: var(--MainColor);
}
.nav-f-3{
    position: absolute;
    top: 0px; 
    left: calc(100% + 1px);
box-shadow: 5px 4px 7px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 20px 10px;
    min-width: 160%;
    z-index: 100;
    display:none;
    border-radius: 5px;
}
.nav-s-2:hover .nav-f-3{
display:block;
}
.nav-s-3{
float:left;
width:100%;
}
.nav-s-3:hover .nav-s-3-a{
    color: var(--blue);
} 
.nav-s-3-a .nav-new-flag{
    top:-7px;
}
.nav-s-3-a{
    float:left;
padding:10px 20px 10px 20px;
color: #333;
    font-size: 14px;
    position: relative;
        white-space: nowrap;
}
.headersearchf {
    float: left;
    width: 290px;

}
.h-r-r{
    width:230px;
margin-top:15px;
}

.h-r-r-lm{
    float:left;
font-size:16px;
line-height:50px;
}
.h-r-r-lm:hover{
    color:#009E00;
}
.h-r-btn-f{
    float:right;
    width:165px;
height:50px;
background:#FFA800;
line-height:50px;
border:none;
color:#fff;
    text-align:center;
font-size:16px;
border-radius:15px;
cursor:pointer;
}
.hogrbtn:focus{
    box-shadow: 0 0 0 0.25rem rgba(0,158,0,0.5);
}
.h-r-btn-f:hover{
    color:#fff;
    transform: translateY(-.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30,34,40,.25);
}
.inb-con-spread {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius:27.5px;
    background: rgba(44,0,233,0.3);
    animation: none;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.h-r-btn-f:hover .inb-con-spread {
    animation: kuod 1100ms infinite;
}
.limove{
    background:rgba(255,255,255,.6);
width:30px;
height:calc(100% + 100px);
left:-60px;
top:-50px;
transform: rotate(-30deg);
position:absolute;
}
.limove:before{
    content:"";
    background:rgba(255,255,255,.2);
width:20px;
height:calc(100% + 100px);
left:-30px;
top:-50px;
position:absolute;
}

@keyframes  limove
{
    0%   {left:-60px;}
    100%  {left:calc(100% + 90px);}
}
@keyframes  kuod
{
    0%   {transform: scale(1);opacity: 1;}
80%   {transform: scale(1.9);opacity: 0.7;}
    100%  {transform: scale(2);  opacity: 0;}
}
@keyframes  kuod2
{
    0%   {transform: scale(1);opacity: 1;}
    100%  {transform: scale(2);  opacity: 0;}
}
.ft-blk{
    position:absolute;
width:1340px;
left:calc(50% - 670px);
background:#000;
z-index:0;
top:-140px;
border-radius:122.5px;
}
.ft-blk-in{
    float:left;
margin:90px 10%;
width:80%;
}
.ftbl-t{
    float:left;
width:calc(95% - 180px);
font-size:40px;
    color:#fff;
}
.ftbl-btn{
    float:left;
margin-left:5%;
width:180px;
background:#00bd33;
height:65px;
text-align:center;
color:#fff;
font-size:16px;
line-height:65px;
border-radius:32.5px;
cursor:pointer;
transition: all 0.3s ease 0s;
}
.ftbl-btn:hover{
    background:#00ff33;
}
.foot {
    width: 100%;
    z-index: 1;
    position: relative;
    background-color: var(--MainColor);
    padding-top: 72px;
}
.ftl1-t1{
    font-size: 36px;
    text-align: center;
}
.ftl1-t2{
    font-size: 16px;
    margin-top: 25px;
    text-align: center;
}
.ftl1-btn-f{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft-l1{
    display: flex;
    justify-content: space-between;
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ft-col1{
    width: 86%;
}
.ft-col2{
    width: 15%;
}
.fts-m{
    width: 25%;
    padding-right: 4%;
}
.ft-col{
    display: flex;
    justify-content: space-between;
}
.fts-a{
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 19px;
}
.fts-a:hover{
    color:var(--FuColor);
}
.ftsms{
    display: block;
    color: #fff;
    margin-bottom: 17px;
    font-size: 16px;
}
.ftsms:hover{
    color: var(--FuColor);
}
.ft-sendf{
    margin-top: 30px;
}
.mob-ft-send{
    display: none;
}
.tf-sd-tit{
    margin-bottom: 19px;
    font-size: 20px;
    color: #fff;
}
.ftsdin{
    padding: 5px 15px;
    font-size: 16px;
    border:none;
}
.tfsd-btn{
    width: 100px;
    height: 32px;
    background-color: #073e93;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    margin-top: 20px;
}
.tfsd-btn:hover{
    background-color: var(--qge);
}

.ftl1-btn{
    background-color: #000;
    width: 240px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.ftl1-btn:hover{
    color: #fff;
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30,34,40,.35);
}
.ftl2-tit-bk{
    width: 285px;
    margin:0 auto;
    display: block;
}
.ft-l2{
    padding: 54px 0 60px;
    display: flex;
}
.ftl2-l{
    width: 22%;
}
.ftlogof{
    display: block;
    width: 200px;
}
.ftlogof img{
    width: 100%;
}
.ftl2r{
    width: 78%;
    padding-left: 4%;
}
.ftl2rm{
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
}
.lfl2sico{
    width: 25px;
    height: 25px;
    position: relative;
}
.lfl2sico::before{
    position: absolute;
    font-size: 18px;
    color: #fff;
    height: 8px;
    left: 0px;
    top: 0px;   
    color: var(--FuColor);
    font-family: icomoon_35;
}
.ftl2rd-t1{
    color: var(--FuColor);
    font-size: 16px;
}
.ftlra{
    margin-top: 12px;
    color: #fff;
    display: block;
}
.ftlra:hover{
    text-decoration: underline;
    color: #fff;
}
.ftl2rd{
    padding-left: 10px;
}
.if-em::before{
    content: '\e901';
}
.if-tel::before{
    content: '\e942';
}
.if-addr{
    color: #8bbc45;
    margin-top: -5px;
}
.if-addr svg{
    width: 33px;
    height: 33px;
    color: var(--FuColor);
}
.ftl2s{
    display: flex;
}
.ftl2r-t1{
    color: #fff;
    font-size: 20px;
}

.ftl2-s{
    color: #3E4751;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
    width: 25%;
}
.ftl2-s:hover{
    color:#B61717 ;
}
.ftl2-s::before{
    position: absolute;
    font-size: 16px;
    color: #B61717;
    left: 0px;
    top: 0px;
    font-family: icomoon_35;
}
.ft-em::before{
    content: '\e901';
}
.ft-tel::before{
    content: '\e942';
}
.ft-addr{
    width: 30%;
}
.ft-addr::before{
    content: "";
    width: 18px;
    height: 20px;
    background:url(/templates/Web/en/images/jt.png) no-repeat;
}
.ft-share{
    margin-top: 36px;
}
.ftl3-tit{
    color: #000000;
    font-size: 21px;
}
.ftl3-tit:hover{
    color: #B61717;
}
.ftl2-m{
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #FAFAFA;
    padding-bottom: 55px;
}
.ftba{
    float:left;
    width: 41%;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    color: #363636;
    line-height: 30px;
}
.ftba a:hover{
    color:#DA2337;
    text-decoration: underline;
}
.ftl2-b1{
    width: 41%;
}
.ftba::before{
    content: "";
    position: absolute;
    left: 0;
}
.ftl2-b1::before{
    width: 29px;
    top:10px;
    height: 39px;
    background:url(/templates/Web/en/images/bottom_add.png) no-repeat;
}
.ftl2-b2{
    width: 33%;
    padding-left: 50px;
}
.ftl2-b3{
    width: 26%;
}
.ftl2-b2::before{
    width: 39px;
    top:10px;
    height: 27px;
    background:url(/templates/Web/en/images/bottom_email.png) no-repeat;
}
.ftl2-b3::before{
    width: 32px;
    top:10px;
    height: 35px;
    background:url(/templates/Web/en/images/bottom_tel.png) no-repeat;
}
.ft-l3{
    padding-top:15px;
    padding-bottom: 50px;
}
.ftl3-tit{
    font-size: 22px;
    color: #323232;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}
.ftl3-t-lin{
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #da2337;
    left: 0px;
    bottom:0px;
}
.ftl3-show{
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    top:5px;
    display: none;
    transition: all 0.6s ease 0s;
}
.ftl3-show:after {
    content: '\e900';
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    top: 0px;
    color: #363636;
    font-size: 20px;
    font-family: icomoon3;
}
.ftl3-t-lin::before{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #da2337;
    left: 0;
    bottom:15px;
}
.ftl3-t-lin::after{
    content: "";
    position: absolute;
    width: 115px;
    height: 1px;
    background-color: #CECECE;
    left: 50px;
    bottom:15px;
}
.ftl3-m{
    margin-top: 15px;
    font-size: 15px;
    color: #1e1e1e;
}
.ftl3-s{
    margin-top: 10px;
    display: block;
    padding-left: 10px;
    position: relative;
}
.ftl3-s:hover{
    color: #da2337;
}
.ftl4-b2{
    margin-top: 15px;
}
.ftl3-mm{
    margin-top: 35px;
}
.ftl3mm2{
    margin-top: 68px;
}
.ftl2-mb{
    padding: 17px 0;
    background-color: var(--DeepColor);
}
.ftb-cet{
    display: flex;
    justify-content: space-between;
}
.ftlb-s{
    color: rgba(255, 255, 255, 0.5);
}
.ftlb-s:hover{
    color: var(--FuColor);
}
.ftlsa2{
    width: 50%;
}
.ftb-r{
    width: 50%;
    text-align: right;
}
.ftlbss1{
    padding-right: 40px;
    position: relative;
}
.ftlbss1::before{
    content: "";
    position: absolute;
    right: 19px;
    top:4px;
    width: 1px;
    height: 15px;
    background-color: rgba(255, 255, 255, 0.5);
}
.ftlbss1:hover{
    color: var(--FuColor);
}
.ftlbs2{
    font-size: 12px;
}
.fdsa{
    width: 16%;
}
.ftl3-mms{
    margin-top: 15px;
    color: #3E4751;
    font-size: 16px;
    width: 100%;
    display: block;
}
.ftl3-mms:hover{
   color:#B61717; 
}
.ftl3-mms:first-child{
    margin-top: 0;
}
.ftb42-tit{
    font-size: 22px;
    color: #323232;
    font-weight: 600;
}
.ft-share{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 980px){
    .ft-share{
    width: 280px !important;
}
    
}
.ft-b4-sh{
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease 0s;
}
.ft-b4-sh:hover{
    color: #fff;
    transform: translateY(-0.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30,34,40,.35);
}
.ft-b4-sh:first-child{
    margin-left: 0;
}
.ft-b4-sh:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-family: icomoon;
    font-size: 20px;
    transition: all 0.2s ease 0s;
    color: #fff;
}
.ft-twitter, .ft-pintrest{
    color: #fff;
    text-align: center;
}
.ft-twitter{
    line-height: 50px;
}
.ft-pintrest{
line-height: 54px;
}
.ft-twitter svg{
    width: 18px;
    height: 18px;
}
.ft-pintrest svg{
    width: 22px;
    height: 22px;
}
.ft-facebook:before {
    content: '\e62c';
}
.ft-linkedin::before{
    content: '\e630';
}
.ft-youtobe::before{
    content: '\e634';
}
.ft-l4{
    background-color: #F1F1F1;
    padding:15px 0;
    color: #222;
    font-size: 15px;
}
.ft-l4-cet{
    overflow: hidden;
}
.ftl4-l{
    float: left;
}
.ftl4-r{
    float: right;
}
.ftl4r-t1:hover{
    color: #da2337;
}

.foot-bkf{
    width:1200px;
margin:0 auto;
text-align:center;
}
.foot-cov{
    background:#FF8022;
margin-top:-130px;
cursor:pointer;
}
.ftc-cet{
    float:left;
margin:50px 12%;
width:76%;
}
.foot-cov-t{
    float:left;
    color:#fff; 
width:calc(95% - 75px);
font-size:36px;
margin-top:15px;
}
.foot-cov-arw{
    float:left;
width:75px;
height:75px;
margin-left:5%;
border-radius:50%;
background:#008080;
position:relative;
}
.foot-cov-arw:hover:before{
    left:10px;
}
.foot-cov-arw:before{
    content: "\e903";
    font-family: 'icomoon_9';
line-height:75px;
text-align:center;
width:100%;
color:#fff;
font-size:30px;
position:absolute;
left:0px;
top:0px;
transition: all 0.6s ease 0s;
}
.footcet {
padding-top:80px;	
color:#fff;
}
.ft-b1{
    border-bottom: 1px solid #FFC642;
padding-bottom:60px;
}
.f-topb{
    margin-top:55px;
border-bottom: 1px solid #FFC642;
padding-bottom:35px;
}
.ft-b2-k1{
    padding-right:10%;
}
.ft-m-t{
    font-size:16px;	
}
.ft-m-t2{
    font-size:16px;	
margin-top:45px;
}
.ft-b2{
    float:left;
width:50%;
margin-top:85px;
}
.ft-logo{
width:100px;
vertical-align: middle;
display: inline-block;
}
.foot-h-t1{
    width:100%;
color:#fff;
font-size:48px;
margin-top:25px;
}
.foot-h-t2{
    width:100%;
color:#fff;
}
.footh-btn{
    width: auto;
    background: #009E00;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 35px;
cursor:pointer;
}
.footh-btn:hover{
    background: #222;
}
.fb1-e{
    width:100%;
display:block;
padding-left:45px;
position:relative;
font-size:18px;
top:20px;
color:#fff;
}
.fb1-e:hover{
    color:#222;
}
.fb1-e:before{
    content: "\e901";
    font-family: icomoon_35;
    position: absolute;
    top: -2px;
    left: 0px;
color:#fff;
font-size:16px;
}
.fb1-ad{
    width:100%;
font-size:16px;
margin-top:35px;
line-height:25px;
}
.ftk2-nav-f{    
    margin-top: 45px;
}
.f-top-share{
    float:left;
width:172px;
margin-left:calc(50% - 86px);
}

.fb2-tit{
    float:left;width:100%;
color:#fff;
font-size:24px;
}
.ft-bl{
    float:left;
width:50%;
padding-right:5%;
}
.ft-br{
    float:right;
padding-right:0%;
margin-top:10px;
}
.ft-sin2{
    display:block;
    padding-left:40px;
color:#fff;
font-size:16px;
    position:relative; 
    transition: all 0.2s ease 0s;  
}
.ft-sin2:hover{
    color:#222;
}
.ft-sin2:hover:before{
    color:#222;
}
.ft-sin2:before{
    content: "\e900";
    font-family: 'icomoon_9';
    color: #FFA800;
    font-size: 12px;
text-align:center;
line-height:20px;
    position: absolute;
width:20px;
height:20px;
border-radius:50%;
background:#fff;
    left: 0px;
    top: 2px;
}
.ft-sin{
    display:block;
color:#fff;
width:100%;
font-size:16px;
transition: all 0.2s ease 0s;
margin-top:0px;
position:relative;
}
.ft-sin:hover{
    color:#222;
}
.ft-sin:hover:before{
    color:#222;
}
.f-box1{
    float:left;
width:33.3%;
padding-right:5%;
}
.f-box2{
    float:left;
width:27%;
padding-right:5%;
}
.f-box3{
    float:left;
width:27%;
}
.f-box4{
    float:left;
width:15%;
}
.fb1-t1{
    float:left;
width:100%;
font-size:18px;
color:#ED8037;
font-weight:700;
background:#000;
}
.fb1-t2{
    float:left;
width:100%;
font-size:14px;
margin-top:40px;
line-height:30px;
}
.fb1-em{
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    background: #2C00E9;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
transition: all 0.6s ease 0s;
position:relative;
overflow:hidden;
}
.fb1-em:hover{
    background: #F6C600;
}
.fb1-em:hover .limove{
    animation: limove 1100ms infinite;
}
.fb2-main{
    float:left;
width:100%;
margin-top:30px;
}
.fb2-i1{
    float:left;
width:50%;
}
.fb2-i2{
    float:left;
width:50%;
}
.ft-nav-l2{
    float:left;
width:100%;
font-size:16px;
margin-top:15px;
color:#fff;
padding-left:30px;
position:relative;
padding-right:5%;
}
.ft-nav-l2:hover{
    color:#ED8037;
}
.ft-nav-l2:hover:before{
    color:#ED8037;
}
.ft-nav-l2:before{
    content: "\e900";
    font-family: 'icomoon_9';
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 1px;
}
}
.ft-nav-l2:hover{
    color:#2C00E9;
}
.fb4-mid{
    float:right;
width:140px;
}
.f-b3-share{
    float:left;
width:calc(100% + 10px);
margin-left: -10px;
margin-top:30px;
}
.fb3-sh{
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    margin-left: 10px;
transition: all 0.2s ease 0s;
    background-color: #fff;
}
.fb3-sh:first-child{
    margin-left: 0px;
}
.fb3-sh:before {
    position: absolute;
top:0px;
left:0px;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-family: icomoon;
    font-size: 12px;
    transition: all 0.2s ease 0s;
    color: #B41717;
}
.linkedin:before {
    content: '\e630';
}
.facebook:before {
    content: '\e62c';
}
.fb3-sh.twitter{
    color: #B61717;
    text-align: center;
    line-height: 16px;
}
.youtube:before {
    content: '\e634';
}
.instagram{
    border-radius: 50%;
    background-image: linear-gradient(45deg, #F4484E 20%, #6553C5);
}
.instagram:before {
    font-family: icomoon4;
    content: '\e900';
    font-size: 12px;
    color: #fff;
}
.f-box4{
    float:left;
width:33.3%;
margin-top:50px;
}
.f-st3-adr{
    float:left;
width:100%;
padding-left:35px;
font-size:16px;
color:#fff;
position:relative;
}
.mob-nav-share .fb3-sh{
    background-color: var(--MainColor);
    border-radius: 50%;
    color: #fff;
}
.mob-nav-share .fb3-sh:before {
    color: #fff;
}
.mob-nav-share .fb3-sh.twitter {
    line-height: 26px;
}
.f-st3-adr:before{
    content: "\e902";
    font-family: 'icomoon_9';
    color: #ED8037;
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.f-st3-em{
    float:left;
width:100%;
padding-left:35px;
font-size:16px;
color:#fff;
position:relative;
margin-top:21px;
}
.f-st3-em:before{
    content: "\e901";
     font-family: icomoon_35;
    color: #ED8037;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 2px;
}
.fb3-sh:hover{
transform: translateY(-.15rem);
    box-shadow: 0 0.25rem 0.75rem rgba(30,34,40,.25);
}

.foot-bottom{
margin-top:35px;
padding-bottom:35px;
font-size:16px;
color:#fff;
}
.foot-bottom a{
color:#fff;
}
.foot-b-mid{
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
}
.foot-b-t1{
    float: left;
width:23%;
padding-right:3%;
}
.foot-b-t2{
  text-align:right;
}
.foot-b-t3{
    float:left;
width:33%;
text-align:right;
}
.ft-b-t4{
    color:#FF8022;
}
.foot-b-up {
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.2);
    cursor: pointer;
    z-index: 99;
    position: fixed;
    right: 20px;
    top: -80px;
    transition: all 1.2s ease 0s;
}
.foot-b-up:before {
    content: "\e901";
    font-family: 'icomoon_9';
top: 0px;
line-height:40px;
    color: #fff;
width:100%;
height:100%;
text-align:center;
    font-size: 18px;
    position: absolute;
}

.mobile-header{
    position: fixed;
    left: 0px;
    width: 100%;
    display: none;
    z-index: 1000;
    transition: all 0.6s ease 0s;
    height: 60px;
    background-color: #fff;
}
.mobile-tool{
width:100%;    
}
.mobile-tool-center{
width:94%;
margin:0 auto;
height:100%;
    overflow: hidden;

}
.mobile-logo-f{
        float:left;
white-space: nowrap;
width: 90px;
margin-top:5px;
}
.mobile-logo-f:before{
content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mob-logo-img{
        float: left;
display: inline-block;
    vertical-align: middle;
    width: 100%;
margin-top:10px;
}
.mobile-menu{
    cursor: pointer;
    float: right;
    width: 30px;
    text-align: center;
}
.mobile-menu:before{
    content: '\f0c9';
    display: block;
    font-family: icomoon5;
    font-size: 30px;
    color: var(--MainColor);
    line-height: 60px;
    float: left;
}
.mob-me-ge:before{
    color: #00bd33;
}
.mob-contact-btn{
cursor: pointer;
float:right;
width:50px;
margin-right:10px;
    height:60px;
    display: flex;
    align-items: center;
}

.mob-ct-ge:before{
    color: #00bd33;
}
.mob-search-btn{
cursor: pointer;
        float: right;
width:30px;
margin-right:10px;
text-align:center;
}
.mob-search-btn:before{
    content: '\e900';
    font-family: icomoon_seh;
    display: block;
    font-size: 25px;
color: var(--MainColor);
    line-height: 60px;
    float: left;
}
.mob-se-ge:before{
    color: #009E00;
}
.mobile-menu-close{
    cursor: pointer;
    float: left;
    width: 30px;
    text-align: center;
}
.mobile-menu-close:before{
content: '\e60b';
    display: block;
    font-family: icomoon;
    font-size: 18px;
    color: #606060;
    line-height: 52px;
    float: left;
}
.mobile-sellang-f{
            float:right;
margin-top:24px;
margin-right:25px;
}
.mobile-dowshow{
    position: fixed;
    top: 0px;
width:100%;
    height: 0px;
background: #fff;
transition: all 0.6s ease 0s;
overflow:hidden;
    z-index: 1001;
}
.mb-down-close{
    position: absolute;
    right: 15px;
    top:15px;
    width: 30px;
    height: 30px;
}
.mb-down-close:before{
    content: '\e60b';
    display: block;
    font-family: icomoon;
    font-size: 22px;
    color: #1c1c1c;
    line-height: 30px;
    text-align: center;
}
.mob-nav1{
float:left;
width:100%;
    margin-top: 50px;
}
.mob-nav-s1{
float:left;
width:100%;
position:relative;
}
.mob-col-name1{
float:left;
width:100%;
position:relative;
    border-bottom: 1px solid #D6D6D6;
}
.mob-col-name1:before{
content:'';
position:absolute;
bottom:0px;
    left:0px;
width:0;
height:1px;
background:#;
transition: all 0.6s ease 0s;
}
.mob-col-name1:hover:before{
width:100%;
}
.mob-col-name1-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name1-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#;
}
.mob-nav-share{
    float: left;
    margin-top: 30px;
    overflow: hidden;
}
.mob-col-name2{
float:left;
width:100%;
}
.mob-col-name2-line{
float:left;
width:100%;
position:relative;
}
.mob-col-name2-line:before{
content:'';
position:absolute;
bottom:0px;
left:0px;
width:100%;
height:1px;
background:#;
}
.mob-col-name2:hover .mob-nav-a2{
color:#;
}
.mob-col-name2:hover .mob-nav-btn2:before{
border-top-color: #;
}
.mob-nav-a1{
float:left;
font-size:14px;
padding-top:13px;
padding-bottom:10px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.mob-nav-btn{
    float:right;
width: 30px;
    height: 30px;
position:relative;
margin-top:7px;
cursor:pointer;
    transition: all 0.6s ease 0s;
}
.mob-nav-btnup{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
margin-top:7px;
cursor:pointer;
position:relative;
}
.mob-nav-btnup:before{
content:'';
position:absolute;
left: 11px;
    top: 12px;
width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #1A1919;
}
.mob-nav-btn-close{
display:none;
}
.mob-nav-btn:before{
    content: '\e900';
    position: absolute;
    right: 5px;
    top: 3px;
    color: #363636;
    font-size: 18px;
    font-family: icomoon3;
}
.mob-nav-btn2{
        float:left;
margin-left:10px;
width: 30px;
    height: 30px;
position:relative;
margin-top:3px;
cursor:pointer;
}
.mob-nav-bt2nup{
    float:left;
margin-left:10px;
width: 30px;
    height: 30px;
margin-top:2px;
cursor:pointer;
position:relative;
}
.mob-nav-bt2nup:before{
content:'';
position:absolute;
left: 11px;
    top: 12px;
width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #707071;
}
.mob-nav-btn2:before{
content:'';
position:absolute;
width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #707071;
    left: 11px;
    top: 12px;
}
.mob-nav2{
float:left;
width:100%;
display:none;
    max-height: calc(100vh - 260px);
    overflow-y: auto;
}	 
.mob-nav-s2{
float:left;
width:100%;
    border-bottom: 1px solid #D6D6D6;
}
.mob-nav-a2{
float:left;
margin-left:6%;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
color:#1c1c1c;
}
.mob-nav3{
float:left;
width:100%;
display:none;
}
.mob-nav-s3{
float:left;
width:100%;
}
.mob-nav-a3{
        float:left;
margin-left:9%;
width:88%;
color:#707071;
font-size:14px;
padding-top:10px;
padding-bottom:10px;
transition: all 0s ease 0s;
}
.mob-nav-a3:hover{
color:#;
}
.mob-search{
position:absolute;
width:350px;
left:calc(50% - 175px);
top:50%;
transform:translate(0,-50%);
}
.mob-sr-close{
    position: absolute;
    right: 50px;
    top: 50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.mob-sr-close:before{
    content: '\e60b';
    font-family: icomoon;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
}
.mob-srh-form{
float:left;
width: 100%;
}
.mob-srh-in {
    float: left;
    width: calc(100% - 70px);
    border: none;
    height: 55px;
    border-radius: 27.5px;
    background: #fff;
    padding-left: 20px;
    font-size: 14px;
}
.mob-srh-in::-webkit-input-placeholder{
    font-size:15px;
    color: #7F7F7F;
}

.mob-srh-in:-moz-placeholder{
    font-size:15px;
    color: #7F7F7F;
}
.mob-srh-in:hover{
border: 1px solid #;
}
.mob-search-cover{
    position:fixed;
right:0px;
width:100%;
height:100%;
background:var(--MainColor);
z-index:1001;
overflow:hidden;
opacity: 0;
    visibility: hidden;
transition: all 0.8s ease 0s;
}
.mob-con-cover{
    position:fixed;
right:0px;
width:100%;
height:100%;
background:#B61717;
z-index:1001;
overflow:hidden;
opacity: 0;
    visibility: hidden;
transition: all 0.8s ease 0s;
}
.mob-contact-det-f{
    float:right;
width:320px;
height:100%;
background:#fff;
margin-right:-320px;
transition: all 0.8s ease 0s;
}
.mob-con-d{
    float:left;
margin:30px 25px;
width:calc(100% - 50px);
position:relative;
}
.mob-con-d-close{
    position:absolute;
right:0px;
top:0px;
width:30px;
height:30px;
cursor:pointer;
}
.mob-con-d-close:before{
    content: '\e60b';
    font-family: icomoon;
width:100%;
text-align:center;
    font-size: 22px;
    color: #333;
    line-height: 30px;
}
.con-s-sin{
    float:left;width:100%;
margin-top:35px;
}
.con-s-sin:first-child{
    margin-top:0px;
}
.cons-s-img{
    float:left;
width:30px;
    height: 30px;
margin-top:10px;
    position: relative;
}
.cons-s-img::before{
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-align: center;
    color:#B61717;
    font-size: 26px;
}
.coss-tel::before{
    content: '\e942';
    font-family: icomoon_35;
}
.coss-em::before{
    font-family: icomoon_35;
    content: '\e901';
}
.cons-s-t{
    float:left;
margin-left:8%;
width:calc(92% - 30px);
}
.cons-t-t1{
    float:left;width:100%;
color:#000000;
font-size:18px;
font-weight:600;
}
.cb1-t1{
    font-size:46px;
}
.cu-email:before{
    content: "\e901";
}
.cu-tel:before{
    font-family: icomoon!important;
    content: '\e603';
}
.cu-addr:before{
    font-family: icomoon_9!important;
    content: "\e902";
font-size:38px;
}
.cb1-t2{
    font-size:21px;
margin-top:15px;
}
.cons-t-t2{
    float:left;width:100%;
color:#333333;
font-size:18px;
    margin-top:10px;
}
.con-s-l-2{
    float:left;width:100%;
padding-top:35px;
}

.srh-btn {
    float: left;
    width: 55px;
    height: 55px;
    margin-top: 0px;
    margin-left: 15px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.srh-btn span{
    position:absolute;
width:100%;
height:100%;
top:0px;
left:0px;
}
.srh-btn span:before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: '\e900';
    width: 100%;
    height: 100%;
    font-family: icomoon_seh;
    color: #202020;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
}
.mob-share{
float:left;
width:100%;
margin-top:30px;
margin-bottom:30px;
}
.mob-share-center{
float:left;
width:204px;
margin-left:calc(50% - 102px);
}
.langurlarrself{
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0 solid #ccc;
    display:none;
    min-height: 10px;
    border-radius: 0 0 4px 4px;
    left: 0px;
    top:100%;
    background-color: #fff;
}
.sel-n-mob-btn-close {
    float: left;
    width: calc(100% - 2px);
    height: 35px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    cursor: pointer;
}
.sel-n-mob-btn-close .sel-n-mob-btn-sline:before {
    content: '\e60b';
    font-family: icomoon;
    font-size: 20px;
    color: #222;
    line-height: 35px;
}
.sel-n-mob-btn {
    height: 35px;
    cursor: pointer;
    display: none;
}
.sel-n-mob-btn-left {
    float: left;
}
.sel-n-mob-btn-sline {
    width: 44px;
    float: left;
    text-align: center;
}
.sel-n-mob-btn .sel-n-mob-btn-sline:before {
    content: '\e637';
    font-family: icomoon;
    font-size: 20px;
    color: #222;
    line-height: 35px;
}
.sel-n-mob-btn-right {
    float: left;
    margin-left: 25px;
}
.sel-n-mob-btn-menu {
    float: left;
    color: #222;
    font-size: 13px;
    line-height: 35px;
    position: relative;
}
.sel-n-mob-btn-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid transparent;
    border-top-color: #222;
    left: -30px;
    top: 15px;
}
.mobep{
    display:none;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #EAEAEA;
    margin-top: 30px;
}
table:first-child{
    margin-top: 0;
}
th,td {
    border: 2px solid #fff;
    padding: 8px;
    text-align: left;
    padding:10px 20px;
}
@media screen and (max-width:1790px) {
    .cet{
        width: 94%;
    }
}
@media screen and (max-width:1520px) {
    .cet3{
        width: 94%;
    }
}

@keyframes  updown
{
    0%   {top: calc(50% - 9.5px)}
    30%   {top: calc(50% - 20px)}
    100%  {top: calc(50% - 9.5px)}
}

@media screen and (min-width: 1930px){

}
@media screen and (max-width:1500px) {
    .cet2 {
    width: calc(94% - 84px);
    }
    
}
@media screen and (max-width:1450px) {
    
    .hdc1-l {
        width: 200px;
    }
    .hdt-f1 {
        font-size: 12px;
    }
    .langurlarrBtin {
        width: 120px;
        font-size: 12px;
    }
    .cet1{
    width:94%;
margin-left:3%;
}
    .hdc1-r {
        width: 120px;
        height: 32px;
        background-color: #414579;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
    }
}
.lan-mob{
    display: none;
}
@media screen and (max-width:1500px) {
    .head-b-cet{
        justify-content: space-between;
    }
    .h-b-right {
        width: calc(100% - 150px);
    }
    .logo-f {
        width: 150px;
    }
    .nav-s-1-a{
        font-size: 16px;
    }
}

@media screen and (max-width:1330px) {
    .h-s-form {
        width: 200px;
    }
    .nav-s-1-a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .nav-s-1-a {
        font-size: 14px;
    }
    table{
        width: 1140px;
    }
}

.ftmob{
    display: none;
}

@media screen and (max-width:1200px) {
    .ftlogof{
        display: block;
        width: 100%;
    }
    .ftlogof img{
        width: 100%;
    }
    .nav-s-1-a {
        font-size: 12px;
    }
}


@media screen and (max-width:1060px) {
    .nav-s-1:last-child {
        margin-left: 0px;
    }
}

@media screen and (max-width:980px) {
    .ft-col1 {
    width: 100%;
}
    .cet2{
        width: 94%;
    }
    .title2 h2{
        font-size: 28px;
    }
    .title{
        padding-bottom: 20px;
    }
    .ftlogof {
        width: 200px;
    }

    .footer-bottom{
        display: flex;
    }
    .ft-share {
        margin-top: 20px;
    }
    .ft-l2 {
        padding: 30px 0 30px;
    }
    .ftl2rm {
        flex-wrap: wrap;
    }
    .ftl2s {
        width: 100%;
        margin-top: 15px;
    }
    .ftl2-l {
        width: 100%;
    }
    .ftl2r {
        width: 100%;
        padding-left: 0%;
        margin-top: 30px;
    }
    .ftlra {
        margin-top: 5px;
    }    
    .ft-sendf{
        display: none;
    }
    .mob-ft-send{
        display: block;
    }
    .fts-m {
    width: 50%;
}
    .fts-m.c2{
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .ft-col2 {
        width: 100%;
    }
    .ft-col {
        width: 100%;
        padding-right: 0%;
        flex-wrap: wrap;
    }
    .ftlb-s {
        width: 50%;
        margin-top: 5px;
    }
    .fdsa {
        width: 100%;
    }
    .ftlsa2 {
        width: 100%;
    }
    .ftl2-mb {
        padding: 10px 0;
        background-color: var(--MainColor);
        border-top: 1px solid var(--MainRGB);
    }
    .ftl3-mms {
        margin-top: 10px;
    }
    .ftl3-mm {
        margin-top: 15px;
    }
    .ftl3mm2 {
        margin-top: 38px;
    }
    .ftl3-s {
        margin-top: 30px;
    }
    .ftmob{
        display: block;
    }
    .ftpc{
        display: none;
    }
    .ftl2-s {
        width: 50%;
        margin-top: 10px;
    }
    .ftl2-m {
        margin-top: 20px;
        padding-bottom: 35px;
    }
    .ftl2-tit-bk {
        width: 200px;
    }
    .ft-l2 {
        flex-wrap: wrap;
    }
    .ftl1-btn-f {
        margin-top: 20px;
    }
    .ftl1-t2 {
        margin-top: 15px;
    }
    .ft-l1 {
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .foot {
        padding-top: 40px;
    }
    .ftl4-r {
        float: left;
        margin-top: 15px;
    }
    .ftb-cet {
        flex-wrap: wrap;
    }
    .ftb-r {
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }
    .ftl3-show{
        display: block;
    }
    .ft-l3 {
        padding-top: 0px;
    }
    .ftl3-b{
        margin-top: 20px;
    }
    .ftl3-m {
        display: none;
        margin-top: 0;
    }
    .ftl2-b1 {
        width: 100%;
    }
    .ftl2-b2 {
        width: 100%;
        margin-top: 50px;
    }
    .ftl2-b3 {
        width: 100%;
        margin-top: 50px;
    }
    .fb3-sh {
        margin-left: 10px;
        width: 25px;
        height: 25px;
        border-radius: 0;
    }
    .fb3-sh:before {
        line-height: 25px;
    }
    .hd-top-s3 {
        width: 100%;
        padding:15px 0;
        margin-top: 0px;
    }
    .langurlarrBtin:after {
        top: 0px;
        font-size: 18px;
    }
    .LangUrlArrf {
        margin-top:8px;
    }
    .lan-mob{
        display: inline;
    }
    .lan-pc{
        display: none;
    }
    .langurlarrBtin {
        border: none;
        font-size: 15px;
        width: 110px;
    }
    .main-f{
        margin-top: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mobile-header{
        display: block;
    }
    .header-f{
        display: none;
    }
}
@media screen and (max-width:980px) {
    .ic3-morebtn:before {
    left: 60px!important;
    top: 10px!important;
    }
    .ic3-morebtn{
width:150px!important;
margin-left:calc(50% - 75px)!important;
height:50px!important;
background:url(/templates/Web/en/images/ic3btn2.png) no-repeat!important;
    }
    .blankbtn {
    border-radius: 25px;
    }
    .blankbtn-in {
    margin: 4px;
    padding: 0px 20px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    }
    .bk-btn-in {
    margin: 5px!important;
    width: calc(100% - 10px)!important;
    height: 40px!important;
    line-height: 40px!important;
    border-radius: 20px!important;
    }
    .bk-btn {
        width: 150px!important;
    height: 50px!important;
    border-radius: 25px!important;
    }
    .mt-95{
    margin-top:50px;
}
    #id-jump-send-f .ib4-se-in {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    }
    #id-jump-send-f .ib4-se-in-tea {
        height: 80px;
    }
    .br{
    display:none;
}
.fs-230{
         font-size:115px!important;
    }
.fs-103{
        font-size:50px!important;
    }
    .fs-100{
        font-size:49px!important;
    }
.fs-96{
        font-size:48px!important;
    }
    .fs-85{
         font-size:42px!important;
    }
    .fs-80{
         font-size:40px!important;
    }
    .fs-75{
         font-size:38px!important;
    }
.fs-72{
         font-size:37px!important;
    }
      .fs-66{
         font-size:37px!important;
    }
     .fs-62{
         font-size:36px!important;
    }
    .fs-60{
         font-size:35px!important;
    }
.fs-56{
         font-size:30px!important;
    }
    .fs-55{
        font-size:30px!important;
   }
     .fs-50{
         font-size:28px!important;
    }
    .fs-48{
         font-size:28px!important;
    }
.fs-46{
         font-size:28px!important;
    }
    .fs-44{
        font-size:28px!important;
   }
     .fs-40{
         font-size:28px!important;
    }
     .fs-38{
         font-size:25px!important;
    }
    .fs-36{
         font-size:18px!important;
    }
.fs-34{
         font-size:18px!important;
    }
    .fs-32{
        font-size:18px!important;
}
    .fs-30{
        font-size:18px!important;
}
.fs-28{
        font-size:17px!important;
}
.fs-27{
        font-size:17px!important;
}
.fs-26{
        font-size:16px!important;
}
.fs-24{
        font-size:16px!important;
    }
.fs-23{
        font-size:16px!important;
    }
.fs-22{
        font-size:16px!important;
    }
.fs-21{
        font-size:15px!important;
    }
    .fs-20{
        font-size:15px!important;
    }
    .fs-18{
        font-size:14px!important;
    }
    .fs-17{
        font-size:14px!important;
    }
     .fs-16{
        font-size:14px!important;
    }
    .fs-15{
        font-size:13px!important;
    }
.fs-14{
    font-size:12px!important;
}
}  .ps-bann-f{
    border-bottom: 1px solid #e6e6e6;
}
.bannbrecet {
    padding: 12px 0;
}
.inbb-ico {
    color: var(--MainColor);
    font-size: 26px;
}
.inbann-bre-text {
    color: var(--deep);
}
.inbann-bre-text:hover{
    color: var(--MainColor);
}
.inbho {
    padding-left: 5px;
}
.breico::before {
    content: "-";
    color: var(--deep);
    font-size: 20px;
}
.bre-now {
    color: var(--MainColor);
}

@media screen and (max-width:980px) {
    .bannbrecet {
        padding: 6px 0;
    }
}  .q3-r{
    width: 280px;
}
.q3r-tit{
    color: #333;
    font-size: 30px;
    padding:13px 0;

    border-bottom: 1px solid #dcdcdc;
    text-transform: uppercase;
    display: block;
}
.q3r-navf:first-child .q3r-tit{
    padding-top:0px;
}
.q3r-tit a{
    color: #333;
}
.q3r-tit:hover a{
    color: var(--MainColor);
}
.q3r-tit-ico{
    color: var(--MainColor);
    font-size: 30px;
    display: inline-block;
    margin-right: 6px;
    transition: all 0.6s ease 0s;
}
.btf{
    margin-bottom: 35px;
    margin-top: 166px;
}
.btnsa{
    margin-top: 20px;
}
.blogtag{
    width: 100%;
    padding:10px 0px;
    font-size: 18px;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
}
.blogtag:first-child{
    margin-top: 0px;
}
.btnsa:nth-child(1) .blogtag,.btnsa:nth-child(7) .blogtag{
    border:1px solid rgba(115, 98, 165, 1);
    color:rgba(115, 98, 165, 1);
}
.btnsa:nth-child(1) .blogtag:hover{
    background-color: rgba(115, 98, 165, 1);
    color: #fff;
}
.btnsa:nth-child(7) .blogtag:hover{
    background-color: rgba(115, 98, 165, 1);
    color: #fff;
}
.rblds{
    margin-top: 15px;
    display: flex;
}
.rblds:first-child{
    margin-top: 0;
}
.rbldsi{
    color: var(--blue);
    font-size: 26px;
    width: 35px;
}
.iblsat{
    width: calc(100% - 35px);
}


.btnsa:nth-child(2) .blogtag,.btnsa:nth-child(8) .blogtag{
    border:1px solid rgba(0, 97, 178, 1);
    color:rgba(0, 97, 178, 1);
}
.btnsa:nth-child(2) .blogtag:hover{
    background-color: rgba(0, 97, 178, 1);
    color: #fff;
}
.btnsa:nth-child(8) .blogtag:hover{
    background-color: rgba(0, 97, 178, 1);
    color: #fff;
}

.btnsa:nth-child(3) .blogtag,.btnsa:nth-child(9) .blogtag{
    border:1px solid rgba(0, 162, 172, 1);
    color:rgba(0, 162, 172, 1);
}
.btnsa:nth-child(3) .blogtag:hover{
    background-color:rgba(0, 162, 172, 1);
    color: #fff;
}
.btnsa:nth-child(9) .blogtag:hover{
    background-color:rgba(0, 162, 172, 1);
    color: #fff;
}

.btnsa:nth-child(4) .blogtag,.btnsa:nth-child(10) .blogtag{
    border:1px solid rgba(100, 191, 0, 1);
    color:rgba(100, 191, 0, 1);
}
.btnsa:nth-child(4) .blogtag:hover{
    background-color:rgba(100, 191, 0, 1);
    color: #fff;
}
.btnsa:nth-child(10) .blogtag:hover{
    background-color:rgba(100, 191, 0, 1);
    color: #fff;
}


.btnsa:nth-child(5) .blogtag,.btnsa:nth-child(11) .blogtag{
    border:1px solid rgba(253, 154, 25, 1);
    color:rgba(253, 154, 25, 1);
}
.btnsa:nth-child(5) .blogtag:hover{
    background-color:rgba(253, 154, 25, 1);
    color: #fff;
}
.btnsa:nth-child(11) .blogtag:hover{
    background-color:rgba(253, 154, 25, 1);
    color: #fff;
}


.btnsa:nth-child(6) .blogtag,.btnsa:nth-child(12) .blogtag{
    border:1px solid rgba(253, 128, 150, 1);
    color:rgba(253, 128, 150, 1);
}
.btnsa:nth-child(6) .blogtag:hover{
    background-color:rgba(253, 128, 150, 1);
    color: #fff;
}
.btnsa:nth-child(12) .blogtag:hover{
    background-color:rgba(253, 128, 150, 1);
    color: #fff;
}

.q3rn-m{
}
.q3rn-s{
    padding: 18px 0;
    border-bottom: 1px solid #dcdcdc;
}
.q3rns-f{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.q3r-a{
    width: calc(97% - 30px);
    color: #333;
    font-size: 20px;
}
.q3r-a:hover{
    color: var(--MainColor)!important;
}
.q3ra-ico{
    width: 30px;
    height: 30px;
    color: #333;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-align: center;
}
.faqrttxt-f{
    cursor: pointer;
}
.q3r-f2{
    margin-top: 26px;
    display: none;
}
.q3r-f3{
    margin-top: 26px;
    display: none;
}
.s-send-error{
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #c80000;
    color: #c80000;
    right: 4px;
    bottom: 2px;
    border-radius: 10px;
    display: none;
}
.etrw .s-send-error{
    bottom: 12px;
}
.q3rf2-a{
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 22px;
    color: #666;
}
.q3rf2-a:hover{
    color: var(--blue);
}
.q3rf2a-ico{
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.q3rf2a-ico::before{
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%;
}


.q3rn-s .selnavc .q3rf2a-ico{
    border: 1px solid #073e93;
}
.q3rn-s .selnavc .q3rf2a-ico::before{
    background-color: #073e93;
}
.q3rn-s .selnavc{
    color: #073e93;
}

.q3sendf{
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 2px 18px 0 rgba(0,0,0,0.1);
    background-color: #fff;

    position: sticky;
    top: 175px;
    overflow: hidden;
}
.q3sd-t1{
    color: #333;
    font-size: 30px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.wwwwe{
    margin-bottom: 12px;
    position: relative;
}
.ib4-se-in{
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #bbb;
    font-size: 14px;
}
.etrw{
position: relative;
}
.ib4-se-in-tea{
    height: 80px;
    width: 100%;
    padding: 9px 15px;
    border: 1px solid #bbb;
    font-size: 14px;
}
.send3-btn{
    width: 100%;
    height: 44px;
    background: linear-gradient(335deg, #73a252 0, #063e93 30%, #063e93 100%);
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    text-align: center;
    line-height:44px ;
    margin-top: 12px;
}
.send3-btn:hover{
    background: var(--qge);
}

.q3{
    margin-top: 72px;
}
.q3-cet{
    display: flex;
    justify-content: space-between;
}
.q3-l{
    width: calc(100% - 325px);
    line-height: 28px;
}
.scrmt{
    scroll-margin-top: calc(154px + 30px);
}

@media screen and (max-width: 980px){
    .q3rn-s {
        padding: 12px 0;
    }
    .q3rf2-a {
        margin-bottom: 10px;
    }
    .q3r-f2 {
        margin-top: 16px;
    }
    .q3ra-ico{
        font-size: 18px;
    }
    .q3r-tit-ico {
        font-size: 24px;
    }
    .q3r-tit{
        padding-bottom: 15px;
    }
    .q3-l {
        width: 100%;
    }
    .q3-r {
        width: 100%;
        margin-top: 60px;
    }
}  .aslr-f{
  margin-top: 72px;
  margin-bottom: 72px;
}
.aslr-cet{
  display: flex;
  justify-content: space-between;
}
.asl{
  width: calc(100% - 325px);
}
.asr{
  width: 280px;
}
.asrma{
  position: sticky;
  top: 98px;
  margin-top: 166px;
}
.q3r-navf{

}
.q3r-tit{
  position: relative;
  font-size: 28px;
}
.qtitra-ico {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
  color: #333;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  top:22px;
  text-align: center;
  transform: rotate(90deg);
}
.q3r-navf:first-child .qtitra-ico{
    top:8px;
}
.selnavc{
  color: var(--blue);
}
.ap3{
  padding: 72px 0;
  background-color: #f7f7f7;
}
.anoap3{
  background-color: #fff;
  padding-bottom: 0px;
}
.aslm{
  margin-top: 38px;
}

.aslm img{
    width:auto!important;
    max-width: 100%;
    margin:0 auto;
    display: block;
}
.asdown-s{
  margin-bottom: 25px;
}
.asdtit{
  color: var(--deep);
  font-size: 22px;
  margin-bottom: 25px;
}
.asdo-m{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.asdoss{
  width: 49%;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 16px 18px;
  display: flex;
  position: relative;
  align-items: center;
}

.hfu{
    margin-top: 70px;
    background-color: #f7f7f7;
    padding:20px 20px;
    display: flex;
    justify-content: space-between;
}
.hfu-txt{
    font-size: 20px;
    margin-top: 10px;
}
.hfu-btn{
    background: #073E93;
    padding: 8px 25px;
    color:#fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 26px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hfu-btn:hover{
    background:#7ABA29;
}
.asdoss:hover{
  border: 1px solid var(--blue);
}
.asdoss:hover .asdt1{
    color: var(--blue);
}
.assdial{
  min-height: 40px;
  display: flex;
  width: 100%;
  align-items: center;
}
.adsla{
  width: calc(100% - 95px);
  display: flex;
}
.fadsf{
  display: flex;
  width: calc(100% - 22px);
  height: auto;
}
.aspdf-ico{
  width: 22px;
  color: var(--deep);
}
.asdt1{
  width: calc(100% - 22px);
  color: var(--deep);
  position: relative;
  min-height: 40px;
  padding-right: 2%;
}
.assdf{
    width: 95px;
    display: flex;
    justify-content: space-between;
}
.assicod{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background: #f5f5f5;
  border-radius: 50%;
  transition: all .2s;
  text-align: center;
  line-height: 40px;
  color: var(--deep);
  font-size: 18px;
  position: relative;
}
.assicod::before{
  position: absolute;
  left: 0px;
  top: 12px;
  width: 100%;
  line-height: 40px;
}
.assicod:hover{
  background-color: var(--blue);
  color: #fff;
}
.faq-s{
  border-bottom: 1px solid #dbdbdb;
  font-size: 18px;
  color: #333;
  transition: all 0.6s ease 0s;
}
.faq-s:first-child{
  margin-top: 50px;
}
.ask{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.ask-ico{
  width: 40px;
  color: #073e93;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}
.ask-t{
  width: calc(100% - 40px - 30px);
  font-size: 18px;
  color: #333;
  padding-top: 3px;
  transition: all 0.3s ease 0s;
}
.ans{
  padding: 20px 28px 10px;
  line-height: 28px;
  display: none;
  padding-bottom: 40px;
}
.ask-jt{
  font-size: 24px;
  color: #333;
  margin-top: 2px;
  transition: all 0.6s ease 0s;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.faqopen .ask-jt{
   transform: rotate(90deg);
   color: #fff;
}
.faqopen .ask{
  background-color: #073e93;
}
.faqopen .ask-t{
  color:#fff;
}
.faqopen .ask-ico{
  color: #fff;
}

@media screen and (max-width:980px) {
  .asrma{
    margin-top: 0px;
  }
    .qt11-m{
        overflow-x: auto;
    }
  .faq-s:first-child {
    margin-top: 30px;
  }
  .asdown-s:last-child{
    margin-bottom: 0;
  }
  .asdtit {
    margin-bottom: 15px;
   }
  .asdoss {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
  }
  .ap3{
    padding: 60px 0;
  }
  .anoap3{
    padding-bottom: 0;
  }
  .asr {
    width: 100%;
    margin-top: 60px;
  }
  .asl {
    width: 100%;
  }
  .aslr-cet{
    flex-wrap: wrap;
  }
  .aslr-f {
    padding-bottom: 60px;
    margin-bottom: 0px;
    margin-top: 60px;
  }
}  .fix-right-f {
    position: fixed;
    bottom:32%;
    right: 0px;
    width: 42px;
    z-index: 5;
    transition: all 1.2s ease 0s;
}
.fixr-sf{
    height: 42px;
    position: relative;
}
.fix-r-b {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    cursor: pointer;
    color: #fff;
}
.fixr-sf:nth-child(odd) .fix-r-b{
    background: var(--MainColor);
}
.fix-r-b::before{
    position: absolute;
    width: 100%;
    line-height: 42px!important;
    font-size: 18px;
    text-align: center;
}
.fixrbtelf{
    position: absolute;
    height: 100%;
    line-height: 42px;
    background: #f7f7f7;
    color: var(--blue);
    width: 148px;
    text-align: center;
    white-space:nowrap;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition: all 1s ease 0s;
}
.telfir:hover .fixrbtelf{
    left: -148px;
}
.fixr-sf:nth-child(odd) .fix-r-b::before {
    color: #fff;
}
.fly-tel::before{
    content: '\e942';
    font-family: icomoon_35;
}
.fly-em::before{
    content: '\e901';
    font-family: icomoon_35;
}
#id-go-topf{
    display: none;
}
.fixr-linkin::before{
    font-family: icomoon;
    content: '\e630';
}
.fly-up::before{
    content: "\e901";
    font-family: 'icomoon_9';
}
.fix-r-b:hover{
    color: #fff;
}
.fixrhob:hover .fix-r-b{
    background-color: var(--blue);
    color: #fff;
}
.fixrhob:hover .fix-r-b::before{
    color: #fff;
}
.jump-send-cover {
    position: fixed;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    display: none;
    left: 0px;
    top: 0px;
}
#id-jump-send-f {
    width: 1140px;
    margin: 0 auto;
    transition: all 0.6s ease 0s;
    margin-top: -800px;
    position: relative;
}
.jump-send-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
}
.jump-send-close:before {
    content: '\e60b';
    width: calc(100% + 1px);
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: icomoon;
    font-size: 25px;
    color: #181717;
    line-height: 35px;
    text-align: center;
}


@media screen and (max-width:980px) {
    .fix-r-b::before {
        line-height: 35px !important;
        height: 35px;
    }
    .fixr-sf {
        height: 35px;
    }
    .fixr-sf{
        display: none;
    }
    #id-go-topf{
        display: block;
    }
    .jump-send-close:before {
        font-size: 20px;
        line-height: 25px;
    }
    .jump-send-close {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
    }
    .jump-send-cover .con-bs-r {
        margin-top: 0px;
    }
    .sem-textarea-sf .semin-send-down{
        display: none;
    }
    .jump-send-f{
        width: 94%!important;
    }
    .jump-send-cover .con-bs-l{
        display: none;
    }
    .fix-r-b::before {
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .fix-r-b {
        width: 35px;
        height: 35px;
        background: var(--MainRGB2)!important;
    }
    .fix-right-f {
        top: -50px;
        width: 35px;
    }
}  .c7{
    margin-top: 72px;
}
.c7-m{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.c7l{
    width: 45%;
    position: relative;
}
.c7l-pic{
    overflow: hidden;
}
.c7l:hover img{
    transform: scale(1.2);
}
.c7-r{
    width: 50%;
    border-top: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
}
.c7r-arrow::before {
    content: "\e901";
    font-family: 'icomoon_9';
    
}
.c7l-date{
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 13px 8px;
    background-color: var(--FuColor);
    color: #fff;
    display: flex;
}
.c7 .title:hover{
    color: var(--blue);
}
.c7ldl{
    font-size: 40px;
    margin-right: 7px;
    line-height: 1.2em;
}
.c7ldr{
    margin-top: 3px;
}
.c7ldrd1{
    line-height: 1.2em;
}
.c7l-desc{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 11px 30px;
    background-color: var(--MainColor);
}
.c7ld-in{
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
    overflow: hidden;
}
.c7-s{
    padding: 21px 0;
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding-right: 50px;
    position: relative;
    flex: 1;
}
.c7r-t1{
    font-size: 18px;
    color: #333;
}
.c7r-t1:hover{
    color: var(--MainColor);
}
.c7r-date{
    margin-top: 2px;
    color: var(--FuColor);
    padding-left: 22px;
    position: relative;
}
.c7r-date-ico{
    position: absolute;
    color: var(--FuColor);
    left: 0px;
    top: 0px;
    font-size: 16px;
}
.c7r-arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    background: var(--MainColor);
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    top:calc(50% - 20px);
    right: 0px;
    transform: rotate(90deg);
}

@media screen and (max-width:980px) {
    .c7l-desc {
        padding: 8px 4%;
    }
    .c7-r {
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    .c7l {
        width: 100%;
    }
    .c7 h2{
        padding-bottom: 0px;
    }
    .c7 {
        margin-top: 0px;
    }
    .c7-m {
        margin-top: 0px;
        flex-wrap: wrap;
    }
}  .bd-conbtnf{
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
.asrma{
    margin-top: 0px;
}
.bd-conbtn{
    width: 240px;
    height: 55px;
    border-radius: 27.5px;
    background-color: var(--MainColor);
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 55px;
}



.q3sendf {
    top: 108px;
}

.bd-conbtn:hover{
    color: #fff;
    background-color: var(--qge);
}
.bd-sharef{
    margin: 38px 0 30px;
    justify-content: center;
    display: flex;
}
.bd-sharemidf{
    width: 215px;
    display: flex;
    justify-content: space-between;
}
.bd-shs{
    width: 50px;
    height: 50px;
    color: #333;
    border: 1px solid #babbbb;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    z-index: 2;
    display: block;
    font-size: 23px;
}
.bd-shs:hover{
    background-color: var(--MainColor);
    color: #fff;
    border:1px solid var(--MainColor);
}
.bd-sharemidf .twitter{
    font-size: 20px;
    line-height: 57px;
}
.bd-shs::before{
    font-family: icomoon;
}
.aslm{
    margin-top: 25px;
}
.aslm h3, 
.aslm h4, 
.aslm h5, 
.aslm h6, 
.aslm p, 
.aslm li {
    line-height: 2em;
}

.aslm h2 {
        font-size: 24px;
        line-height: 2em;
        font-weight: bold;
        color: #073E93;
    }

.aslm h2 span {
            color: #073E93;
        }

.aslm h3 {
    font-size: 20px;
    font-weight: bold;
}

.aslm h4 {
    font-size: 18px;
    font-weight: bold;
}

.aslm h5 {
    font-size: 18px;
}

.aslm p {
    font-size: 16px;
}

.aslm ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.aslm ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.aslm li p {
    display:contents;
}

.aslm img {
    max-width: 100%;
}

.aslm a{
    scroll-margin-top: calc(100px + 0px);
    
}

.aslm a:link {
        color: #004098;
    }

.aslm a:visited {
    color: var(--MainColor);
}

.aslm a:active, a:hover {
    color: var(--MainColor);
}

.aslm table{
    width:100%;
    overflow-x: scroll;
}

@media screen and (max-width:850px) {
    .aslm h2 {
        line-height: 2em;
    }
}



.bd-pagef{
    margin-top: 63px;
}
.bd-pages{
    display: block;
    color: var(--deep);
    margin-bottom: 12px;
}
.bd-pages:hover{
    color: var(--blue);
}
.bd-pages:last-child{
    margin-bottom: 0px;
}
.aslr-f{
    margin-bottom: 110px;
}
/* 富文本预设样式 */
.table-f{
    width: 100%;
    overflow-x: auto;
    padding-right: 30px;
}
.bd-m img {
    max-width: 100%;
    width: auto;
padding-bottom: 20px;
}
@media screen and (max-width:980px) {
    .bd-pagef {
        margin-top: 40px;
    }
    .bd-conbtnf {
        margin-top: 30px;
    }
    .aslr-f {
        margin-bottom: 0px;
    }
}