/* Minification failed. Returning unminified contents.
(55,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(56,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(57,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(58,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3516,25): run-time error CSS1039: Token not allowed after unary operator: '-fontfamily'
(3529,31): run-time error CSS1039: Token not allowed after unary operator: '-fontfamily'
(3530,35): run-time error CSS1039: Token not allowed after unary operator: '-fontfamily'
(3739,188): run-time error CSS1039: Token not allowed after unary operator: '-font1'
(3745,126): run-time error CSS1039: Token not allowed after unary operator: '-font1'
(3749,143): run-time error CSS1039: Token not allowed after unary operator: '-font1'
(3753,132): run-time error CSS1039: Token not allowed after unary operator: '-font1'
(3796,68): run-time error CSS1039: Token not allowed after unary operator: '-font3'
(3859,36): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(3878,96): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(3913,41): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4127,38): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4187,31): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4241,36): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4279,96): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4357,89): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4362,93): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4363,90): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4388,71): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4405,71): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4477,37): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4549,62): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4559,81): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4575,82): run-time error CSS1039: Token not allowed after unary operator: '-font2'
(4635,32): run-time error CSS1039: Token not allowed after unary operator: '-font2'
 */
@import url('//at.alicdn.com/t/c/font_4571297_mmx2pnnleg.css');

