/**
 * 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: 0.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: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.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: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.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: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.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: 0.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: 1200px;
}
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.banner {
  width: 100%;
  height: 640px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  /* The Nivo Slider styles */
  /* If an image is wrapped in a link */
  /* The slices and boxes in the Slider */
}
.banner .nivoSlider {
  position: relative;
  width: 1920px;
  height: 100%;
  text-align: center;
  left: 50%;
  margin-left: -960px;
}
.banner .nivoSlider img {
  display: none;
  width: auto;
  margin: 0 auto;
  height: auto;
}
.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: 14px;
  height: 14px;
  text-indent: -9999px;
  margin: 0 8px;
  border-radius: 20px;
  cursor: pointer;
  background: #fbf8ef;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .nivo-controlNav a.active {
  background: #d30c17;
}
.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: 50px;
  top: 50%;
  margin-top: -25px;
  border-radius: 50%;
}
.banner a.nivo-nextNav {
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBr.png) center center no-repeat;
  right: 50%;
  margin-right: -640px;
}
.banner a.nivo-prevNav {
  left: 50%;
  margin-left: -640px;
  background: rgba(0, 0, 0, 0.3) url(../images/arrowBl.png) center center no-repeat;
}
@media (min-width: 1460px) {
  .banner a.nivo-nextNav {
    margin-right: -720px;
  }
  .banner a.nivo-prevNav {
    margin-left: -720px;
  }
}
@media (min-width: 1680px) {
  .banner a.nivo-nextNav {
    margin-right: -800px;
  }
  .banner a.nivo-prevNav {
    margin-left: -800px;
  }
}
.banner .nivo-caption {
  display: none !important;
}
.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-html-caption {
  display: none;
}
.inOne {
  position: relative;
  height: 100px;
  z-index: 6;
}
.inOne .inContent {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 180px;
  background: #fbfbfb url(../images/inOnebg.jpg) center center no-repeat;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 0;
  padding: 36px 70px 0 40px;
}
.inOne .searchBox {
  margin-top: 4px;
  width: 340px;
  height: 46px;
}
.inOne .searchBox .searchInp {
  width: 280px;
  height: 46px;
  border: solid 1px #dfdfdf;
  border-right: none;
  line-height: 44px;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 14px;
}
.inOne .searchBox .searchInp::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.inOne .searchBox .submitBtn {
  background: #d30c17 url(../images/searchico.png) center center no-repeat;
  border: none;
  width: 60px;
  height: 46px;
  cursor: pointer;
  float: right;
}
.inOne .searchBox .submitBtn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.inOne .slogan {
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
  color: #666666;
}
.inOne .tel {
  width: 330px;
  float: left;
  margin-left: 184px;
  width: 320px;
}
.inOne .tel h4 {
  background: url(../images/tel.png) 0 center no-repeat;
  font-size: 16px;
  padding-left: 56px;
  color: #666666;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  margin-bottom: 12px;
}
.inOne .tel p {
  color: #666666;
  line-height: 30px;
  font-size: 14px;
}
.inOne .tel p span {
  font-weight: bold;
  font-size: 16px;
}
.inOne .zxLink {
  width: 170px;
  height: 50px;
  border: solid 1px #cccccc;
  line-height: 50px;
  margin-top: 28px;
  float: right;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d30c17, #d30c17);
  background-image: linear-gradient(to right, #d30c17, #d30c17);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  color: #444444;
}
.inOne .zxLink:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
  border-color: #d30c17;
}
.title {
  text-align: center;
  line-height: 1;
  background: url(../images/titline.png) center 35px no-repeat;
}
.title h3 {
  font-size: 26px;
}
.title .en {
  height: 12px;
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  margin-top: 28px;
  letter-spacing: 13px;
  color: #666666;
  text-transform: uppercase;
  padding-left: 13px;
}
.title p {
  margin-top: 20px;
  color: #666666;
}
.product {
  padding: 50px 0;
}
.product .inContent {
  margin-top: 40px;
}
.product .proL {
  float: left;
  width: 200px;
}
.product .proL .proNav {
  position: relative;
}
.product .proL .proNav ul {
  height: 340px;
  overflow: hidden;
}
.product .proL .proNav ul li {
  margin-top: 10px;
  background: #222;
  position: relative;
}
.product .proL .proNav ul li:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: #d30c17;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proL .proNav ul li:first-child {
  margin-top: 0;
}
.product .proL .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding: 0 10px 0 54px;
  color: #ffffff;
  background: url(../images/proLli.png) 30px center no-repeat;
  z-index: 2;
}
.product .proL .proNav ul li:hover:before {
  width: 100%;
}
.product .proL .proKefu {
  margin-top: 21px;
  text-align: center;
  line-height: 1;
  background: url(../images/proL.png) center bottom no-repeat;
  height: 278px;
  padding-left: 106px;
}
.product .proL .proKefu .zxLink {
  width: 93px;
  text-align: center;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.product .proL .proKefu .zxLink:hover {
  color: #d30c17;
}
.product .proR {
  float: right;
  width: 960px;
}
.product .proR ul {
  margin-right: -30px;
}
.product .proR ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR ul li {
  margin-right: 30px;
  width: 300px;
  height: 310px;
  background: #f7f7f7;
  margin-bottom: 20px;
  float: left;
  position: relative;
  padding: 2px 2px 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.product .proR ul li:after,
.product .proR ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proR ul li:before {
  top: 0;
  left: 0;
  border-color: #d30c17 transparent transparent #d30c17;
}
.product .proR ul li:after {
  right: 0;
  bottom: 0;
  border-color: transparent #d30c17 #d30c17 transparent;
}
.product .proR ul li:hover:after,
.product .proR ul li:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proR ul li .pic {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 296px;
  height: 256px;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product .proR ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product .proR ul li:hover .pic img {
  -webkit-transform: scale(1.18) rotate(0);
  -moz-transform: scale(1.18) rotate(0);
  -o-transform: scale(1.18) rotate(0);
  transform: scale(1.18) rotate(0);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.product .proR ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d30c17, #d30c17);
  background-image: linear-gradient(to right, #d30c17, #d30c17);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-size: 100% 0%;
  background-position: center bottom;
}
.product .proR ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proR ul li:hover .bt {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.product .proR ul li .tel {
  width: 56px;
  height: 56px;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: -60px;
  background: url(../images/protel.png) center center no-repeat;
  background-color: #d30c17;
  border-radius: 50%;
  z-index: 3;
}
.product .proR ul li:hover .tel {
  top: 102px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.moreLink {
  display: block;
  width: 180px;
  height: 42px;
  margin: 30px auto 0;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.moreLink em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.moreLink .parent {
  line-height: 40px;
  border: solid 1px #cccccc;
  top: 0;
  transform: perspective(0) rotateX(0);
  transform-origin: center bottom 0;
}
.moreLink .current {
  background: #d30c17;
  color: #fff;
  line-height: 42px;
  top: 100%;
  transform: perspective(200px) rotateX(-90deg);
  transform-origin: center top 0;
}
.moreLink:hover .parent {
  top: -100%;
  transform: perspective(200px) rotateX(90deg);
}
.moreLink:hover .current {
  top: 0;
  transform: perspective(0) rotateX(0);
}
.mBanner1 {
  background: url(../images/mbanner1.jpg) center top no-repeat;
  height: 210px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding-top: 70px;
}
.mBanner1 .t1 {
  font-size: 48px;
  font-weight: bold;
}
.mBanner1 .t2 {
  margin-top: 40px;
  height: 46px;
  line-height: 46px;
}
.mBanner1 .t2 .txt {
  display: inline-block;
  width: 503px;
  height: 46px;
  font-size: 24px;
  background: url(../images/mbanTbg.png) center center no-repeat;
}
.mBanner1 .t2 .tel {
  display: inline-block;
  margin-left: 8px;
  padding-left: 50px;
  background: url(../images/mbantel.png) 0 center no-repeat;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
}
.mBanner1 .t2 .tel i {
  font-size: 24px;
  font-weight: bold;
}
.mBanner1 .right {
  width: 608px;
  padding-top: 48px;
}
.mBanner1 .right .t2 {
  font-size: 24px;
  margin-top: 30px;
  height: 50px;
  line-height: 50px;
}
.mBanner1 .right .tel {
  margin-top: 25px;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}
.mBanner1 .right .tel:before {
  content: "";
  display: inline-block;
  background: url(../images/mbantel.png) center center no-repeat;
  width: 36px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
}
.mBanner1 .right .tel i {
  font-weight: bold;
  font-size: 26px;
  font-family: Arial;
  color: #d30c17;
  vertical-align: middle;
}
.mBanner1 .right .zxLink {
  display: block;
  width: 120px;
  height: 36px;
  background-color: #ffffff;
  margin: 25px auto;
  line-height: 36px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.mBanner1 .right .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.mBanner1 .right .zxLink:hover {
  color: #fff;
  background: none;
}
.mBanner1 .right .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.mBanner1 .mbanimg {
  background: url(../images/mbanimg.png) center center no-repeat;
  width: 159px;
  height: 445px;
  position: absolute;
  right: -280px;
  top: 112px;
}
.case {
  padding: 50px 0;
}
.case .title .en {
  letter-spacing: 10px;
  padding-left: 10px;
}
.case .caseBox {
  margin: 40px auto 0;
  position: relative;
  width: 1200px;
}
.case .caseBox .swiper-container {
  width: 1180px;
  height: 380px;
  overflow: hidden;
}
.case .caseBox .swiper-slide {
  position: relative;
  width: 560px;
  height: 380px;
  overflow: hidden;
}
.case .caseBox .swiper-slide .pic {
  display: block;
  width: 560px;
  height: 380px;
}
.case .caseBox .swiper-slide .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .swiper-slide .bt {
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
  bottom: -50px;
  height: 50px;
  line-height: 50px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caseBox .swiper-slide:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.case .caseBox .swiper-slide:hover .bt {
  bottom: 0;
}
.case .caseBox .arrow-left {
  position: absolute;
  width: 36px;
  height: 36px;
  left: -50px;
  top: 50%;
  margin-top: -18px;
  background: url(../images/casel.png) center center no-repeat;
  cursor: pointer;
}
.case .caseBox .arrow-left:hover {
  background: url(../images/caselh.png) center center no-repeat;
}
.case .caseBox .arrow-right {
  position: absolute;
  width: 36px;
  height: 36px;
  right: -50px;
  top: 50%;
  margin-top: -18px;
  background: url(../images/caser.png) center center no-repeat;
  cursor: pointer;
}
.case .caseBox .arrow-right:hover {
  background: url(../images/caserh.png) center center no-repeat;
}
.advantage {
  background: url(../images/ysbg.jpg) center top no-repeat;
  padding-top: 102px;
  height: 858px;
  position: relative;
}
.advantage .ysTitle {
  line-height: 1;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.advantage .ysTitle:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .ysTitle .left {
  font-size: 36px;
  width: 622px;
  text-align: left;
}
.advantage .ysTitle .left .t1 {
  height: 54px;
  line-height: 54px;
  font-weight: bold;
}
.advantage .ysTitle .left .t1 i {
  font-weight: bold;
  color: #d30c17;
  font-size: 72px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  position: relative;
  top: -4px;
}
.advantage .ysTitle .left .t2 {
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
}
.advantage .ysTitle .en {
  font-size: 72px;
  font-family: Arial;
  font-weight: bold;
  color: #d30c17;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 88px;
}
.advantage .advList {
  margin-top: 68px;
  position: relative;
}
.advantage .advList .bd {
  height: 634px;
  overflow: hidden;
}
.advantage .advList .bd li {
  position: relative;
  height: 634px;
  overflow: hidden;
}
.advantage .advList .bd li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.advantage .advList .bd li .pic {
  width: 50%;
  height: 490px;
  z-index: 1;
  position: relative;
  top: 17px;
}
.advantage .advList .bd li .pic img {
  overflow: hidden;
  width: 960px;
  height: 600px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.advantage .advList .bd li .text {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  margin-left: 60px;
  width: 500px;
  background-color: #fbfbfb;
}
.advantage .advList .bd li .text .tit {
  height: 100px;
  margin-bottom: 20px;
}
.advantage .advList .bd li .text .tit .num {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #d30c17;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  border: 5px #efb3b6 solid;
}
.advantage .advList .bd li .text .tit .cn {
  padding-top: 23px;
  margin-left: 120px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: bold;
}
.advantage .advList .bd li .text .tit .line {
  background: #ccc;
  opacity: 0.5;
  filter: alpha(opacity=50);
  width: 150px;
  height: 1px;
  margin-top: 10px;
  margin-left: 120px;
}
.advantage .advList .bd li .text .tit .en {
  margin-left: 120px;
  display: block;
  line-height: 1;
  font-family: Arial;
  font-size: 14px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333333;
  margin-top: 10px;
}
.advantage .advList .bd li .text p {
  line-height: 40px;
  color: #666666;
  position: relative;
  padding-left: 21px;
}
.advantage .advList .bd li .text p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #666666;
  border-radius: 50%;
  margin-top: -4px;
}
.advantage .advList .bd li .text .item1 {
  height: 266px;
  border-bottom: 1px #fff solid;
}
.advantage .advList .bd li .text .item2 {
  border-top: 1px #ddd solid;
  padding-top: 52px;
  height: 273px;
}
.advantage .advList .bd li .text .zxLink {
  display: block;
  width: 160px;
  height: 40px;
  margin-left: 130px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.advantage .advList .bd li .text .zxLink em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.advantage .advList .bd li .text .zxLink .parent {
  background-color: #222222;
  top: 0;
  transform: perspective(0) rotateX(0);
  transform-origin: center bottom 0;
}
.advantage .advList .bd li .text .zxLink .current {
  background: #d30c17;
  top: 100%;
  transform: perspective(200px) rotateX(-90deg);
  transform-origin: center top 0;
}
.advantage .advList .bd li .text .zxLink:hover .parent {
  top: -100%;
  transform: perspective(200px) rotateX(90deg);
}
.advantage .advList .bd li .text .zxLink:hover .current {
  top: 0;
  transform: perspective(0) rotateX(0);
}
.advantage .advList .next {
  position: absolute;
  width: 74px;
  height: 149px;
  top: 194px;
  right: 50%;
  margin-right: -674px;
  background: url(../images/ysr.png) 0 center no-repeat;
  z-index: 3;
  cursor: pointer;
}
.advantage .ysTel {
  height: 32px;
  line-height: 32px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 25px;
  padding-left: 46px;
  color: #e5e5e5;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.advantage .ysTel:before {
  content: "";
  width: 34px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  background: url(../images/ystel.png) center center no-repeat;
  animation: msClock 1.2s linear infinite;
}
.advantage .ysTel i {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}
.about {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 60px;
  position: relative;
}
.about:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutPic {
  float: left;
  width: 560px;
  height: 400px;
  margin-left: 40px;
}
.about .aboutPic:before {
  content: "";
  width: 248px;
  height: 480px;
  border: solid 1px #d30c17;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 40px;
}
.about .aboutPic .pic {
  width: 560px;
  height: 400px;
  overflow: hidden;
}
.about .aboutPic .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.about .aboutText {
  width: 536px;
  float: right;
  margin-top: 46px;
  position: relative;
}
.about .aboutText .tit {
  height: 46px;
  line-height: 46px;
}
.about .aboutText .tit a {
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  padding: 4px 0 14px;
  vertical-align: top;
  line-height: 1;
  position: relative;
  margin-right: 7px;
}
.about .aboutText .tit a:after {
  content: "";
  display: block;
  position: absolute;
  width: 116px;
  height: 3px;
  background-color: #d30c17;
  bottom: 0;
  left: 0;
}
.about .aboutText .tit span {
  color: #d30c17;
  font-size: 60px;
  font-family: Arial;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.about .aboutText .text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 30px;
  height: 150px;
  text-align: justify;
  margin-top: 32px;
  color: #666;
  text-indent: 2em;
}
.about .aboutText .link {
  margin-top: 42px;
}
.about .aboutText .link .zxLink {
  display: block;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
.about .aboutText .link .zxLink em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutText .link .zxLink .parent {
  border: solid 1px #cccccc;
  line-height: 38px;
  color: #333;
  top: 0;
  transform: perspective(0) rotateX(0);
  transform-origin: center bottom 0;
}
.about .aboutText .link .zxLink .current {
  background: #d30c17;
  top: 100%;
  transform: perspective(200px) rotateX(-90deg);
  transform-origin: center top 0;
}
.about .aboutText .link .zxLink:hover .parent {
  top: -100%;
  transform: perspective(200px) rotateX(90deg);
}
.about .aboutText .link .zxLink:hover .current {
  top: 0;
  transform: perspective(0) rotateX(0);
}
.album {
  padding-bottom: 50px;
}
.album .title .en {
  letter-spacing: 5px;
  padding-left: 5px;
}
.album .list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}
.album .listTabs {
  height: 220px;
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.album .listTabs ul li {
  width: 260px;
  height: 220px;
  margin-right: 20px;
  position: relative;
  float: left;
}
.album .listTabs ul li .pic {
  display: block;
  width: 260px;
  height: 190px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.album .listTabs ul li .pic img {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.album .listTabs ul li .pic:after,
.album .listTabs ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.album .listTabs ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #d30c17 transparent transparent #d30c17;
}
.album .listTabs ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #d30c17 #d30c17 transparent;
}
.album .listTabs ul li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.album .listTabs ul li:hover .pic:after,
.album .listTabs ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.album .listTabs ul li .bt {
  line-height: 1;
  padding-top: 15px;
  font-size: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.album .listTabs ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.album .listTabs ul li:hover .bt {
  color: #d30c17;
}
.album .prev,
.album .next {
  width: 32px;
  height: 46px;
  position: absolute;
  top: 76px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
  cursor: pointer;
}
.album .prev:hover,
.album .next:hover {
  background-color: #d30c17;
}
.album .prev {
  background: #222 url(../images/hjl.png) center center no-repeat;
  left: 0;
}
.album .next {
  background: #222 url(../images/hjr.png) center center no-repeat;
  right: 0;
}
.mBanner2 {
  background: url(../images/mBanner2.jpg) center top no-repeat;
  height: 280px;
  line-height: 1;
  color: #fff;
}
.mBanner2 .left {
  float: left;
  padding-top: 78px;
  line-height: 1;
  text-align: left;
}
.mBanner2 .left .t1 {
  font-size: 24px;
}
.mBanner2 .left .t1 span {
  font-weight: bold;
  font-size: 30px;
  margin-right: 10px;
}
.mBanner2 .left .t2 {
  font-size: 24px;
  margin-top: 38px;
}
.mBanner2 .left .t2 span {
  font-size: 30px;
  font-weight: bold;
}
.mBanner2 .left .en {
  font-family: Arial;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.5;
  text-transform: uppercase;
  margin-top: 15px;
}
.mBanner2 .right {
  padding-top: 50px;
}
.mBanner2 .right .tel {
  margin-top: 28px;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  color: #ffffff;
}
.mBanner2 .right .tel:before {
  content: "";
  display: inline-block;
  background: url(../images/mbantel.png) center center no-repeat;
  width: 37px;
  height: 33px;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.mBanner2 .right .tel i {
  font-weight: bold;
  font-size: 24px;
}
.mBanner2 .right .zxLink {
  display: block;
  width: 160px;
  height: 40px;
  margin-left: 130px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  margin: 30px auto 0;
}
.mBanner2 .right .zxLink em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mBanner2 .right .zxLink .parent {
  background-color: #d30c17;
  top: 0;
  transform: perspective(0) rotateX(0);
  transform-origin: center bottom 0;
}
.mBanner2 .right .zxLink .current {
  background: #fff;
  color: #d30c17;
  top: 100%;
  transform: perspective(200px) rotateX(-90deg);
  transform-origin: center top 0;
}
.mBanner2 .right .zxLink:hover .parent {
  top: -100%;
  transform: perspective(200px) rotateX(90deg);
}
.mBanner2 .right .zxLink:hover .current {
  top: 0;
  transform: perspective(0) rotateX(0);
}
.partner {
  padding: 50px 0;
  background-color: #fbfbfb;
}
.partner .tit {
  width: 1200px;
  margin: 0 auto;
  height: 34px;
  border-bottom: 1px #ccc solid;
  font-size: 14px;
  color: #999999;
  line-height: 34px;
}
.partner .tit span {
  line-height: 1;
  font-size: 24px;
  position: relative;
  color: #333;
  vertical-align: top;
  display: inline-block;
  margin-right: 24px;
}
.partner .tit span:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #d30c17;
  width: 100%;
  left: 0;
  top: 33px;
}
.partner .list {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}
.partner .listTabs {
  height: 140px;
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.partner .listTabs ul li {
  width: 180px;
  height: 140px;
  margin-right: 12px;
  position: relative;
  float: left;
}
.partner .listTabs ul li .pic {
  display: block;
  width: 180px;
  height: 110px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.partner .listTabs ul li .pic img {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.partner .listTabs ul li .pic:after,
.partner .listTabs ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1;
}
.partner .listTabs ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #d30c17 transparent transparent #d30c17;
}
.partner .listTabs ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #d30c17 #d30c17 transparent;
}
.partner .listTabs ul li:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.partner .listTabs ul li:hover .pic:after,
.partner .listTabs ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.partner .listTabs ul li .bt {
  line-height: 1;
  padding-top: 15px;
  font-size: 14px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.partner .listTabs ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.partner .listTabs ul li:hover .bt {
  color: #d30c17;
}
.partner .prev,
.partner .next {
  width: 10px;
  height: 20px;
  position: absolute;
  top: 49px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 2;
  cursor: pointer;
}
.partner .prev {
  background: url(../images/hbl.png) center center no-repeat;
  left: 0;
}
.partner .prev:hover {
  background: url(../images/hblh.png) center center no-repeat;
}
.partner .next {
  background: url(../images/hbr.png) center center no-repeat;
  right: 0;
}
.partner .next:hover {
  background: url(../images/hbrh.png) center center no-repeat;
}
.news {
  margin-top: 50px;
}
.news .title .en {
  letter-spacing: 7px;
  padding-left: 7px;
}
.news .inContent {
  margin-top: 30px;
}
.news .inContent .one {
  float: left;
  width: 400px;
  position: relative;
  height: 428px;
}
.news .inContent .one .pic {
  overflow: hidden;
  width: 400px;
  height: 220px;
  display: block;
}
.news .inContent .one .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .inContent .one:hover .pic img {
  -webkit-transform: scale(1.15) rotate(0);
  -moz-transform: scale(1.15) rotate(0);
  -o-transform: scale(1.15) rotate(0);
  transform: scale(1.15) rotate(0);
}
.news .inContent .one .text {
  height: 208px;
  position: relative;
  z-index: 1;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .inContent .one .text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .inContent .one .text .bt {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 26px;
}
.news .inContent .one .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .inContent .one .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
  height: 84px;
  color: #888;
  margin-top: 10px;
}
.news .inContent .one .text .date {
  line-height: 34px;
  height: 34px;
  margin-top: 12px;
}
.news .inContent .one .text .date span {
  color: #999999;
  float: left;
}
.news .inContent .one .text .date .more {
  width: 120px;
  height: 34px;
  background-color: #d30c17;
  line-height: 34px;
  text-align: center;
  float: right;
  color: #fff;
  font-family: Arial;
  border-radius: 0;
}
.news .inContent .one .text .date .more:hover {
  border-radius: 17px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.news .inContent .one:hover .text:before {
  height: 100%;
  background: #d30c17;
}
.news .inContent .one:hover .text .bt {
  color: #fff;
}
.news .inContent .one:hover .text p {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .inContent .one:hover .text .date span {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.news .inContent .one:hover .text .date .more {
  background: #fff;
  color: #d30c17;
}
.news .inContent .list {
  float: right;
  width: 750px;
}
.news .inContent .list li {
  width: 750px;
  height: 80px;
  overflow: hidden;
  background-color: #fbfbfb;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d30c17, #d30c17);
  background-image: linear-gradient(to right, #d30c17, #d30c17);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.news .inContent .list li:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.news .inContent .list li:first-child {
  margin-top: 0;
}
.news .inContent .list li .date {
  float: left;
  width: 110px;
  text-align: center;
  padding-top: 8px;
  height: 80px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #222, #222);
  background-image: linear-gradient(to right, #222, #222);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.news .inContent .list li .date i {
  display: block;
  line-height: 30px;
  font-size: 16px;
}
.news .inContent .list li .date span {
  font-size: 24px;
  display: block;
  line-height: 30px;
}
.news .inContent .list li:hover .date {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.news .inContent .list li .text {
  width: 640px;
  height: 80px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
}
.news .inContent .list li .text .bt {
  font-size: 16px;
  line-height: 24px;
  padding: 13px 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .inContent .list li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .inContent .list li .text p {
  color: #ffe3e5;
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.news .inContent .list li:hover .text .bt {
  padding: 0;
  color: #fff;
}
.news .inContent .list li:hover .text p {
  margin-top: 0;
}
.problem {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.problem .problemBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.problem .tit {
  width: 1200px;
  margin: 0 auto;
  height: 34px;
  border-bottom: 1px #ccc solid;
  font-size: 14px;
  color: #999999;
  line-height: 34px;
}
.problem .tit span {
  line-height: 1;
  font-size: 20px;
  position: relative;
  color: #333;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
  padding: 0 10px;
}
.problem .tit span:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #d30c17;
  width: 100%;
  left: 0;
  top: 33px;
}
.problem .problemTab {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
.problem .problemTab span {
  vertical-align: middle;
  width: 40px;
  height: 26px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.problem .problemTab span.prev {
  background: #e6e6e6 url(../images/qal.png) center center no-repeat;
}
.problem .problemTab span.prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: #d30c17;
}
.problem .problemTab span.next {
  background: #d30c17 url(../images/qar.png) center center no-repeat;
}
.problem .problemTab span.next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.problem .list {
  margin-top: 24px;
  height: 106px;
  overflow: hidden;
}
.problem .list li {
  width: 380px;
  height: 84px;
  padding: 11px 10px;
  position: relative;
}
.problem .list li:before,
.problem .list li:after,
.problem .list li .inBorder:before,
.problem .list li .inBorder:after {
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.problem .list li:before {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.problem .list li:after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.problem .list li .inBorder:before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
}
.problem .list li .inBorder:after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.problem .list li:hover:before {
  width: 100%;
}
.problem .list li:hover:after {
  height: 100%;
}
.problem .list li:hover .inBorder:before {
  width: 100%;
}
.problem .list li:hover .inBorder:after {
  height: 100%;
}
.problem .list li .date {
  float: left;
  width: 84px;
  text-align: center;
  background-color: #fbfbfb;
  padding-top: 10px;
  height: 84px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d30c17, #d30c17);
  background-image: linear-gradient(to right, #d30c17, #d30c17);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.problem .list li .date i {
  display: block;
  line-height: 30px;
  font-size: 16px;
}
.problem .list li .date span {
  font-size: 24px;
  display: block;
  line-height: 30px;
}
.problem .list li:hover .date {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.problem .list li .text {
  width: 270px;
  height: 84px;
  float: right;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.problem .list li .text .bt {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.problem .list li .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.problem .list li .text p {
  color: #888;
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 4px;
}
.problem .list li:hover .text .bt {
  color: #d30c17;
}
.links {
  width: 1200px;
  margin: 52px auto 50px;
  height: 36px;
  border-bottom: 1px #ccc solid;
  font-size: 14px;
  line-height: 36px;
  overflow: hidden;
}
.links:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.links .tit {
  float: left;
  font-size: 24px;
  height: 36px;
  line-height: 1;
  position: relative;
}
.links .tit:before {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  background-color: #d30c17;
  width: 100%;
  left: 0;
  top: 33px;
}
.links .list {
  line-height: 28px;
  float: right;
  width: 1090px;
}
.links .list a {
  margin-left: 30px;
  display: inline-block;
  color: #666;
}
.links .list a:hover {
  color: #d30c17;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
