/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-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-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-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;
  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, right top, left 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: -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, left top, right 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: -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 bottom, left top, 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: -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 top, left bottom, 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: -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-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -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;
  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-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-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-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-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-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-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-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-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.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-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  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%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-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%;
  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);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-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;
  -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-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.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-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1180px;
}
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@keyframes criss-xz {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    -moz-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes criss-width {
  0% {
    width: 0;
  }
  100% {
    width: 460px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 500px;
    height: 500px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 500px;
    height: 500px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 500px;
    height: 500px;
  }
}
@keyframes criss-cross-left2 {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 660px;
    height: 660px;
  }
}
@-webkit-keyframes criss-cross-right2 {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 660px;
    height: 660px;
  }
}
@keyframes criss-cross-right2 {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 660px;
    height: 660px;
  }
}
.banner {
  width: 100%;
  height: 500px;
  position: relative;
  display: block;
  overflow: hidden;
  /* The Nivo Slider styles */
  /* If an image is wrapped in a link */
  /* The slices and boxes in the Slider */
  /* Caption styles */
}
.banner .nivoSlider {
  position: relative;
  width: 1920px;
  height: 100%;
  text-align: center;
  left: 50%;
  margin-left: -960px;
}
.banner .nivoSlider img {
  /* position: absolute; */
  display: none;
  width: auto;
  margin: 0 auto;
  /* Make sure your images are the same size */
  height: auto;
  /* Make sure your images are the same size */
}
.banner .nivoSlider a {
  border: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}
