/* Minification failed. Returning unminified contents.
(38,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(39,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(40,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(41,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3498,25): run-time error CSS1039: Token not allowed after unary operator: '-fontfamily'
(3511,31): run-time error CSS1039: Token not allowed after unary operator: '-fontfamily'
(3512,35): run-time error CSS1039: Token not allowed after unary operator: '-fontfamily'
(3726,40): run-time error CSS1039: Token not allowed after unary operator: '-fontlight'
(3727,39): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3728,134): run-time error CSS1039: Token not allowed after unary operator: '-font'
(3758,33): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3770,53): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3771,51): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3775,173): run-time error CSS1039: Token not allowed after unary operator: '-font'
(3814,37): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3815,125): run-time error CSS1039: Token not allowed after unary operator: '-font'
(3852,36): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3856,159): run-time error CSS1039: Token not allowed after unary operator: '-font'
(3865,53): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3895,165): run-time error CSS1039: Token not allowed after unary operator: '-font'
(3904,173): run-time error CSS1039: Token not allowed after unary operator: '-font'
(3910,47): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3916,65): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3919,47): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3942,56): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3969,37): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(3974,56): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4126,45): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4136,165): run-time error CSS1039: Token not allowed after unary operator: '-font'
(4153,165): run-time error CSS1039: Token not allowed after unary operator: '-font'
(4226,56): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4270,45): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4271,43): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4301,123): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4320,47): run-time error CSS1039: Token not allowed after unary operator: '-fontblod'
(4468,44): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4471,170): run-time error CSS1039: Token not allowed after unary operator: '-font'
(4495,44): run-time error CSS1039: Token not allowed after unary operator: '-fontfamily'
(4643,32): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4649,82): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4691,64): run-time error CSS1039: Token not allowed after unary operator: '-fontblod'
(4693,54): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
(4704,50): run-time error CSS1039: Token not allowed after unary operator: '-fontbold'
 */
