/**
 * 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: 0.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(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.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);
  }
}
/* header start */
/* header end */
.bannerbox #bannerArrow,
.bannerbox #bannerCircle {
  display: none;
}
.bannerbox .pics_wrap {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}
.bannerbox .html5zoo-img-0 img {
  width: 100%;
}
.bannerbox .html5zoo-arrow-left-0 {
  left: 10% !important;
}
.bannerbox .html5zoo-arrow-right-0 {
  right: 10% !important;
}
.bannerbox .html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.bannerbox .html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 48% !important;
}
.bannerbox .html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.bannerbox .banner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 325px;
  margin-top: 8px;
}
.bannerbox .banner ul.bb {
  position: relative;
  padding: 0px;
  margin: 0px;
  z-index: 5;
}
.bannerbox .banner ul.bb li {
  position: absolute;
  display: none;
}
.bannerbox .banner .num {
  position: absolute;
  right: 2px;
  bottom: 10px;
  z-index: 100;
}
.bannerbox .banner .num li {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 4px;
  background: #fff;
  line-height: 18px;
  text-indent: -100px;
  overflow: hidden;
  border-radius: 10px;
}
.bannerbox .banner .num li.num_hover {
  background-color: #f7de07;
}
.bannerbox .banner .num li.num_hover a {
  color: #fff;
}
.bannerbox .banner .num li a {
  float: left;
  display: block;
  text-align: center;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.bannerbox #focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.bannerbox #focus ul {
  height: 188px;
  position: absolute;
}
.bannerbox #focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.bannerbox #focus ul li a img {
  height: 188px;
  width: 255px;
}
.bannerbox #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.bannerbox #focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}
.bannerbox #focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}
.bannerbox #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
.bannerbox #focus .btn span.on {
  background: #fff;
}
.searchbar {
  width: 100%;
  height: 70px;
  background-color: #fafafa;
}
.searchbar .lefttext {
  width: 600px;
  height: 70px;
  float: left;
  line-height: 70px;
  color: #808080;
  font-size: 12px;
}
.searchbar .rightform {
  width: 280px;
  height: 35px;
  float: right;
  margin-top: 18px;
  box-sizing: border-box;
  border: 1px solid #1a1a1a;
}
.searchbar .rightform .search-text {
  display: block;
  width: 220px;
  float: left;
  padding-left: 10px;
  line-height: 33px;
  color: #808080;
  background-color: transparent;
}
.searchbar .rightform .search-text::-webkit-input-placeholder {
  color: #808080;
}
.searchbar .rightform .submit-search {
  display: block;
  width: 33px;
  height: 33px;
  float: right;
  background: #1a1a1a url('../images/ico_search.png') center center no-repeat;
  cursor: pointer;
}
.alltitle {
  width: 924px;
  height: 49px;
  margin: 0 auto;
  text-align: center;
  background: url('../images/alltitle_bg.png') center center no-repeat;
}
.alltitle h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #1a1a1a;
}
.alltitle .cn {
  line-height: 14px;
  font-size: 14px;
  margin-top: 12px;
  color: #999;
}
.productbox {
  margin-top: 60px;
}
.productbox .producttitlebox {
  margin-bottom: 40px;
}
.productbox .leftmenubox {
  width: 240px;
  height: 820px;
  float: left;
  overflow: hidden;
  background: url('../images/promenu_bg.png') center center no-repeat;
}
.productbox .leftmenubox .titlebox {
  width: 100%;
  height: auto;
  margin-top: 50px;
  text-align: center;
}
.productbox .leftmenubox .titlebox h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.productbox .leftmenubox .titlebox .en {
  margin-top: 8px;
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}
.productbox .leftmenubox .promenulist {
  width: 187px;
  height: auto;
  margin: 0 auto;
  margin-top: 74px;
  overflow: hidden;
}
.productbox .leftmenubox .promenulist dl {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.productbox .leftmenubox .promenulist dl dt {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 18px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-bottom: 1px dashed #4d4d4d;
  box-sizing: border-box;
}
.productbox .leftmenubox .promenulist dl dt::before {
  content: '';
  position: absolute;
  left: 7px;
  bottom: 18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.productbox .leftmenubox .promenulist dl dt::after {
  content: '';
  position: absolute;
  left: 3px;
  bottom: 14px;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.productbox .leftmenubox .promenulist dl dt a {
  height: 16px;
  line-height: 16px;
  margin-left: 30px;
  font-size: 16px;
  color: #fff;
}
.productbox .leftmenubox .promenulist dl dt:hover {
  border-color: #fff;
}
.productbox .leftmenubox .promenulist dd {
  width: 50%;
  float: left;
  line-height: 30px;
}
.productbox .leftmenubox .promenulist dd a {
  color: #ebebeb;
  line-height: 30px;
  font-size: 14px;
}
.productbox .leftmenubox .promenulist dd a:hover {
  color: #fff;
}
.productbox .rightprolistbox {
  width: 920px;
  height: auto;
  float: right;
}
.productbox .rightprolistbox .protitlebox {
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  margin-top: 13px;
  border-bottom: 2px solid #e5e5e5;
}
.productbox .rightprolistbox .protitlebox .lefttxt {
  width: 175px;
  height: 16px;
  line-height: 16px;
  float: left;
  padding-left: 12px;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 16px;
  border-left: 2px solid #1a1a1a;
  box-sizing: border-box;
}
.productbox .rightprolistbox .protitlebox .rightmore {
  width: 60px;
  height: 16px;
  float: right;
  text-align: right;
  line-height: 16px;
  font-size: 14px;
  color: #808080;
}
.productbox .rightprolistbox .protitlebox .rightmore:hover {
  color: #1a1a1a;
}
.productbox .rightprolistbox .productlist {
  width: 100%;
  height: 740px;
  margin-top: 25px;
  overflow: hidden;
}
.productbox .rightprolistbox .productlist li {
  position: relative;
  width: 290px;
  height: 230px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.productbox .rightprolistbox .productlist li .imgbox {
  display: block;
  width: 260px;
  height: 168px;
  margin: 0 auto;
  margin-top: 14px;
}
.productbox .rightprolistbox .productlist li .imgbox img {
  width: 260px;
  height: 168px;
}
.productbox .rightprolistbox .productlist li .maskbox {
  position: absolute;
  left: 14px;
  top: 14px;
  width: 260px;
  height: 168px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: rgba(26, 26, 26, 0.7);
}
.productbox .rightprolistbox .productlist li .maskbox a {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 54px;
  border-radius: 50%;
  background: url('../images/ico_proadd.png') center center no-repeat;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.productbox .rightprolistbox .productlist li .pronamerow {
  width: 260px;
  height: 19px;
  line-height: 19px;
  margin: 0 auto;
  margin-top: 16px;
  overflow: hidden;
}
.productbox .rightprolistbox .productlist li .pronamerow .proname {
  width: 200px;
  height: 19px;
  float: left;
  color: #4d4d4d;
  line-height: 19px;
  font-size: 14px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.productbox .rightprolistbox .productlist li .pronamerow .rightmore {
  display: block;
  width: 19px;
  height: 19px;
  float: right;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: url('../images/promore.png') center center no-repeat;
}
.productbox .rightprolistbox .productlist li:nth-child(3n) {
  margin-right: 0;
}
.productbox .rightprolistbox .productlist li:hover .maskbox {
  opacity: 1;
}
.productbox .rightprolistbox .productlist li:hover .pronamerow .proname {
  width: 100%;
  text-align: center;
}
.productbox .rightprolistbox .productlist li:hover .pronamerow .rightmore {
  display: none;
}
.subbannerbox {
  width: 100%;
  height: 530px;
  margin-top: 60px;
  overflow: hidden;
  background: url('../images/subbanner_bg.jpg') center center no-repeat;
}
.subbannerbox .rightmorebox {
  width: 614px;
  height: auto;
  float: right;
  margin-top: 135px;
}
.subbannerbox .rightmorebox h3 {
  font-size: 24px;
  line-height: 24px;
  color: #1a1a1a;
}
.subbannerbox .rightmorebox .cn {
  margin-top: 14px;
  font-size: 16px;
  line-height: 16px;
  color: #666;
}
.subbannerbox .rightmorebox .linee {
  display: block;
  width: 520px;
  height: 1px;
  margin-top: 15px;
  background-color: #e6e6e6;
}
.subbannerbox .rightmorebox .formbox {
  width: 100%;
  height: auto;
  margin-top: 24px;
}
.subbannerbox .rightmorebox .formbox .inputbox {
  width: 296px;
  height: 46px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  background-color: #fcfcfc;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
}
.subbannerbox .rightmorebox .formbox .inputbox .icobox {
  width: 21px;
  height: 14px;
  float: left;
  margin-top: 14px;
  margin-left: 8px;
  line-height: 14px;
  position: relative;
}
.subbannerbox .rightmorebox .formbox .inputbox .icobox img {
  vertical-align: middle;
}
.subbannerbox .rightmorebox .formbox .inputbox .icobox::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 14px;
  background-color: #e6e6e6;
}
.subbannerbox .rightmorebox .formbox .inputbox input {
  width: 237px;
  height: 44px;
  float: right;
  margin-right: 10px;
  color: #333;
  background-color: transparent;
}
.subbannerbox .rightmorebox .formbox .inputbox input::-webkit-input-placeholder {
  color: #333;
}
.subbannerbox .rightmorebox .formbox .inputbox.usertelbox {
  margin-right: 0;
}
.subbannerbox .rightmorebox .formbox .textareabox {
  width: 100%;
  height: 80px;
}
.subbannerbox .rightmorebox .formbox .textareabox textarea {
  width: 552px;
  height: 60px;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: transparent;
}
.subbannerbox .rightmorebox .formbox .textareabox textarea::-webkit-input-placeholder {
  color: #333;
}
.subbannerbox .rightmorebox .formbox .submit-btn {
  display: block;
  width: 200px;
  height: 46px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #1a1a1a;
}
.subbannerbox .rightmorebox .formbox .righttel {
  width: 360px;
  height: 46px;
  float: right;
  line-height: 46px;
  text-align: right;
  font-size: 24px;
  color: #1a1a1a;
}
.charactbox {
  width: 100%;
  height: 558px;
  overflow: hidden;
  margin-top: 60px;
  border-bottom: 10px solid #fafafa;
  box-sizing: border-box;
}
.charactbox .leftxtbox {
  width: 782px;
  height: auto;
  float: left;
  margin-top: 66px;
}
.charactbox .leftxtbox .titlebox {
  width: 100%;
  height: 47px;
  margin-bottom: 72px;
  border-bottom: 2px solid #e6e6e6;
  box-sizing: border-box;
}
.charactbox .leftxtbox .titlebox h3 {
  width: 420px;
  float: left;
  font-size: 30px;
  line-height: 28px;
  color: #1a1a1a;
}
.charactbox .leftxtbox .titlebox .en {
  width: 256px;
  height: 28px;
  float: right;
  line-height: 28px;
  text-align: right;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(26, 26, 26, 0.3);
}
.charactbox .leftxtbox .txtlist {
  width: 100%;
  height: auto;
}
.charactbox .leftxtbox .txtlist li {
  height: 66px;
  margin-bottom: 44px;
  cursor: pointer;
}
.charactbox .leftxtbox .txtlist li .iconbox {
  width: 66px;
  height: 66px;
  float: left;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
}
.charactbox .leftxtbox .txtlist li .righttxt {
  height: auto;
  float: right;
}
.charactbox .leftxtbox .txtlist li .righttxt h4 {
  margin-top: 9px;
  font-size: 16px;
  line-height: 16px;
  color: #1a1a1a;
}
.charactbox .leftxtbox .txtlist li .righttxt .linee {
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #e6e6e6;
}
.charactbox .leftxtbox .txtlist li .righttxt .cntxt {
  margin-top: 9px;
  font-size: 14px;
  line-height: 14px;
  color: #808080;
}
.charactbox .leftxtbox .txtlist li:hover .iconbox {
  background-color: #1a1a1a;
}
.charactbox .leftxtbox .txtlist li:hover .righttxt .linee {
  width: 100%;
  background-color: #1a1a1a;
}
.charactbox .leftxtbox .txtlist li.oli1 .iconbox {
  background-image: url('../images/ico_char1.png');
}
.charactbox .leftxtbox .txtlist li.oli1:hover .iconbox {
  background-image: url('../images/ico_char1_hover.png');
}
.charactbox .leftxtbox .txtlist li.oli2 .iconbox {
  background-image: url('../images/ico_char2.png');
}
.charactbox .leftxtbox .txtlist li.oli2:hover .iconbox {
  background-image: url('../images/ico_char2_hover.png');
}
.charactbox .leftxtbox .txtlist li.oli3 .iconbox {
  background-image: url('../images/ico_char3.png');
}
.charactbox .leftxtbox .txtlist li.oli3:hover .iconbox {
  background-image: url('../images/ico_char3_hover.png');
}
.charactbox .leftxtbox .txtlist li.oli4 .iconbox {
  background-image: url('../images/ico_char4.png');
}
.charactbox .leftxtbox .txtlist li.oli4:hover .iconbox {
  background-image: url('../images/ico_char4_hover.png');
}
.charactbox .leftxtbox .txtlist li.oli5 .iconbox {
  background-image: url('../images/ico_char5.png');
}
.charactbox .leftxtbox .txtlist li.oli5:hover .iconbox {
  background-image: url('../images/ico_char5_hover.png');
}
.charactbox .leftxtbox .txtlist li.oli6 .iconbox {
  background-image: url('../images/ico_char6.png');
}
.charactbox .leftxtbox .txtlist li.oli6:hover .iconbox {
  background-image: url('../images/ico_char6_hover.png');
}
.charactbox .leftxtbox .txtlist li.odd {
  width: 356px;
  float: left;
}
.charactbox .leftxtbox .txtlist li.odd .righttxt {
  width: 272px;
}
.charactbox .leftxtbox .txtlist li.even {
  width: 382px;
  float: right;
}
.charactbox .leftxtbox .txtlist li.even .righttxt {
  width: 302px;
}
.charactbox .rightimg {
  float: right;
}
.casebox {
  margin-top: 60px;
}
.casebox .case_01 {
    height: 560px;
}
.casebox .case_01 .swiper-wrapper {
    height: 560px;
}
.casebox .casetitlebox {
  margin-bottom: 40px;
}
.casebox .case_01 .swiper-slide {
  width: 50%;
  height: 560px;
  /* margin-top: 30px; */
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.casebox .case_01 .swiper-slide img {
  width: 100%;
  height: 560px;
}
.casebox .case_01 .swiper-slide .show {
  width: 100%;
  height: 560px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.casebox .case_01 .swiper-slide.swiper-slide-active .show {
  display: none;
}
.casebox .case_01 .swiper-slide .hide {
  position: relative;
  display: none;
  width: 100%;
  height: 70px;
  padding: 20px;
  line-height: 70px;
  padding: 0 5%;
  background: url(../images/you_01.png) 95% center no-repeat rgba(84, 82, 89, 0.7);
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
/* .casebox .case_01 .swiper-slide .hide::after {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
} */
.casebox .case_01 .swiper-slide.swiper-slide-active .hide {
  display: block;
}
.casebox .case_02 {
  width: 100%;
  height: 385px;
  padding: 5px 0;
  margin-top: 30px;
  cursor: url('../images/cursor.png'), default;
  overflow: hidden;
}
.casebox .case_02 .swiper-slide {
  width: 100%;
  border: solid 1px #dfdfdf;
  -moz-box-shadow: 0px 0px 5px #e1e1e1;
  -webkit-box-shadow: 0px 0px 5px #e1e1e1;
  box-shadow: 0px 0px 5px #e1e1e1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.casebox .case_02 .swiper-slide img {
  width: 100%;
  height: 280px;
}
.casebox .case_02 .swiper-slide p {
  font-size: 12px;
  color: #959595;
  height: 12px;
  line-height: 12px;
  margin: 15px 20px 10px 20px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/dizhi.png) left center no-repeat;
  position: relative;
}
.casebox .case_02 .swiper-slide p:before {
  content: '';
  width: 1px;
  height: 12px;
  background: #959595;
  position: absolute;
  top: 0;
  left: 15px;
}
.casebox .case_02 .swiper-slide a {
  display: block;
  width: auto;
  margin: 0 20px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #545259;
  line-height: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.casebox .case_02 .swiper-slide:hover a {
  color: #1a1a1a;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: url('../images/cursor.png'), default;
}
.casebox .case_02 .swiper-slide a::before {
  content: '';
  width: 325px;
  height: 1px;
  background: #dadada;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.casebox .case_02 .swiper-slide a::after {
  content: '';
  width: 0px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.casebox .case_02 .swiper-slide:hover a::after {
  content: '';
  width: 325px;
  height: 1px;
  background: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.casebox .case_02 .swiper-slide span {
  display: block;
  width: auto;
  margin: 0 20px;
  height: 25px;
  line-height: 30px;
  background: url(../images/yj_01.png) 285px center no-repeat;
  color: #b1b1b1;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 12px;
}
.casebox .case_02 .swiper-slide:hover {
  border: solid 1px #1a1a1a;
  -moz-box-shadow: 0px 0px 5px #e1e1e1;
  -webkit-box-shadow: 0px 0px 5px #e1e1e1;
  box-shadow: 0px 0px 5px #e1e1e1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.casebox .case_02 .swiper-slide:hover span {
  background: url(../images/yj_02.png) 285px center no-repeat;
  color: #1a1a1a;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.casebox .case_02 .swiper-slide .hide {
  width: 100%;
  height: 280px;
  display: none;
  background: url(../images/dian02.png) center center no-repeat rgba(84, 82, 89, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.casebox .swiper-button-next {
  width: 21px;
  height: 43px;
  background: url(../images/cs_jt_03.png);
  background-size: 21px 43px;
  position: absolute;
  right: 23%;
  bottom: 0;
}
.casebox .swiper-button-next:hover {
  background: url(../images/cs_jt_04.png);
}
.casebox .swiper-button-prev {
  width: 21px;
  height: 43px;
  background: url(../images/cs_jt_01.png);
  background-size: 21px 43px;
  position: absolute;
  left: 23%;
  bottom: 0;
}
.casebox .swiper-button-prev:hover {
  background: url(../images/cs_jt_02.png);
}
.reasonbox {
  margin-top: 60px;
}
.reasonbox .reasontitlebox {
  margin-bottom: 40px;
}
.reasonbox .textBox {
  width: 597px;
  height: auto;
}
.reasonbox .textBox .textmainbox {
  width: 100%;
  height: auto;
  margin-top: 34px;
}
.reasonbox .textBox .textmainbox:nth-child(2) {
  margin-top: 60px;
}
.reasonbox .textBox .textmainbox .titlerow {
  width: 100%;
  height: auto;
}
.reasonbox .textBox .textmainbox .titlerow img {
  float: left;
  margin-right: 18px;
}
.reasonbox .textBox .textmainbox .titlerow h4 {
  position: relative;
  width: 400px;
  height: 24px;
  float: left;
  line-height: 24px;
  font-weight: bold;
  color: #666;
  font-size: 24px;
}
.reasonbox .textBox .textmainbox .titlerow h4 span {
  color: #1a1a1a;
}
.reasonbox .textBox .textmainbox .titlerow h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 50px;
  height: 2px;
  background-color: #1a1a1a;
}
.reasonbox .textBox .textmainbox .descinfo {
  width: 536px;
  height: auto;
  margin-left: 60px;
  margin-top: 16px;
  line-height: 26px;
  color: #808080;
  text-indent: 2rem;
}
.reasonbox .lefttextbox {
  float: left;
}
.reasonbox .rightimg {
  width: 566px;
  height: 416px;
  float: right;
}
.reasonbox .leftimg {
  width: 566px;
  height: 416px;
  float: left;
  margin-top: 14px;
}
.reasonbox .righttextbox {
  float: right;
  text-align: right;
}
.reasonbox .righttextbox .textmainbox {
  margin-top: 50px;
}
.reasonbox .righttextbox .textmainbox .titlerow img {
  float: right;
  margin: 0;
  margin-left: 18px;
}
.reasonbox .righttextbox .textmainbox .titlerow h4 {
  width: 536px;
}
.reasonbox .righttextbox .textmainbox .titlerow h4::after {
  right: 0;
  left: initial;
}
.reasonbox .righttextbox .textmainbox .descinfo {
  text-align: left;
  margin-left: 0;
  margin-right: 20px;
}
.aboutbox {
  width: 100%;
  height: 1030px;
  margin-top: 60px;
  overflow: hidden;
  background: url('../images/about_bg.jpg') center top no-repeat;
}
.aboutbox .aboutlistbox {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 67px;
}
.aboutbox .aboutlistbox li {
  position: relative;
  top: 0;
  width: 400px;
  height: auto;
  float: left;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.aboutbox .aboutlistbox li .iconbox {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.aboutbox .aboutlistbox li .iconbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.aboutbox .aboutlistbox li h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-top: 32px;
  color: #fff;
}
.aboutbox .aboutlistbox li .cn {
  margin-top: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.aboutbox .aboutlistbox li:hover {
  top: -12px;
}
.aboutbox .aboutmainbox {
  width: 1002px;
  height: 315px;
  margin: 0 auto;
  margin-top: 66px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 38px 0px rgba(11, 2, 5, 0.1);
  border-radius: 5px;
}
.aboutbox .aboutmainbox h4 {
  margin-top: 70px;
  font-size: 16px;
  line-height: 16px;
  color: #1a1a1a;
  font-weight: bold;
}
.aboutbox .aboutmainbox .aboutinfo {
  width: 742px;
  height: 90px;
  margin: 0 auto;
  margin-top: 32px;
  line-height: 30px;
  color: #808080;
  overflow: hidden;
}
.aboutbox .aboutmainbox .aboutarrow {
  position: relative;
  left: 0;
  display: block;
  width: 43px;
  height: 17px;
  margin: 0 auto;
  margin-top: 40px;
  background: url('../images/aboutarrow.png') center center no-repeat;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.aboutbox .aboutmainbox .aboutarrow:hover {
  left: 16px;
}
.aboutbox .abouttab {
  position: relative;
  top: -20px;
  width: 320px;
  height: 40px;
  margin: 0 auto;
}
.aboutbox .abouttab li {
  width: 140px;
  height: 40px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
}
.aboutbox .abouttab li a {
  display: block;
  width: 100%;
  line-height: 38px;
  text-align: center;
  color: #1a1a1a;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.aboutbox .abouttab li.active {
  background-color: #1a1a1a;
}
.aboutbox .abouttab li.active a {
  color: #fff;
}
.aboutscrollbox {
  margin-top: 50px;
  position: relative;
}
.aboutscrollbox .scrollmain {
  display: none;
  position: absolute;
  width: 1200px;
  height: 280px;
  top: 0;
  left: 0;
}
.aboutscrollbox .scrollmain .bd {
  width: 100%;
  height: 280px;
}
.aboutscrollbox .scrollmain .bd ul {
  width: 100%;
  height: 280px;
}
.aboutscrollbox .scrollmain .bd ul li {
  position: relative;
  width: 280px;
  height: 270px;
  float: left;
  margin-left: 6px;
  margin-right: 27px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(26, 26, 26, 0.2);
}
.aboutscrollbox .scrollmain .bd ul li .imgbox {
  display: block;
  width: 280px;
  height: 210px;
}
.aboutscrollbox .scrollmain .bd ul li .imgbox img {
  width: 280px;
  height: 210px;
}
.aboutscrollbox .scrollmain .bd ul li .maskbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 210px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: rgba(0, 0, 0, 0.5);
}
.aboutscrollbox .scrollmain .bd ul li .maskbox::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 260px;
  height: 190px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.aboutscrollbox .scrollmain .bd ul li .maskbox i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  background: url('../images/aboutmoreadd.png') center center no-repeat;
}
.aboutscrollbox .scrollmain .bd ul li .txtbox {
  width: 260px;
  height: 28px;
  margin: 0 auto;
  margin-top: 15px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border-bottom: 1px solid #f5f5f5;
  box-sizing: border-box;
}
.aboutscrollbox .scrollmain .bd ul li .txtbox .txlink {
  width: 100%;
  height: 14px;
  line-height: 14px;
  color: #4d4d4d;
  background: url('../images/aboutarrow1.png') right center no-repeat;
}
.aboutscrollbox .scrollmain .bd ul li:hover .maskbox {
  opacity: 1;
}
.aboutscrollbox .scrollmain .bd ul li:hover .txtbox {
  border-color: #1a1a1a;
}
.aboutscrollbox .scrollmain .bd ul li:hover .txtbox .txlink {
  color: #1a1a1a;
}
.newsbox {
  margin-top: 60px;
}
.newsbox .newstitlebox {
  margin-bottom: 40px;
}
.newsbox .newsclass {
  width: 501px;
  height: 43px;
  margin: 0 auto;
  margin-bottom: 46px;
}
.newsbox .newsclass li {
  width: 147px;
  height: 43px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 26px;
  border: 1px solid #c3c3c3;
}
.newsbox .newsclass li a {
  display: block;
  line-height: 41px;
  text-align: center;
  color: #333;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.newsbox .newsclass li.active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}
.newsbox .newsclass li.active a {
  color: #fff;
}
.newsbox .newsmainbox {
  width: 1180px;
  height: 486px;
  position: relative;
}
.newsbox .newscontent {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 1180px;
  height: 486px;
}
.newsbox .newscontent .leftrecommend {
  position: relative;
  width: 550px;
  height: 486px;
  float: left;
  overflow: hidden;
  background-color: #1a1a1a;
  border-radius: 10px;
}
.newsbox .newscontent .leftrecommend .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 550px;
  height: 288px;
  -webkit-transform: scale(0) rotateY(0);
  -moz-transform: scale(0) rotateY(0);
  -o-transform: scale(0) rotateY(0);
  transform: scale(0) rotateY(0);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.newsbox .newscontent .leftrecommend .mask i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  border-radius: 50%;
  background: url('../images/link.png') center center no-repeat;
}
.newsbox .newscontent .leftrecommend:hover .mask {
  opacity: 1;
  -webkit-transform: scale(1) rotateY(360deg);
  -moz-transform: scale(1) rotateY(360deg);
  -o-transform: scale(1) rotateY(360deg);
  transform: scale(1) rotateY(360deg);
}
.newsbox .newscontent .leftrecommend .imgbox {
  display: block;
  width: 550px;
  height: 288px;
}
.newsbox .newscontent .leftrecommend .imgbox img {
  width: 550px;
  height: 288px;
}
.newsbox .newscontent .leftrecommend .textbox {
  width: 495px;
  height: auto;
  margin: 0 auto;
  margin-top: 44px;
}
.newsbox .newscontent .leftrecommend .textbox .leftdate {
  width: 52px;
  height: auto;
  float: left;
}
.newsbox .newscontent .leftrecommend .textbox .leftdate .datebox {
  width: 52px;
  height: auto;
  color: #fff;
  text-align: center;
}
.newsbox .newscontent .leftrecommend .textbox .leftdate .datebox .day {
  line-height: 42px;
  font-size: 42px;
}
.newsbox .newscontent .leftrecommend .textbox .leftdate .datebox .month {
  font-size: 14px;
  line-height: 14px;
  margin-top: 14px;
}
.newsbox .newscontent .leftrecommend .textbox .leftdate .newsmore {
  display: block;
  width: 51px;
  height: 51px;
  margin-top: 20px;
  background: url('../images/newsmore.png') center center no-repeat;
}
.newsbox .newscontent .leftrecommend .textbox .newstext {
  width: 413px;
  height: auto;
  float: right;
}
.newsbox .newscontent .leftrecommend .textbox .newstext a {
  width: 100%;
  padding-bottom: 18px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
.newsbox .newscontent .leftrecommend .textbox .newstext .info {
  height: 52px;
  margin-top: 26px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
}
.newsbox .newscontent .rightnews {
  width: 603px;
  height: auto;
  float: right;
}
.newsbox .newscontent .rightnews .recom {
  width: 603px;
  height: 181px;
  background-color: #fff;
  box-shadow: 2px 4px 21px 0px rgba(6, 0, 1, 0.11);
  border-radius: 5px;
}
.newsbox .newscontent .rightnews .recom .lefttext {
  width: 478px;
  height: auto;
  float: left;
  margin-top: 37px;
  margin-left: 20px;
}
.newsbox .newscontent .rightnews .recom .lefttext a {
  font-size: 16px;
  line-height: 16px;
}
.newsbox .newscontent .rightnews .recom .lefttext .line {
  display: block;
  width: 478px;
  height: 1px;
  margin-top: 22px;
  background-color: #999;
}
.newsbox .newscontent .rightnews .recom .lefttext .info {
  margin-top: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  height: 52px;
  overflow: hidden;
}
.newsbox .newscontent .rightnews .recom .rightdate {
  width: 60px;
  float: right;
  margin-top: 37px;
  margin-right: 13px;
  text-align: center;
}
.newsbox .newscontent .rightnews .recom .rightdate .day {
  font-size: 42px;
  line-height: 42px;
  color: #333;
}
.newsbox .newscontent .rightnews .recom .rightdate .month {
  margin-top: 18px;
  font-size: 14px;
  color: #999;
  line-height: 14px;
}
.newsbox .newscontent .rightnews .recom .rightdate .more {
  display: block;
  width: 51px;
  height: 51px;
  margin-left: 6px;
  margin-top: 10px;
  background: url('../images/newsmore.png') center center no-repeat;
}
.newsbox .newscontent .rightnews .recom:hover .lefttext a {
  color: #1a1a1a;
}
.newsbox .newscontent .rightnews .recom:hover .lefttext .line {
  background-color: #1a1a1a;
}
.newsbox .newscontent .rightnews .newslist {
  width: 603px;
  height: auto;
  margin-top: 30px;
}
.newsbox .newscontent .rightnews .newslist li {
  position: relative;
  width: 100%;
  height: 45px;
  padding-left: 18px;
  box-sizing: border-box;
  background: url('../images/newslist.png') left center no-repeat;
  border-bottom: 1px solid #eee;
}
.newsbox .newscontent .rightnews .newslist li a {
  width: 430px;
  float: left;
  line-height: 44px;
  color: #666;
}
.newsbox .newscontent .rightnews .newslist li::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #1a1a1a;
}
.newsbox .newscontent .rightnews .newslist li span {
  display: block;
  float: right;
  margin-right: 12px;
  font-size: 14px;
  color: #999;
  line-height: 44px;
}
.newsbox .newscontent .rightnews .newslist li:hover::after {
  width: 100%;
}
.newsbox .newscontent .rightnews .newslist li:hover a {
  color: #1a1a1a;
}
.friend {
  margin-top: 60px;
}
.friend .titlerow {
  width: 100%;
  margin-bottom: 22px;
}
.friend .linklist {
  width: 100%;
  height: 14px;
  line-height: 14px;
}
.friend .linklist li {
  float: left;
  margin-right: 30px;
}
.friend .linklist li a {
  color: #808080;
}
.friend .linklist li a:hover {
  color: #1a1a1a;
}
