/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.banner_content .title {
  font-size: 3.964rem;
}

.banner_content .en_title {
  font-size: 2.973rem;
}

.banner_content .subtitle {
  font-size: 2.4rem;
}

.product .center_intro .pro_text {
  font-size: 1.5rem;
}

.services_item .adv {
  font-size: 1.4rem;
}

.news .more {
  font-size: 1rem;
}

.product .center_intro .pro_title,
.advantage_list,
.news_content .news_title {
  font-size: 1.2rem;
}

.about .about_content,
.about .more,
.product .right_intro .pro_title,
.product .left_intro .pro_title,
.product .left_intro .pro_text,
.product .right_intro .pro_text,
.advantage_box .advantage .advantage_list .item p,
.services_item .en_adv,
.news_content .news_text,
.news_item .img-box {
  font-size: 0.9rem;
}

.banner .banner_content {
  top: 31.7%;
  left: 6.09%;
}

.banner .banner_content .en_title {
  color: #e29d48;
  margin-bottom: 2.86%;
}

.banner .banner_content .subtitle {
  color: #46B98C;
  margin-bottom: 2.18%;
}

.banner .banner_content .title {
  color: #46B98C;
}

.home_text {
  font-size: 1.2rem;
  color: #333;
  padding: 1.5rem 0;
  margin: 3rem 0;
  text-align: center;
}

.product_intro_wrap {
  background-color: #D4EEE4;
  padding: 1.5rem 0;
}

.product_intro_wrap .product_intro {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.product_intro_wrap .product_intro li {
  width: 50%;
  padding: 0 10px;
  display: flex;
  align-items: center;
}

.product_intro_wrap .product_intro li .icon {
  margin: 0 .5rem 0 auto;
  text-align: right;
  width: 30%;
}

.product_intro_wrap .product_intro li .icon i {
  font-size: 2rem;
  color: #2aa073;
}

.product_intro_wrap .product_intro li p {
  margin: 0 auto 0 0.5rem;
  width: 70%;
  font-weight: 700;
  font-size: .7rem;
  color: #2aa073;
}

.about_box {
  width: 68.75%;
  margin: 8.125% auto 2.96%;
  display: none;
  justify-content: space-between;
  align-items: flex-start;
}

.about_box .img_box {
  width: 46.69%;
  margin-top: 1.54%;
  background-color: #46B98C;
  position: relative;
  transition: transform .8s;
}

.about_box .img_box:hover {
  transform: translate(-1%, 1%);
}

.about_box .img_box:hover::before {
  transform: translate(2%, -2%);
}

.about_box .img_box:hover img {
  transform: translate(6.41%, -8%);
}

.about_box .img_box::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 2%;
  left: 6.3%;
  width: 93.7%;
  height: 87.7%;
  border: 4px solid #FFF;
  z-index: 9;
  transition: transform .8s;
}

.about_box .img_box img {
  display: block;
  transition: transform .8s;
  transform: translate(3.41%, -5%);
  box-shadow: 0rem 0.2rem 0.4rem 0rem rgba(0, 0, 0, 0.2);
}

.about_box .about {
  width: 46.4%;
}

.about_box .about .item_top {
  text-align: left;
}

.about_box .about .item_top .en_title {
  width: 100%;
}

.about_box .about .item_top .line {
  width: 100%;
  transform-origin: left;
}

.about_box .about .item_top .synopsis {
  width: 100%;
}

.about_box .about .about_content {
  margin-bottom: 5%;
}

.about_box .about .about_content p {
  color: #303030;
  text-align: justify;
  line-height: 1.6rem;
  word-break: break-all;
}

.about_box .about .about_content p .text {
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #46B98C, #000, #46B98C);
  animation: shine 2s infinite linear reverse;
  background-blend-mode: hard-light;
  background-size: 50%;
  color: #FFF;
  -webkit-text-fill-color: transparent;
}

.about_box .about .more {
  display: block;
  text-align: center;
  width: 29.74%;
  padding: 1.5% 0;
  margin-left: auto;
  color: #FFF;
  background-color: #46B98C;
  border-radius: 0.8rem;
  cursor: pointer;
}