.iconfont{font-family: 'iconfont'; font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.icon{overflow:hidden;width:1em;height:1em;vertical-align:-.15em;fill:currentColor}

@font-face {
  font-family: "MiSans-Regular";
  src: url("/dist/fonts/MiSans-Regular.woff2") format("woff2"),
       url("/dist/fonts/MiSans-Regular.woff") format("woff"),
       url("/dist/fonts/MiSans-Regular.ttf") format("truetype"),
       url("/dist/fonts/MiSans-Regular.eot") format("embedded-opentype"),
       url("/dist/fonts/MiSans-Regular.svg") format("svg"),
       url("/dist/fonts/MiSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MiSans-Bold";
  src: url("/dist/fonts/MiSans-Bold.woff2") format("woff2"),
       url("/dist/fonts/MiSans-Bold.woff") format("woff"),
       url("/dist/fonts/MiSans-Bold.ttf") format("truetype"),
       url("/dist/fonts/MiSans-Bold.eot") format("embedded-opentype"),
       url("/dist/fonts/MiSans-Bold.svg") format("svg"),
       url("/dist/fonts/MiSans-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SmileySans-Oblique";
  src: url("/dist/fonts/SmileySans-Oblique.woff2") format("woff2"),
       url("/dist/fonts/SmileySans-Oblique.woff") format("woff"),
       url("/dist/fonts/SmileySans-Oblique.ttf") format("truetype"),
       url("/dist/fonts/SmileySans-Oblique.eot") format("embedded-opentype"),
       url("/dist/fonts/SmileySans-Oblique.svg") format("svg"),
       url("/dist/fonts/SmileySans-Oblique.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerifSC-ExtraBold";
  src: url("/dist/fonts/NotoSerifSC-ExtraBold.woff2") format("woff2"),
       url("/dist/fonts/NotoSerifSC-ExtraBold.woff") format("woff"),
       url("/dist/fonts/NotoSerifSC-ExtraBold.ttf") format("truetype"),
       url("/dist/fonts/NotoSerifSC-ExtraBold.eot") format("embedded-opentype"),
       url("/dist/fonts/NotoSerifSC-ExtraBold.svg") format("svg"),
       url("/dist/fonts/NotoSerifSC-ExtraBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

:root{
	--fontfamily: "MiSans-Regular", "Microsoft YaHei", "Helvetica","sans-serif";
	--font1: "NotoSerifSC-ExtraBold";
	--font2: "MiSans-Bold";
	--font3: "SmileySans-Oblique";
}


.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:#cb0f3c; -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:#cb0f3c; -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:#cb0f3c; -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:#cb0f3c; -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:#cb0f3c; -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:#cb0f3c; -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; justify-content: space-between; flex-wrap: wrap; }
.flex_between2{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.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: 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; 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:#cb0f3c;}
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:1530px){
	.container{ width: 1400px;}
}
/**********样式重置**********/

/**********头部**********/

.header{ position: absolute; left: 0; top: 0; right: 0; z-index: 11; box-sizing: border-box; transition: linear 0.35s; background:#e8e8e7; }

@media (min-width:1082px){
	.header .container{ display: flex; justify-content:space-between; align-items: center; box-sizing: border-box; width:auto; padding: 0 1rem;}
	.header.fis_show{ box-shadow: 3px 0 0.16rem rgba(0,0,0,0.09); }
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #E0E0DF;}
}

.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .logo a{ display: block; padding: 0.3rem 0; transition: linear 0.35s;}
.header .logo img{ height: 0.83rem; width: auto;}
@media (min-width:1082px){
	.header.fis_show .logo a{ padding: 0.2rem 0;}
	.header.fis_show .logo img{ height: 0.53rem;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ height: 70px;}
	.header .logo{ overflow: hidden; display: block;}
	.header .logo a{ padding: 10px 0; display: flex; align-items: center; justify-content: center; }
}

.header .menu{ margin: 0; display: inline-block;}

.header .menu .jdmenu{}
.header .menu .jdmenu>ul>li{ font-size: 0.22rem; text-transform: capitalize; position: relative;}
.header .menu .jdmenu>ul>li>a{ display: block; color: #231815; position: relative; transition: linear 0.3s; overflow: hidden; letter-spacing: 1px;}
.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.2rem;}
	.header .menu .jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 0.315rem 0; align-items: center;}

	/*.header .menu .jdmenu>ul>li>a>b{ display: none;}*/
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{ color: #cb0f3c;}
	
	.header .menu .jdmenu>ul>li:last-child>a{ padding: 0.15rem 0.3rem; background: #cb0f3c; color: #fff; border-radius: 0.35rem;}

}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 0; 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: 69.8px; 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; }
.header div.btnsearch{ display: inline-flex; align-items: center; justify-content: center; cursor: pointer; margin-right: 0.2rem;}
.header div.btnsearch i{ color: #000000; font-size: 0.24rem;}
.header div.btnsearch:hover i{ color: #cb0f3c;}

.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-family: "KumbhSans-Bold"; font-size: 0.1953rem; 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: #08577c}
.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;}


.header .btnmenu{ display: inline-flex; width: 0.66rem; height: 0.66rem; border-radius: 50%; align-items: center; justify-content: center; background: #cb0f3c; position: absolute; right: 0.6rem; z-index: 11;}
.header .btnmenu:hover{ background: #000;}

@media (min-width: 1082px) {
}
@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.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;text-transform: capitalize; 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>.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;}

.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: #cb0f3c; 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: #cb0f3c; 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: #cb0f3c; 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:120px; min-width: inherit;}
}
@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: 100%;}
.search .close{ position: absolute; right: 15px; top: 15px; color: #fff; cursor: pointer; transition: linear 0.65s;}
.search .close i{ font-size: 0.6rem;}
.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.45rem!important; z-index: 9; }
.bframe .swiper-pagination .swiper-pagination-bullet{ display: inline-block; width: 8px; height: 8px; border: 0; background: #a9abaf; opacity: 1; margin-top: 0.5rem; transition: linear 0.35s;}
.bframe .swiper-pagination .swiper-pagination-bullet-active{ background: #fff; }

.bframe .btn{ display: inline-flex; align-items: center; justify-content: center; z-index: 2; cursor: pointer; background: #fff; border-radius: 50%; width: 0.58rem; height: 0.58rem; box-shadow: 0 0 0.25rem rgba(0,88,28,0.26); margin-top: 0.85rem; margin-right: 0.15rem;}
.bframe .btn i{ color: #cb0f3c; font-size: 0.3rem; transform: rotate(-45deg);}
.bframe .btn-next i{ transform: rotate(135deg);}

.bframe .ibtn_txt_info{ position: absolute; left: 0.4rem; top: 0.4rem; display: flex;}
.bframe .ibtn_txt_info .item{ display: flex; align-items: center; justify-content: space-between; width: 2.8rem; margin: 0; margin-right: 0.8rem; color: #fff; transform: translateX(-60px); opacity: 0;}
.bframe .ibtn_txt_info .item .tag{ margin: 0; }
.bframe .ibtn_txt_info .item .tag i{ font-size: 0.24rem;}
.bframe .ibtn_txt_info .item .txt{ margin: 0; width: calc(100% - 0.52rem); font-size: 0.13rem; line-height: 1.3;}
.bframe .ibtn_txt_info .item .txt a{ display: block; margin-bottom: 0.1rem; color: #fff;}
.bframe .ibtn_txt_info .item .txt a:last-child{ margin-bottom: 0;}
.bframe .ibtn_txt_info .item .txt a:hover{ color: #cb0f3c;}

.bframe .ibtn_txt_nr{ position: absolute; left: 0.12rem; bottom: 0.35rem; max-width: 6.1rem; z-index: 3; transform: translateX(60px); opacity: 0; padding-left: 0.4rem;  font-family: var(--font1);}
.bframe .ibtn_txt_nr h2{ font-weight: bold; font-size: 0.6176rem; line-height: 1; color: #fff; }
.bframe .ibtn_txt_nr p{ font-size: 0.4rem; line-height: 1; color: #fff; margin-top: 0.15rem;}
.bframe .ibtn_txt_img{transform: translateX(60px); opacity: 0; margin-top: 1.9rem;}
.bframe .ibtn_txt_img img{ width: 6.28rem;}

.bframe .ibtn_txt_nr1{ position: absolute; right: 0.5rem; bottom: 0.35rem; z-index: 2; max-width: 6.1rem;  font-family: var(--font1);}
.bframe .ibtn_txt_nr1 h2{ font-weight: bold; font-size: 0.6176rem; line-height: 1; color: #fff;  transform: translateX(60px); opacity: 0;}
.bframe .ibtn_txt_nr1 p{ font-size: 0.4rem; line-height: 1; color: #fff; margin-top: 0.15rem;  transform: translateX(60px); opacity: 0; margin-bottom: 1rem;}

.bframe .ibtn_txt_nr2{ position: absolute; right: 0.5rem; max-height:100%; bottom: 0.35rem; z-index: 2; max-width: 6.1rem;  font-family: var(--font1);}
.bframe .ibtn_txt_nr2 h2{ margin:0; max-width: 6.1rem; font-weight: bold; font-size: 0.6176rem; line-height: 1; color: #fff; transform: translateX(-60px); opacity: 0; padding-top: 0.4rem; margin-bottom: 0.15rem;}
.bframe .ibtn_txt_nr2 p{ font-size: 0.4rem; line-height: 1.2; color: #fff; transform: translateX(60px); margin-bottom: 2.1rem; opacity: 0;}

.bframe .ibtn_txt_nr3{ position: absolute; left: 0; right: 0; bottom: 0.35rem; z-index: 1; padding-left: 0.8rem; font-family: var(--font1);}
.bframe .ibtn_txt_nr3 h2{ margin:0; max-width: 6.4rem; font-weight: bold; font-size: 0.6176rem; line-height: 1; color: #fff; transform: translateX(-60px); opacity: 0;}
.bframe .ibtn_txt_nr3 p{ font-size: 0.4rem; line-height: 1.2; color: #fff; transform: translateX(60px); margin-bottom: 2.1rem; opacity: 0; margin-top: 0.15rem;}

.bframe .ibtn_txt_img3{ transform: translateX(60px); opacity: 0;}
.bframe .ibtn_txt_img3 img{ width: 6.36rem;}

@media (min-width: 1082px) {
	.bframe{ margin-top: 1.43rem;}
	.bframe .swiper-slide-active .ibtn_txt_info .item:nth-child(1){ transform: translateX(0); opacity: 0.6; transition: all 2s ease 0.5s;}
	.bframe .swiper-slide-active .ibtn_txt_info .item:nth-child(2){ transform: translateX(0); opacity: 0.6; transition: all 2s ease 0.8s;}
	.bframe .swiper-slide-active .ibtn_txt_info .item:nth-child(3){ transform: translateX(0); opacity: 0.6; transition: all 2s ease 1.2s;}
	.bframe .swiper-slide-active .ibtn_txt_nr{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.8s;}
	.bframe .swiper-slide-active .ibtn_txt_img{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.8s;}
	.bframe .swiper-slide-active .ibtn_txt_nr1 h2{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.5s;}
	.bframe .swiper-slide-active .ibtn_txt_nr1 p{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.8s;}
	.bframe .swiper-slide-active .ibtn_txt_nr2 h2{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.5s;}
	.bframe .swiper-slide-active .ibtn_txt_nr2 p{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.8s;}
	.bframe .swiper-slide-active .ibtn_txt_nr3 h2{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.5s;}
	.bframe .swiper-slide-active .ibtn_txt_nr3 p{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.8s;}
	.bframe .swiper-slide-active .ibtn_txt_img3{ transform: translateX(0); opacity: 1; transition: all 2s ease 0.8s;}
	
	.bframe .btn:hover{ background: #cb0f3c;}
	.bframe .btn:hover i{ color: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 70px;}
    .bframe .swiper-slide .txt{ width: 100%; margin: 0; padding: 0 15px; box-sizing: border-box; height: auto;}
    .bframe .swiper-slide .txt .context h2{ font-size: 0.34rem;}
	.bframe .swiper-slide .txt .context .line{ margin: 5px 0;}
    .bframe .swiper-slide .txt .context p{ display: none;}
    .bframe .swiper-slide .txt .context span{display: none;}
	.bframe .btxt{ position: inherit; width: 100%;}
	.bframe .btn{ margin-top: 0.5rem;}
}

/**********大图切换**********/


/**********首页样式**********/


.iframe{ overflow: hidden; padding: 0.4rem 0 1.6rem; background: url(/dist/images/1_05.jpg);}
.iframe h2{ font-size: 1rem; text-align: center; font-family: var(--font3); margin-top: 0.4rem;}
.iframe h2 span{ display: block; position: relative; line-height: 0.8;}
.iframe h2 span:before{ content: ""; display: inline-block; background: url("/dist/images/1_03.png") no-repeat center center / 100%; height: 100%; height: 0.26rem; width: 0.26rem; margin-bottom: 0.62rem; margin-right: 0.15rem;}
.iframe h2 span:after{ content: ""; display: inline-block; background: url("/dist/images/1_04.png") no-repeat center center / 100%; height: 100%; height: 0.26rem; width: 0.26rem; margin-left: 0.15rem; margin-bottom: 0.62rem;}
.iframe h2 span b{ position: absolute; right: -1.5rem; top: 1.5rem; width: 2.4rem; height: 0.6rem; background: #cb0f3c; box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; padding: 0.15rem 0.35rem; border-radius: 0.35rem;}
.iframe h2 span b img{ -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.iframe .list{ margin-top: 1.3rem;}
.iframe .list .item{ margin: 0; width: calc((100% - 2rem)/5); margin-right: 0.5rem; text-align: center; cursor: pointer;}
.iframe .list .item .img{ position: relative; width: 0.78rem; height: 0.78rem;}
.iframe .list .item .img img{ max-width: 100%; max-height: 100%; width: auto; height: auto; transition: linear 0.35s;}
.iframe .list .item .txt{}
.iframe .list .item .txt h3{ font-size: 0.18rem; line-height: 1.2; margin: 0.3rem 0 0.2rem;}
.iframe .list .item .txt p{ font-size: 0.14rem; color: #898989; line-height: 1.3;}

.iframe .list .item:nth-child(1) .img img.hoverimg{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 0.5rem; transition: linear 0.35s;}
.iframe .list .item:nth-child(2) .img img.img1{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1rem;}

.iframe .list .item:nth-child(3) .img img.img1{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1rem;}

.iframe .list .item:nth-child(4) .img img.img1{ position: absolute; left: 50%; top: 50%; transform: translate(-0.4rem,-0.2rem); z-index: 1; width: 0.55rem; }
.iframe .list .item:nth-child(4) .img img.img2{ position: absolute; left: 50%; top: 50%; transform: translate(-0.1rem,-0.4rem); z-index: 1; width: 0.55rem;}

.iframe .list .item:nth-child(5) .img img.img1{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0.6rem}
.iframe .list .item:nth-child(5) .img img.hoverimg{ position: absolute; right: 0.25rem; top: 0.2rem; z-index: 1; width: 0.1rem;}
@media (min-width:1082px){
	.iframe .list .item:nth-child(5n){ margin-right: 0;}
	.iframe .list .item:nth-child(1):hover .img img.hoverimg{ width: 0.75rem;}
	.iframe .list .item:nth-child(2):hover .img img.img1{ transform:translate(-50%,-50%) scale(1.1)}
	.iframe .list .item:nth-child(3):hover .img img.img1{ transform:translate(-50%,-50%) scale(1.1)}
	.iframe .list .item:nth-child(4):hover .img img.img1{ transform: translate(-50%,-50%);}
	.iframe .list .item:nth-child(4):hover .img img.img2{ transform: translate(-50%,-50%);}
	.iframe .list .item:nth-child(5):hover .img img.hoverimg{ transform: translateX(-0.2rem)}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe{ background: #e8e7e5;}
	.iframe h2 span{ font-size: 0.8rem; text-align: left; line-height: 1.3;}
	.iframe h2 span:first-child{ margin: 0; padding-left: 0.4rem;}
	.iframe h2 span:first-child:before{ margin-bottom: 0.2rem; position: absolute; left: 0; top: .12rem;}
	.iframe h2 span:last-child{ margin: 0; padding-left: 0.4rem;}
	.iframe h2 span:last-child:after{ margin-bottom: 0.42rem;}
	.iframe h2 span b{ right: 0rem; top:inherit; bottom: 0.1rem; width: 1.7rem; height: auto;}
	.iframe .list .item{ width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; margin-bottom: 0.3rem;}
	.iframe .list .item:nth-child(3n){ margin-right: 0;}
	.iframe .list .item .txt p{ display: none;}
}


.iframe1{ background: #cb0f3c;}
.iframe1 .item{ margin: 0 auto; width: 100%; max-width: 1540px; display: flex; align-items: flex-start;}
.iframe1 .item .img{ margin: 0; width: 3.7rem; margin-top: -1rem; margin-bottom: 0.1rem;}
.iframe1 .item .txt{ margin: 0; margin-left: 0.7rem; padding: 0.3rem 0 0 0; font-size: 0.36rem; font-weight: bold; color: #fff; line-height: 1.3;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe1 .item{ }
	.iframe1 .item .img{ margin-left: 15px; width: 2rem; margin-top: -0.4rem;}
	.iframe1 .item .txt{ width: 100%; font-size: 0.2rem; margin: 0; padding: 0.15rem;}
}

.iframe2{ padding: 1.2rem 0 1.4rem; background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed;}
.iframe2 .lt{ margin: 0; width: 3.55rem;}
.iframe2 .fr{ margin: 0; width: calc(100% - 3.55rem);}
.iframe2 .fr p{ font-size: 0.14rem; line-height: 1.4; color: #fff; margin-bottom: 0.7rem;}
.iframe2 .fr h2{ font-family: var(--font2); font-weight: bold; font-size: 0.61rem; text-transform: uppercase; color: #fff; line-height: 1.3;}
@media (min-width:1082px){
	.iframe2 .lt img{ margin: -0.3rem -0.3rem 0 0}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe2{ padding: 0.3rem 0 0.8rem; background-attachment: scroll;}
	.iframe2 .lt{ margin: 0 auto; display: none;}
	.iframe2 .fr{ width: 100%;}
	.iframe2 .fr{ display: flex; flex-wrap: wrap; flex-direction: column-reverse;}
	.iframe2 .fr h2{ font-size: 0.4rem; margin: 0; margin-bottom: 0.3rem;}
	.iframe2 .fr p{ margin-bottom: 0.3rem; font-size: 0.24rem; line-height: 1.15}
	.iframe2 .fr a{ font-size: 0.24rem; line-height: 1.4; color: #fff; }
	.iframe2 .fr a i{ display: inline-block; transform: rotate(-45deg); margin-left: 0.1rem;}
}


.iframe3{ overflow: hidden; padding: 1.8rem 0 1.2rem; background: url(/dist/images/1_05.jpg);}
.iframe3 .tit{ align-items: center;}
.iframe3 .tit .lt{ margin: 0; width: 50%}
.iframe3 .tit .lt h2{ font-weight: bold; font-size: 0.52rem; color: #333333; font-family: var(--font2);}
.iframe3 .tit .lt p{ font-size: 0.2rem; color: #898989;}
.iframe3 .tit .fr{ margin: 0; width: 50%; text-align: right;}
.iframe3 .tit .fr a{ display: inline-flex; width: 2.36rem; height: 0.52rem; background: #cb0f3c; box-sizing: border-box; align-items: center; justify-content: center; color: #fff; font-size: 0.3rem; border-radius: 0.52rem; border: 1px solid #cb0f3c;}
.iframe3 .list{ margin-top: 0.7rem;}
.iframe3 .list .item{ margin: 0; width: calc((100% - 3.2rem)/5); margin-right: 0.8rem; text-align: center;}
.iframe3 .list .item .img{ }
.iframe3 .list .item .txt{ margin-top: 0.35rem;}
.iframe3 .list .item .txt span{ display: block; font-size: 0.14rem; color: #898989; line-height: 1.4;}
.iframe3 .list .item .txt h3{ background: #cb0f3c; border-radius: 0.5rem; padding: 6px 0; margin-top: 0.3rem; height: 0.56rem; display: flex; align-items: center;}
.iframe3 .list .item .txt h3 b{ display: block; font-size: 0.17rem; color: #fff; line-height: 1.3;}
.iframe3 .list .item .txt h3 em{ display: none; font-style: normal; font-size: 0.12rem; color: #898989; }
@media (min-width:1082px){
	.iframe3 .tit .fr a:hover{ background: none; color: #cb0f3c;}
	.iframe3 .list .item:nth-child(5n){ margin-right: 0;}
	.iframe3 .list .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe3{ background: #e8e7e5; padding: 0.9rem 0 0.9rem;}
	.iframe3 .tit .lt{ width: 100%; margin-bottom: 0.3rem;}
	.iframe3 .tit .fr{ width: 100%; text-align: left; display: none;}
	.iframe3 .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.15rem; margin-bottom: 0.3rem;}
	.iframe3 .list .item:nth-child(2n){ margin-right: 0; margin-left: 0.15rem;}
	.iframe3 .list .item .img{}
	.iframe3 .list .item .txt{ margin-top: 0.15rem;}
	.iframe3 .list .item .txt span{ display: none;}
	.iframe3 .list .item .txt h3{ background: none; font-size: 0.2rem; margin-top: 0.1rem;}
	.iframe3 .list .item .txt h3 b{ color: #333; font-size: 0.16rem;}
	.iframe3 .list .item .txt h3 em{ display: none;}
}


.iframe4{ overflow: hidden; padding: 0 0 1rem; background: url(/dist/images/1_05.jpg);}
.iframe4 .tit{ align-items: center;}
.iframe4 .tit .lt{ margin: 0; width: 50%}
.iframe4 .tit .lt h2{ font-family: var(--font2); font-weight: bold; font-size: 0.52rem; color: #333333;}
.iframe4 .tit .lt p{ font-size: 0.2rem; color: #898989;}
.iframe4 .tit .fr{ margin: 0; width: 40%; font-size: 0.14rem; line-height: 1.3; color: #898989;}
.iframe4 .list{ margin-top: 0.8rem;}
.iframe4 .list .item{ margin: 0; width: calc((100% - 10px)/2); margin-right: 5px; margin-bottom: 5px; display: flex; justify-content: space-between; align-items: center; background: #ebeaea;}
.iframe4 .list .item .img{ margin: 0; width: 43%; overflow: hidden;}
.iframe4 .list .item .txt{ margin: 0; width: 57%; padding: 0 0.6rem 0 0.45rem; box-sizing: border-box;}
.iframe4 .list .item .txt h3{ font-size: 0.3rem; color: #9e1e37; margin-bottom: 0.25rem;}
.iframe4 .list .item .txt p{ font-size: 0.12rem; line-height: 1.3; color: #898989;}
.iframe4 .list .item .txt span{ display: inline-flex; align-items: center; margin-top: 0.55rem; font-size: 0.14rem;color: #231815;}
.iframe4 .list .item .txt span i{ font-size: 0.4rem; color: #fff; margin-left: 0.2rem;}
@media (min-width:1082px){ 
	.iframe4 .list .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe4 { padding-top: 0; background: #e8e7e5;}
	.iframe4 .tit .lt{ width: 100%; margin-bottom: 0.3rem;}
	.iframe4 .tit .fr{ width: 100%; text-align: left; display: none;}
	.iframe4 .list .item{ position: relative; }
	.iframe4 .list .item .img{ margin: 0; width: 100%;}
	.iframe4 .list .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; width: 100%; padding: 0.1rem;}
	.iframe4 .list .item .txt h3{ color: #fff;}
	.iframe4 .list .item .txt p{ display: none;}
	.iframe4 .list .item .txt span{ display: none;}
	.iframe4 .list .item:nth-child(5){ display: none;}
}

.iframe5{ overflow: hidden; padding: 1rem 0; position: relative; background: url(/dist/images/1_05.jpg);}
.iframe5 .tit{ align-items: flex-start;}
.iframe5 .tit .lt{ margin: 0; display: inline-flex; padding-left: 1.7rem; align-items: center; color: #9e1e37; font-size: 0.12rem;}
.iframe5 .tit .lt:before{ content: ""; width: 0.1rem; height: 0.1rem; display: inline-block; background: #9e1e37; margin-right: 0.15rem;}
.iframe5 .tit .fr{ max-width: 50%; margin-left: 1.65rem; margin-right: auto;}
.iframe5 .tit .fr h2{ font-size: 0.34rem; color: #231815; line-height: 1.3; margin-bottom: 0.25rem;}
.iframe5 .tit .fr p{ font-size: 0.14rem; color: #898989; line-height: 1.6;}
.iframe5 .list{ margin-top: 0.7rem;}
.iframe5 .list .item{ margin: 0; width: calc((100% - 6px)/3); margin-right: 3px; margin-bottom: 3px; background: #f3f3f4; cursor: pointer;}
.iframe5 .list .item .img{ overflow: hidden; position: relative;}
.iframe5 .list .item .img span{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0.8rem; height: 0.8rem; background: #ffffff75; }
.iframe5 .list .item .img span i{position:relative;z-index:3;color:#fff;font-size:.4rem}
.iframe5 .list .item .img span:before{content:"";position:absolute;left:.1rem;top:.1rem;right:.1rem;bottom:.1rem;border-radius:50%;background:#ffffff75;z-index:2;animation:circle-opacity 2s infinite}
.iframe5 .list .item .img span:after{content:"";position:absolute;left:.1rem;top:.1rem;right:.1rem;bottom:.1rem;border-radius:50%;background:#ffffff75;z-index:2; animation:circle-opacity 3s infinite}
.iframe5 .list .item .txt{ padding: 0.25rem;}
.iframe5 .list .item .txt h3{ font-size: 0.16rem; color: #898989; line-height: 1.5; height: 3em; margin-bottom: 0.3rem;}
.iframe5 .list .item .txt p{ display: flex; align-items: center; justify-content: space-between;}
.iframe5 .list .item .txt p b{ margin: 0; font-size: 0.14rem; color: #9e1e37;}
.iframe5 .list .item .txt p span{ margin: 0;  font-size: 0.14rem; color: #231815; display: inline-flex; align-items: center;}
.iframe5 .list .item .txt p span i{ font-size: 0.4rem; margin-left: 0.2rem; color: #fff;}
@media (min-width:1082px){
	.iframe5 .list .item:nth-child(3n){ margin-right: 0;}
	.iframe5 .list .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe5 { padding-top: 0; background: #e8e7e5;}
	.iframe5 .tit .lt{ padding: 0;}
	.iframe5 .tit .fr{ max-width: 100%; width: 100%; margin: 0; margin-top: 0.3rem;}
	.iframe5 .list .item{  width: calc((100%)/1); margin-right: 0; display: none}
	.iframe5 .list .item .txt h3{ font-size: 0.2rem;}
	.iframe5 .list .item:first-child{ display: block;}
	.iframe5 .tit .fr p{ font-size: 0.18rem;}
}

.iframe6{ overflow: hidden; padding: 1rem 0 1.9rem; position: relative; background: url(/dist/images/1_05.jpg);}
.iframe6 .lt{ margin: 0; width: 40%;}
.iframe6 .lt span{ margin: 0; display: inline-flex; align-items: center; color: #9e1e37; font-size: 0.12rem;}
.iframe6 .lt span:before{ content: ""; width: 0.1rem; height: 0.1rem; display: inline-block; background: #9e1e37; margin-right: 0.15rem;}
.iframe6 .lt h2{ font-size: 0.34rem; margin-top: 0.6rem; line-height: 1.25;}
.iframe6 .fr{ margin: 0; width: 60%;}
.iframe6 .fr dl{}
.iframe6 .fr dl dd{ font-size: 0.1769rem; color: #898989; padding: 0.2rem 0; border-bottom: 2px solid #c4c4c4;}
.iframe6 .fr dl dd:first-child{ border-top: 2px solid #c4c4c4;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.iframe6 { padding-top: 0; background: #e8e7e5;}
	.iframe6 .lt{ width: 100%;}
	.iframe6 .fr{ width: 100%; margin-top: 0.3rem;}
}

/**********首页样式**********/


/**********底部样式**********/
.barrier{ padding: 0.9rem 0 1.23rem ; overflow: hidden; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; z-index: 1;}
.barrier h2{ font-size: 0.36rem; text-align: center; color: #fff;}
.barrier p{ font-size: 0.18rem; line-height: 1.78; color: #a6b2d8; text-align: center; margin-top: 0.2rem;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.footer{ background-color: #c41a2a; position: relative; z-index: 2; overflow: hidden; padding: 1rem 0 0.6rem;}
.footer .footlogo{}
.footer .footlogo img{ width: auto; height: 0.42rem;}


.footer .footinfo{ margin-top: 0.9rem; justify-content: flex-start;}
.footer .footinfo .lt{ margin: 0; width: 7.2rem;}
.footer .footinfo .lt dl{}
.footer .footinfo .lt dl dd{ font-size: 0.4402rem; display: block;}
.footer .footinfo .lt dl dd a{ display: block; color: #fff; line-height: 1.1; transition: all 0.35s;}
.footer .footinfo .lt dl dd:hover a{ padding-left: 0.1rem;}
.footer .footinfo .fr{ margin: 0; max-width: calc(100% - 7.2rem); width: 5.8rem;}
.footer .footinfo .fr .item{ margin: 0; width: calc((100%)/2); box-sizing: border-box; margin-bottom: 0.85rem;}
.footer .footinfo .fr .item h3{ font-size: 0.1464rem; color: #fff; margin-bottom: 0.3rem;}
.footer .footinfo .fr .item ul{}
.footer .footinfo .fr .item li{ font-size: 0.1464rem; color: #cdd6e2;}
.footer .footinfo .fr .item li a{ display: block; color: #cdd6e2; line-height: 1.4; transition: linear 0.35s;}
.footer .footinfo .fr .item p{ font-size: 0.1464rem; color: #cdd6e2; line-height: 1.4}
.footer .footinfo .fr .item p a{ display: block; color: #cdd6e2; line-height: 1.4; transition: linear 0.35s;}
.footer .footinfo .fr .item:nth-child(3){ padding-right: 20%;}
.footer .footinfo .fr .item:nth-child(4){ display: flex; align-items: flex-end;}
.footer .footinfo .fr .item p:hover a{ padding-left: 0.1rem;}
.footer .footinfo .fr .item li:hover a{ padding-left: 0.1rem;}

.footer .share{ display: flex; align-items: center;}
.footer .share a{ margin: 0; display: flex; box-sizing: border-box; align-items: center; justify-content: center; color: #cdd6e2; margin-right: 0.13rem;}
.footer .share a i{ font-size: 0.24rem;}

.footer .subscribeBox{ margin-right: 0; width: 5.2rem; height: 0.6rem; background: #022456; display: flex; padding: 0.15rem; box-sizing: border-box; align-items: center; justify-content: space-between;}
.footer .subscribeBox input{ margin: 0; width: calc(100% - 1.27rem); height: 0.3rem; color: #fff; font-size: 0.14rem; border: 0; background: none; box-sizing: border-box; padding-left: 0.1rem;}
.footer .subscribeBox button{ margin: 0; width: 1.27rem; height: 0.3rem; background: #0f66b9; border: 0; color: #fff; font-size: 0.14rem; cursor: pointer;}

@media (min-width:1082px){
	.footer .container{ width: auto; padding: 0 0.7rem;}
	.footer .list .foot:nth-child(1){ width: 3.6rem; margin-right: 1.95rem;}
	.footer .list .foot:nth-child(2){ width: 1.5rem; margin-right: 0.9rem;}
	.footer .list .foot:nth-child(3){ width: 1.6rem; margin-right: 0.85rem;}
	.footer .list .foot:nth-child(4){ width: 5.55rem;}
}
@media (min-width:1px) and  (max-width:1081px){
	.footer{ }
	.footer .footinfo .fr{ display: none;}
	.footer .footinfo .lt dl dd{ margin-bottom: 0.1rem;}
}

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 0.25rem 0; background: #1e2227;}
.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.4rem 0; background: #c41a2a;  border-top: 1px solid #d1474c;}
.copy .container{  display: flex; justify-content: space-between; align-items: center;}
.copy .footdiv{ font-size: 0.14rem; line-height: 1.5; color: #cdd6e2;}
.copy .footdiv a{ color: #cdd6e2;}
@media (min-width:1082px){
	.copy .container{ width: auto; padding: 0 0.7rem;}
	.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;}
.nbframe .ban_txt{ position: absolute; right: 0; bottom: 0;}
@media (min-width:1082px){
    .nbframe{ margin-top: 1.43rem;}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 70px;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ overflow: hidden; padding: 0.3rem 0; box-sizing: border-box; display: none;}
.location .container{ position: relative;}
.location .txt{ position: relative; text-transform: capitalize; font-size: 0.16rem; display: flex; flex-wrap: wrap;}
.location .txt h1{ font-size: 0.42rem; text-transform: uppercase; width: 100%; font-family: "KumbhSans-Bold";}
.location .txt h2{ font-size: 0.42rem; text-transform: uppercase; width: 100%; font-family: "KumbhSans-Bold";}
.location .txt p{  display: flex; align-items: center; width: 100%; }
.location .icon-home{ margin-right: 5px; font-size: 0.2rem; }
.location .icon-here{ display: inline-block; padding: 0 3px; font-size: 0.14rem;}
.location a{ display: inline-block; }
@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: #cb0f3c; 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: 4.25rem; box-sizing: border-box; padding: 0.6rem 0.7rem 0.6rem 0;position: relative; }
.left_nav .lbt{ overflow: hidden; }
.left_nav .lbt h2{ font-family: var(--font2); font-size: 0.5rem; font-weight: bold; color: #231815; margin-bottom: 0.35rem;}
.left_nav>.lbt>ul{ 	}
.left_nav>.lbt>ul>li{ font-size: 0.24rem; margin-bottom: 0.2rem;}
.left_nav>.lbt>ul>li>a{ display: block; padding-left: 0.35rem; position: relative;}
.left_nav>.lbt>ul>li>a:before{ content: ""; position: absolute; left: 0; top: 0.1rem; width: 0.15rem; height: 0.15rem; background: #888888; border-radius: 50%;}
.left_nav>.lbt>ul>li>a span{ }

.left_nav>.lbt>ul>li:hover>a:before,.left_nav>.lbt>ul>li.active>a:before{ background: #cb0f3c;}
.left_nav>.lbt>ul>li.active>ul{ display: block;}
.left_nav>.lbt>ul>li>ul{  display: none; transition: linear 0.35s; padding: 0.1rem 0 0 0}
.left_nav>.lbt>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; color: #333; padding: 0.1rem 0 0.1rem 0.35rem ;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ color: #cb0f3c;}

.left_nav .leftinfo{ position: relative;}
.left_nav .leftinfo .txt{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; padding: 0.5rem 0.4rem; box-sizing: border-box; text-align: center;}
.left_nav .leftinfo .txt i{ font-size: 1.05rem; color: #fff;}
.left_nav .leftinfo .txt h3{ font-size: 0.24rem; color: #fff; font-weight: bold; margin: 0.2rem 0 0 0;}
.left_nav .leftinfo .txt .line{ display: block; height: 1px; background: #4b4b4b; margin: 0.2rem 0 0.3rem;}
.left_nav .leftinfo .txt p{ font-size: 0.16rem; color: #fff;}
.left_nav .leftinfo .txt p a{ color: #fff;}
.left_nav .leftinfo .txt p:nth-child(4){ font-size: 0.24rem; margin-bottom: 0.1rem;}
.left_nav .leftinfo .txt>a{ width: 1.96rem; height: 0.56rem; display: inline-flex; align-items: center; justify-content: center; background: #0166b3; border-radius: 5px; font-size: 0.18rem; color: #fff; text-transform: capitalize; margin-top: 0.3rem; box-sizing: border-box; border: 1px solid #0166b3; transition: all 0.35s ease;}
.left_nav .leftinfo .txt>a i{ font-size: 0.3rem;font-weight: bold; margin-left: 0.15rem;}

.left_nav .key_from{ overflow: hidden; margin-bottom: 0.23rem; background: #0166b3; border-radius: 5px; padding: 0.3rem; box-sizing: border-box;}
.left_nav .key_from form{ display: flex; width: 100%; background: #fff; overflow: hidden;}
.left_nav .key_from input{ width: 100%; padding: 0.1rem 0.2rem; height: 0.6rem; border: 0; background: none; font-size: 0.14rem; color: #d8d8d8;}
.left_nav .key_from input::placeholder{ color: #d8d8d8;}
.left_nav .key_from button{ width: 53px; background: none; border: 0; cursor: pointer; outline: none; }
.left_nav .key_from button i{ font-size: 0.2rem; color: #08577c;}

@media (min-width:1082px){
	.left_nav{ position: sticky; left: 0; top: 1.1rem;}
	.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%; padding: 0.4rem 0;}
	.left_nav .lbt h2{ display: flex; align-items: center;}
	.left_nav .lbt h2 i{ margin-right: 0; margin-left: auto;}
	.left_nav .lbt>ul{ display: none;}
}

.right_detail{ width: calc(100% - 4.25rem);}
@media (min-width:1082px){
	.right_detail{  padding: 0.6rem 0 0.6rem 0.9rem; border-left: 1px solid #d0cfce;}
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; margin: 0.4rem 0}
}
/**********左右侧页面**********/


/**********关于我们**********/

.aframe{ position: relative; background-repeat: no-repeat; background-position: top center; overflow: hidden; background-size: cover;}
.aframe_1{ position: relative; background-repeat: no-repeat; background-position: top center; overflow: hidden; background-size: cover;}
.aframe_2{ position: relative; background-repeat: no-repeat; background-position: top center; overflow: hidden; background-size: cover; padding-bottom: 3.5rem;}
.aframe_3{ position: relative; background-repeat: no-repeat; background-position: top center;  background-size: cover; height: 1rem;}
.aframe h2{ font-family: var(--font2); font-size: 0.9rem; color: #fff; font-weight: bold; position: relative; margin: 0.45rem 0 0 0; padding-bottom: 0.3rem;}
.aframe h2:before{ content: ""; display: inline-block; background: url("/dist/images/1_01.png") no-repeat center center / 100%; height: 100%; height: 0.26rem; width: 0.26rem; margin-bottom: 0.6rem; margin-right: 0.15rem;}
.aframe h2:after{ content: ""; display: inline-block; background: url("/dist/images/1_02.png") no-repeat center center / 100%; height: 100%; height: 0.26rem; width: 0.26rem; margin-left: 0.15rem; margin-bottom: 0.6rem;}
.aframe .list{ margin-top: 1rem;}
.aframe .list .item{ margin: 0; width: calc((100% - 2rem)/5); margin-right: 0.5rem; text-align: center; cursor: pointer;}
.aframe .list .item .img{ position: relative; width: 0.78rem; height: 0.78rem;}
.aframe .list .item .img img{ max-width: 100%; max-height: 100%; width: auto; height: auto; transition: linear 0.35s;}
.aframe .list .item .txt{}
.aframe .list .item .txt h3{ font-size: 0.18rem; color: #fff; line-height: 1.2; margin: 0.3rem 0 0.2rem;}
.aframe .list .item .txt p{ font-size: 0.14rem; color: #fff; line-height: 1.3;}

.aframe .list .item:nth-child(1) .img img.hoverimg{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 0.5rem; transition: linear 0.35s;}
.aframe .list .item:nth-child(2) .img img.img1{ position: absolute;left: 50%; top: 50%; transform: translate(-50%,-50%); width: 1rem;}

.aframe .list .item:nth-child(3) .img img.img1{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; width: 1rem;}

.aframe .list .item:nth-child(4) .img img.img1{ position: absolute; left: 50%; top: 50%; transform: translate(-0.4rem,-0.2rem); z-index: 1; width: 0.55rem; }
.aframe .list .item:nth-child(4) .img img.img2{ position: absolute; left: 50%; top: 50%; transform: translate(-0.1rem,-0.4rem); z-index: 1; width: 0.55rem;}

.aframe .list .item:nth-child(5) .img img.img1{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0.6rem}
.aframe .list .item:nth-child(5) .img img.hoverimg{ position: absolute; right: 0.25rem; top: 0.2rem; z-index: 1; width: 0.1rem;}

.aframe .imgbox{ width: 3.7rem; margin: 0 auto;}
.aframe .imgbox img{ margin-top: -1.62rem;}
@media (min-width:1082px){
	.aframe .list .item:nth-child(5n){ margin-right: 0;}
	.aframe .list .item:nth-child(5n){ margin-right: 0;}
	.aframe .list .item:nth-child(1):hover .img img.hoverimg{ width: 0.75rem;}
	.aframe .list .item:nth-child(2):hover .img img.img1 { transform:translate(-50%,-50%) scale(1.3)}
	.aframe .list .item:nth-child(3):hover .img img.img1 { transform:translate(-50%,-50%) scale(1.3)}
	.aframe .list .item:nth-child(4):hover .img img.img1{ transform: translate(-50%,-50%);}
	.aframe .list .item:nth-child(4):hover .img img.img2{ transform: translate(-50%,-50%);}
	.aframe .list .item:nth-child(5):hover .img img.hoverimg{ transform: translateX(-0.2rem)}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe h2{ margin: 0; }
	.aframe .list{ margin-top: 0.5rem; display: none;}
	.aframe .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.3rem;}
	.aframe .list .item:nth-child(2n){ margin-right: 0;}
	.aframe .imgbox{ width: 3.7rem; }
}	
/*.aframe .fr span{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.aframe .fr span i{position:relative;z-index:3;color:#fff;font-size:.65rem}
.aframe .fr span:before{content:"";position:absolute;left:.1rem;top:.1rem;right:.1rem;bottom:.1rem;border-radius:50%;background:#0166b3;z-index:2;animation:circle-opacity 2s infinite}
.aframe .fr span:after{content:"";position:absolute;left:.1rem;top:.1rem;right:.1rem;bottom:.1rem;border-radius:50%;background:#0166b3;z-index:2; animation:circle-opacity 3s infinite}*/




.aframe1{ overflow: hidden; padding: 0.55rem 0 1rem; background: #e7e7e5;}
.aframe1 .container{ position: relative;}
.aframe1 .lt{ margin: 0; width: 4.2rem;}
.aframe1 .lt a{ display: inline-block; margin-right: 0.3rem; width: 0.32rem;}
.aframe1 .fr{ margin: 0; width: calc(100% - 4.2rem);}
.aframe1 .fr h2{ font-family: var(--font2); font-weight: bold; font-size: 0.36rem; text-transform: uppercase; color: #be173a; margin-bottom: 0.5rem;}
.aframe1 .fr p{ font-size: 0.21rem; color: #7d7d7d; line-height: 1.45; margin-bottom: 0.8rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.aframe1 .lt{ width: 100%; display: none;}
	.aframe1 .fr{ width: 100%; margin-top: 0.3rem;}
}

.aframe2{ overflow: hidden; position: relative; background-repeat: no-repeat; background-position:  center 1.01rem; background-size: cover;}
.aframe2 h2{ background: #c41b28; padding: 0.15rem 1rem 0.25rem 1rem; font-size: 0.446rem; font-weight: bold; color: #fff; text-transform: uppercase;}
.aframe2 h2 i{ font-size: 0.42rem; color: #fff; margin-right: 0.3rem;}
.aframe2 .swiper-container{ margin: 1.3rem 0; z-index: 1;}
.aframe2 .swiper-slide{position: relative;}
.aframe2 .item{ }
.aframe2 .item h3{ font-size: 0.2rem; font-weight: bold; color: #be173a; margin-bottom: 0.1rem;}
.aframe2 .item .context{ font-size: 0.1308rem; line-height: 1.3; height: 6.5em;}
@media (min-width:1081px) {
	.aframe2 .swiper-container:before{ content: ""; position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: -1; height: 1px; background: #9a9998;}
	.aframe2 .item{ position: relative;}
	.aframe2 .item.itemone{ padding-top: -2rem;}
	.aframe2 .item.itemone:before{ content: ""; position: absolute; left: 0; bottom: -0.45rem; z-index: 2; width: 0.11rem; height: 0.11rem; background: #888888; border-radius: 50%;}
	.aframe2 .item.itemtwo{ padding-top: 2rem;}
	.aframe2 .item.itemtwo:before{ content: ""; position: absolute; left: 0; bottom: 1.55rem; z-index: 2; width: 0.11rem; height: 0.11rem; background: #888888; border-radius: 50%;}
	.aframe2 .swiper-slide-active .item:before{ background: #be173a}
}
@media (min-width:1px) and (max-width:1080px){
	.aframe2 .list{ padding: 0.45rem 0 0.45rem 1.4rem; position: relative;}
	.aframe2 .list:before{ content: ""; position: absolute; left:0.8rem; top: 0.45rem; bottom: 0.45rem; width: 1px; background: #9a9998;}
	.aframe2 .list .item{ position: relative; margin-bottom: 0.2rem;}
	.aframe2 .list .item:before{ content: ""; position: absolute; left: -0.65rem; top: 0; width: 0.11rem; height: 0.11rem; background: #888888; border-radius: 50%;}
	.aframe2 .item .context{ height: auto;}
}

.aframe3{ overflow: hidden; position: relative; padding: 1.3rem 0 5rem;}

.aframe3 .tit{ align-items: flex-start;}
.aframe3 .tit .lt{ margin: 0; width: 50%}
.aframe3 .tit .lt h2{ font-weight: bold; font-size: 0.52rem; color: #333333; font-family: var(--font2);}
.aframe3 .tit .lt p{ font-size: 0.2rem; color: #898989;}
.aframe3 .tit .fr{ margin: 0; width: 40%; font-size: 0.18rem; line-height: 1.3; color: #898989; padding-top: 0.7rem;}
.aframe3 .list{ margin-top: 0.6rem;}
.aframe3 .list .item{ margin: 0; width: calc((100% - 0.2rem)/3); margin-right: 0.1rem; margin-bottom: 0.1rem; background: #f2f2f3; cursor: pointer;}
.aframe3 .list .item .img{ position: relative; overflow: hidden; }
.aframe3 .list .item .img .context{ position: absolute; left: 0; bottom: 0; right: 0; padding: 0.2rem; display: flex; justify-content: space-between;}
.aframe3 .list .item .img .context .imgbox{ margin: 0; width: 1rem; height: 0.8rem; position: relative;}
.aframe3 .list .item .img .context .imgbox img{ width: 0.8rem;}
.aframe3 .list .item .img .context .nr{ margin: 0; width: calc(100% - 1.35rem);}
.aframe3 .list .item .img .context .nr h3{ font-size: 0.26rem; color: #fff; line-height: 1.2;}
.aframe3 .list .item .img .context .nr p{ font-size: 0.14rem; line-height: 1.4; color: #fff; margin-top: 0.15rem;}
.aframe3 .list .item .txt{ padding: 0.2rem;}
.aframe3 .list .item .txt p{ font-size: 0.16rem; line-height: 1.5; color: #888888;}
.aframe3 .list .item .txt span{ text-align: right; font-size: 0.12rem; color: #201412; display: block; margin-top: 0.1rem;}

@media (min-width:1082px){
	.aframe3:after{ content: "Advantages"; position: absolute; right: 2.5rem; bottom: 2rem; font-size: 0.46rem; color: #c2c4c4;}
	.aframe3 .list .item:nth-child(2) .img .context .imgbox{ position: relative;}
	.aframe3 .list .item:nth-child(2) .img .context .imgbox img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.aframe3 .list .item:nth-child(2) .img .context .imgbox img.img1{ width: 1rem; left: -0.1rem; top: -0.1rem; transform: none;}
	.aframe3 .list .item:nth-child(2) .img .context .imgbox img.img2{ width: 0.16rem; right: 0; top: 6px; transform: rotate(-36deg);}
	.aframe3 .list .item:nth-child(2) .img .context .imgbox img.img3{ width: 0.60rem; transform: rotate(-23deg) translate(-16px,7px); transition: linear 0.35s;}
	.aframe3 .list .item:nth-child(2) .img .context .imgbox img.img4{ width: 0.45rem; transform: translate(-21px,-29px) rotate(-12deg);}

	.aframe3 .list .item:nth-child(3) .img .context .imgbox{ position: relative;}
	.aframe3 .list .item:nth-child(3) .img .context .imgbox img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.aframe3 .list .item:nth-child(3) .img .context .imgbox img.img1{ z-index: 3; width: 1rem;}
	.aframe3 .list .item:nth-child(3) .img .context .imgbox img.img2{ width: 0.3rem; z-index: 2;}
	.aframe3 .list .item:nth-child(3) .img .context .imgbox img.img3{ bottom: 0; transform: translateX(-50%); width: 0.5rem; z-index: 4}

	.aframe3 .list .item:nth-child(4) .img .context .imgbox{ position: relative;}
	.aframe3 .list .item:nth-child(4) .img .context .imgbox img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0.55rem;}
	.aframe3 .list .item:nth-child(4) .img .context .imgbox img.img1{ transform: translate(-0.43rem,-0.1rem);}
	.aframe3 .list .item:nth-child(4) .img .context .imgbox img.img2{ transform: translate(-0.2rem,-0.3rem);}

	.aframe3 .list .item:nth-child(5) .img .context .imgbox{ position: relative;}
	.aframe3 .list .item:nth-child(5) .img .context .imgbox img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0.7rem;}
	.aframe3 .list .item:nth-child(5) .img .context .imgbox img.hoverimg{ width: 0.15rem; transform: translate(0px,-0.18rem);}
	
	.aframe3 .list .item:hover .img img{ transform: scale(1.1)}
	.aframe3 .list .item:nth-child(3n){ margin-right: 0;}
	.aframe3 .list .item:nth-child(2):hover .img .context .imgbox img.img1{ transform:scale(1.1)}
	.aframe3 .list .item:nth-child(3):hover .img .context .imgbox img.img1{ transform:translate(-50%,-50%) scale(1.1)}
	.aframe3 .list .item:nth-child(3):hover .img .context .imgbox img.img2{ transform: translate(-50%,-50%) scale(1.1);}
	.aframe3 .list .item:nth-child(4):hover .img .context .imgbox img{ transform: translate(-50%,-50%);}
	.aframe3 .list .item:nth-child(5):hover .img .context .imgbox img.hoverimg{ transform: translate(-17px,-.18rem);}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe3{ padding: 1.3rem 0}
	.aframe3 .tit .lt{ width: 100%;}
	.aframe3 .tit .fr{ width: 100%;}
	.aframe3 .list .item{ width: calc((100% - 0.1rem)/2); margin-right: 0.1rem;}
	.aframe3 .list .item:nth-child(2n){ margin-right: 0;}
	
	.aframe3 .list .item .txt{ display: none;}
	.aframe3 .list .item .img .context{ padding: 0.1rem; align-items: center;}
	.aframe3 .list .item .img .context .imgbox{ width: 0.6rem;}
	.aframe3 .list .item .img .context .nr{ width: calc(100% - 0.8rem);}
	.aframe3 .list .item .img .context .nr h3{ font-size: 0.2rem;}
	.aframe3 .list .item .img .context .nr p{ display: none;}
}

.aframe4{ padding: 0 0 1.5rem 0; background: #E8E7E5;}
.aframe4 h2{  background: #c41b28; padding: 0.15rem 1rem 0.25rem 1rem; font-size: 0.446rem; font-weight: bold; color: #fff; text-transform: uppercase;}
.aframe4 h2 i{ font-size: 0.42rem; color: #fff; margin-right: 0.3rem;}
.aframe4 h3{ font-size: 0.52rem; font-weight: bold; color: #231815; padding-top: 1.1rem; margin-bottom: 0.2rem;}
.aframe4 h4{ font-size: 0.2rem; font-style: italic; color: #888888;}
.aframe4 p{ font-size: 0.18rem; color: #888888; line-height: 1.65; margin-top: .35rem;}
.aframe4 video{ width: 100%!important; height: auto!important; position: relative; z-index: 1; background-color: transparent!important;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.aframe4{ display: none;}
}

.aframe5{ height: 12.44rem; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; position: relative; background-position: center center;}
.aframe5 .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.aframe5 .txt h2{ font-size: 0.52rem; font-weight: bold; color: #fff; font-family: var(--font2);}
.aframe5 .txt em{ font-size: 0.2rem; display: block; color: #fff; margin-top: 0.1rem;}
.aframe5 .txt .list{ display: flex; justify-content: space-between; margin-top: 1rem;}
.aframe5 .txt .list .item{ margin: 0; display: inline-block; color: #fff;}
.aframe5 .txt .list .item h3{ display: flex; align-items: flex-end; line-height: 1.1}
.aframe5 .txt .list .item h3 span{ font-size: 1.44rem; font-weight: bold; font-family: var(--font2);}
.aframe5 .txt .list .item h3 b{ font-size: 1.44rem; font-weight: bold; font-family: var(--font2);}
.aframe5 .txt .list .item h3 font{ font-size: 0.49rem; font-weight: bold; line-height: 1; display: inline-block; margin: 0 0 0.15rem 0.1rem;}
.aframe5 .txt .list .item h4{ font-size: 0.28rem;font-weight: bold;}
.aframe5 .txt .list .item article{ display: block; font-size: 0.16rem;}
.aframe5 .txt p{ font-size: 0.16rem; line-height: 1.2; color: #d7d7d7; margin-top: 2rem;}
@media (min-width:1082px){
	.aframe5 .txt p{ margin-right: 0; width: 60%;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe5{ height: 9rem; background-attachment: scroll;}
	.aframe5 .txt{ padding: 0 0.3rem; box-sizing: border-box; margin: 0; width: 100%;}
	.aframe5 .txt h2{ font-size: 0.32rem;}
	.aframe5 .txt em{ font-size: 0.14rem;}
	.aframe5 .txt .list{ display: block}
	.aframe5 .txt .list .item{ display: block; margin-bottom: 0.3rem;}
	.aframe5 .txt .list .item h3{ justify-content: flex-start;}
	.aframe5 .txt .list .item h3 span{ margin: 0; font-size: 0.6rem; font-weight: bold;}
	.aframe5 .txt .list .item h3 b{ margin: 0; font-size: 0.6rem; font-weight: bold;}
	.aframe5 .txt .list .item h3 font{ margin: 0;font-size: 0.24rem;}
	.aframe5 .txt .list .item h4{ font-size: 0.18rem;font-weight: bold;}
	.aframe5 .txt .list .item article{ display: block; font-size: 0.12rem;}
	.aframe5 .txt p{margin-top: 0.7rem; display: none;}
}

.aframe6{ padding: 1.6rem 0;}
.aframe6 h2{ font-size: 0.52rem; font-weight: bold; font-family: var(--font2);}
.aframe6 em{ font-size: 0.2rem; display: block; color: #888888; margin-top: 0.1rem;}
.aframe6 p{ font-size: 0.16rem; line-height: 1.5; margin-top: 0.9rem; color: #888888;}
.aframe6 .list{ margin-top: 0.8rem;}
.aframe6 .list .item{ margin: 0; width: calc((100% - 3rem)/4); margin-right: 1rem; margin-bottom: 0.3rem;}
.aframe6 .list .item .img{ overflow: hidden; box-sizing: border-box; box-shadow: 0 0 0.15rem #00000030;}
.aframe6 .list .item .txt{ margin-top: 0.15rem;}
.aframe6 .list .item .txt h3{ font-size: 0.24rem; line-height: 1.55; height: 3.1em; text-align: center; color: #c2c2c2;}
@media (min-width:1082px){
	.aframe6 .list .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe6 .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.3rem;}
	.aframe6 .list .item:nth-child(2n){ margin-right: 0;}
}

.aframe7{ padding: 1.6rem 0 0 0 ;}
.aframe7 h2{ font-size: 0.52rem; font-weight: bold; font-family: var(--font2);}
.aframe7 em{ font-size: 0.2rem; display: block; color: #888888; margin-top: 0.1rem;}
.aframe7 p{ font-size: 0.16rem; line-height: 1.5; margin-top: 0.9rem; color: #888888;}
.aframe7 .list{ margin-top: 0.8rem;}
.aframe7 .list .item{ margin: 0; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; margin-bottom: 0.2rem; position: relative; cursor: pointer;}
.aframe7 .list .item .img{ overflow: hidden; box-sizing: border-box; box-shadow: 0 0 0.15rem #00000030;}
.aframe7 .list .item .img img{ width: 100%; height: auto;}
.aframe7 .list .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; padding: 0.25rem; text-align: center;}
.aframe7 .list .item .txt h3{ font-size: 0.24rem; color: #fff;}
@media (min-width:1082px){
	.aframe7 .list .item:nth-child(4n){ margin-right: 0;}
	.aframe7 .list .item:hover img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe7 .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.3rem;}
	.aframe7 .list .item:nth-child(2n){ margin-right: 0;}
}

/**********关于我们**********/


/**********单页面**********/
.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 0.4rem 0;}
.gallerylist .item{ margin: 0; display: block; width: calc((100% - 1rem)/6); 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;}

.imageslist{ padding: 0.6rem 0 0 0; display: flex; flex-wrap: wrap;}
.imageslist .item{ margin: 0; overflow: hidden; box-sizing: border-box;}
.imageslist .item .img{ overflow: hidden;}
.imageslist .item .img img{ width: 100%; height: auto}
.imageslist .item .txt{ display: none;}
.imageslist .item:nth-child(1){ width: calc(25%); padding-right: 0.15rem; margin-bottom: 0.15rem;}
.imageslist .item:nth-child(2){ width: calc(50%);}
.imageslist .item:nth-child(3){ width: calc(25% - 0.15rem); margin-left: 0.15rem; margin-bottom: 0.15rem;}
.imageslist .item:nth-child(4){ width: calc(25%); transform: translateY(calc(-100%)); padding-right: 0.15rem;}
.imageslist .item:nth-child(5){ width: calc(25% - 0.15rem); margin-left: 0.15rem; transform: translate(calc(200% + 0.3rem),calc(-100%));}

.imageslist2{ padding: 0 0 0.4rem 0; display: flex; flex-wrap: wrap;}
.imageslist2 .item{ margin: 0; overflow: hidden; box-sizing: border-box; width: calc((100% - 0.45rem)/4); margin-right: 0.15rem; margin-bottom: 0.2rem;}
.imageslist2 .item .img{ overflow: hidden;}
.imageslist2 .item .img img{ width: 100%; height: auto}
.imageslist2 .item .txt{ display: none;}
@media (min-width:1082px){
	.imageslist2{ margin-top: -2rem;}
	.imageslist2 .item:nth-child(4n){ margin-right: 0;}
	
	.gallerylist .item:nth-child(6n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.imageslist2{ margin-top: -0.8rem;}
	.imageslist2 .item{ width: calc((100% - 0.2rem)/2);}
	.imageslist2 .item:nth-child(2n){ margin-right: 0;}
	
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
}

/**********图库**********/

/**********产品页面**********/


.summary{ overflow: hidden; position: relative; margin-bottom: 0.3rem;}
.summary .tit{}
.summary .tit h2{ font-family: var(--font2); font-weight: bold; font-size: 0.5rem; color: #231815;}
.summary .context{ font-size: 0.16rem; line-height: 1.85; color: #888888;}
@media (min-width:1082px){
	.summary .tit .fr{ text-align: right;}
	.summary .key_from{ width: 3.6rem; display: inline-block;}
}
@media (min-width:1px) and (max-width:1081px){
}

.twosmall{ margin-bottom: 0.25rem; display: flex; flex-wrap: wrap;}
.twosmall .item{ display: inline-flex; min-width: 1.7rem; height: 0.38rem; font-size: 0.18rem; color: #cb0f3c; align-items: center; justify-content: center; background: #fff; margin-right: 0.3rem; padding: 0 0.15rem; box-sizing: border-box;}
.twosmall .item:hover,.twosmall .item.active{ background: #cb0f3c; color: #fff;}

.threesmall{ display: none; align-items: center; flex-wrap: wrap; border-bottom: 2px solid #cb0f3c;}
.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: #cb0f3c; 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:#cb0f3c;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: #cb0f3c; 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{ padding: 0.6rem 0; }
.ProList .item{ margin: 0; margin-bottom: 0.4rem; display: block;}
.ProList .item .img{ }
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ overflow: hidden; position: relative;}
.ProList .item .txt h3{ font-size: 0.3rem; font-weight: bold; color: #231815; line-height: 1.3;}
.ProList .item .txt h4{ font-size: 0.2rem; color: #888888; font-style: italic; margin: 0.15rem 0 0.3rem;}
.ProList .item .txt .context{ margin: 0; width: 75%; font-size: 0.15rem; color: #231815; line-height: 1.65;}
.ProList .item .txt  span{ font-size: 0.1339rem; color: #fff; padding: 0.1rem 0.2rem; border-radius: 0.2rem; background: #be173a; position: absolute; right: 0; bottom: 0;}


@media (min-width:1082px){ 
	.ProList .item{ display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.55rem;}
	.ProList .item .img{ margin: 0; width: 3rem;}
	.ProList .item .txt{ margin: 0; width: calc(100% - 4rem); box-sizing: border-box; }
	.ProList .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ display: flex; justify-content: space-between; align-items: center; }
	.ProList .item .img{ margin: 0; width: 2.6rem;}
	.ProList .item .txt{ margin: 0; width: calc(100% - 2.9rem); box-sizing: border-box; }
	.ProList .item .txt .context{ display: none;}
	.ProList .item .txt  span{ display: none;}
}

.productsdetail{ }
.productsdetail h1{ font-size: 0.49rem; font-weight: bold; margin-bottom: 0.1rem; color: #231815}
.productsdetail h2{ font-size: 0.27rem; font-style: italic; color: #888888;}
.productsdetail .proimgbox{ overflow: hidden; padding: 0.6rem 0 ;}
.productsdetail .proimgbox img{ max-width: 4.6rem;}
.productsdetail .details-txt{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.productsdetail .xgeffect{ margin-bottom: 0.9rem; width: 100%;}
.productsdetail .xgeffect .detailtop{ overflow: hidden; border-bottom: 3px solid #453d3b;}
.productsdetail .xgeffect .detailtop span{ font-family: var(--font2); display: inline-block; padding: 0.1rem 0; font-size: 0.2rem; font-weight: bold; color: #231815; text-transform: uppercase;}
.productsdetail .xgeffect .detalist{ font-size: 0.20rem; line-height: 1.4; color: #231815; overflow: hidden; margin-top: 0.3rem;}
.productsdetail .xgeffect .detalist iframe{ max-width: 100%;}
.productsdetail .xgeffect .detalist table{ width: 100%!important; height: auto!important;}
.productsdetail .xgeffect .detalist table tr{ width: 100%!important; display: flex; height: auto!important; box-sizing: border-box;}
.productsdetail .xgeffect .detalist table tr td{ margin: 0; color: #201613; margin-right: 0.1rem; border-bottom: 3px solid #201613; width: 1.65rem!important; font-size: 0.20rem; box-sizing: border-box; height: auto; display: flex; align-items: center; justify-content: flex-start!important; padding: 5px 0;}
.productsdetail .xgeffect .detalist table tr td>p{ width: 100%;}
.productsdetail .xgeffect .detalist table tr td:nth-child(2){ width: 2.75rem!important;}
.productsdetail .xgeffect .detalist table tr td:first-child{ width: 0.75rem!important;}
.productsdetail .xgeffect .detalist table tr td:last-child{ margin-right: 0;}
.productsdetail .xgeffect .detalist table tr:nth-child(1) td{ font-family: var(--font2); font-weight: bold; width: 0.75rem!important;}
.productsdetail .xgeffect .detalist table tr:nth-child(1) td:nth-child(2){ width: 2.75rem!important;}
.productsdetail .xgeffect .detalist table tr:nth-child(1) td:nth-child(3){ width: 5.15rem!important;}
.productsdetail .xgeffect .detalist img{ margin-top: 0.5rem;}

.productsdetail .xgeffect#features{ margin-bottom: 0.35rem;}
.productsdetail .xgeffect#features .detailtop{ margin-bottom: 0.15rem;}
.productsdetail .xgeffect#standards{margin-bottom: 0.35rem;}
.productsdetail .xgeffect#standards .detailtop{ margin-bottom: 0.15rem;}
.productsdetail .xgeffect#onlineInquiry{ margin-bottom: 0.3rem; width: 100%;}

.productsdetail .xgeffect .oddslist{}
.productsdetail .xgeffect .oddslist .item{ width: 100%; display: flex;flex-wrap: wrap; justify-content: space-between; align-items:center; margin-bottom:0.5rem;}
.productsdetail .xgeffect .oddslist .item .img{ margin: 0; overflow: hidden; width: 1.7rem; height: 1.7rem; position: relative; border-radius: 50%;}
.productsdetail .xgeffect .oddslist .item .img img{ padding: 0; margin: 0; position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.productsdetail .xgeffect .oddslist .item .txt{ margin: 0; width: calc(100% - 2.2rem); font-size: 0.2rem!important; line-height: 1.6;}
.productsdetail .xgeffect .oddslist .item .txt p:nth-child(1){ font-family: var(--font2); font-size: 0.2rem!important; font-weight: bold; color: #231815; }
@media (min-width:1082px){
	.productsdetail .xgeffect:nth-child(1){ width: 40%; margin: 0; margin-bottom: 0.9rem;}
	.productsdetail .xgeffect:nth-child(2){ width: 59%; margin: 0; margin-bottom: 0.9rem;}
}
@media (min-width:1px) and (max-width:1081px){
	.productsdetail .xgeffect .detailtop{ border-bottom-width: 1px;}
	.productsdetail .xgeffect .detalist table tr td{ border-bottom-width: 1px;}
	.productsdetail .xgeffect .oddslist .item .txt{  width: calc(100% - 2rem); line-height: 1.4;}
	.productsdetail .xgeffect .oddslist .item .txt strong{margin-bottom:0.1rem;display:block;}
}

.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{ margin-top: 0.2rem;}
.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: 0.45rem; font-size: 0.18rem; text-transform: uppercase; color: #fff; cursor: pointer; outline: none; position: relative; overflow: hidden; border: 0; background: #be173a; display: flex; justify-content: center; align-items: center; margin: 0 0 0 auto;}
.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{}
}
/**********产品页面**********/

/**********新闻中心**********/
.newstit{ padding: 1.7rem 0 0 0;}
.newstit h2{ font-family: var(--font2); font-size: 0.5rem; font-weight: bold; color: #231815; margin-bottom: 0.1rem;}
.newstit p{ font-size: 0.2rem; color: #888888; font-style: italic;}

.newslist{ padding: 0.6rem 0; }
.newslist .item{ margin: 0; width: calc((100% - 0.8rem)/3); margin-bottom: 0.4rem; margin-right: 0.4rem; box-sizing: border-box; position: relative;}
.newslist .item .img{ overflow: hidden;}
.newslist .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; padding: 0.25rem; color: #fff;}
.newslist .item .txt h3{ font-size: 0.4rem; line-height: 1.08;}
@media (min-width:1082px){
	.newslist .item:nth-child(3n){ margin-right: 0;}
	.newslist .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.newslist .item{ width: calc((100% - 0.2rem)/2); margin-bottom: 0.2rem; margin-right: 0.2rem; }
	.newslist .item:nth-child(2n){ margin-right: 0;}
}


.newsdetail{ overflow: hidden; padding: 0.3rem; margin: 0.6rem 0; background: rgba(255,255,255,0.7);}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.3rem; color: #cb0f3c; 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; font-family: "Gilroy_Regular";}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 0.16rem; line-height: 2; font-family: "Gilroy_Regular";}
.newsdetail .context img{ max-width: 100%; height: auto;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between; font-family: "Gilroy_Regular";}
.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;}
.newsdetail .Title h1{ font-size: 20px; line-height: 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-family: "MONTSERRAT-MEDIUM"; font-size: 0.36rem; line-height: 1.3; color: #333;}
.casestit .line{ display: inline-block; width: 0.47rem; height: 3px; background: #cb0f3c; margin-top: 0.15rem; margin-bottom: 0.25rem;}
.casestit p{ font-size: 0.18rem; color: #666; font-family: "MONTSERRAT-LIGHT"; 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; font-family: "SourceHanSansCN-Medium"; 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: #cb0f3c; 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; font-family: "Gilroy_Regular";}
.casesdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 0.16rem; line-height: 2; font-family: "Gilroy_Regular";}
.casesdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between; font-family: "Gilroy_Regular";}
.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 0.2rem 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:#cb0f3c;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; margin: 0.55rem 0 0.45rem; background: #f4f4f4; padding: 0.55rem 0.9rem;}
.service .lt{ margin: 0; width: 50%;}
.service .lt h2{ font-size: 0.2rem; text-transform: uppercase; font-family: "KumbhSans-Bold"; line-height: 1.5; margin-bottom: 0.2rem;}
.service .lt p{ font-size: 0.14rem; line-height: 1.8; color: #666666;}
.service .lt .viewmore{ padding: 5px; margin-top: 0.3rem;}
.service .lt .viewmore b{ margin: 0 0.15rem;}
.service .fr{ margin: 0; width: 50%;}
.service .fr .item{ margin-left: 0.9rem; padding-left: 0.3rem; display: flex; justify-content: space-between; align-items: center; padding-bottom: 0.3rem; border-bottom: 1px solid #dadada; margin-top: 0.2rem;}
.service .fr .item .txt{ margin: 0; width: calc(100% - 1rem);}
.service .fr .item .txt h3{ font-family: "KumbhSans-Bold"; font-size: .35rem; text-transform: uppercase; margin-bottom: 0.1rem;}
.service .fr .item .txt p{ font-size: 0.16rem; color: #999999;}
.service .fr .item .img{ margin: 0; width: 1rem;}
@media (min-width:1082px){
	.service .lt{ border-right: 1px solid #dadada;}
	.service .fr .item:last-child{ padding-bottom: 0; border: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.service .lt{ width: 100%;}
	.service .fr{ width: 100%; margin-top: 0.3rem;}
	.service .fr .item{ margin-left: 0}
}

.service1{ overflow: hidden; }
.service1 .item{ margin: 0; width: calc((100% - 0.35rem)/2); margin-right: 0.35rem; margin-bottom: 0.35rem; background: #f4f4f4; position: relative; box-sizing: border-box; padding: 0.5rem; display: flex; justify-content: space-between; overflow: hidden; z-index: 2;}
.service1 .item .tag{ margin: 0; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: #93bee9; color: #fff; display: inline-flex; align-items: center; justify-content: center;}
.service1 .item .tag i{ font-size: 0.5rem;}
.service1 .item .txt{ margin: 0; width: calc(100% - 1.55rem);}
.service1 .item .txt h3{ font-family: "KumbhSans-Bold"; font-size: 0.2rem; text-transform: uppercase; margin-bottom: 0.2rem;}
.service1 .item .txt p{ font-size: 0.14rem; line-height: 1.56;}
.service1 .item span{ position: absolute; right: 0.2rem; bottom: -0.5rem; color: #eaeaea; font-family: "KumbhSans-Bold"; font-size: 1.433rem; z-index: -1}
@media (min-width:1082px){
	.service1 .item:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.service1 .item{ width: calc((100%)/1); margin-right: 0;}
}

/**********服务中心**********/

/**********常见问题**********/
.faqlist{ overflow: hidden; padding: 0.6rem 0;}
.faqlist h2{ font-size: 0.36rem; font-weight: bold; color: #333; font-family: "Poppins-Bold";}
.faqlist .line{ display: block; width: 0.68rem; height: 6px; border-radius: 6px; background: #0166b3; margin: 0.15rem 0 0.3rem;}
.faqlist p{ font-size: 0.16rem; line-height: 1.875; color: #666;}
.faqlist .list{ overflow: hidden;}

.faqlist .item{ transition: all 0.35s ease; overflow: hidden; padding: 0.2rem; box-sizing: border-box; border: 1px solid #ddd; margin-top: 0.3rem; cursor: pointer;}
.faqlist .item .tit{ display: flex; align-items: center; justify-content: space-between; border-bottom: 1px dashed #ddd; padding-bottom: 0.15rem; margin-bottom: 0.15rem;}
.faqlist .item .tit span{ margin: 0; width: 0.24rem; height: 0.24rem; border-radius: 50%; background: #0166b3; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; color: #fff;}
.faqlist .item .tit b{ margin: 0; width: calc(100% - 0.4rem); display: block; font-size: 0.18rem; font-family: "Poppins-Bold";}
.faqlist .item .txt{ display: flex; align-items: flex-start; justify-content: space-between;}
.faqlist .item .txt span{ margin: 0; width: 0.24rem; height: 0.24rem; border-radius: 50%; background: #666666; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 0.18rem; margin-top: 5px;}
.faqlist .item .txt .context{  margin: 0; width: calc(100% - 0.4rem); display: block; font-size: 0.16rem; line-height: 2.25;}

@media (min-width:1082px){
	.faqlist .item:hover{ background: #0166b3; color: #fff;}
	.faqlist .item:hover  span{ background: #fff; color: #0166b3;} 
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/


/**********下载中心**********/
.download{}
.download dl{ padding: 0.5rem 0 1rem;}
.download dl dd{ display: flex; justify-content: space-between; align-items: center;}
.download dl dd b{ margin: 0; width: 1.85rem; border-bottom: 3px solid #201613; font-size: 0.28rem; color: #231815; padding: 0.1rem 0; text-transform: uppercase;}
.download dl dd p{ margin: 0; width: calc(100% - 2rem); border-bottom: 3px solid #201613; padding: 0.1rem 0; font-size: 0.28rem;}
.download dl dd:first-child b{ border-top: 3px solid #201613;}
.download dl dd:first-child p{ border-top: 3px solid #201613;}
.download article{ display: block; font-size: 0.34rem; line-height: 1.35; margin-bottom: 0.8rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.download dl{ display: none;}
	.download dl dd{ flex-wrap: wrap; margin-bottom: 0.2rem;}
	.download dl dd b{ width: 100%; border-bottom: 3px dotted #201613;}
	.download dl dd p{ width: 100%;}
	.download article{ display: none;}
}

.downleave{ padding: 0 0 0.6rem 0}
.downleave .feedbackbox{ display: flex; flex-wrap: wrap;}
.downleave .input{ margin: 0; width: calc(100%); display: block; justify-content: space-between; align-items: center; box-sizing: border-box; margin-bottom: 0.1rem!important;}
.downleave .input.textarea{ flex-wrap: wrap; padding-top: 0.85rem;}
.downleave .input label{ font-size: 0.3rem; color: #333; margin: 0.2rem 0; text-transform: capitalize; display: block;}
.downleave .input label em{ color: red; display: inline-block; margin-right: 0.1rem}
.downleave .input input{ width: 100%; border-bottom: 1px solid #000000; background: none; outline: none; padding:0.2rem 0; box-sizing: border-box; border-radius: 0; font-size: 0.3rem;}
.downleave .input input::placeholder{ color: #000;}
.downleave .input textarea{ width: 100%; height: 5.6rem; border: 0; outline: none; resize: none; border-radius: 0; font-size: 0.3rem; background: #fff; box-sizing: border-box; padding: 0.1rem;}
.downleave .checkbox{ margin: 0; width: calc(100%); font-size: 0.24rem; display: flex; align-items: center; margin-top: 0.5rem;}
.downleave .checkbox input{ margin-right: 0.1rem; width: 0.5rem; height: 0.5rem;}
.downleave button{ display: block; font-size: 0.16rem; text-transform: uppercase; color: #fff; width: 1.6rem; height: 0.48rem; border: 0; cursor: pointer; outline: none; transition: linear 0.35s; border-radius: 0.48rem; background: #cb0f3c; margin: 0 0 0 auto; margin-top: 0.4rem;}
.downleave button i{ font-size: 0.2rem; margin-left: 0.1rem;}
.downleave .list{ margin-top: 0.7rem;}
.downleave .list .item{ margin: 0; width: calc((100% - 1.76rem)/3); margin-right: 0.88rem; background: #fff;}
.downleave .list .item .img{ overflow: hidden;}
.downleave .list .item .txt{ padding: 0.25rem; text-align: right;}
.downleave .list .item .txt h3{ font-weight: bold; font-size: 0.24rem; text-align: center;}

@media (min-width:1082px){
    .downleave .input.w100{ margin: 0; width: calc(100%);}
    .downleave .input.w33{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem;}
	.downleave .input.w50{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem;}
    .downleave .input.end{ margin-right: 0;}
	.downleave .list .item:nth-child(3){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.downleave{}
    .downleave .input{ width: 100%; background: #fff; padding:0.15rem 0.25rem; border-radius: 0.25rem; box-sizing: border-box;}
	.downleave .input label{ font-size: 0.2rem;}
	.downleave .input input{ height: 40px; border: 0; font-size: 0.2rem;}
	.downleave .input.textarea{ padding-top: 0; margin-top: 0.3rem;}
	.downleave .input textarea{ height: 1.3rem;}
	.downleave button{ width: 100%; height: 0.5rem;}
}

.downloadlist{ overflow: hidden; padding: 0 0 0.7rem 0;}
.downloadlist .list{ margin-top: 0.45rem;}
.downloadlist .list .item{ display: flex; justify-content: space-between; overflow: hidden; background: #f5f5f5; align-items: center; padding: 0.1rem 0.25rem; border-radius: 0.25rem;}
.downloadlist .list .item .txt{ margin: 0; width: 5.9rem; display: flex; justify-content: space-between; align-items: center;}
.downloadlist .list .item .txt i{ font-size: 0.22rem; margin: 0; margin-right: 0.15rem; color: #1c8b3c;}
.downloadlist .list .item .txt h3{ width: calc(100% - 0.37rem); font-size: 0.16rem; color: #000000;}
.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{}
	.downloadlist .list .item .size{ display: none;}
}
/**********下载中心**********/

/**********可持续发展**********/
.sustainability{ padding: 1.2rem 0 1.1rem;}
.sustainability .lt{ margin: 0; width: 50%;}
.sustainability .lt p{ margin-bottom: 0.4rem; font-size: 0.24rem; line-height: 1.6;}
.sustainability .lt p:last-child{ margin-bottom: 0;}
.sustainability .fr{ margin: 0; width: 50%;}
@media (min-width:1082px){
	.sustainability .lt{ box-sizing: border-box; padding-right: 1rem;}
}
@media (min-width:1px) and (max-width:1081px){
	.sustainability{ flex-direction: column-reverse;}
	.sustainability .lt{ width: 100%;}
	.sustainability .fr{ width: 100%; margin-bottom: 0.3rem;}
}
/**********可持续发展**********/

/**********联系我们**********/
.informationtit{}
.informationtit h2{ font-size: 0.5rem; font-weight: bold; color: #231815; margin-bottom: 0.1rem;}
.informationtit p{ font-size: 0.2rem; color: #888888; font-style: italic;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.information{}
.information dl{ padding: 0.5rem 0 1rem;}
.information dl dd{ display: flex; justify-content: space-between; align-items: center;}
.information dl dd b{ margin: 0; width: 1.85rem; border-bottom: 3px solid #201613; font-size: 0.17rem; color: #231815; padding: 0.1rem 0; text-transform: uppercase;}
.information dl dd p{ margin: 0; width: calc(100% - 2rem); border-bottom: 3px solid #201613; padding: 0.1rem 0; font-size: 0.17rem;}
.information dl dd:first-child b{ border-top: 3px solid #201613;}
.information dl dd:first-child p{ border-top: 3px solid #201613;}
.information article{ display: block; font-size: 0.21rem; line-height: 1.35; margin-bottom: 0.8rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.information dl dd{ flex-wrap: wrap; margin-bottom: 0.2rem;}
	.information dl dd b{ width: 100%; border-bottom: 3px dotted #201613;}
	.information dl dd p{ width: 100%;}
}

.informationleave{ padding: 0 0 0.6rem 0}
.informationleave .feedbackbox{ display: flex; flex-wrap: wrap;}
.informationleave .input{ margin: 0; width: calc(100%); display: block; justify-content: space-between; align-items: center; box-sizing: border-box; margin-bottom: 0.1rem!important;}
.informationleave .input.textarea{ flex-wrap: wrap;}
.informationleave .input label{ font-size: 0.3rem; color: #333; margin: 0.2rem 0; text-transform: capitalize; display: block;}
.informationleave .input label em{ color: red; display: inline-block; margin-right: 0.1rem}
.informationleave .input input{ width: 100%; border-bottom: 1px solid #000000; background: none; outline: none; padding:0.2rem 0; box-sizing: border-box; border-radius: 0; font-size: 0.2rem;}
.informationleave .input input::placeholder{ color: #000;}
.informationleave .input textarea{ width: 100%; height: 5.6rem; border: 0; outline: none; resize: none; border-radius: 0; font-size: 0.3rem; background: #fff; box-sizing: border-box; padding: 0.1rem;}
.informationleave .checkbox{ margin: 0; width: calc(100%); font-size: 0.24rem; display: flex; align-items: center;}
.informationleave .checkbox input{ margin-right: 0.1rem; width: 0.5rem; height: 0.5rem;}
.informationleave button{ display: block; font-size: 0.16rem; text-transform: uppercase; color: #fff; width: 1.6rem; height: 0.48rem; border: 0; cursor: pointer; outline: none; transition: linear 0.35s; border-radius: 5px; background: #cb0f3c; margin: 0 0 0 auto; margin-top: 0.4rem; border-radius: 0.48rem;}
.informationleave button i{ font-size: 0.2rem; margin-left: 0.1rem;}
.informationleave .list{ margin-top: 0.7rem;}
.informationleave .list .item{ margin: 0; width: calc((100% - 1.76rem)/3); margin-right: 0.88rem; background: #fff;}
.informationleave .list .item .img{ overflow: hidden;}
.informationleave .list .item .txt{ padding: 0.25rem; text-align: right;}
.informationleave .list .item .txt h3{ font-weight: bold; font-size: 0.24rem; text-align: center;}

@media (min-width:1082px){
    .informationleave .input.w100{ margin: 0; width: calc(100%);}
    .informationleave .input.w33{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem;}
	.informationleave .input.w50{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem;}
    .informationleave .input.end{ margin-right: 0;}
	.informationleave .list .item:nth-child(3){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.informationleave{}
    .informationleave .input{ width: 100%;}
	.informationleave .input input{ height: 40px;}
}

.information1{ padding-bottom: 0.66rem; background-position: center top; background-repeat: no-repeat; background-size: cover;}

.leave{ padding: 0.6rem; background: #ffffff87;}
.leave h2{  font-family: "KumbhSans-Bold"; font-size: 0.3807rem; color: #00012b; text-transform: uppercase; line-height: 1.2; margin-bottom: 0.6rem; text-align: center;}
.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.1rem!important;}
.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.42rem; background: #fff; border: 1px solid #e8e8e8; outline: none; padding: 0 0.2rem; box-sizing: border-box; border-radius: 5px;}
.leave .input textarea{ width: 100%; background: #fff; height: 1.26rem; border: 1px solid #e8e8e8; outline: none; padding: 0.1rem ; resize: none; border-radius: 5px;}
.leave button{ display: block; font-size: 0.16rem; text-transform: uppercase; color: #fff; width: 1.6rem; height: 0.48rem; border: 0; cursor: pointer; outline: none; transition: linear 0.35s; border-radius: 5px; background: #7fa7cf; margin: 0 auto; margin-top: 0.4rem;}
.leave button i{ font-size: 0.2rem; margin-left: 0.1rem;}

@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{ padding:0.3rem;}
    .leave .input{ width: 100%;}
	.leave .input input{ height: 30px;}
}
/**********联系我们**********/


/**********网站地图**********/
.SitemapPage{ overflow: hidden; padding: 0.6rem 0}
.SitemapPage .title h2{ font-family: "Gilroy-Bold"; 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: 0.4rem; }

.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:#cb0f3c; position:relative; cursor:pointer; margin-bottom:10px; transition: linear 0.35s; clear: both; float: right; box-sizing: border-box; border-top-left-radius: 5px; border-bottom-left-radius: 5px; box-shadow: 0 0 5px #00000015;}
#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: #fff; padding: 5px; display: flex; align-items: center; width: 260px; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
#float .onhover:hover>em{ background: #cb0f3c; height: 0.44rem; border-radius: 5px; line-height: 0.25rem;}
#float .onhover:hover>em>i{}
#float .onhover:hover>span{ display: block; margin-left: 10px; width: auto; color: #333;}
#float .onhover.wechat:hover{ width: 180px;}
#float .onhover.wechat:hover>span{ overflow: visible; position: relative; z-index: 10}
#float .onhover.wechat:hover>span>img{ margin-bottom: -109px;}
@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: #cb0f3c;
}
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: #cb0f3c; opacity: 0.7; z-index: -1;}
.note h2{ background: #cb0f3c; font-family: "Panton-Bold"; 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(200%);}
#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:#cb0f3c 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 #cb0f3c; 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 #cb0f3c;background-color:#cb0f3c;text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
#floatForm .contactForm .submit:hover{color:#cb0f3c;}
@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:#cb0f3c;background-color:#cb0f3c;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} }