.banner .nivo-controlNav-bg {
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100%;
  height: 44px;
  z-index: 100;
}
.banner .nivo-controlNav {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 101;
  text-align: center;
  font-size: 0;
}
.banner .nivo-controlNav a {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border: 0;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  background: #fff;
}
.banner .nivo-controlNav a.active {
  width: 40px;
  background: #3e4d5f;
}
.banner .nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.banner .nivo-prevNav {
  left: 0px;
}
.banner .nivo-nextNav {
  right: 0px;
}
.banner .nivo-directionNav a {
  display: block;
  width: 50px;
  height: 54px;
  background: url(../images/arrows.png) no-repeat 0% 50%;
  top: 50%;
  margin-top: -27px;
}
.banner a.nivo-nextNav {
  background-position: 100% 50%;
  right: 50%;
  margin-right: -600px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -600px;
}
.banner .nivo-caption {
  display: none;
}
.banner .nivo-caption a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.banner .nivo-caption a:hover {
  color: #fff;
}
.banner .ribbon {
  width: 111px;
  height: 111px;
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 300;
}
.banner .nivoSlider {
  position: relative;
}
.banner .nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0 auto;
}
.banner .nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  text-align: center;
}
.banner .nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}
.banner .nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}
.banner .nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  opacity: 0.8;
  /* Overridden by captionOpacity setting */
  width: 100%;
  z-index: 8;
}
.banner .nivo-caption p {
  padding: 5px;
  margin: 0;
}
.banner .nivo-caption a {
  display: inline !important;
}
.banner .nivo-html-caption {
  display: none;
}
.hot {
  background: #fff;
}
.hot .hotBox {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  overflow: hidden;
}
.hot .hotBox:after {
  content: "";
  display: block;
  clear: both;
}
.hot .hotBox .title {
  float: left;
  width: 70px;
  height: 32px;
  background: #3e4d5f url(../images/hotico.png) 10px center no-repeat;
  color: #efb336;
  line-height: 16px;
  padding: 8px 0 8px 48px;
}
.hot .hotBox .title .wz1 {
  font-size: 12px;
  letter-spacing: 8px;
}
.hot .hotBox .title .wz2 {
  font-size: 14px;
  letter-spacing: 1px;
}
.hot .hotBox .list {
  float: left;
  width: 1060px;
  margin-left: 20px;
  overflow: hidden;
}
.hot .hotBox .list ul {
  margin-right: -122px;
  position: relative;
}
.hot .hotBox .list li {
  float: left;
  width: 470px;
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px #9ea6af solid;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.hot .hotBox .list li a {
  float: left;
  width: 370px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotBox .list li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot .hotBox .list li a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #969696;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.hot .hotBox .list li a:hover {
  color: #efb336;
}
.hot .hotBox .list li a:hover:before {
  background-color: #efb336;
}
.hot .hotBox .list li span {
  float: right;
  color: #666;
}
.product {
  padding: 60px 0;
  background: #f2f2f2;
}
.product .title {
  line-height: 1;
  text-align: center;
}
.product .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e4d5f;
}
.product .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  color: #3e4d5f;
}
.product .title h3 span {
  display: inline-block;
}
.product .title h3 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-right: 20px;
  vertical-align: middle;
}
.product .title h3 span:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-left: 20px;
  vertical-align: middle;
}
.product .title p {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.product .proBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.product .proBox:after {
  content: "";
  display: block;
  clear: both;
}
.product .proBox .proL {
  float: left;
  width: 250px;
  overflow: hidden;
}
.product .proBox .proL .tit {
  background: #efb336;
  height: 80px;
  text-align: center;
  color: #fefeff;
}
.product .proBox .proL .tit p {
  display: block;
  font-size: 12px;
  padding-top: 14px;
  line-height: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.product .proBox .proL .tit p span {
  display: inline-block;
}
.product .proBox .proL .tit p span:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
}
.product .proBox .proL .tit p span:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
  margin-left: 10px;
}
.product .proBox .proL .tit h4 {
  line-height: 1;
  margin-top: 12px;
  font-size: 26px;
  font-weight: bold;
}
.product .proBox .proL .proNav {
  text-align: center;
}
.product .proBox .proL .proNav ul li {
  border-bottom: 1px #9fa6af solid;
  background: #3e4d5f url(../images/oronavli.png) center center no-repeat;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product .proBox .proL .proNav ul li a {
  display: block;
  line-height: 49px;
  height: 49px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fefeff;
}
.product .proBox .proL .proNav ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proBox .proL .proNav ul li:hover {
  background-color: #fff;
  background-size: 200%;
}
.product .proBox .proL .proNav ul li:hover a {
  color: #3e4d5f;
}
.product .proBox .proR {
  float: right;
  width: 930px;
}
.product .proBox .proR:after {
  content: "";
  display: block;
  clear: both;
}
.product .proBox .proR ul li {
  float: left;
  width: 290px;
  height: 230px;
  position: relative;
  margin: 0 0 20px 20px;
}
.product .proBox .proR ul li img {
  width: 290px;
  height: 204px;
  display: block;
}
.product .proBox .proR ul li h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.product .proBox .proR ul li h5:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #3e4d5f;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proBox .proR ul li h5 a {
  position: relative;
  display: block;
  text-align: center;
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.product .proBox .proR ul li:hover {
  box-shadow: 3px 4px 5px 0px rgba(3, 3, 3, 0.23);
}
.product .proBox .proR ul li:hover a {
  color: #efb336;
}
.product .proBox .proR ul li:hover h5:before {
  width: 100%;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center top no-repeat;
  line-height: 1;
  height: 381px;
}
.mbanner1 .mbanBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding-top: 47px;
  height: 334px;
}
.mbanner1 .mbanBox .wz1 {
  width: 74px;
  height: 21px;
  background-color: #efb336;
  line-height: 21px;
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
}
.mbanner1 .mbanBox .wz2 {
  font-family: SimHei;
  font-size: 34px;
  margin-top: 9px;
}
.mbanner1 .mbanBox .line {
  width: 238px;
  height: 2px;
  margin-top: 10px;
  border-top: 1px #fff solid;
  border-bottom: 2px #fff solid;
}
.mbanner1 .mbanBox ul {
  margin-top: 23px;
}
.mbanner1 .mbanBox ul:after {
  content: "";
  display: block;
  clear: both;
}
.mbanner1 .mbanBox ul li {
  float: left;
  color: #efb336;
  text-align: center;
  padding: 0 20px;
  border-left: 1px #98a0a9 dashed;
}
.mbanner1 .mbanBox ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.mbanner1 .mbanBox ul li b {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.mbanner1 .mbanBox ul li img {
  display: block;
  width: 28px;
  height: 24px;
  margin: 10px auto 0;
}
.mbanner1 .mbanBox ul li span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.mbanner1 .mbanBox .wz3 {
  font-size: 14px;
  line-height: 24px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  margin-top: 15px;
  width: 445px;
}
.mbanner1 .mbanBox .mbanTel {
  margin-top: 10px;
  font-size: 14px;
}
.pwz {
  width: 100%;
  text-align: center;
  color: #cdcdcd;
  bottom: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
}
.advantage {
  background: #f2f2f2;
  padding: 60px 0;
}
.advantage .title {
  line-height: 1;
  text-align: center;
}
.advantage .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e4d5f;
}
.advantage .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  color: #3e4d5f;
}
.advantage .title h3 span {
  display: inline-block;
}
.advantage .title h3 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-right: 20px;
  vertical-align: middle;
}
.advantage .title h3 span:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-left: 20px;
  vertical-align: middle;
}
.advantage .title p {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.advantage .title h3 img {
  width: 16px;
  height: 16px;
}
.advantage .advBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 38px;
}
.advantage .advBox:after {
  content: "";
  display: block;
  clear: both;
}
.advantage .advBox .left {
  float: left;
}
.advantage .advBox .left a img {
  width: 640px;
  height: 300px;
}
.advantage .advBox .right {
  height: 300px;
  overflow: hidden;
  float: right;
  width: 516px;
}
.advantage .advBox .right .menu {
  overflow: hidden;
}
.advantage .advBox .right .menu .lv {
  background: #efb336;
  font-weight: bold;
}
.advantage .advBox .right .menu p {
  width: 127px;
  height: 40px;
  background-color: #000000;
  border-left: white 1px solid;
  float: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
}
.advantage .advBox .right .con {
  margin-left: 14px;
}
.advantage .advBox .right .con .p1 {
  font-size: 31px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 5px;
  color: #333333;
  margin-top: 30px;
}
.advantage .advBox .right .con .p2 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 3px;
  text-align: center;
  color: #333333;
  margin-top: 15px;
}
.advantage .advBox .right .con .p2 span {
  font-size: 18px;
  letter-spacing: 3px;
  color: #ffffff;
  background: #efb336;
  padding: 0 5px;
}
.advantage .advBox .right .con .p3 {
  width: 460px;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #333333;
  margin-left: 43px;
  margin-top: 35px;
  position: relative;
  height: 90px;
}
.advantage .advBox .right .con .p3:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 49px;
  background-color: #333333;
  top: -35px;
  left: -30px;
}
.advantage .advBox .right .con .p3:after {
  content: "";
  display: inline-block;
  width: 236px;
  height: 1px;
  background-color: #333333;
  position: absolute;
  top: 119px;
  right: 0;
}
.case {
  background: #f2f2f2;
  padding-bottom: 60px;
}
.case .title {
  line-height: 1;
  text-align: center;
}
.case .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e4d5f;
}
.case .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  color: #3e4d5f;
}
.case .title h3 span {
  display: inline-block;
}
.case .title h3 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-right: 20px;
  vertical-align: middle;
}
.case .title h3 span:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-left: 20px;
  vertical-align: middle;
}
.case .title p {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.case .caseBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.case .caseBox .bd {
  height: 420px;
  margin: 0 -15px;
}
.case .caseBox .bd ul li {
  margin: 0 15px;
  width: 380px;
  height: 420px;
  position: relative;
}
.case .caseBox .bd ul li .ico {
  display: block;
  position: absolute;
  width: 380px;
  height: 200px;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
.case .caseBox .bd ul li .ico:before,
.case .caseBox .bd ul li .ico:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #efb336;
  border-radius: 50%;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 1;
}
.case .caseBox .bd ul li .ico:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case .caseBox .bd ul li .ico:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.case .caseBox .bd ul li .ico img {
  width: 36px;
  height: 37px;
  position: relative;
  top: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;
  z-index: 2;
}
.case .caseBox .bd ul li:hover .ico:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.case .caseBox .bd ul li:hover .ico:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.case .caseBox .bd ul li:hover .ico img {
  top: 80px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.case .caseBox .bd ul li .pic {
  width: 380px;
  height: 200px;
}
.case .caseBox .bd ul li .pic img {
  display: block;
  width: 380px;
  height: 200px;
}
.case .caseBox .bd ul li .text {
  padding: 20px 30px 10px;
  height: 190px;
  background: #fff;
}
.case .caseBox .bd ul li .text h5 {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.case .caseBox .bd ul li .text h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #efb336;
}
.case .caseBox .bd ul li .text h5 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .bd ul li .text p {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
}
.case .caseBox .bd ul li .text .see {
  text-align: center;
  margin-top: 30px;
}
.case .caseBox .bd ul li .text .see a {
  display: inline-block;
  width: 120px;
  height: 30px;
  line-height: 30px;
  background-color: #f2f2f2;
  font-size: 16px;
  color: #3e4d5f;
}
.case .caseBox .bd ul li .text .see a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .bd ul li:hover .text {
  background: #3e4d5f;
}
.case .caseBox .bd ul li:hover .text p {
  color: #ccc;
}
.case .caseBox .bd ul li:hover .text .see a {
  background: #fff;
}
.mbanner2 {
  background: url(../images/mbanner2.jpg) center top no-repeat;
  line-height: 1;
  height: 350px;
}
.mbanner2 .mbanBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding-top: 40px;
  height: 310px;
  text-align: right;
  color: #f2f2f2;
}
.mbanner2 .mbanBox .wz1 span {
  display: inline-block;
  width: 195px;
  height: 36px;
  line-height: 35px;
  background-color: #efb336;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.mbanner2 .mbanBox .wz2 {
  font-family: SimHei;
  margin-top: 16px;
  font-size: 20px;
}
.mbanner2 .mbanBox .wz2:after {
  content: "";
  display: inline-block;
  width: 160px;
  height: 2px;
  background-color: #f2f2f2;
  vertical-align: middle;
  margin-left: 20px;
}
.mbanner2 .mbanBox .wz3 {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  font-family: SimHei;
}
.mbanner2 .mbanBox .wz3 span {
  font-size: 24px;
  color: #efb336;
}
.mbanner2 .mbanBox .mbanTel {
  margin-top: 10px;
  font-size: 18px;
}
.mbanner2 .mbanBox .wz4 {
  margin-top: 19px;
}
.mbanner2 .mbanBox .wz4 a {
  display: inline-block;
  width: 150px;
  height: 32px;
  line-height: 32px;
  background-color: #f2f2f2;
  text-align: center;
  font-family: SimHei;
  font-size: 20px;
}
.mbanner2 .mbanBox .wz4 a:hover {
  background: #efb336;
  color: #fff;
  border-radius: 16px;
}
.mbanner2 .mbanBox .pwz {
  width: 100%;
  text-align: center;
  color: #cdcdcd;
  bottom: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
}
.equipment {
  background: #f2f2f2;
  padding: 60px 0;
}
.equipment .title {
  line-height: 1;
  text-align: center;
}
.equipment .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e4d5f;
}
.equipment .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  color: #3e4d5f;
}
.equipment .title h3 span {
  display: inline-block;
}
.equipment .title h3 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-right: 20px;
  vertical-align: middle;
}
.equipment .title h3 span:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-left: 20px;
  vertical-align: middle;
}
.equipment .title p {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.equipment .equipmentBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide {
  width: 480px;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .pic {
  height: 360px;
  background-color: #3e4d5f;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .pic img {
  width: 480px;
  height: 360px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text {
  display: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text h4 {
  line-height: 40px;
  margin: 10px auto 0;
  text-align: center;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text h4 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text .line {
  line-height: 10px;
  text-align: center;
  font-size: 0;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text .line i {
  display: inline-block;
  height: 2px;
  background: #3e4d5f;
  width: 0;
  vertical-align: middle;
  animation: criss-width linear 1s;
  -moz-animation: criss-width linear 1s;
  -webkit-animation: criss-width linear 1s;
  -o-animation: criss-width linear 1s;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text .line:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3e4d5f;
  border-radius: 50%;
  vertical-align: middle;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide .text .line:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3e4d5f;
  border-radius: 50%;
  vertical-align: middle;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide.swiper-slide-active .pic img {
  filter: alpha(opacity=100);
  opacity: 1;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide.swiper-slide-active .text {
  display: block;
}
.equipment .equipmentBox .swiper-wrapper .swiper-slide.swiper-slide-active .text .line i {
  width: 460px;
}
.equipment .equipmentBox #certify .swiper-button-prev {
  width: 75px;
  height: 19px;
  background: url(../images/eqBrev.png) no-repeat center center;
  cursor: pointer;
  left: 230px;
  top: 220px;
}
.equipment .equipmentBox #certify .swiper-button-next {
  width: 75px;
  height: 19px;
  background: url(../images/eqNext.png) no-repeat center center;
  cursor: pointer;
  right: 230px;
  top: 220px;
}
.video {
  padding-top: 40px;
  background: #f2f2f2 url(../images/videobg.png) center bottom no-repeat;
}
.video .videoBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 440px;
}
.video .videoBox:after {
  content: "";
  display: block;
  clear: both;
}
.video .videoBox .videoPic {
  float: left;
  width: 386px;
  height: 410px;
  background: url(../images/videopicbg.png) left top no-repeat;
  padding: 15px 16px;
}
.video .videoBox .videoPic .pic{
  background: #1f2730;
width:385px;
height:220px;
}
.video .videoBox .videoText {
  float: right;
  text-align: right;
  width: 710px;
  padding-top: 10px;
}
.video .videoBox .videoText h4 {
  font-size: 30px;
  line-height: 38px;
}
.video .videoBox .videoText h4 span {
  background: #efb336;
}
.video .videoBox .videoText .line {
  height: 2px;
  line-height: 2;
  font-size: 0;
  margin-top: 30px;
}
.video .videoBox .videoText .line:after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #3e4d5f;
}
.video .videoBox .videoText .text {
  color: #ffffff;
  font-size: 14px;
  margin-top: 140px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 24px;
  height: 96px;
}
.video .videoBox .videoText .aboutMore {
  text-align: right;
}
.video .videoBox .videoText .aboutMore a {
  display: inline-block;
  width: 140px;
  height: 30px;
  background-color: #ffffff;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
  color: #3e4d5f;
}
.video .videoBox .videoText .aboutMore a:hover {
  border-radius: 15px;
  background: #efb336;
  color: #fff;
}
.team {
  background: #f2f2f2;
  padding: 60px 0 0;
}
.team .title {
  line-height: 1;
  text-align: center;
}
.team .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e4d5f;
}
.team .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  color: #3e4d5f;
}
.team .title h3 span {
  display: inline-block;
}
.team .title h3 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-right: 20px;
  vertical-align: middle;
}
.team .title h3 span:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-left: 20px;
  vertical-align: middle;
}
.team .title p {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.team .teamBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}
.team .teamBox .bd {
  width: 1120px;
  margin: 0 auto;
}
.team .teamBox .bd ul li {
  margin: 0 10px;
  width: 260px;
  height: 346px;
  position: relative;
  float: left;
}
.team .teamBox .bd ul li .ico {
  display: block;
  position: absolute;
  width: 260px;
  height: 286px;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
.team .teamBox .bd ul li .ico:before,
.team .teamBox .bd ul li .ico:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #efb336;
  border-radius: 50%;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 1;
}
.team .teamBox .bd ul li .ico:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team .teamBox .bd ul li .ico:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.team .teamBox .bd ul li .ico img {
  width: 36px;
  height: 37px;
  position: relative;
  top: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;
  z-index: 2;
}
.team .teamBox .bd ul li:hover .ico:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.team .teamBox .bd ul li:hover .ico:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
.team .teamBox .bd ul li:hover .ico img {
  top: 110px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.team .teamBox .bd ul li .pic {
  width: 260px;
  height: 286px;
}
.team .teamBox .bd ul li .pic img {
  display: block;
  width: 260px;
  height: 286px;
}
.team .teamBox .bd ul li .text {
  height: 60px;
  background: #3e4d5f;
  text-align: center;
  padding: 0 15px;
}
.team .teamBox .bd ul li .text h5 {
  font-size: 16px;
  line-height: 30px;
}
.team .teamBox .bd ul li .text h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #efb336;
}
.team .teamBox .bd ul li .text p {
  font-size: 14px;
  line-height: 29px;
  border-top: 1px #8b949f solid;
  color: #efb336;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.team .teamBox .teamHd span {
  width: 30px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.team .teamBox .teamHd .prev {
  background: #3e4d5f url(../images/arrowL.png) center center no-repeat;
  left: 0;
}
.team .teamBox .teamHd .prev:hover {
  background-color: #efb336;
}
.team .teamBox .teamHd .next {
  background: #3e4d5f url(../images/arrowR.png) center center no-repeat;
  right: 0;
}
.team .teamBox .teamHd .next:hover {
  background-color: #efb336;
}
.about {
  padding: 60px 0 20px;
  background: #f2f2f2 url(../images/aboutbg.png) center bottom no-repeat;
}
.about .title {
  line-height: 1;
  text-align: center;
}
.about .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e4d5f;
}
.about .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  color: #3e4d5f;
}
.about .title h3 span {
  display: inline-block;
}
.about .title h3 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-right: 20px;
  vertical-align: middle;
}
.about .title h3 span:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-left: 20px;
  vertical-align: middle;
}
.about .title p {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.about .aboutBox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.about .aboutBox:after {
  content: "";
  display: block;
  clear: both;
}
.about .aboutBox .aboutTab {
  width: 550px;
  height: 360px;
  background: #fff;
  float: left;
}
.about .aboutBox .aboutTab .hd {
  height: 40px;
  background: #fff;
}
.about .aboutBox .aboutTab .hd ul li {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 50%;
  text-align: center;
  position: relative;
}
.about .aboutBox .aboutTab .hd ul li a {
  display: block;
  font-size: 20px;
  color: #3e4d5f;
}
.about .aboutBox .aboutTab .hd ul li:after {
  display: block;
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  background: #efb336;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.about .aboutBox .aboutTab .hd ul li.on:after {
  width: 100%;
  left: 0;
}
.about .aboutBox .aboutTab .bd ul li {
  position: relative;
}
.about .aboutBox .aboutTab .bd ul li .pic {
  width: 550px;
  height: 320px;
  display: block;
}
.about .aboutBox .aboutTab .bd ul li .ico {
  display: block;
  position: absolute;
  width: 550px;
  height: 320px;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
}
.about .aboutBox .aboutTab .bd ul li .ico:before,
.about .aboutBox .aboutTab .bd ul li .ico:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #efb336;
  border-radius: 50%;
  filter: alpha(opacity=40);
  opacity: 0.4;
  z-index: 1;
}
.about .aboutBox .aboutTab .bd ul li .ico:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about .aboutBox .aboutTab .bd ul li .ico:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about .aboutBox .aboutTab .bd ul li .ico img {
  width: 36px;
  height: 37px;
  position: relative;
  top: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transition-delay: 0.5s;
  z-index: 2;
}
.about .aboutBox .aboutTab .bd ul li:hover .ico:before {
  -webkit-animation: criss-cross-left2 0.8s both;
  animation: criss-cross-left2 0.8s both;
}
.about .aboutBox .aboutTab .bd ul li:hover .ico:after {
  -webkit-animation: criss-cross-right2 0.8s both;
  animation: criss-cross-right2 0.8s both;
}
.about .aboutBox .aboutTab .bd ul li:hover .ico img {
  top: 140px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.about .aboutBox .aboutText {
  width: 590px;
  padding: 40px 0 0 0;
  float: right;
  text-align: right;
}
.about .aboutBox .aboutText .tit .wz1 span {
  display: inline-block;
  width: 66px;
  height: 30px;
  background-color: #efb336;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #3e4d5f;
}
.about .aboutBox .aboutText .tit .wz2 {
  line-height: 1;
  font-size: 26px;
  margin-top: 10px;
}
.about .aboutBox .aboutText h4 {
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
}
.about .aboutBox .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 24px;
  height: 120px;
  font-size: 14px;
  margin-top: 50px;
  text-align: justify;
  color: #666666;
}
.about .aboutBox .aboutText .line {
  font-size: 0;
  margin-top: 28px;
}
.about .aboutBox .aboutText .line:after {
  display: inline-block;
  content: "";
  width: 400px;
  height: 2px;
  background: #3e4d5f;
}
.about .aboutBox .aboutText .aboutMore {
  text-align: right;
}
.about .aboutBox .aboutText .aboutMore a {
  display: inline-block;
  width: 140px;
  height: 30px;
  background-color: #3e4d5f;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  color: #efb336;
}
.about .aboutBox .aboutText .aboutMore a:hover {
  border-radius: 15px;
  background: #efb336;
  color: #fff;
}
.news {
  padding: 60px 0 40px;
  background: #f2f2f2;
}
.news .title {
  line-height: 1;
  text-align: center;
}
.news .title h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3e4d5f;
}
.news .title h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 16px;
  color: #3e4d5f;
}
.news .title h3 span {
  display: inline-block;
}
.news .title h3 span:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-right: 20px;
  vertical-align: middle;
}
.news .title h3 span:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #3e4d5f;
  margin-left: 20px;
  vertical-align: middle;
}
.news .title p {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.news .newsBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.news .newsBox .one {
  background: #fff;
  height: 240px;
}
.news .newsBox .one:after {
  content: "";
  display: block;
  clear: both;
}
.news .newsBox .one .pic {
  float: right;
  width: 480px;
  height: 240px;
}
.news .newsBox .one .pic img {
  width: 480px;
  height: 240px;
}
.news .newsBox .one .text {
  padding: 22px 30px;
  width: 650px;
}
.news .newsBox .one .text h5 {
  font-size: 16px;
}
.news .newsBox .one .text h5 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsBox .one .text h5 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .one .text p {
  color: #666;
  margin-top: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
}
.news .newsBox .one .text .date {
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
  border-bottom: 1px #3e4d5f solid;
  padding-bottom: 10px;
  position: relative;
}
.news .newsBox .one .text .date:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #efb336;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsBox .one .text .more {
  text-align: right;
  margin-top: 10px;
}
.news .newsBox .one .text .more a {
  display: inline-block;
  width: 140px;
  height: 30px;
  background-color: #3e4d5f;
  line-height: 30px;
  text-align: center;
  color: #efb336;
}
.news .newsBox .one .text .more a:hover {
  border-radius: 15px;
  background: #efb336;
  color: #fff;
}
.news .newsBox .one:hover {
  box-shadow: 0px 8px 8px 0px rgba(62, 77, 95, 0.75);
}
.news .newsBox .one:hover h5 a {
  color: #efb336;
}
.news .newsBox .one:hover .date:after {
  width: 100%;
}
.news .newsBox .newsList {
  position: relative;
  margin-top: 10px;
}
.news .newsBox .newsList:after {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  bottom: -2px;
  width: 1200px;
  height: 1px;
  background-color: #ccc;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsBox .newsList ul {
  margin: 0 -15px;
  overflow: hidden;
}
.news .newsBox .newsList ul:after {
  content: "";
  display: block;
  clear: both;
}
.news .newsBox .newsList ul li {
  float: left;
  width: 380px;
  margin: 0 15px;
  height: 100px;
  padding: 25px 0;
  position: relative;
}
.news .newsBox .newsList ul li .tit {
  border-bottom: 2px #ccc solid;
  height: 30px;
  line-height: 30px;
  padding-bottom: 4px;
  position: relative;
}
.news .newsBox .newsList ul li .tit a {
  font-size: 16px;
  display: block;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.news .newsBox .newsList ul li .tit a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsBox .newsList ul li .tit a:hover {
  color: #efb336;
}
.news .newsBox .newsList ul li .tit span {
  float: right;
  color: #999;
  font-size: 12px;
}
.news .newsBox .newsList ul li .tit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 51px;
  height: 2px;
  background-color: #5c82bf;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsBox .newsList ul li p {
  color: #666666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  margin-top: 15px;
}
.news .newsBox .newsList ul li:hover .tit:after {
  width: 100%;
}
.news .newsBox .newsList ul li:hover .text h5 a {
  color: #3e4d5f;
}
/*fri*/
.links {
  background-color: #333333;
}
.links .fri_cen {
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid #717171;
}
.links .fri_cen .fri_l {
  float: left;
  width: 80px;
  height: 100%;
  line-height: 54px;
  font-size: 16px;
  color: #ffffff;
  margin-right: 20px;
}
.links .fri_cen .fri_r {
  width: 1090px;
  height: 100%;
  float: left;
  line-height: 54px;
}
.links .fri_cen .fri_r a {
  float: left;
  line-height: 54px;
  margin-right: 20px;
  font-size: 14px;
  color: #e4e4e4;
}
.links .fri_cen .fri_r a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .fri_cen .fri_r a:hover {
  color: #efb336;
}