.about_box .about .more i {
  font-size: 1rem;
}

.product_box {
  width: 100%;
}

.product_box .tips {
  margin-top: 3rem;
  margin: 5px 0 24px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
}

.product_box .tips strong {
  padding-left: 20px;
  padding-right: 20px;
}

.product_box .tips::after, .product_box .tips::before {
  overflow: hidden;
  height: 1px;
  content: '\a0';
  background-color: #e7e7e7;
  flex-grow: 1;
}

.product_box .product_wrap {
  padding: 0 3rem;
}

.product_box .product_wrap .product {
  padding: 1.5rem 10px;
  margin-bottom: 1.5rem;
}

.product_box .product_wrap .product ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.product_box .product_wrap .product ul li {
  width: 16.66%;
  padding-left: 2%;
  box-sizing: border-box;
}

.product_box .product_wrap .product ul li:hover .img_box {
  background-color: #eee;
}

.product_box .product_wrap .product ul .pro .img_box {
  position: relative;
  padding-bottom: 100%;
  margin: 7px 0;
  transition: all .5s;
}

.product_box .product_wrap .product ul .pro .img_box img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product_box .product_wrap .product ul .pro .pro_info .name {
  height: 2rem;
  font-size: .75rem;
  margin-bottom: 7px;
  line-height: 1.35;
  color: #222529;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_box .product_wrap .product ul .pro .pro_info .price {
  display: none;
  font-size: .9rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.8rem;
}

.product_box .product_wrap .product ul .pro .more {
  width: fit-content;
  margin: 0 auto;
  letter-spacing: .01rem;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.6rem 1.4rem;
  background-color: #46B98C;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.product_box .product_wrap .product ul .pro_ca_img {
  padding: 1.2rem .8rem 0;
}

.product_box .product_wrap .product ul .pro_ca_img .img {
  height: 16.6rem;
}

.services_box {
  display: none;
  background: url(../images/index/background1.png) no-repeat center center;
  background-size: cover;
}