@import url('//at.alicdn.com/t/c/font_4590964_gf0fafmjowf.css');

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/dist/fonts/Montserrat-Bold.woff2") format("woff2"),
       url("/dist/fonts/Montserrat-Bold.woff") format("woff"),
       url("/dist/fonts/Montserrat-Bold.ttf") format("truetype"),
       url("/dist/fonts/Montserrat-Bold.eot") format("embedded-opentype"),
       url("/dist/fonts/Montserrat-Bold.svg") format("svg"),
       url("/dist/fonts/Montserrat-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("/dist/fonts/Montserrat-Light.woff2") format("woff2"),
       url("/dist/fonts/Montserrat-Light.woff") format("woff"),
       url("/dist/fonts/Montserrat-Light.ttf") format("truetype"),
       url("/dist/fonts/Montserrat-Light.eot") format("embedded-opentype"),
       url("/dist/fonts/Montserrat-Light.svg") format("svg"),
       url("/dist/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("/dist/fonts/Montserrat-Regular.woff2") format("woff2"),
       url("/dist/fonts/Montserrat-Regular.woff") format("woff"),
       url("/dist/fonts/Montserrat-Regular.ttf") format("truetype"),
       url("/dist/fonts/Montserrat-Regular.eot") format("embedded-opentype"),
       url("/dist/fonts/Montserrat-Regular.svg") format("svg"),
       url("/dist/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
	--fontfamily: "Montserrat-Regular","Arial", "Helvetica","sans-serif";
	--fontbold: "Montserrat-Bold";
	--fontlight: "Montserrat-Light";
	--font:"Arial";
}

.white{ -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}

.clamp{ white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.clamp2{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.clamp3{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.clamp4{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.clamp5{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.clamp6{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
.clamp7{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden;}
.clamp8{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden;}
.clamp9{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 9; overflow: hidden;}


/*手机导航*/
.menu_btn{ width: 22px; height: 20px; cursor: pointer; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); z-index: 8; display: none;}
.menu_btn .menu_btn_top{ position:absolute; top:5px; left:50%; width:22px; height:3px; border-radius:1.5px; background:#c7000a; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
.menu_btn .menu_btn_med{ position:absolute; top:11px; left:calc(50% - 3px); width:15px; height:3px; border-radius:1.5px; background:#c7000a; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
.menu_btn .menu_btn_bot{ position:absolute; top:17px; left:calc(50% - 2px); width:18px; height:3px; border-radius:1.5px; background-color:#c7000a; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}

.menu_btn[type=close] .menu_btn_top{ top:50%; background:#c7000a; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
.menu_btn[type=close] .menu_btn_med{ top:calc(50% + 3px); background:#c7000a; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
.menu_btn[type=close] .menu_btn_bot{ left: 50%; width: 22px; top:50%; background:#c7000a; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}


@media (min-width:1px) and  (max-width:1081px){
.menu_btn{ display: inline-block; }
}


/**********公共样式**********/

.Filterimg{ position: relative;}
.Filterimg:before {background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0; content: "";display: block;height: 100%;left: -75%;position: absolute;top: 0;transform: skewX(-25deg);width: 50%;z-index: 2;opacity: 0.35;transition: all 0.4s ease;}
.Filterimg:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.4s ease;}
.Filterimg:hover:before {animation: shine 1.5s;-webkit-animation: shine 1.5s;}
/*.Filterimg:hover:after{background-color: rgba(0,0,0,0.1);-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;-webkit-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}*/

@keyframes fadeup {
  0% {transform: translateY(10px);opacity: 0;}
  100% {transform: translateY(0); opacity: 1;}
}
@keyframes Amplify {
  0% {transform: translate(-50%,-50%) scale();}
  100% {transform: translate(-50%,-50%) scale(1.15); }
}
@keyframes icojumpA { 0% {
-webkit-transform:translateY(0);
}
 50% {
-webkit-transform:translateY(-5px);
}
 100% {
-webkit-transform:translateY(0);
}
}
@-webkit-keyframes opac {
  from {opacity: 1;width: 0px;height: 0px;top: 50%;left: 50%;}
  to {opacity: 0;width: 100%;height: 100%;top: 0;left: 0;}
}
@-webkit-keyframes show {
  25% {opacity: 1;}
  50% {opacity: 0;}
  75% {opacity: 1;}
	100% {opacity: 0;}
}

@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine { 100% {left: 125%;}}
@keyframes load{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg) ;
	}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:11;background-color:#fff;}
#mobMenu .foot_nav{text-align:center;color: #898989;font-size:14px;flex:1;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:767px) {
    #mobMenu{display:flex;}
}

.flex_between{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.flex_betweenlist{ display: flex; flex-wrap: wrap; }

.picimg{ position: relative;}
.picimg:after{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background:rgba(255,255,255,.3);content:'';-webkit-transition:-webkit-transform .6s;-o-transition:transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s,-webkit-transform .6s;-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0);}
.picimg:hover:after {-webkit-transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);transform:scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);}

@keyframes opacity{
    from {
        opacity: 1;
        transform: translate(-50%,-55%) scale(1);
    }
    to {
        opacity: 0;
        transform: translate(-50%,-55%) scale(2);
    }
}

@keyframes circle-opacity{
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(2);
    }
}
/**********公共样式**********/

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; 
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function:cubic-bezier(.165,.84,.44,1);
  -webkit-animation-timing-function:cubic-bezier(.165,.84,.44,1);
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-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;
  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;
  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 jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
            transform: none
  }

  22.2% {

    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-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-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, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 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(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 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(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {

  0% {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 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, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 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% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(105%, 0, 0);

  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(105%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
  }

  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-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 5deg);
  }

  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 flipInY2{
  0% {
    -webkit-transform: perspective(400px) rotateY( -90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }

  
}

@keyframes flipInY2 {
   0% {
    -webkit-transform: perspective(400px) rotateY( -90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
  }
}

.flipInY2 {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY2;
  animation-name: flipInY2;
  animation-duration:.5s;
  -webkit-animation-duration:.5s;
}





@-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-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-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: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/**********样式重置**********/
html{font-size: 100px;}
@media (max-width: 1700px){html{font-size: 85px;}}
@media (max-width: 1600px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
body{ font-family: var(--fontfamily); background-color:#fff; overflow-x:hidden; color: #2a1f1c; box-sizing: border-box; max-width: 1920px; margin: 0 auto;}
a{ color:#333333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#333;}
img,li{ vertical-align:top; border:0px; list-style-type: none; box-sizing: border-box;}
img{ max-width:100%; height: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both; padding: 0;  box-sizing: border-box;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal; box-sizing: border-box;}
body,td,th{ font-family: var(--fontfamily); font-size:12px; box-sizing: border-box;}
input,textarea{ font-family: var(--fontfamily); border:0; outline:medium; box-sizing: border-box;}

@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ width: 960px;}
}
@media (min-width:1230px){
	.container{ width: 1100px;}
}
@media (min-width:1330px){
	.container{ width: 1200px;}
}
@media (min-width:1730px){
	.container{ width: 100%; box-sizing: border-box; padding: 0 9.375%;}
}
/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 11; box-sizing: border-box; transition: linear 0.35s; background:#fff; border-bottom: 1px solid #e3e3e3;}

@media (min-width:1082px){
	.header .container{ display: flex; justify-content:space-between; align-items: center; box-sizing: border-box; width: 100%; padding: 0 5.05vw;}
	.header.open{ background: none; border-bottom: 0;}
	.header.fis_show{ box-shadow: 3px 0 0.16rem rgba(0,0,0,0.09); background: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff;}
}

.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .logo a{ display: block; padding: 0.1rem 0}
.header .logo img{ height: 0.44rem; width: auto; transition: linear 0.35s;}
.header .logo img.logoimg{ display: block;}
.header .logo img.openimg{ display: none;}
@media (min-width:1082px){
	.header .logo{}
	.header.open .logo img.logoimg{ display: none;}
	.header.open .logo img.openimg{ display: block;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .logo{ display: inline-block;}
	.header .logo a{ padding: 10px 0; }
	.header .logo img{ height: 35px; width: auto;}
}

.header .menu{ margin: 0; display: inline-block;}

.header .menu .jdmenu{}
.header .menu .jdmenu>ul>li{ font-size: 0.16rem; position: relative;}
.header .menu .jdmenu>ul>li>a{ display: block; font-weight: bold; color: #333; position: relative; transition: linear 0.3s; overflow: hidden; text-transform: uppercase; letter-spacing: 0px;}
.header .menu .jdmenu>ul>li>a>b{ display: inline-block; color: #333;}


@media (min-width: 1082px) {
    .header .menu{ }

    .header .menu .jdmenu{ position: relative; z-index: 2;}
	.header .menu .jdmenu>ul{ display: flex; justify-content: space-between;}
	.header .menu .jdmenu>ul>li{ display: inline-flex; align-items: center; justify-content: center; margin: 0 0.4rem;}
	.header .menu .jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 0.37rem 0; align-items: center; }
	.header .menu .jdmenu>ul>li>a:before{ content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 0; height: 4px; background: #c7000a; transition: linear 0.35s;}
	.header .menu .jdmenu>ul>li:after{ content: ""; position: absolute; right: -0.4rem; top: 50%; transform: translateY(-50%); height: 0.13rem; width: 1px; background: #000;}
	.header .menu .jdmenu>ul>li>a>b{ display: none;}
	.header .menu .jdmenu>ul>li:last-child:after{ display: none;}
	
	.header.open .menu .jdmenu>ul>li>a{ color: #fff;}
	.header.open .menu .jdmenu>ul>li:after{ background: #fff;}
	
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{ }
	.header .menu .jdmenu>ul>li.active>a:before,.header .menu .jdmenu>ul>li:hover>a:before{ width: 100%;}

}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 45px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height: 100%; bottom: 52px; }
	.header .menu .jdmenu>ul{ overflow-y: auto; padding-bottom: 60px; position: absolute; width: 100%; box-sizing: border-box; top: 0px; bottom: 52px; padding-top: 30px;}
	.header .menu .jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>ul>li>a{ padding: 15px 0.4rem; color: #333;}
	.header .menu .jdmenu>ul>li>a>b{ float: right; margin-right: 0;}
	.header .menu .jdmenu>ul>li>a>b:before{font-size:20px; color: #333;}
	.header .menu .jdmenu>ul>li.open>a>b:before{transform: rotate(-90deg);}
    .header .menu .jdmenu>ul>li.lisearch{ display: none;}
	.header .menu .jdmenu>ul>li.langer{ display: none;}
}

.header .searchbtn{ display: inline-block; margin: 0; width:2rem; background: none; box-sizing: border-box; border-radius: 0.36rem; overflow: hidden; border: 1px solid #fff;}
.header .searchbtn form{ display: flex; justify-content: space-between; height: 0.3rem; background: none; border-radius: 0.36rem; width: 100%; overflow: hidden;}
.header .searchbtn form input{ margin: 0; width: calc(100% - 30px); background: none; border: 0; color: #fff; box-sizing: border-box; padding-left: 0.2rem;}
.header .searchbtn form input::placeholder{ color: #fff;}
.header .searchbtn form button{ margin: 0; width: 30px; background: none; cursor: pointer; border: 0; border-left: 1px solid #fff; display: inline-flex; align-items: center; justify-content: center;}
.header .searchbtn form button i{ color: #fff;}

.header .headr{ display: inline-flex; margin: 0; width: auto; align-items: center; transition: linear 0.35s; justify-content: center; }

.btn1{ display: inline-flex; align-content: center; justify-content: center; padding: 0.1rem 0.25rem; background: #c7000a; color: #fff; border-radius: 0.25rem; cursor: pointer;}
.btn1 i{ color: #fff; margin-right: 5px;}

.header div.btn{ margin-right: 0.35rem; }

.header div.btnsearch{ display: inline-flex; align-items: center; justify-content: center; cursor: pointer; margin-right: 0.2rem;}
.header div.btnsearch i{ color: #333; font-size: 0.24rem;}
.header div.btnsearch:hover i{ color: #333;}

.header div.btnlanger{ display: inline-flex; position: relative; margin:0; align-items: center; justify-content: center;}
.header div.btnlanger>a{ display: flex!important; margin: 0!important; align-items: center; padding: 0.37rem 0;  font-size: 0.16rem; text-transform: uppercase;}
.header div.btnlanger>a>i{ margin-right: 5px;}
.header div.btnlanger>ul{ position: absolute; right: 0; top: 100%; width: 150px; background: #fff; box-sizing: border-box; box-shadow: 0 0 5px #d5d5d5; display: none; opacity: 0; transition: linear 0.5s; flex-wrap: wrap; z-index: 9}
.header div.btnlanger>ul>li{ margin: 0; width: calc((100%)/1); font-size: 0.16rem; border-bottom: #ddd solid 1px;}
.header div.btnlanger>ul>li>a{ display: flex!important; align-items: center; padding:.11rem .2rem; color: #333;}
.header div.btnlanger>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; border: 1px solid #f5f5f5;}
.header div.btnlanger>ul>li>a>span{ padding-left: 5px; font-size: 13px;}
.header div.btnlanger>ul>li:hover{ background: #c7000a}
.header div.btnlanger>ul>li:hover>a>span{ color: #fff;}
.header div.btnlanger>ul>li:nth-child(2n){ margin-right: 0;}
.header div.btnlanger:hover>ul{ opacity: 1; display: flex;}

@media (min-width: 1082px) {
	.header.open div.btnsearch i{ color: #fff;}
	.header.open div.btnlanger>a{ color: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .headr{ position: absolute; right: 50px; top: 50%; transform: translateY(-50%);}
    .header .btnmenu{ right: 15px; top: 11px;}
	.header div.btn{ margin-right: 0.15rem; display: none;}
	.header div.btnsearch i{ font-size: 0.3rem;}
}

/*二级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 100%; background: #fff; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 0 0 3px #d3d3d3;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li{ font-size: 0.16rem; position: relative; border-bottom: #ddd solid 1px;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ color: #333; font-weight: 500; padding: 0.11rem 0.2rem; display: flex; align-items: center;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a>b{ display: inline-block; float: right; padding-left: 10px; margin-right: 0;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a>b:before{ content: "\e603"; font-family: 'iconfont';  display: block;}

/*三级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ min-width: 100%; background: #fff; position: absolute; left: 100%; top: 0; display: none; z-index: 8; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd solid 1px; font-size: 0.13rem; }
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ color: #333; font-weight: 500; padding: 0.1rem 0.2rem 0.1rem 0.26rem; display: block;text-transform: capitalize}

/*
.header .menu .jdmenu>ul>li>.prodown-menu{ position: fixed; top: 0.95rem; width: 100%; padding: 0.3rem;}
.header .menu .jdmenu>ul>li>.prodown-menu ul{ display: flex; flex-wrap: wrap;}
.header .menu .jdmenu>ul>li>.prodown-menu ul li{ margin: 0; width: calc((100%)/4); text-transform: capitalize; font-size: 0.16rem; margin-bottom: 5px;}
.header .menu .jdmenu>ul>li>.prodown-menu ul li>a{ color: #333; font-weight: 500; padding: 0.11rem 0.2rem; display: flex;text-transform: capitalize; align-items: center;}
.header .menu .jdmenu>ul>li>.prodown-menu ul li>a i{ margin-right: 0.1rem;}
.header .menu .jdmenu>ul>li>.prodown-menu ul li:hover>a{background: #333; color: #fff;}*/

@media (min-width: 1082px) {
	.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 200px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a{background: #333; color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:last-child{ border-bottom: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>ul{ display: block;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ box-shadow: 2px 2px 5px #d5d5d5;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:hover>a{ background: #333; color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:last-child{ border-bottom: 0;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu.lang-menu{ width:160px; min-width: inherit;}
	.header .menu .jdmenu>ul>li>.lang-menu>li>a img{ margin: 0; width: 24px; height: auto;}
	.header .menu .jdmenu>ul>li>.lang-menu>li>a span{ margin: 0; margin-left: 5px; font-size: 0.14rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>ul>li>.dropdown-menu{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li{ text-align: left; font-size: 14px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a>b:before{ transform: rotate(90deg);}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li.open>a>b:before{transform: rotate(-90deg);}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ display: block; padding: 15px 30px}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ padding: 10px 36px;}
}


.search{ position:fixed; right: 0; top: 0; left: 0; background: #414141; height: 0; transition: linear 0.65s; overflow: hidden; z-index: 11}
.search[typeof='on']{ height: 0.93rem;}
.search .close{ position: absolute; right: 15px; top: 0.24rem; color: #fff; cursor: pointer; transition: linear 0.65s;}
.search .close i{ font-size: 0.4rem;}
.search .searchlist{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; text-align: center;}
.search .logo{ margin-bottom: 20px; }
.search .logo img{ height: auto!important;}
.search form{ display: flex; transition: linear 0.35s; z-index: 2; padding: 0px 10px;background: #fff; }
.search form>input{ flex: 1; height: 40px; padding: 10px 10px; background: #fff; color: #342c2a; border:0; transition: linear 0.5s;}
.search form>button{ width: 40px; background: none; border: 0; cursor: pointer; outline: none; color: #342c2a;}
.search form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}
/*.search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.search .searchlist{ width: 100%; box-sizing: border-box; padding: 0 3vw;}
}
/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; position: relative; z-index: 1;}
.bframe .swiper-slide{ overflow: hidden; position: relative;}
.bframe .swiper-slide a{ display: block; position: relative;}
.bframe .swiper-slide img{ width: 100%; height: auto; }
.bframe .swiper-slide-active img{ transition:5s linear; }

.bframe .swiper-pagination{ position: absolute;  bottom: 0.35rem!important; z-index: 9; }
.bframe .swiper-pagination .swiper-pagination-bullet{ display: inline-block; width: 0.8rem; height: 3px; border: 0; opacity: 1; transition: linear 0.35s; position: relative; z-index: 2; background: #fff;}
.bframe .swiper-pagination .swiper-pagination-bullet:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #9e9e9e; z-index:-2;}
.bframe .swiper-pagination .swiper-pagination-bullet:after{ content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #fff; z-index: -1;  animation:  3s linear infinite;}
.bframe .swiper-pagination .swiper-pagination-bullet-active:after{ animation: widthall 3.6s linear ;}

.bframe .ban_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center; color: #fff; }
.bframe .ban_txt h2{ font-family: var(--fontlight); font-size: 0.54rem; text-transform: uppercase; margin-bottom: 0.35rem; transition: linear 0.35s; transform: translateY(-50px);}
.bframe .ban_txt p{ font-family: var(--fontbold); font-size: 0.54rem; font-weight: bold; text-transform: uppercase; line-height: 1.5; transition: linear 0.35s;  transform: translateY(-50px);}
.bframe .ban_txt span{ margin-top: 0.65rem; transform: translateY(-50px); font-size: 0.18rem; font-weight: normal; font-family: var(--font);}
.bframe .ban_txt span i{ font-size: 0.24rem; margin-right: 0.1rem;}

.bframe .swiper-slide-active .ban_txt h2{ transform: translateY(0); transition: linear 1s;}
.bframe .swiper-slide-active .ban_txt p{transform: translateY(0); transition: linear 1.5s;}
.bframe .swiper-slide-active .ban_txt span{ transform: translateY(0); transition: linear 2s;}

.bframe .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none;}
.bframe .btn i{ font-size: 0.6rem; color: #9e9e9e;}
.bframe .btn-prev{ left: 0;}
.bframe .btn-next{ right: 0;}
@keyframes widthall { 
	0% { width: 0;}
 50% { width: 50%;}
 100% { width: 100%;}
}
@media (min-width: 1082px) {
	.bframe .btn-prev{ left: 1.3rem;}
	.bframe .btn-next{ right: 1.3rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
	.bframe .ban_txt{ display: none;}
}

/**********大图切换**********/


/**********首页样式**********/
.indextit{}
.indextit h2{ font-family: var(--fontbold); font-size: 0.3354rem; text-transform: uppercase; color: #000000; line-height: 1.2; margin-bottom: 0.15rem;}
.indextit p{ font-size: 0.1614rem; color: #999999; line-height: 1.2;}
.indextit .line{ display: block; width: 1.06rem; height: 3px; background: #e50014; margin: 0.2rem 0 0 0;}

.iframe{ overflow: hidden; background-color: #f7f7f7; background-repeat: no-repeat; background-position: top left; background-size: 9.78rem 7.66rem; padding: 0.75rem 0 0.5rem;}

.iframe .itembox{ margin-top: 0.15rem; position: relative;}
.iframe .itembox .swiper .swiper-slide{ padding: 0.35rem}
.iframe .itembox .item{ background: #fff; display: block; box-shadow: 0 0 0.35rem rgba(179,179,179,0.47); box-sizing: border-box; padding: 0.4rem 0.6rem; transition: linear 0.35s; height: 100%;}
.iframe .itembox .item .img{ overflow: hidden;}
.iframe .itembox .item .img img{ width: 100%;}
.iframe .itembox .item .txt{}
.iframe .itembox .item .txt span{ font-family: var(--fontbold); font-size: 0.2rem; background: #e50014; color: #fff; padding: 5px 0.2rem; display: inline-block; margin-bottom: 0.3rem; margin-left: -0.6rem}
.iframe .itembox .item .txt h3{ font-family: var(--fontbold); font-size: 0.25rem; color: #001d23; margin-bottom: 0.3rem;}
.iframe .itembox .item .txt p{ font-size: 0.16rem; line-height: 1.625; color: #666666;}
.iframe .itembox .item .txt .imglist{ margin-top: 0.3rem; background: #f5f5f5; padding: 0.15rem;}
.iframe .itembox .item .txt .imglist .ipto{ margin: 0;width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; padding: 0.1rem; background: #fff; box-sizing: border-box; text-align: center;}
.iframe .itembox .item .txt .more{ display: inline-flex; align-items: center; justify-content: space-between; background: #e50014; border-radius: 0.1rem; font-family: var(--font); margin-top: 0.85rem; font-size: 0.16rem; color: #fff; position: relative; overflow: hidden; transition: linear 0.35s; border: 1px solid #e50014; font-style: normal;}
.iframe .itembox .item .txt .more>b{ display: block; padding: 0.1rem 0.2rem; position: relative;}
.iframe .itembox .item .txt .more>b:after{ content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #fff; right: 0; transform: skewX(-15deg); transition: linear 0.35s;}
.iframe .itembox .item .txt .more>em{ display: inline-flex; padding: 0.1rem;}
.iframe .itembox .btn{ position: absolute; top:50%; transform: translateY(-50%); z-index: 3; cursor: pointer; outline: none;}
.iframe .itembox .btn i{ font-size: 0.6rem;}
.iframe .itembox .btn-prev{ left: 0rem;}
.iframe .itembox .btn-next{ right: 0rem;}

.iframe .list{ }
.iframe .list .swiper{ width: 100%;}
.iframe .list .swiper .swiper-slide{ margin: 0; padding: 0.25rem 0;}
.iframe .list .item{ margin: 0; display: block; box-sizing: border-box; border-width: 5px; border-style: solid; border-color: transparent; cursor: pointer; box-shadow: 0 0 0.35rem rgba(179,179,179,0.47); height: 100%;}
.iframe .list .item .img{}
.iframe .list .item .img img{ width: 100%; height: auto;}
.iframe .list .item .txt{ font-size: 0.12rem; color: #001d23; text-transform: uppercase; line-height: 1.2; padding: 0.15rem 0.25rem; box-sizing: border-box;}
.iframe .list .swiper .swiper-slide-thumb-active .item{ border-color: #e36b76;}
@media (min-width:1082px){
	.iframe .itembox .swiper{ margin: 0 -0.35rem;}
	.iframe .itembox .item{ display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center;}
	.iframe .itembox .item .img{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.3rem;}
	.iframe .itembox .item .txt{ margin: 0; width: 50%; box-sizing: border-box; padding-right: 0.3rem;}
	.iframe .itembox .item .txt .imglist .ipto:nth-child(3){ margin-right: 0;}
	.iframe .itembox .item .txt .more:hover{ background: #fff; color: #e50014;}
	.iframe .itembox .item .txt .more:hover>b:after{transform: skewX(0); background: #e50014;}
	.iframe .list .swiper{ margin:  -0.35rem 0;}
	.iframe .list .item{ background: #fff;}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe .itembox .swiper .swiper-slide{ padding: 0;}
	.iframe .itembox .btn{top:20%}
	.iframe .itembox .item{padding:0.3rem;}
	.iframe .itembox .item .txt span{margin-left: 0rem;}
	.iframe .itembox .item .txt .more{margin-top: 0.25rem;}
	.iframe .itembox .item .txt p{font-size: 0.2rem;}
}

.iframe1{ padding: 0.75rem 0; background-color: #e50014; background-repeat: no-repeat; background-size: 61.875% auto; background-position: left center; }
.iframe1 .txt{ margin-right: 0; margin-left: auto; width: 38.125%; text-align: center; }
.iframe1 .txt h3{ font-family: var(--fontbold); color: #fff; text-transform: uppercase; font-size: 0.25rem;	line-height: 2;}
.iframe1 .txt a{ display: inline-flex; padding: 0.14rem 0.22rem; background: #fff; border-radius: 0.1rem; font-family: var(--font); font-size: 0.18rem; color: #333333; margin-top: 0.3rem; align-items: center; justify-content: center; border: 1px solid #fff; box-sizing: border-box;transition: linear 0.35s;}
.iframe1 .txt a i{ margin-left: 0.1rem; color: #e50014; font-size: 0.24rem; }
@media (min-width:1082px){
	.iframe1 .txt a:hover{ background: #e50014; color: #fff;}
	.iframe1 .txt a:hover i{ color: #fff;}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe1{ background-size: cover;}
	.iframe1 .txt{ margin: 0; width: 100%;}
}

.iframe2{ padding: 0.8rem 0 0.75rem; }
.iframe2 .list{ margin-top: 0.5rem;}
.iframe2 .lt{ margin: 0; width: 67.628%; height: 4.17rem; overflow: hidden; position: relative;}
.iframe2 .lt .img{ overflow: hidden; transition: linear 1s; position: absolute; left: 0; top: 0; bottom: 0; right: 0; opacity: 0;}
.iframe2 .lt .img img{ width: 100%; height: auto;}
.iframe2 .lt .img.active{ opacity: 1;}
.iframe2 .fr{ margin: 0; width: 32.372%;}
.iframe2 .fr ul{}
.iframe2 .fr li{ font-size: 0.2rem; color: #464646; background: #f7f7f7; margin-bottom: 1px; padding: 0.294rem 0.45rem; position: relative; cursor: pointer;}
.iframe2 .fr li:before{ content: ""; position: absolute; right: calc(100%); top: 0; bottom: 0; width: 0; background: #e50014; transition: linear 0.35s;}
.iframe2 .fr li span{ display: inline-block; margin-right: 0.45rem;}
.iframe2 .fr li.active{ background: #e50014; color: #fff;}
.iframe2 .fr li.active:before{ width: 0.54rem;}
.iframe2 .fr li:last-child{ margin: 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe2 .lt{ width: 100%; height: 3rem;}
	.iframe2 .fr{ width: 100%;}
	.iframe2 .fr li span{margin-right: 0.25rem;}
}

.iframe3{ padding: 0.75rem 0; position: relative; background-repeat: no-repeat; background-size: cover; align-items: center;}

.iframe3 .lt{ margin: 0; width: 48%; position: relative; z-index: 2;}
.iframe3 .fr{ margin: 0; width: 52%; box-sizing: border-box; padding-left: 0.8rem; position: relative; z-index: 2;}
.iframe3 .fr h2{ font-family: var(--fontbold); font-size: 0.3354rem; text-transform: uppercase; color: #000000; line-height: 1.5;}
.iframe3 .fr h2 span{ color: #e50014;}
.iframe3 .fr .line{ display: block; width: 1.06rem; height: 3px; background: #e50014; margin: 0.2rem 0;}
.iframe3 .fr p{ font-size: 0.16rem; line-height: 1.625; color: #666666; margin-top: 0.15rem;}
.iframe3 .fr a.more{ display: inline-flex; align-items: center; justify-content: space-between; background: #e50014; border-radius: 0.1rem; font-family: var(--font); margin-top: 0.4rem; font-size: 0.16rem; color: #fff; position: relative; overflow: hidden; transition: linear 0.35s; border: 1px solid #e50014;}
.iframe3 .fr a.more>b{ display: block; padding: 0.1rem 0.2rem; position: relative;}
.iframe3 .fr a.more>b:after{ content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #fff; right: 0; transform: skewX(-15deg); transition: linear 0.35s;}
.iframe3 .fr a.more>em{ display: inline-flex; padding: 0.1rem;}
.iframe3 .fr .list{ margin-top: 0.7rem;}
.iframe3 .fr .list .item{ margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; box-sizing: border-box; padding: 0.3rem; background: #fff; box-shadow: 0 0 0.13rem rgba(179,179,179,0.27); display: flex; justify-content: space-between;}
.iframe3 .fr .list .item .tag{ margin: 0; margin-top: 0.1rem;}
.iframe3 .fr .list .item .tag i{ font-size: 0.5rem; color: #e50014;}
.iframe3 .fr .list .item .txt{ margin: 0; width: calc(100% - 0.75rem);}
.iframe3 .fr .list .item .txt h3{ font-family: var(--fontbold); font-size: 0.5rem; color: #000000;}
.iframe3 .fr .list .item .txt p{ font-size: 0.14rem; line-height: 1.5; color: #666666;}
.iframe3 .fr .list .item:nth-child(2n){ margin-right: 0;}
@media (min-width:1082px){
	#ab01:before{ display: none;}
	.iframe3:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6rem; background: #e50014; z-index: 1;}
	.iframe3 .fr a.more:hover{ background: #fff; color: #e50014;}
	.iframe3 .fr a.more:hover>b:after{transform: skewX(0); background: #e50014;}
}
@media (min-width:1082px){
	.iframe3 .fr{ padding-right: calc((100% - 960px)/2);}
}
@media (min-width:1230px){
	.iframe3 .fr{ padding-right: calc((100% - 1100px)/2);}
}
@media (min-width:1330px){
	.iframe3 .fr{ padding-right: calc((100% - 1200px)/2);}
}
@media (min-width:1730px){
	.iframe3 .fr{ padding-right: 9.375%;}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe3{ padding-top: 0;}
	.iframe3 .lt{ width: 100%;}
	.iframe3 .fr{ width: 100%; padding: 0; padding: 0.3rem 15px;}
	.iframe3 .fr h2{font-size: 0.28rem;}
}

.iframe4{ padding: 0.75rem 0; position: relative; background-color: #f7f7f7;}
.iframe4 .indextit{ position: relative;}
.iframe4 .indextit a.more{ display: inline-flex; align-items: center; justify-content: space-between; background: #e50014; border-radius: 0.1rem; font-family: var(--font); font-size: 0.16rem; color: #fff; position: relative; overflow: hidden; transition: linear 0.35s; border: 1px solid #e50014;}
.iframe4 .indextit a.more>b{ display: block; padding: 0.1rem 0.2rem; position: relative;}
.iframe4 .indextit a.more>b:after{ content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #fff; right: 0; transform: skewX(-15deg); transition: linear 0.35s;}
.iframe4 .indextit a.more>em{ display: inline-flex; padding: 0.1rem;}
.iframe4 .list{ margin-top: 0.5rem;}
.iframe4 .lt{ margin: 0; width: calc(50% - 1px); box-sizing: border-box; background: #fff; padding: 0.35rem;}
.iframe4 .lt .item{ display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
.iframe4 .lt .item .img{ width: 100%;}
.iframe4 .lt .item .img img{ width: 100%; height: auto;}
.iframe4 .lt .item .img span.more{ display: inline-flex; align-items: center; justify-content: space-between; background: #e50014; border-radius: 0.1rem; font-family: var(--font); font-size: 0.16rem; color: #fff; position: relative; overflow: hidden; transition: linear 0.35s; border: 1px solid #e50014; margin-top: 0.25rem;}
.iframe4 .lt .item .img span.more>b{ display: block; padding: 0.1rem 0.2rem; position: relative;}
.iframe4 .lt .item .img span.more>b:after{ content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #fff; right: 0; transform: skewX(-15deg); transition: linear 0.35s;}
.iframe4 .lt .item .img span.more>em{ display: inline-flex; padding: 0.1rem;}
.iframe4 .lt .item .txt{ width: 100%; margin-bottom: 0.25rem;}
.iframe4 .lt .item .txt time{ font-size: 0.18rem; color: #666666;}
.iframe4 .lt .item .txt h3{ font-family: var(--fontbold); font-size: 0.22rem; color: #001d23; margin: 0.2rem 0;}
.iframe4 .lt .item .txt p{ font-size: 0.16rem; line-height: 1.625; color: #999999;}
.iframe4 .fr{ margin: 0; width: calc(50% - 1px); box-sizing: border-box; background: #fff; padding: 0.3rem;}
.iframe4 .fr .item{ display: flex; justify-content: space-between; margin-bottom: 0.8rem; position: relative;}
.iframe4 .fr .item:after{ content: ""; height: 0; width: 100%; position: absolute; left: 0; bottom: -0.4rem; border-bottom: 1px dashed #d1d1d1;}
.iframe4 .fr .item .tag{ margin: 0; width: 1.05rem; text-align: center; border-right: 1px solid #dadada; padding-right: 0.3rem;}
.iframe4 .fr .item .tag time{ display: block; font-family: var(--fontbold); font-size: 0.2rem; color: #666666;}
.iframe4 .fr .item .tag span{ display: inline-flex; width: 0.26rem; height: 0.26rem; border-radius: 50%; align-items: center; justify-content: center; border: 1px solid #d23139; box-sizing: border-box; color: #d23139; margin-top: 0.4rem;}
.iframe4 .fr .item .txt{ margin: 0; width: calc(100% - 1.35rem);}
.iframe4 .fr .item .txt h3{ font-family: var(--fontbold); font-size: 0.2422rem; color: #333333;}
.iframe4 .fr .item .txt p{ font-size: 0.16rem; line-height: 1.625; color: #999999; margin-top: 0.3rem;}
.iframe4 .fr .item:last-child{ margin-bottom: 0;}
.iframe4 .fr .item:last-child:after{ display: none;}
@media (min-width:1082px){
	.iframe4 .indextit a.more{ position: absolute; top: 50%; transform: translateY(-50%); right: 0; z-index: 1;}
	.iframe4 .indextit a.more:hover{ background: #fff; color: #e50014;}
	.iframe4 .indextit a.more:hover>b:after{transform: skewX(0); background: #e50014;}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe4 .indextit a.more{ margin-top: 0.3rem;}
	.iframe4 .lt{ width: 100%; margin-bottom: 1px;}
	.iframe4 .fr{ width: 100%;}
}

/**********首页样式**********/


/**********底部样式**********/
.barrier{ background-attachment: fixed; background-repeat: no-repeat; background-size:  cover; background-position:  center center; position: relative; padding: 0.45rem 0;}
.barrier:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #181819; opacity: 0.75; z-index: 1;}
.barrier .container{ position: relative; z-index: 2; align-items: center;}
.barrier .lt{ margin: 0;}
.barrier .lt h2{ font-size: 0.22rem; font-family: var(--fontbold); line-height: 1.2; color: #fff;}
.barrier .lt .line{ display: block; width: 1.06rem; height: 3px; background: #e50014; margin: 0.15rem 0 ;}
.barrier .lt h3{ font-size: 0.14rem; color: #fff;}
.barrier .lt .share{ display: flex; margin-top: 0.15rem; align-items: center;}
.barrier .lt .share a{ display: inline-block; margin-right: 0.15rem;}
.barrier .lt .share a i{ font-size: 0.3rem;}
.barrier .lt .share a.facebook{ color: #3b5998;}
.barrier .lt .share a.linkedin{ color: #008dc2;}
.barrier .lt .share a.instagram{ color: #fc0165;}
.barrier .lt .share a.twitter{ color: #1296db;}
.barrier .lt .share a.pinterest{ color: #c92326;}
.barrier .fr{ margin: 0; max-width: 6.75rem;}
.barrier .fr .subscribeBox{ display: flex; flex-wrap: wrap; position: relative;}
.barrier .fr .subscribeBox input{ margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; background: rgba(255,255,255,0.24); height: 0.69rem; padding: 0 0.25rem; box-sizing: border-box; font-size: 0.16rem; color: #ebebeb;}
.barrier .fr .subscribeBox input::placeholder{ color: #ebebeb;}
.barrier .fr .subscribeBox textarea{ margin: 0; width: 100%; background: rgba(255,255,255,0.24); height: 0.69rem; padding: 0.25rem 1.25rem 0.25rem 0.25rem; box-sizing: border-box; font-size: 0.16rem; color: #ebebeb; margin-top: 0.3rem; outline: none; resize: none; overflow: hidden;}
.barrier .fr .subscribeBox textarea::placeholder{ color: #ebebeb;}
.barrier .fr .subscribeBox button{ background: #e50014; font-size: 0.16rem; color: #fff; padding: 0.1rem 0.2rem; border: 0; cursor: pointer; outline: none; position: absolute; right: 0.1rem; bottom: 0.16rem;}
@media (min-width:1082px){
	.barrier .fr .subscribeBox input:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
}

.footer{ background-color: #343434; position: relative; z-index: 2; padding: 0.8rem 0;}
.footer .container{ display: flex; justify-content: space-between; align-items: flex-start;}
.footer .foot{ margin: 0; width: calc((100% - 1.5rem)/4); margin-right: 0.5rem;}
.footer .foot h2{ font-family: var(--fontbold); font-size: 0.2044rem; color: #fff; padding-bottom: 0.15rem; position: relative; margin-bottom: 0.31rem;}
.footer .foot h2:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 0.44rem; height: 2px; background: #e50014;}
.footer .foot li{ font-size: 0.16rem; margin-bottom: 0.2rem;}
.footer .foot li a{ display: block; color: #a7a7a7;}
.footer .foot:nth-child(1){ width: 4.35rem;}
.footer .foot:nth-child(1) a.email{  font-family: var(--fontbold); font-size: 0.2768rem; color: #fff; margin-bottom: 0.25rem; display: block;}
.footer .foot:nth-child(1) .divinfo{ display: flex; justify-content: space-between; margin-bottom: 0.2rem;}
.footer .foot:nth-child(1) .divinfo .tag{ margin: 0;}
.footer .foot:nth-child(1) .divinfo .tag i{ font-size: 0.2rem; color: #c7000a;}
.footer .foot:nth-child(1) .divinfo .txt{ margin: 0; width: calc(100% - 0.32rem); font-size: 0.18rem; color: #fff;}
.footer .foot:nth-child(1) .divinfo .txt a{ font-size: 0.18rem; color: #fff;}
.footer .foot:nth-child(4){ width: 12rem;}
.footer .foot:nth-child(4) li{ margin: 0; width: calc((100% - 0.1rem)/2); margin-right: 0.1rem; margin-bottom: 0.15rem;}
.footer .foot:nth-child(4) li:nth-child(2n){ margin-right: 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.footer{ display: none;}
}

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 0.25rem 0; background: #01458e;}
.footer_language>.container>ul{display: flex; justify-content: space-between;}
.footer_language>.container>ul>li{ margin: 0; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #b7b7b7;}
.footer_language>.container>ul>li>a>img{ margin-right: 3px; width: 25px; height: 25px; border-radius: 50%;}
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}

@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

.copy{ overflow: hidden; padding: 0 0 0.45rem 0; background: #343434;}
.copy .container{  display: flex; justify-content: space-between; align-items: center; padding-top: 0.2rem; border-top: 1px solid #4e4e4e;}
.copy .footdiv{ font-size: 0.14rem; line-height: 1.5; color: #fff;}
.copy .footdiv a{ color: #fff;}
@media (min-width:1082px){
	.copy .footdiv{ margin: 0; width: 50%; }
	.copy .footdiv:nth-child(2){ text-align: right;}
}
@media (min-width:1px) and  (max-width:1081px){
	.copy{ margin-top: 0; margin-bottom: 52px; padding-top: 0.1rem;}
	.copy .container{ padding: 0; border: 0; display: block;}
    .copy .footdiv{ font-size: 14px;}
}
/**********底部样式**********/


/**********内页大图**********/
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%; height: auto;}
@media (min-width:1082px){
    .nbframe{ margin-top: 0.93rem;}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 55px;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ overflow: hidden; padding: 0.15rem 0; box-sizing: border-box; }
.location .container{ position: relative;}
.location .txt{ position: relative; text-transform: capitalize; font-size: 0.16rem; display: flex; flex-wrap: wrap;}
.location .txt h1,.location .txt h2{ display: none; font-size: 0.42rem; text-transform: uppercase; width: 100%; margin-bottom: 0.1rem;}
.location .txt p{  display: flex; align-items: center; width: 100%; color: #444444; text-transform: uppercase;}
.location .icon-home{ margin-right: 5px; font-size: 0.2rem; }
.location .icon-here{ display: inline-block; padding: 0 3px; font-size: 0.12rem;}
.location a{ display: inline-block; color: #444444;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.location .txt h1{ display: none;}
    .location .txt h2{ display: none;}
	.location .txt p{ flex-wrap: wrap;}
}

.stylesort{ overflow: hidden; }
.stylesort .item{ display: inline-flex; padding: 0.1rem 0.25rem; border-radius: 5px; font-size: 0.16rem; margin-left: 0.15rem;}
.stylesort .item:hover,.stylesort .item.active{ background: #333; color: #fff;}
@media (min-width:1082px){
	.stylesort{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
}
@media (min-width:1px) and (max-width:1081px){
	.stylesort{ margin-top: 0.5rem;}
}
/**********面包屑**********/

.body{ }

/**********左右侧页面**********/

.left_nav{ width: 24%; box-sizing: border-box; margin: 0.55rem 0;position: relative;}
.left_nav .lbt{ overflow: hidden; background: #fff; box-sizing: border-box; padding: 0.3rem 0.25rem; box-shadow: 1px 0 0.16rem rgba(191,191,191,0.27); border-radius: 0.1rem;}
.left_nav .lbt h2{ font-size: 0.24rem; color: #444444; margin-bottom: 0.4rem; padding-bottom: 0.13rem; border-bottom: 2px solid #e4e5e6; position: relative;}
.left_nav .lbt h2:after{ content: ""; position: absolute; left: 0; bottom: -2px; z-index: 1; width: 1.45rem; background: #333; height: 2px;}
.left_nav>.lbt>ul{ 	}
.left_nav>.lbt>ul>li{ font-size: 0.22rem; color: #444444; margin-bottom: 0.35rem;}
.left_nav>.lbt>ul>li>a{ display: block; color: #444; padding: 0.1rem 0 0.1rem 0.3rem; border-left: 6px solid transparent;}

.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ color: #333; border-color: #333}
.left_nav>.lbt>ul>li.active>ul{ display: block; }
.left_nav>.lbt>ul>li>ul{ display: none;}
.left_nav>.lbt>ul>li>ul>li{ display: block; margin-top: 0.2rem; font-size: 0.18rem;}
.left_nav>.lbt>ul>li>ul>li>a{ display: flex; align-items: flex-start; justify-content: space-between; line-height: 2; color: #959595; padding: 0 0 0 0.3rem;}
.left_nav>.lbt>ul>li>ul>li>a span{ margin: 0; width: calc(100% - 15px);}
.left_nav>.lbt>ul>li>ul>li>a:before{ content: ""; width: 7px; height: 1px; background: #000000; display: inline-block; margin: 0; margin-top: 0.17rem;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ color: #333; }
.left_nav>.lbt>ul>li>ul>li.active>ul{ display: block;}
.left_nav>.lbt>ul>li>ul>li>ul{ display: none; margin-top: 0.1rem; padding-left: 0.23rem;}
.left_nav>.lbt>ul>li>ul>li>ul>li{ margin-bottom: 0.1rem;}
.left_nav>.lbt>ul>li>ul>li>ul>li>a{ font-size: 0.16rem; color: #777777; display: flex; align-items: center; }
.left_nav>.lbt>ul>li>ul>li>ul>li>a:before{ content: ""; display: inline-block; width: 0.1rem; height: 1px; background: #666; margin-right: 0.1rem;}
.left_nav>.lbt>ul>li>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li>ul>li.active>a{ color: #333;}

.left_nav .leftinfo{ position: relative; background: #ffede5; border-radius: 0.1rem; box-sizing: border-box; border:1px solid #f86539; margin-top: 0.45rem; padding: 0.6rem 0.7rem; text-align: center;}
.left_nav .leftinfo h3{ font-size: 0.28rem; color: #444444; line-height: 1.3; margin-bottom: 0.4rem;}
.left_nav .leftinfo a.email{ font-size: 0.16rem; color: #444444;}
.left_nav .leftinfo a.email i{ color: #f85d2e; font-size: 0.2rem;}
.left_nav .leftinfo a.email:nth-child(3) i{ opacity: 0;}
.left_nav .leftinfo a:last-child{ padding: 0.1rem 0.15rem; background: #f85d2e; border-radius: 0.1rem; display: inline-flex; align-items: center; justify-content: space-between; margin-top: 0.4rem;}
.left_nav .leftinfo a:last-child b{ flex: 1; color: #fff; margin:0 0.25rem; font-size: 0.16rem;}
.left_nav .leftinfo a:last-child span{ display: flex; align-items: center; justify-content: center; width: 0.3rem; height: 0.3rem; border-radius: 50%; border: 1px solid #fff; box-sizing: border-box;}
.left_nav .leftinfo a:last-child span i{ font-size: 0.16rem; color: #fff;}
.left_nav .leftinfo a:last-child:hover{ background: #3abcca;}

.left_nav .key_from{ overflow: hidden; margin-bottom: 0.4rem; }
.left_nav .key_from form{ display: flex; width: 100%; background: #f5f7fa; overflow: hidden;}
.left_nav .key_from input{ width: 100%; padding: 0.1rem 0.2rem; height: 0.5rem; border: 0; background: none; font-size: 0.14rem; color: #a8a8a8;}
.left_nav .key_from input::placeholder{ color: #a8a8a8;}
.left_nav .key_from button{ width: 0.46rem; border: 0; cursor: pointer; outline: none; background: #333; display: inline-flex; align-items: center; justify-content: center;}
.left_nav .key_from button i{ font-size: 0.2rem; color: #fff;}

@media (min-width:1082px){
	.left_nav{}
	.left_nav .leftinfo .txt>a:hover{ color: #fff; background: none;}
	.left_nav .leftinfo .txt>a:hover i{ color: #fff;}
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; margin: 0.4rem 0 }
	.left_nav .lbt h2{ margin-bottom: 0;}
	.left_nav .lbt>ul{ display: none; margin-top: 0.3rem}
}

.right_detail{ width: calc(100% - 24% - 0.5rem); margin: 0.55rem 0; }
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; margin: 0 0 0.4rem;}
}
/**********左右侧页面**********/


/**********关于我们**********/

.aframe{ position: relative; height: 5.51rem;}
.aframe .txt{ position: absolute; left: 9.375%; top: 0.6rem; bottom: 0.6rem; z-index: 1; background: #e50014; padding: 0.45rem; display: flex; justify-content: center; align-items: center; max-width: 5.75rem;}
.aframe .txt .context{ width: 100%; color: #fff;}
.aframe .txt .context h2{ font-family: var(--fontbold); font-size: 0.4429rem; text-transform: uppercase; margin-bottom: 0.6rem;}
.aframe .txt .context p{ font-size: 0.2rem; color: #fff; line-height: 2.3;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.aframe .txt{ position: inherit; left: inherit; top: 3rem; bottom: inherit;}
}

.aframe1{ overflow: hidden; position: relative; z-index: 4; padding: 0.75rem 0;}
.aframe1 .indextit{ position: relative;}
.aframe1 .indextit a.more{ display: inline-flex; align-items: center; justify-content: space-between; background: #e50014; border-radius: 0.1rem; font-family: var(--font); font-size: 0.16rem; color: #fff; position: relative; overflow: hidden; transition: linear 0.35s; border: 1px solid #e50014;}
.aframe1 .indextit a.more>b{ display: block; padding: 0.1rem 0.2rem; position: relative;}
.aframe1 .indextit a.more>b:after{ content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #fff; right: 0; transform: skewX(-15deg); transition: linear 0.35s;}
.aframe1 .indextit a.more>em{ display: inline-flex; padding: 0.1rem;}
.aframe1 .swiper{ margin-top: 0.75rem;}
@media (min-width:1082px){
	.aframe1 .indextit a.more{ position: absolute; top: 50%; transform: translateY(-50%); right: 0; z-index: 1;}
	.aframe1 .indextit a.more:hover{ background: #fff; color: #e50014;}
	.aframe1 .indextit a.more:hover>b:after{transform: skewX(0); background: #e50014;}
}

@media (min-width:1px) and  (max-width:1081px){
	.aframe1 .indextit a.more{ margin-top: 0.3rem;}
}

.aframe2{ overflow: hidden; position: relative; z-index: 4; padding: 0 0 1.15rem 0;}
.aframe2 .indextit{ position: relative;}
.aframe2 .indextit a.more{ display: inline-flex; align-items: center; justify-content: space-between; background: #e50014; border-radius: 0.1rem; font-family: var(--font); font-size: 0.16rem; color: #fff; position: relative; overflow: hidden; transition: linear 0.35s; border: 1px solid #e50014;}
.aframe2 .indextit a.more>b{ display: block; padding: 0.1rem 0.2rem; position: relative;}
.aframe2 .indextit a.more>b:after{ content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #fff; right: 0; transform: skewX(-15deg); transition: linear 0.35s;}
.aframe2 .indextit a.more>em{ display: inline-flex; padding: 0.1rem;}
.aframe2 .list{ margin-top: 0.75rem; position: relative;}
.aframe2 .swiper{ margin: 0 1rem;}
.aframe2 .item{ display: block; background: url(/dist/images/honorbg.jpg) no-repeat center center / 100% 100%; padding: 0.3rem; box-sizing: border-box;}
.aframe2 .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; width: 0.46rem; height: 0.46rem; border: 3px solid #c3c3c3; border-radius: 50%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; color: #c3c3c3; cursor: pointer; outline: none;}
.aframe2 .btn i{ font-size: 0.24rem; display: block;}
.aframe2 .btn-prev{ left: 0;}
.aframe2 .btn-next{ right: 0;}
.aframe2 .btn-next i{ transform: rotate(-180deg);}
@media (min-width:1082px){
	.aframe2 .indextit a.more{ position: absolute; top: 50%; transform: translateY(-50%); right: 0; z-index: 1;}
	.aframe2 .indextit a.more:hover{ background: #fff; color: #e50014;}
	.aframe2 .indextit a.more:hover>b:after{transform: skewX(0); background: #e50014;}
}

@media (min-width:1px) and  (max-width:1081px){
	.aframe2 .indextit a.more{ margin-top: 0.3rem;}
}

/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 0.16rem; line-height: 2; padding: 0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.gallerylist{ display: flex; flex-wrap: wrap; padding: 0.6rem 0 1.4rem 0;}
.gallerylist .item{ margin: 0; display: block; width: calc((100% - 0.8rem)/5); margin-right: 0.2rem; margin-bottom: 0.2rem; box-sizing: border-box; }
.gallerylist .item .img{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .item .img img{ width: 100%; height: auto;}
.gallerylist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist .item .txt h3{ font-size: 0.16rem; text-align: center;}

@media (min-width:1082px){
	
	.gallerylist .item:nth-child(5n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
}

/**********图库**********/




/**********产品页面**********/
.outputlist{ }
.outputlist .item{ margin: 0; width: 100%; margin-bottom: 0.15rem; position: relative;}
.outputlist .item .img{ overflow: hidden;}
.outputlist .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; color: #fff;}
.outputlist .item .txt h3{ font-size: 0.35rem; text-transform: uppercase; margin-bottom: 0.2rem;}
.outputlist .item .txt p{ font-size: 0.16rem; line-height: 1.625;}
.outputlist .item .txt span{ display: inline-block; margin-top: 0.6rem; padding: 0.15rem 0.6rem; border-radius: 5px; font-size: 0.16rem; text-transform: uppercase; border:1px solid #fff; box-sizing: border-box; color: #fff;}
.outputlist .item:last-child{ margin-bottom: 0;}
@media (min-width:1082px){
	.outputlist .item:nth-child(2){  width: calc((100% - 0.15rem)/2); margin-right: 0.15rem;}
	.outputlist .item:nth-child(3){  width: calc((100% - 0.15rem)/2); margin-right: 0;}
	.outputlist .item:nth-child(2) .img,.outputlist .item:nth-child(3) .img{ height: 7.59rem; position: relative;}
	.outputlist .item:nth-child(2) .img img,.outputlist .item:nth-child(3) .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: auto; height: 100%; object-fit: cover;}
	.outputlist .item:nth-child(2) .txt,.outputlist .item:nth-child(3) .txt{ width: auto; text-align: center; top: 0.7rem; transform: translateX(-50%);}
}
@media (min-width:1px) and (max-width:1081px){
	.outputlist .item .txt{ width: 100%;}
}

.summary{ overflow: hidden; position: relative; padding: 0.5rem 0 0.6rem;}
.summary h1{ margin: 0; width: 100%; font-family: var(--fontbold); font-size: 0.3807rem; color: #333333; text-transform: uppercase; margin-bottom: 0.2rem;}
.summary .context{ margin: 0; width: 100%; font-size: 0.16rem; color: #999999; line-height: 1.625;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.summary h1{ width: 100%; margin-bottom: 0.2rem;}
	.summary .context{ width: 100%;}
}

.twosmall{ margin-bottom: 0.25rem; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 0.2rem;}
.twosmall .item{ display: inline-block; font-size: 0.16rem; color: #959595; text-decoration: underline; margin-right: 0.25rem; margin-top: 0.1rem; text-transform: capitalize;}
.twosmall .item:hover,.twosmall .item.active{color: #333;}

.threesmall{ display: none; align-items: center; flex-wrap: wrap; border-bottom: 2px solid #333;}
.threesmall a{ display: inline-flex; margin: 0 7px; font-size: 0.18rem; color: #666666; margin-bottom: 0.2rem; }
.threesmall a:hover,.threesmall a.active{ color: #333; text-decoration: underline;}
.threesmall span{ margin: 0 0.2rem; display: inline-block; height: 0.18rem; width: 1px; background: #666; margin-bottom: 0.2rem;}

/*.summary .catechoice{background: none; margin: 0; position: relative; z-index: 9; border: 1px solid #cacaca;}
.summary .catechoice .tit{ display: flex; height: 42px; padding: 0 0.1rem 0 0.23rem; cursor: pointer;}
.summary .catechoice .tit h3{ width: calc(100% - 42px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 42px; font-size: 0.16rem; color: #c5c5c5; margin: 0;}
.summary .catechoice .tit span{ width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; margin: 0;}
.summary .catechoice .tit span:before{ display: block; transition: linear 0.35s; color: #999999;}
.summary .catechoice .list{ position: absolute; left: 0; right: 0; top:100%; z-index: 8; background: #f3f3f3; height: 0; overflow-y: auto; visibility:hidden; transition: all 0.35s;}
.summary .catechoice .list::-webkit-scrollbar{width:2px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.summary .catechoice .list::-webkit-scrollbar-thumb{border-radius:10px;background:#333;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;}
.summary .catechoice .list::-webkit-scrollbar-track{border-radius:10px;background:#ededed;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.summary .catechoice .list .item{ overflow: hidden; cursor: pointer; padding: 0.1rem 0.15rem; font-size: 0.14rem;; color: #333; border-bottom: 1px solid #d5d5d5;}
.summary .catechoice .list .item:hover,.summary .catechoice .list .item.active{ background: #333; color: #fff}
.summary .catechoice.on span:before{ transform: rotate(-180deg);}
.summary .catechoice.on .list{ visibility: visible; height: 200px;}

@media (min-width:1081px){
	.summary .catechoice{ width: 245px; height: 42px; position: absolute; top: 0; right: 0;}
}
@media (min-width:1px) and (max-width:1080px){
	.summary .catechoice{ margin-bottom: 15px;}
}*/

.ProList{ display: flex; flex-wrap: wrap; padding:0 0 0.8rem 0;}
.ProList .item{ margin: 0; width: calc((100% - 1.2rem)/3); margin-right: 0.6rem; margin-bottom: 0.6rem; box-sizing: border-box; transition: all 0.35s ease; border: 2px solid #efefef;}
.ProList .item .img{ overflow: hidden; position: relative; }
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ padding: 0.25rem;}
.ProList .item .txt span{ font-family: var(--fontbold); font-size: 0.18rem; color: #fff; padding: 0.1rem 0.35rem; background: #e50014; display: inline-block; }
.ProList .item .txt h3{ font-family: var(--fontbold); font-size: 0.18rem; color: #001d23; text-transform: uppercase; line-height: 1.7; margin-top: 0.3rem;}
@media (min-width:1082px){ 
	.ProList .item:nth-child(3n){ margin-right: 0;}
	.ProList .item .txt span {margin-left: -0.5rem;}
	.ProList .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem}
	.ProList .item:nth-child(2n){ margin-right: 0;}
	.ProList .item .txt span{    padding: 0.1rem;line-height: 1.6;}
}

.productsdetail{ padding-top: 0.6rem;}
.productsdetail .detailhtml{  box-shadow: 0 0 15px #d5d5d5; padding: 0.4rem; box-sizing: border-box; background: #fff; }

.productsdetail .detailhtml .html_l{ overflow: hidden;}
.productsdetail .detailhtml .html_l .proimgbox{ overflow: hidden; border: 1px solid #e1e1e1;}
.productsdetail .detailhtml .html_l .proimgbox img{ width: 100%; height: auto;}
.productsdetail .detailhtml .smallImg{ margin-top: 0.2rem; position: relative; box-sizing: border-box;}
.productsdetail .detailhtml .smallImg .swiper-container{ box-sizing: border-box; overflow: hidden; margin-left: 0.4rem; margin-right: 0.4rem;}
.productsdetail .detailhtml .smallImg .swiper-slide{ margin: 0; padding: 0; box-sizing: border-box; border: 1px solid #e1e1e1;}
.productsdetail .detailhtml .smallImg .swiper-slide>a{ display: block; box-sizing: border-box; margin: 0; padding: 0;}
.productsdetail .detailhtml .smallImg .swiper-slide>a>img{ width: 100%; height: auto; box-sizing: border-box; margin: 0; padding: 0;}
.productsdetail .detailhtml .smallImg .swiper-slide-active{ border-color: #333;}
.productsdetail .detailhtml .smallImg .btn{ display: inline-flex; top: 50%; transform: translateY(-50%); z-index: 5; position: absolute; cursor: pointer; outline: none; width: 0.34rem; height: 0.34rem; background: #e4e4e4; align-items: center; justify-content: center; border-radius: 50%;}
.productsdetail .detailhtml .smallImg .btn i{ font-size: 0.2rem; color: #fff;}
.productsdetail .detailhtml .smallImg .btn:hover{ background: #333;}
.productsdetail .detailhtml .smallImg .btn-prev{ left: 2px;}
.productsdetail .detailhtml .smallImg .btn-next{ right: 2px;}
.productsdetail .detailhtml .html_r{}
.productsdetail .detailhtml .html_r h1{ font-size: 0.24rem; color: #e50014; text-transform: capitalize; font-family: var(--fontbold);}
.productsdetail .detailhtml .html_r .context{ overflow: hidden; padding: 0.2rem 0rem 0.15rem 0rem; color: #666; font-size: 14px; line-height: 2; display: flex; flex-wrap: wrap;}
.productsdetail .detailhtml .html_r .context .item{ margin: 0; width: calc((100%)/4); text-align: center; border-right: 1px solid #cfcfcf; box-sizing: border-box; border-bottom: 1px solid #cfcfcf; padding: 5px;}
.productsdetail .detailhtml .html_r .context .item img{ display: inline-block; width: 0.88rem; height: 0.88rem;}
.productsdetail .detailhtml .html_r .context .item h3{ font-size: 0.16rem; color: #a8a8a8;}
.productsdetail .detailhtml .html_r .context .item p{ font-size: 0.16rem; color: #da251c;}
.productsdetail .detailhtml .html_r .onservice{ overflow: hidden; display: flex; align-items: center; flex-wrap: wrap; margin-top: 0.3rem;}
.productsdetail .detailhtml .html_r .onservice>a{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; margin-bottom: 0.2rem; font-size: 0.16rem; display: flex; align-items: center;}
.productsdetail .detailhtml .html_r .onservice>a>i{ font-size: 0.24rem; color: #e50014;}
.productsdetail .detailhtml .html_r .onservice>a>span{ margin: 0; margin-left: 5px;}

.productsdetail .detailhtml .html_r .onservice>a:hover{ color: #e50014; }
.productsdetail .detailhtml .html_r .prokmore{ display: flex; margin-top: 0.1rem;}
.productsdetail .detailhtml .html_r .prokmore a{ margin: 0; text-transform: uppercase; color: #666; font-size: 0.14rem;  display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid #e50014; padding: 0.1rem 0.2rem; border-radius: 0.3rem; margin-right: 0.15rem; letter-spacing: 1px;}
.productsdetail .detailhtml .html_r .prokmore a>i{ font-size: 0.2rem; margin-right: 0.1rem; color: #e50014;}
.productsdetail .detailhtml .html_r .prokmore a:hover{ background: #e50014; color: #fff;}
.productsdetail .detailhtml .html_r .prokmore a:hover i{ color: #fff;}

.tags{ overflow: hidden; margin: 0.3rem 0;}
.tags b{ font-size: 0.2rem; font-family: var(--fontblod);}
.tags span{}
.tags span a{ display: inline-block; margin-right: 0.1rem;}
.tags span a:hover{ color: #e50014;}

.productsdetail .details-txt{ margin: 0.6rem 0 0 0}
.productsdetail .details-txt .container{box-sizing: border-box;}
.productsdetail .details-txt .lt{ margin: 0; overflow: hidden;}
.productsdetail .details-txt .fr{ margin: 0; }
.productsdetail .details-txt .fr dl{  background: #f5f5f5; display: flex; flex-wrap: wrap;}
.productsdetail .details-txt .fr dl dd{ margin: 0; font-size: 0.18rem; line-height: 2; background: #fff; padding: 0.1rem 0.2rem; margin-bottom: 0.1rem; cursor: pointer;  margin-right: 0.15rem;}
.productsdetail .details-txt .fr dl dd:hover,.productsdetail .details-txt .fr dl dd.active{ background: #e50014; color: #fff;}
.productsdetail .xgeffect{ margin-bottom: 0.3rem; background: #fff; padding: 0.3rem;}
.productsdetail .xgeffect .detailtop{ overflow: hidden; border-bottom: 1px solid #bcbcbc;}
.productsdetail .xgeffect .detailtop h2{ display: inline-block; padding: 0.1rem 0; font-size: 0.26rem; font-weight: bold; color: #333333; border-bottom: 1px solid #808080;}
.productsdetail .xgeffect .detalist{  font-size: 0.16rem; line-height: 2; padding: 0.2rem 0;}
.productsdetail .xgeffect .detalist iframe{ max-width: 100%;}
.productsdetail .xgeffect .detalist table{ width: 100%;}
.productsdetail .xgeffect .detalist table tr{ width: 100%;}
/*.productsdetail .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%; }*/
.productsdetail .xgeffect .detalist table tr:nth-child(1) td{background:#ddd;color:#333;font-size:0.18rem!important;}
.productsdetail .xgeffect .detalist table tr:nth-child(2n) td{background:#f5f5f5;}
.productsdetail .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; font-size:0.16rem!important; }
.productsdetail .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.productsdetail .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

.productsdetail .xgeffect .detalist.on ol,.productsdetail .xgeffect .detalist.on ul{ list-style-type: inherit; padding: 0 0.3rem;}
.productsdetail .xgeffect .detalist.on ol li,.productsdetail .xgeffect .detalist.on ul li{ list-style-type: inherit;}

.productsdetail .xgeffect#xgProList{ margin-bottom: 0.6rem; overflow: hidden;}
@media (min-width:1082px){
	.productsdetail .detailhtml .html_l{ width: calc(37% - 0.6rem); margin: 0; box-sizing: border-box;}
	.productsdetail .detailhtml .html_r{ width: 63%; margin: 0; box-sizing: border-box;}
	.productsdetail .detailhtml .html_r .context .item:nth-child(4n){ border-right: 0;}
	.productsdetail .detailhtml .html_r .context .item:nth-child(n+5){ border-bottom: 0;}
.productsdetail .detailhtml .html_r .onservice>a:nth-child(3n){ margin-right: 0;}
	.productsdetail .xgeffect .detalist.ProList{}
	.productsdetail .xgeffect .detalist.ProList .item{ margin-bottom: 0;}
	.productsdetail .xgeffect .detalist.ProList .item:nth-child(4){ display: none}
	
}
@media (min-width:1px) and (max-width:1081px){
    .productsdetail .detailhtml{padding:0rem;}
	.productsdetail .detailhtml .container{ padding: 0!important;}
	.productsdetail .detailhtml .html_l{ padding: 0.3rem;}
	.productsdetail .detailhtml .html_r{ padding: 0.3rem;}
	.productsdetail .detailhtml .html_r .context .item{ width: calc((100%)/2);}
	.productsdetail .detailhtml .html_r .context .item:nth-child(2n){ border-right: 0;}
	.productsdetail .detailhtml .html_r .context .item:nth-child(n+7){ border-bottom: 0;}
	.productsdetail .detailhtml .html_r .concp>a{ font-size: 12px;}
	.productsdetail .detailhtml .html_r .onservice>a{ width: calc((100% - 0.2rem)/2);font-size: 0.2rem;}
	.productsdetail .detailhtml .html_r .onservice>a:nth-child(2n){ margin-right: 0;}
	.productsdetail .detailhtml .html_r .onservice>a{ width: 100%; margin-right: 0;}
	.productsdetail .detailhtml .html_r .prokmore{ flex-wrap: wrap;}
	.productsdetail .detailhtml .html_r .prokmore a{ margin-bottom: 0.2rem;}
	.productsdetail .details-txt .fr{ display: none;}
	.productsdetail .xgeffect .detalist{font-size: 0.2rem;}
	.ProList .item{margin-bottom: 0.3rem;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.feedbackbox ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.feedbackbox ul>li{margin:0 0 34px;width:100%;position:relative;padding:6px 20px;background-color:#f7f7f7; box-sizing: border-box; display: flex;}
.feedbackbox ul>li.half{width:calc((100% - 2%)/2);}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:0.14rem;line-height:40px;margin-right:5px;color:#8a8a8a; display: flex; white-space: nowrap;text-overflow: ellipsis;}
.feedbackbox ul>li>label>i{display:inline-block;vertical-align:top;font-size:0.2rem;line-height:40px;margin-right:5px;}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:0.18rem;line-height:40px;display:inline-block;vertical-align:top;}
.feedbackbox ul>li>.input{margin:0;font-size:0.16rem;height:40px;padding-left:10px;background-color:transparent;flex:1;width:0; box-sizing: border-box;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:0.16rem;border:none;height:140px;padding-top:6px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{width: 1.76rem; height: 0.45rem; border-radius: 5px; font-size: 0.18rem; text-transform: uppercase; color: #fff; cursor: pointer; outline: none; position: relative; overflow: hidden; border: 0; background: #e50014;}
.feedbackbox .submit span{ display: block; position: relative; z-index: 3;}
@media  (min-width:992px) and (max-width:1229px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li>input{}
    .feedbackbox ul>li textarea{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    .feedbackbox ul>li{padding:5px 10px;}
    .feedbackbox ul>li.half{margin-bottom:20px;width:100%;}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li textarea.input{height:80px;width:100%;flex:inherit;}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
	.feedbackbox .submit{}
}
/**********产品页面**********/


/**********产品应用**********/
.applicationlist{ padding: 0.7rem 0;}
.applicationlist .indextit{ text-align: center;}
.applicationlist .list{ margin-top: 0.35rem;}
.applicationlist .list .item{ display: block; position: relative;}
.applicationlist .list .item .img{ overflow: hidden;}
.applicationlist .list .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; background: #01458e80; padding: 0.13rem; color: #fff; font-size: 0.18rem; text-align: center;}
.applicationlist .list .itembox{ margin-bottom: 0.2rem;}
.applicationlist .list .itembox .lt{ width: calc(50% - 0.1rem); margin: 0; box-sizing: border-box; }
.applicationlist .list .itembox .fr{ width: calc(50% - 0.1rem); margin: 0; box-sizing: border-box; align-items: stretch;}
.applicationlist .list .itembox .fr .cont{ width: calc((100% - 0.1rem)/2); margin: 0; box-sizing: border-box; }
.applicationlist .list .itembox .fr .cont .item:first-child{ margin-bottom: 0.1rem;}
.applicationlist .list .itembox .fr .cont:last-child .item{ height: 100%; margin-bottom: 0;}
.applicationlist .list .itembox .fr .cont:last-child .item .img{ height: 100%; position: relative;}
.applicationlist .list .itembox .fr .cont:last-child .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}

.applicationlist .list .itembox2{}
.applicationlist .list .itembox2 .item{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; margin-bottom: 0.2rem;}

@media (min-width:1082px){
	.applicationlist .list .itembox .fr .cont:nth-child(2n){ margin-right: 0;}
	.applicationlist .list .itembox:nth-child(2){ flex-direction: row-reverse;}
	.applicationlist .list .itembox:nth-child(2) .fr{ flex-direction: row-reverse;}
	.applicationlist .list .itembox2 .item:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.applicationlist .list .itembox .lt{ width: 100%;}
	.applicationlist .list .itembox .fr{ width: 100%; margin-top: 0.2rem;}
	.applicationlist .list .itembox2 .item{ width: 100%; margin-right: 0; }
}
/**********产品应用**********/


/**********新闻中心**********/



.newslist{ display: flex; flex-wrap: wrap; padding: 0.6rem 0;}
.newslist .item{  margin: 0; width: calc((100%)/3); box-sizing: border-box; padding: 0.6rem 0.5rem; border-left: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1;}
.newslist .item .img{ overflow: hidden; border-radius: 0.1rem;}
.newslist .item .txt{}
.newslist .item .txt time{ display: block; font-size: 0.18rem; color: #666666; margin-bottom: 0.25rem;}
.newslist .item .txt h3{ font-family: var(--fontbold); font-size: 0.25rem; color: #464646; line-height: 1.36;}
.newslist .item .txt .line{ display: block; height: 5px; background: #e50014; width: 0.58rem; margin: 0.35rem 0;}
.newslist .item .txt p{ font-size: 0.16rem; line-height: 1.625; color: #464646;}
.newslist .item .txt span.more{ display: inline-flex; align-items: center; justify-content: space-between; background: #e50014; border-radius: 0.1rem; font-family: var(--font); margin-top: 1rem; font-size: 0.16rem; color: #fff; position: relative; overflow: hidden; transition: linear 0.35s; border: 1px solid #e50014;}
.newslist .item .txt span.more>b{ display: block; padding: 0.1rem 0.2rem; position: relative;}
.newslist .item .txt span.more>b:after{ content: ""; position: absolute; top: 0; bottom: 0; width: 1px; background: #fff; right: 0; transform: skewX(-15deg); transition: linear 0.35s;}
.newslist .item .txt span.more>em{ display: inline-flex; padding: 0.1rem;}

@media (min-width:1082px){
	.newslist .item:first-child{ width: 100%; display: flex; justify-content: space-between; background: #f1f1f1; align-items: center; padding: 0; border: 0; margin-bottom: 0.85rem;}
.newslist .item:first-child .img{ margin: 0; width: 50%;}
.newslist .item:first-child .img img{ width: 100%; height: auto;}
.newslist .item:first-child .txt{ margin: 0; width: 50%; box-sizing: border-box; padding: 0.3rem 0.5rem;}
.newslist .item:first-child .txt p{ margin-top: 0.25rem;}
.newslist .item:first-child .txt  span.more{ margin-top: 0.25rem;}
	
	.newslist .item:hover span.more{ background: #fff; color: #e50014;}
	.newslist .item:hover span.more>b:after{transform: skewX(0); background: #e50014;}
	.newslist .item:nth-child(3n+1){ border-right: 1px solid #f1f1f1; }
	.newslist .item:last-child{ border-right: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1;}
	.newslist .item:nth-last-child(2){ border-bottom: 1px solid #f1f1f1;}
	.newslist .item:nth-last-child(3){ border-bottom: 1px solid #f1f1f1;}
}
@media (min-width:1px) and (max-width:1081px){
	.newslist .item{ width: 100%; margin-right: 0;margin-bottom: 0.3rem; padding:0.3rem; border: 1px solid #f1f1f1;}
	.newslist .item .txt{ padding: .2rem 0;}
	.newslist .item:last-child{ border-bottom: 1px solid #f1f1f1;}
	.newslist .item .txt h3{font-family: var(--fontfamily);}
	.newslist .item .txt span.more{margin-top: 0.3rem;}
}


.newsdetail{ overflow: hidden; padding: 0.3rem; margin: 0.6rem 0 1.6rem; background: rgba(255,255,255,0.7);}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.3rem; color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; }
.newsdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size: 0.16rem; }
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 0.16rem; line-height: 2;}
.newsdetail .context img{ max-width: 100%; height: auto;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 0.16rem; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:1080px){
.newsdetail{ padding: 15px;margin: 0.0rem 0 1.6rem;}
.newsdetail .Title h1{ font-size: 20px; line-height: 1.2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********新闻中心**********/


/**********案例中心**********/
.casestit{ margin-top: 0.65rem; }
.casestit h2{ font-size: 0.36rem; line-height: 1.3; color: #333;}
.casestit .line{ display: inline-block; width: 0.47rem; height: 3px; background: #333; margin-top: 0.15rem; margin-bottom: 0.25rem;}
.casestit p{ font-size: 0.18rem; color: #666; line-height: 2;}

.caseslist{padding: 0.3rem 0 0.3rem 0;}

.caseslist .list{ display: flex; flex-wrap: wrap;}
.caseslist .list .item{ display: block; margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.4rem; background: #fff; box-sizing: border-box; transition: linear 0.35s;}
.caseslist .list .item .img{ overflow: hidden; position: relative;}
.caseslist .list .item .img:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.31); transition: linear 0.35s; transform: scale(0);}
.caseslist .list .item .img img{ width: 100%; height: auto; transition: linear 0.35s;}
.caseslist .list .item .img span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%) scale(0); z-index: 3; font-size: 0.16rem; color: #fff; padding: 0.1rem 0; transition: linear 0.35s; }
.caseslist .list .item .img span:before{ content: ""; width: 0.17rem; height: 1px; background: #fff; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.caseslist .list .item .img span:after{ content: ""; width: 0.17rem; height: 1px; background: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.caseslist .list .item .txt{margin: 0.3rem; padding-right: 1rem; position: relative;}
.caseslist .list .item .txt h3{font-size: 0.2rem; color: #333; line-height: 1; margin-bottom: 0.15rem;}
.caseslist .list .item .txt p{ font-size: 0.16rem; line-height: 1.5; color: #999999;}
.caseslist .list .item .txt span{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: inline-flex; align-items: center; justify-content: center; width: 0.5rem; height: 0.5rem; background: #99c6e5; color: #fff; overflow: hidden; border-radius: 50%;}
.caseslist .list .item .txt span i{ font-size: 0.26rem; display: block; transform: rotateY(180deg);}
@media (min-width:1082px){
	.caseslist .tit{ display: flex; justify-content: space-between;}
	.caseslist .tit h2{ margin: 0; width: 50%;}
	.caseslist .tit p{ margin: 0; width: 50%;}
	.caseslist .list .item:nth-child(3n){ margin-right: 0;}
	.caseslist .list .item:hover{ box-shadow: 3px 0 0.21rem rgba(0,0,0,.19);}
	.caseslist .list .item:hover .img img{ transform: scale(1.1);}
	.caseslist .list .item:hover .img:after{ transform: scale(1);}
	.caseslist .list .item:hover .img span{ transform: translate(-50%,-50%) scale(1);}
	.caseslist .list .item:hover .txt h3{ color: #0071bf;}
}
@media (min-width:1px) and (max-width:1081px){
	.caseslist .list .item{  width: calc((100% - 0.25rem)/2);}
	.caseslist .list .item .img:after{ transform: scale(1);}
	.caseslist .list .item .img span{ transform: translateY(-50%) scale(1); left: 0; width: 100%; box-sizing: border-box; padding: 0.1rem; text-align: center;}
	.caseslist .list .item:nth-child(2n){ margin-right: 0;}
}


.casesdetail{ overflow: hidden; padding: 0.3rem; margin: 0.6rem 0; background: rgba(255,255,255,0.7);}
.casesdetail .Title{ overflow: hidden;}
.casesdetail .Title h1{ font-size: 0.3rem; color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; }
.casesdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size: 0.16rem;}
.casesdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 0.16rem; line-height: 2; }
.casesdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between; }
.casesdetail .pagelist>a{ font-size: 0.16rem; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:1080px){
.casesdetail{ padding: 15px;}
.casesdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.casesdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.casesdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.casesdetail .context{ padding: 15px 0 20px;}
.casesdetail .pagelist{ display: block;}
.casesdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********案例中心**********/

/**********视频中心**********/
.videolist{ overflow: hidden; padding: 0.6rem 0 1.9rem 0; display: flex; flex-wrap: wrap;}
.videolist .item{ margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem; margin-bottom: 0.3rem;}
.videolist .item .img{ overflow: hidden; position: relative;}
.videolist .item .img span{position:absolute; display:inline-flex; width:.6rem;height:.6rem;border-radius:50%;background:#fff;cursor:pointer;align-items:center;justify-content:center; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.videolist .item .img span i{position:relative;z-index:3;color:#333;font-size:.24rem;}
.videolist .item .img span:before{position:absolute;top:.1rem;right:.1rem;bottom:.1rem;left:.1rem;z-index:2;border-radius:50%;background:#fff;content:"";animation:circle-opacity 2s infinite;}
.videolist .item .img span:after{position:absolute;top:.1rem;right:.1rem;bottom:.1rem;left:.1rem;z-index:2;border-radius:50%;background:#fff;content:""; animation:circle-opacity 3s infinite;}
.videolist .item .txt{ padding: 0.15rem; box-sizing: border-box; border: 1px solid #d0d0d0;}
.videolist .item .txt h3{  font-size: 0.14rem; line-height: 1.4; }
@media (min-width:1082px){
	.videolist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.videolist .item{ width: calc((100% - 0.25rem)/2);}
	.videolist .item:nth-child(2n){ margin-right: 0;}
}
/**********视频中心**********/

/**********服务中心**********/

.service{ overflow: hidden; padding: 0.6rem 0 ; }

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.service1{ overflow: hidden; background: #fffcfa; padding: 1rem 0;}
.service1 .list{ margin-top: 0.75rem;}
.service1 .list .item{ margin: 0; width: calc((100% - 1.05rem)/4); margin-right: 0.35rem; box-sizing: border-box; padding: 0.3rem; border-radius: 0.1rem; color: #fff;}
.service1 .list .item i{ font-size: 0.4rem;}
.service1 .list .item h3{ margin: 0.2rem 0; font-size: 0.22rem; text-transform: uppercase;}
.service1 .list .item p{ font-size: 0.16rem; line-height: 1.5;}
.service1 .list .item:nth-child(1){ background: #54bdb8;}
.service1 .list .item:nth-child(2){ background: #4cb7ef;}
.service1 .list .item:nth-child(3){ background: #6873c5;}
.service1 .list .item:nth-child(4){ background: #fa7435;}
@media (min-width:1082px){
	.service1 .item:nth-child(4){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.service1{ padding: 0.45rem 0 0.2rem;}
	.service1 .list .item{ width: calc((100%)/1); margin-right: 0; margin-bottom: 0.3rem;}
}


.service2{ overflow: hidden;  padding: 1rem 0 1.9rem;}
.service2 .list{ margin-top: 0.2rem;}
/**********服务中心**********/

/**********常见问题**********/
.searchfaq{ padding: 0.6rem 0 0 0 ; border-bottom: 1px solid #777777; text-align: center;}
.searchfaq .keyfrom{ padding: 0.3rem; background: #f9f9f9;}
.searchfaq .keyfrom h2{ font-size: 0.35rem; font-weight: bold; text-transform: uppercase; color: #000; line-height: 1.4;}
.searchfaq .keyfrom p{ font-size: 0.16rem; line-height: 1.625; color: #0f0f0f;}
.searchfaq .keyfrom #faqkeyfrom{ max-width: 8.9rem; display: flex; justify-content: space-between; align-items: center; margin-top: 0.15rem; position: relative;}
.searchfaq .keyfrom #faqkeyfrom input{ width: calc(100% - 2.13rem - 0.1rem); background: #fff; padding: 0.1rem 0.2rem 0.1rem 0.5rem; box-sizing: border-box; height: 0.48rem;}
.searchfaq .keyfrom #faqkeyfrom i.icon-search{ position: absolute; left: 0.3rem; top: 50%; transform: translateY(-50%); color: #000; font-size: 0.18rem;}
.searchfaq .keyfrom #faqkeyfrom button{ width: 2.13rem; height: 0.48rem; background: #fff; border: 0; cursor: pointer; text-transform: uppercase; font-weight: bold; font-size: 0.16rem; outline: none;}
.searchfaq h1{ font-size: 0.35rem; font-weight: bold; text-transform: uppercase; color: #000; line-height: 1.4; margin: 0.4rem 0 0.2rem;}

.faqlist{ overflow: hidden; }
.faqlist h2{ font-family: var(--fontbold); font-size: 0.4rem; color: #464646;}
.faqlist .list{ padding: 0.7rem 0;}
.faqlist .item{ display: block; margin-bottom: 0.1rem; cursor: pointer;}
.faqlist .item .tit{ display: flex; justify-content: space-between; background: #f0f0f0; padding: 0.1rem;}
.faqlist .item .tit span{ margin: 0; width: 0.6rem; display: flex; align-items: center; justify-content: center;}
.faqlist .item .tit span i{ font-size: 0.24rem;}
.faqlist .item .tit h3{ margin: 0; width: calc(100% - 1.2rem); font-family: var(--fontbold); font-size: 0.18rem; color: #333333;}
.faqlist .item .context{ padding: 0 0.6rem; overflow: hidden; width: 100%; height: 0; transition: linear 0.35s; font-size: 0.16rem; line-height: 2; color: #555555;}
.faqlist .item.active .tit{ background: #626262; color: #fff;}
.faqlist .item.active .tit h3{ color: #fff;}
.faqlist .item.active .context{ margin: 0.2rem 0; height: auto;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/


/**********下载中心**********/
.downloadlist{ overflow: hidden; padding: 0.7rem 0;}
.downloadlist .indextit{ text-align: center; text-transform: uppercase;}
.downloadlist .list{ margin-top: 0.45rem;}
.downloadlist .list .item{ display: block; margin: 0; width: calc((100% - 3.9rem)/4); margin-right: 1.3rem; margin-bottom: 0.25rem;}
.downloadlist .list .item .img{ overflow: hidden; border: 2px solid #e2e2e2;}
.downloadlist .list .item .txt{ text-align: center; padding: 0.25rem 0.1rem;}
.downloadlist .list .item .txt h3{ font-size: 0.16rem;}
.downloadlist .list .item .txt .down{ display: flex; justify-content: center; margin-top: 0.1rem;}
.downloadlist .list .item .txt .down a{ margin: 0 0.15rem; font-size: 0.14rem;}
.downloadlist .list .item .txt .down a i{ margin-right: 0.1rem;}
/*.downloadlist .list .item .time{ font-size: 0.16rem; display: inline-block; color: #000; margin: 0; width: 3.2rem;}
.downloadlist .list .item .size{font-size: 0.16rem; display: inline-block; color: #000; margin: 0; width: 3rem;}
.downloadlist .list .item .linkmore{ display: flex; justify-content: space-between; align-items: center;}
.downloadlist .list .item .linkmore i{ color: #8a8a8a;}*/
@media (min-width:1082px){
	.downloadlist .list .item:nth-child(4n){ margin-right: 0;}
    .downloadlist .list .item:hover .linkmore i{ color: #007d50;}
}
@media (min-width:1px) and (max-width:1081px){
	.downloadlist .list .item{ width: calc((100% - 0.2rem)/2); margin-right: 0.25rem; }
	.downloadlist .list .item:nth-child(2n){ margin-right: 0;}
}
/**********下载中心**********/


/**********联系我们**********/
.information{padding: 0.95rem 0; background: #f3f3f5;}
.information .container{ position: relative;}
.information .info{ background: #fff; padding: 0.3rem;}
.information .info h2{ font-size: 0.2768rem; font-family: var(--fontblod); color: #e50014; padding-bottom: 0.25rem; margin-bottom: 0.2rem; border-bottom: 1px solid #e3e3e3;}
.information .info p{ font-size: 0.18rem; line-height: 1.6;}
.information .info p:nth-child(3){ font-family: var(--fontbold); font-size: 0.2768rem; color: #333333; margin-bottom: 0.55rem; margin-top: 0.15rem;}
.information .info p:nth-child(4){ color: #666666;}
.information .info img{ width: 0.8rem; margin: 0; margin-top: 0.4rem; }
@media (min-width:1082px){
	.information .info{ position: absolute; padding: 0.3rem; left: 9.375%; top:0; max-width: 4.58rem; background: #fff; box-sizing: border-box;}
}
@media (min-width:1px) and (max-width:1081px){
	.information .info{}
}

.leave{ background: linear-gradient(to bottom,#f3f3f5,#fff); padding: 0 0 1.2rem;}
.leave h2{ font-size: 0.38rem; font-family: var(--fontbold); text-transform: uppercase; color: #333333; margin-bottom: 0.2rem;}
.leave p{ font-size: 0.18rem; color: #666666; line-height: 1.4;margin-bottom: 0.5rem;}
.leave .feedbackbox{ display: flex; flex-wrap: wrap;}
.leave .input{ margin: 0; width: calc(100%); display: block; justify-content: space-between; align-items: center; box-sizing: border-box; margin-bottom: 0.2rem!important; background: none; border: 1px solid #c2c2c2;}
.leave .input.textarea{ flex-wrap: wrap;}
.leave .input label{ font-size: 0.16rem; color: #333; margin-bottom: 0.1rem; display: none; text-transform: capitalize; font-weight: bold;}
.leave .input label em{ color: red; display: inline-block; margin-right: 0.1rem}
.leave .input input{ width: 100%; height: 0.52rem; background: none; border: 0; outline: none;  box-sizing: border-box; border-radius: 5px; color: #999999;  padding: 0.1rem; }
.leave .input input::placeholder{ color: #444444;}
.leave .input textarea{ width: 100%; background: none; height: 1.2rem; border: 0; outline: none; resize: none; border-radius: 5px;  color: #999999; padding: 0.1rem;}
.leave .input textarea::placeholder{ color: #444444;}
.leave button{ display: inline-block; padding: 0.15rem 0.6rem; background: #e50014; margin-top: 0.1rem; color: #fff; font-size: 0.16rem; text-transform: uppercase; border: 0; cursor: pointer; outline: none;}

@media (min-width:1082px){
    .leave .input.w100{ margin: 0; width: calc(100%);}
    .leave .input.w33{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem;}
	.leave .input.w50{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem;}
    .leave .input.end{ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.leave{ }
    .leave .input{ width: 100%;}
	.leave .input input{ height: 30px;}
}
/**********联系我们**********/


/**********网站地图**********/
.SitemapPage{ overflow: hidden; padding: 0.6rem 0}
.SitemapPage .title h2{ font-size: 0.3rem; color: #333; text-transform: uppercase; margin-bottom: 0.15rem; margin-bottom: 0.3rem;}
.sitemapnav a{display:inline-block;}
.sitemapnav dt{margin-bottom:10px;}
.sitemapnav dt a{font-size:24px;color:#000;}
.sitemapnav dd.line{width:100%;height:1px;background-color:#ddd;margin:15px 0;}
.sitemapnav dd{margin-bottom:10px;position:relative;}
.sitemapnav dd.bigcate{padding-left:30px;}
.sitemapnav dd.bigcate:before{content:"";width:10px;height:2px;position:absolute;left:15px;top:14px;background-color:#333;}
.sitemapnav dd.bigcate a{font-size:20px;color:#333;line-height:30px;}
.sitemapnav dd.smallcate{padding-left:50px;}
.sitemapnav dd.smallcate:before{content:"";width:10px;height:2px;position:absolute;left:35px;top:14px;background-color:#666;}
.sitemapnav dd.smallcate a{font-size:18px;color:#666;line-height:30px;}
.sitemapnav dd.prolist{padding-left:55px;}
.sitemapnav dd.prolist a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.prolist a:before{content:">";margin-right:5px;}
.sitemapnav dd.list{padding-left:20px;}
.sitemapnav dd.list a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.list a:before{content:">";margin-right:5px;}
.sitemapnav a:hover{color:#0093e4!important;text-decoration:underline;}
@media (max-width:767px) {
    .sitemapnav dt a{font-size:18px;}
    .sitemapnav dd.bigcate a{font-size:16px;}
    .sitemapnav dd.smallcate a{font-size:15px;}
    .sitemapnav dd.prolist a{font-size:14px;}
    .sitemapnav dd.list a{font-size:14px;}
}
/**********网站地图**********/


/**********公共样式**********/

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou h2{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size: 0.18rem; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem;}

.PrivacyPolicy{ padding: 0.6rem 0;}
.PrivacyPolicy h3{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.PrivacyPolicy article{ line-height: 2; font-size: 0.16rem;}
.PrivacyPolicy article h4{ font-size: 0.18rem;}

.currertkeywords{margin-top:0.5rem;font-size:18px;color:#666;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#333;}

.ValidationError{ border-width: 1px; border-style: solid; border-color: red;}
.error{ text-align: center; padding: 0.5rem 0;}
.error a{ width: 240px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d5d5d5; font-size: 14px; text-transform: capitalize;}

.pagination-container{ overflow: hidden; text-align: center; padding-bottom: 1rem; }

.hidden{ display: none!important;}
@media (min-width:1082px){
	.hidden-pc{ display: none!important;}
}
@media (min-width:1px) and (max-width:1081px){
	.hidden-xs{ display: none!important;}
}


/**********公共样式**********/

/**********右侧浮动**********/
#float{position:fixed;right:0;top:50%;margin-top:-80px;z-index:9; }
#float .ico{display:block; width:0.5rem; height:0.5rem; text-align:center; background:#e50014; position:relative; cursor:pointer; margin-bottom:10px; transition: linear 0.35s; clear: both; float: right; box-sizing: border-box; border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; box-sizing: border-box; border: 1px solid #fff;}
#float .ico>em{ width: 0.5rem; height: 0.5rem; display: inline-block; line-height: 0.3rem; font-size: 0.12rem; color: #fff; padding: 0.1rem 0; box-sizing: border-box; font-style: normal; font-weight: bold;}
#float .ico>em>i{font-size:0.2rem;display:block;color:#fff; width: 100%; font-weight: normal;}
#float .ico>span{ width: 0; overflow: hidden; display: block; transition: linear 0.35s; font-size: 0.14rem; color: #fff; white-space: nowrap;text-overflow: ellipsis; font-weight: bold;}
#float #GoTop>i{ }
#float .ico>.img{position:absolute;right:60px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico.wechat{ align-items: flex-start;}
#float .ico.onother em{ padding: 0;}
#float .ico.onother i{ line-height: 0.5rem;}
#float .onhover:hover{ background: #e50014; padding: 5px; display: flex; align-items: center; width: 220px; border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;}
#float .onhover:hover>em{ background: #e50014; height: 0.44rem; border-radius: 5px; line-height: 0.25rem; border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem;}
#float .onhover:hover>em>i{}
#float .onhover:hover>span{ display: block; margin-left: 0px; width: auto; color: #fff;}
#float .wechat:hover{ width: 180px;}
#float .wechat:hover>span{ overflow: visible; position: relative; z-index: 10; margin-top: 0.64rem;}
#float .wechat:hover>span>img{ margin-bottom: -120px; margin-left: -10px; width: 220px;}
@media (min-width:1px) and (max-width:1081px){
	
}
#float .ico p{display:none;}
#float .ico i .number{position:absolute;width:25px;height:25px;font-size:16px;border-radius:50%;left:-5px;z-index:13;line-height:25px;background-color:#c6171e;color:#fff;top:-5px;}

#float #btninquy>em>i{ animation: blink 1.5s infinite; }
@keyframes blink {
0% {
opacity: 1;
	color: #333;
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}

.note{ position: fixed; left: 0; bottom: 25%; z-index: 8; width: 220px; overflow: hidden; border-radius: 5px; padding: 0.1rem;}
.note:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #333; opacity: 0.7; z-index: -1;}
.note h2{ background: #333; color: #fff; padding: 5px 0.1rem; font-size: 0.2rem; border-radius: 5px;}
.note h2 i{ animation: blink 1.5s infinite; font-size: 0.2rem;}
.note .txt{ background: rgba(10,49,144,0.3); padding: 0.1rem; border-radius: 5px; margin-top: 0.2rem; color: #fff;}
.note .txt p{ font-size: 0.14rem; line-height: 1.5; margin-bottom: 0.3rem;}

#floatForm{position:fixed;right:0;bottom:0;z-index:10; transition: linear 0.35s;}
#floatForm[typeof='close']{ transform: translateY(100%);}
#floatForm[typeof='open']{ transform: translateY(0);}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:#e50014 transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #333; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
#floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:0.16rem;border:1px solid #e50014;background-color:#e50014;text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
#floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	#floatForm{ bottom: 50px;}
}
/**********右侧浮动**********/

/**********分页样式**********/
.pagination{display:inline-block;margin:10px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:6px 12px;border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:13px;line-height:1.428571429;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#eee;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#333;background-color:#333;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{border-color:#ddd;background-color:#fff;color:#999;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#999;cursor:not-allowed;}
/**********分页样式**********/

/*****GoogleCookie******/
.GoogleCookie{display:block; position:fixed;bottom: 0px;  left:0px; width:100%; background:rgba(0,0,0,0.7);animation:myfirst 1.5s;-webkit-animation:myfirst 1.5s;z-index:999; }
.GoogleCookie .txt{display:block; padding:1% 5%;}
.GoogleCookie .txt h4{font-size:18px!important; font-weight:bold; display:block; color:#fff!important;}
.GoogleCookie .txt p{font-size:16px!important; display:block;color:#fff!important;}
.GoogleCookie .txt button{padding:10px 15px; font-size:16px; background:rgba(0,0,0,0.7);color:#fff!important; border:solid 1px #333333; border-radius:5px; cursor:pointer;}
.GoogleCookie .txt button:last-child{margin-left:25px;}
@keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
@-webkit-keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
.OpenGoogleCookie{position:fixed;bottom:25px; right:0px;z-index:9999; width:50px; height:50px; display:none;}
.OpenGoogleCookie a{ width:50px; height:50px; cursor:pointer;}
.OpenGoogleCookie a img{display:block; width:50px; height:50px;}
.OpenGoogleCookie a:hover p{display:block;}
.OpenGoogleCookie p {position: absolute;right: 50px;top:0px;width: 160px; display:none;}
.OpenGoogleCookie p span{float:right; width:140px; color: #dddddd;font-size: 12px!important;text-align: center;line-height: 2em; background:#333; }
.OpenGoogleCookie p i{float:right; margin-right:0px; border-style: solid; border-color: transparent; border-width: 12px 0 12px 12px; border-left-color: #333; }
 @media (min-width:1px) and (max-width:768px){.GoogleCookie{bottom: 50px;}.OpenGoogleCookie{bottom:50px} }