.services_box .services {
  width: 68.75%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.services_box .services .services_item {
  width: 18.58%;
  text-align: center;
}

.services_box .services .services_item:hover .img_box .c_img {
  display: block;
}

.services_box .services .services_item:hover .img_box .n_img {
  display: none;
}

.services_box .services .services_item:hover .adv {
  color: #e29d48;
}

.services_box .services .services_item:hover .en_adv {
  background-color: #e29d48;
}

.services_box .services .services_item:nth-child(2) {
  margin: 0 22.1%;
}

.services_box .services .services_item:nth-child(4) {
  margin: -2.13% 11% 0 20.16%;
}

.services_box .services .services_item:nth-child(5) {
  margin: -2.13% 20.16% 0 11%;
}

.services_box .services .services_item .img_box {
  width: 88.93%;
  padding-bottom: 88.93%;
  margin: 0 auto 10.3%;
  background-color: #FFF;
  border-radius: 1rem;
  position: relative;
}

.services_box .services .services_item .img_box img {
  max-width: 56.67%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.services_box .services .services_item .img_box .c_img {
  display: none;
}

.services_box .services .services_item .adv {
  color: #46B98C;
  margin-bottom: 7.25%;
}

.services_box .services .services_item .en_adv {
  color: #FFF;
  background-color: #46B98C;
  padding: 3.05% 0;
  border-radius: 0.4rem;
}

.advantage_box {
  display: none;
}

.advantage_box .advantage {
  position: relative;
  padding-bottom: 33.5%;
  overflow: hidden;
}

.advantage_box .advantage .center_img {
  width: 33.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 33.25%;
}

.advantage_box .advantage .center_img img {
  width: 74.02%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantage_box .advantage .center_img .bac {
  width: 96%;
  height: 96%;
  background: url(../images/public/circle.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2%;
  left: 2%;
}

.advantage_box .advantage .advantage_list .item {
  position: absolute;
  text-align: center;
  line-height: 1.2rem;
  color: #303030;
}

.advantage_box .advantage .advantage_list .item.active p {
  color: #46B98C;
}

.advantage_box .advantage .advantage_list .item.active .point {
  background-color: #e29d48;
}

.advantage_box .advantage .advantage_list .item .line,
.advantage_box .advantage .advantage_list .item .point {
  position: absolute;
}

.advantage_box .advantage .advantage_list .item p {
  transition: transform .5s;
}

.advantage_box .advantage .advantage_list .item .point {
  width: 0.7rem;
  height: 0.7rem;
  background-color: #46B98C;
  border-radius: 50%;
  transition: transform .5s;
}

.advantage_box .advantage .advantage_list .item:first-child {
  bottom: 73.11%;
  left: 19.46%;
}

.advantage_box .advantage .advantage_list .item:first-child .line {
  top: 115%;
  left: 50%;
  width: 110%;
  height: 50%;
  border-left: 0.149rem dashed #46B98C;
  border-bottom: 0.149rem dashed #46B98C;
  transform-origin: right;
}

.advantage_box .advantage .advantage_list .item:first-child .point {
  top: 110%;
  left: 47.5%;
}

.advantage_box .advantage .advantage_list .item:nth-child(2) {
  bottom: 73.11%;
  left: 68.48%;
}

.advantage_box .advantage .advantage_list .item:nth-child(2) .line {
  top: 115%;
  right: 42%;
  width: 102%;
  height: 35%;
  border-right: 0.149rem dashed #46B98C;
  border-bottom: 0.149rem dashed #46B98C;
  transform-origin: left;
}

.advantage_box .advantage .advantage_list .item:nth-child(2) .point {
  top: 110%;
  right: 39%;
}

.advantage_box .advantage .advantage_list .item:nth-child(3) {
  bottom: 50.61%;
  left: 16.45%;
}

.advantage_box .advantage .advantage_list .item:nth-child(3) .line {
  top: 115%;
  left: 50%;
  width: 145%;
  height: 50%;
  border-left: 0.149rem dashed #46B98C;
  border-bottom: 0.149rem dashed #46B98C;
  transform-origin: right;
}

.advantage_box .advantage .advantage_list .item:nth-child(3) .point {
  top: 110%;
  left: 47%;
}

.advantage_box .advantage .advantage_list .item:nth-child(4) {
  bottom: 50.61%;
  left: 73.25%;
}

.advantage_box .advantage .advantage_list .item:nth-child(4) .line {
  top: 115%;
  right: 42%;
  width: 143%;
  height: 35%;
  border-right: 0.149rem dashed #46B98C;
  border-bottom: 0.149rem dashed #46B98C;
  transform-origin: left;
}

.advantage_box .advantage .advantage_list .item:nth-child(4) .point {
  top: 110%;
  right: 39%;
}

.advantage_box .advantage .advantage_list .item:nth-child(5) {
  bottom: 14.5%;
  left: 16.14%;
}

.advantage_box .advantage .advantage_list .item:nth-child(5) .line {
  top: 15%;
  left: 82%;
  width: 60%;
  border-bottom: 0.149rem dashed #46B98C;
  transform-origin: right;
}

.advantage_box .advantage .advantage_list .item:nth-child(5) .point {
  top: 7%;
  left: 80%;
}

.advantage_box .advantage .advantage_list .item:nth-child(6) {
  bottom: 14.5%;
  left: 65.01%;
}

.advantage_box .advantage .advantage_list .item:nth-child(6) .line {
  top: 15%;
  right: 88%;
  width: 27%;
  border-bottom: 0.149rem dashed #46B98C;
  transform-origin: left;
}

.advantage_box .advantage .advantage_list .item:nth-child(6) .point {
  top: 7%;
  right: 86%;
}

.brand_box {
  padding: 0 !important;
  position: relative;
  margin-bottom: 7%;
}

.brand_box .item_top {
  padding-top: .6%;
}

.brand_box .player {
  width: 10.42%;
  padding-bottom: 10.42%;
  background: url(../images/index/play.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 46.83%;
  left: 44.79%;
}

.brand_box .player::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  border-left: 2.8em solid #fff;
  border-top: 2em solid transparent;
  border-bottom: 2em solid transparent;
  filter: drop-shadow(0.1rem 0.3rem 0.3rem rgba(2, 2, 2, 0.33));
}

.brand_box .brand {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.brand_box .brand .video_wrap {
  width: 49.5%;
  position: relative;
}

.brand_box .brand .video_wrap video {
  width: 100%;
}

.brand_box .brand .video_wrap .content_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.brand_box .brand .video_wrap .content_wrap p {
  width: 96%;
  color: #FFF;
  margin: .2rem auto;
  font-size: .9rem;
  text-shadow: 2px 2px 5px #000;
}

.news_box .news {
  width: 68.75%;
  margin: 0 auto;
}

.news_box .news .news_list {
  width: 100%;
  padding: 0 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.news_box .news .news_list .news_item {
  width: 32%;
}

.news_box .news .news_list .news_item a {
  cursor: pointer;
}

.news_box .news .news_list .news_item a:hover .news_content .news_title,
.news_box .news .news_list .news_item a:hover .news_content .news_text,
.news_box .news .news_list .news_item a:hover .news_content i {
  color: #46B98C;
}

.news_box .news .news_list .news_item a .news_content {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

.news_box .news .news_list .news_item a .news_content p {
  width: 100%;
}

.news_box .news .news_list .news_item a .news_content .news_title {
  width: 100%;
  color: #7d8489;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_box .news .news_list .news_item a .news_content .news_text {
  margin-top: 3.64%;
  text-align: justify;
  line-height: 1.4rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_box .news .news_list .news_item a .news_content i {
  font-size: 1.4rem;
  color: #7d8489;
  position: absolute;
  top: 47%;
  left: 88%;
}

.news_box .news .news_list .news_item a .img_box {
  width: 100%;
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
}

.news_box .news .news_list .news_item a .img_box img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .banner_content .title {
    font-size: 1.982rem;
  }
  .banner_content .subtitle {
    font-size: 1.585rem;
  }
  .product .center_intro .pro_title,
  .banner_content .en_title {
    font-size: 1.486rem;
  }
  .services_item .adv {
    font-size: 1.189rem;
  }
  .product .center_intro .pro_text,
  .about .about_content {
    font-size: 1.090rem;
  }
  .product .right_intro .pro_title,
  .product .left_intro .pro_title,
  .about .more {
    font-size: 0.892rem;
  }
  .news .more {
    font-size: 0.852rem;
  }
  .advantage_list {
    font-size: 0.792rem;
  }
  .services_item .en_adv {
    font-size: 0.693rem;
  }
  .product .left_intro .pro_text,
  .product .right_intro .pro_text {
    font-size: 0.594rem;
  }
  .banner .banner_content {
    top: 28.91%;
    left: 5.2%;
  }
  .banner .banner_content .en_title {
    margin-bottom: 2.66%;
  }
  .banner .banner_content .subtitle {
    margin-bottom: 3.2%;
  }
  .product_intro_wrap {
    padding: .5rem 0 !important;
  }
  .product_intro_wrap .product_intro {
    flex-wrap: wrap;
  }
  .product_intro_wrap .product_intro li {
    width: 100%;
    padding: 1.5rem 10px;
  }
  .about_box {
    width: 89.33%;
    margin: 0 auto;
    position: relative;
  }
  .about_box .img_box {
    position: absolute;
    left: 3.14%;
    width: 96.86%;
    margin-top: 37.54%;
  }
  .about_box .img_box:hover {
    transform: translate(1%, 1%);
  }
  .about_box .img_box:hover::before {
    transform: translate(-2%, -2%);
  }
  .about_box .img_box:hover img {
    transform: translate(-5.41%, -7%);
  }
  .about_box .img_box::before {
    width: 96%;
    height: 93.5%;
    top: -1.5%;
    left: -1.5%;
  }
  .about_box .img_box img {
    transform: translate(-3.14%, -5%);
  }
  .about_box .about {
    width: 100%;
  }
  .about_box .about .item_top {
    text-align: center;
  }
  .about_box .about .item_top .en_title {
    width: 53.33%;
  }
  .about_box .about .about_content {
    margin: 90.47% 0 8.38%;
  }
  .about_box .about .more {
    width: 21.79%;
    padding: 1.34%;
    border-radius: 0.9rem;
  }
  .about_box .about .more i {
    font-size: 0.892rem;
  }
  .product_box .product_wrap {
    padding: 0 1rem;
  }
  .product_box .product_wrap .product ul {
    flex-wrap: wrap;
  }
  .product_box .product_wrap .product ul li {
    width: 50%;
    flex: auto;
  }
  .product_box .product_wrap .product ul .pro_ca_img {
    order: -1;
    padding-top: 0;
  }
  .advantage_box .advantage {
    padding-bottom: 110.13%;
  }
  .advantage_box .advantage .center_img {
    width: 62.8%;
    height: 57.02%;
    left: 18.6%;
  }
  .advantage_box .advantage .advantage_list .item {
    width: 42%;
    line-height: 1.3rem;
  }
  .advantage_box .advantage .advantage_list .item:hover p {
    color: #186143;
  }
  .advantage_box .advantage .advantage_list .item:hover .point {
    background-color: #e29d48;
  }
  .advantage_box .advantage .advantage_list .item:first-child {
    bottom: 32.2%;
    left: 0;
    text-align: right;
  }
  .advantage_box .advantage .advantage_list .item:first-child .line {
    left: 15%;
    width: 85%;
    height: 0;
    border-left: none;
  }
  .advantage_box .advantage .advantage_list .item:first-child .point {
    top: 104%;
    left: 100%;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(2) {
    bottom: 32.2%;
    left: 58%;
    text-align: left;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(2) .line {
    top: 108%;
    right: 15%;
    width: 85%;
    height: 0;
    border-right: none;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(2) .point {
    top: 103%;
    right: 100%;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(3) {
    bottom: 16.95%;
    left: 0;
    text-align: right;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(3) .line {
    left: 15%;
    width: 85%;
    height: 0;
    border-left: none;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(3) .point {
    top: 104%;
    left: 100%;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(4) {
    bottom: 16.95%;
    left: 58%;
    text-align: left;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(4) .line {
    top: 108%;
    right: 15%;
    width: 85%;
    height: 0;
    border-right: none;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(4) .point {
    top: 102%;
    right: 100%;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(5) {
    bottom: 1.81%;
    left: 0;
    text-align: right;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(5) .line {
    top: 108%;
    left: 15%;
    width: 85%;
    height: 0;
    border-left: none;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(5) .point {
    top: 102%;
    left: 100%;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(6) {
    bottom: 1.81%;
    left: 58%;
    text-align: left;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(6) .line {
    top: 108%;
    right: 15%;
    width: 85%;
    height: 0;
    border-right: none;
  }
  .advantage_box .advantage .advantage_list .item:nth-child(6) .point {
    top: 102%;
    right: 100%;
  }
  .services_box .services {
    width: 89.06%;
    padding-bottom: 10%;
  }
  .services_box .services .services_item {
    width: 26.54%;
  }
  .services_box .services .services_item:nth-child(2), .services_box .services .services_item:nth-child(5) {
    margin: 0 0 0 46.9%;
  }
  .services_box .services .services_item:nth-child(3) {
    margin: -15% 36.5%;
  }
  .services_box .services .services_item:nth-child(4) {
    margin: 0;
  }
  .services_box .services .services_item .img_box {
    width: 100%;
    padding-bottom: 97.28%;
    margin: 0 auto 8.15%;
  }
  .services_box .services .services_item .adv {
    margin-bottom: 7.06%;
  }
  .services_box .services .services_item .en_adv {
    width: 86.95%;
    padding: 4.89% 0;
    margin: 0 auto;
    border-radius: 0.6rem;
  }
  .brand_box .player {
    width: 15.46%;
    padding-bottom: 15.46%;
    top: 61.83%;
  }
  .brand_box .player::before {
    border-left: 1.5em solid #fff;
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
  }
  .brand_box .brand {
    flex-wrap: wrap;
  }
  .brand_box .brand .video_wrap {
    width: 100%;
    margin: 1rem 0;
  }
  .news_box .news {
    width: 89.33%;
  }
  .news_box .news .news_list {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
  .news_box .news .news_list .news_item {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 6.56% !important;
  }
}
