.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;
}
.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-controlNav a {
  display: inline-block;
  width: 100px;
  height: 4px;
  text-indent: -9999px;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  background: #fff;
  opacity: 0.5;
}
.banner .nivo-controlNav a.active {
  background: #0093dd;
  opacity: 1;
}
.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;
}
.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%;
  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-slide-invisible-blank {
  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-button-lock {
  display: none;
}
.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-main {
  -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,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.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-pagination-lock {
  display: none;
}
.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-scrollbar-lock {
  display: none;
}
.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: 1200px;
}
/*seach*/
.seach .center {
  overflow: hidden;
  padding-top: 20px;
}
.seach .center .p1 {
  margin-top: 10px;
  width: 25px;
  height: 2px;
  background-color: #666666;
  margin-bottom: 22px;
}
.seach .center .pp {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 60px;
}
.seach .center .pp span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #0093dd;
}
.seach .center .p2 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #999999;
}
.seach .center .p3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #333333;
}
.seach .center .p4 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 40px;
  background: url('../images/tel.png') no-repeat center;
  background-position-x: 0px;
}
.seach .center .a1 {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  padding-top: 48px;
  background: url('../images/a1.png') no-repeat center;
  background-position-y: 0px;
  transition: 0.5s;
  margin-right: 38px;
}
.seach .center .a1:hover {
  color: #0093dd;
}
.seach .center .a2 {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #666666;
  padding-top: 48px;
  background: url('../images/a2.png') no-repeat center;
  background-position-y: 0px;
  transition: 0.5s;
}
.seach .center .a2:hover {
  color: #0093dd;
}
.seach .center .item1,
.seach .center .item2,
.seach .center .item3 {
  float: left;
  width: 30%;
  padding-left: 3%;
}
.seach .center .item2 {
  border-left: #ccc 1px solid;
  border-right: #ccc 1px solid;
}
.seach .center .item3 .box {
  width: 286px;
  height: 30px;
  border-radius: 14px;
  border: solid 1px #cccccc;
  position: relative;
}
.seach .center .item3 .box input {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #999999;
  width: 276px;
  height: 30px;
  padding-left: 10px;
  border-radius: 14px;
}
.seach .center .item3 .box .sss {
  width: 17px;
  height: 17px;
  text-align: center;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 7px;
  right: 15px;
}
/*seach end*/
/*product*/
.product {
  margin-top: 60px;
}
.product .center {
  overflow: hidden;
}
.product .center .top {
  overflow: hidden;
}
.product .center .top .left {
  width: 184px;
  float: left;
  padding-left: 20px;
  height: 198px;
  text-align: center;
  background: url('../images/pro.png') no-repeat center;
}
.product .center .top .left .p1 {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 78px;
}
.product .center .top .left .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.product .center .top ul {
  float: right;
  padding-top: 29px;
  margin-right: 10px;
}
.product .center .top ul li {
  width: 100px;
  float: left;
  margin-left: 40px;
  text-align: center;
}
.product .center .top ul li:hover .a1 {
  border: solid 1px #0093dd;
  transform: rotateY(360deg);
  transition: 1s;
}
.product .center .top ul li:hover a {
  color: #0093dd;
}
.product .center .top ul li .a1 {
  width: 100px;
  transition: 0.5s;
  padding-top: 25px;
  height: 75px;
  border: solid 1px #cccccc;
  border-radius: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.product .center .top ul li .a2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  transition: 0.5s;
  color: #333333;
}
.product .center > ul li {
  height: 200px;
  width: 280px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-top: 24px;
  margin-right: 20px;
  border: #ccc 1px solid;
  padding: 4px;
  float: left;
}
.product .center > ul li img {
  width: 280px;
  height: 200px;
  position: absolute;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /* opacity: .6; */
}
.product .center > ul li .text {
  color: #fff;
  padding: 0;
  margin: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1000;
}
.product .center > ul li .text .a2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1000;
}
.product .center > ul li .text .a1 {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  width: 70%;
  padding: 0 15%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 160px;
  left: 0%;
  height: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  font-size: 16px;
  overflow: hidden;
  line-height: 40px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .center > ul li .text .a1 i {
  color: #fff;
}
.product .center > ul li .text p {
  font-size: 1em;
  text-align: center;
  width: 70%;
  position: absolute;
  top: 60%;
  left: 15%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
}
.product .center > ul li .text::before {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform .4s;
}
.product .center > ul li .text::after {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform .4s;
}
.product .center > ul li:hover {
  background: #0093dd;
}
.product .center > ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform .4s;
  opacity: .6;
}
.product .center > ul li:hover .text::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product .center > ul li:hover .text::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.product .center > ul li:hover .text .a1 {
  top: 40px;
  background: none;
}
.product .center > ul li:hover .text p {
  top: 45%;
  opacity: 1;
}
/*product end*/
/*about*/
.about {
  width: 100%;
  height: 470px;
  background: url(../images/aboutBg.jpg) no-repeat center;
  margin-top: 40px;
}
.about .top {
  overflow: hidden;
  width: 100%;
}
.about .center {
  position: relative;
}
.aboutT {
  width: 290px;
  float: left;
}
.aboutT b {
  display: block;
  color: #cccccc;
  font: bold 24px "micosoft yahei";
  background: url(../images/aboutLine.png) no-repeat right center;
}
.aboutT h3 {
  font-size: 20px;
  color: #0093dd;
}
.keytext span {
  padding-right: 10px;
  display: block;
  float: left;
  font-size: 14px;
  color: #fff;
}
.gstt {
  position: absolute;
  top: 8px;
  left: 445px;
}
.gstt p {
  background: url(../images/gstt.png) no-repeat 0px 18px;
  padding-left: 22px;
  float: left;
  height: 49px;
  line-height: 49px;
  font-weight: bold;
  color: #0066cc;
}
.gstt b {
  display: block;
  float: left;
  height: 49px;
  line-height: 49px;
  width: 265px;
  overflow: hidden;
  margin-right: 160px;
  font-weight: normal;
}
.gstt b a {
  color: #666;
}
.gstt b:hover a {
  color: #9f7e46;
}
.gstt i {
  font-size: 12px;
  color: #666;
  height: 49px;
  line-height: 49px;
}
.aboutMore a:hover {
  color: #0093dd;
}
.aboutImg {
  width: 644px;
  height: 344px;
}
.aboutImg img {
  display: block;
  width: 644px;
  height: 344px;
  margin-top: 30px;
}
.aboutText {
  width: 510px;
}
.aboutText h3 {
  display: block;
  font-size: 20px;
  margin-top: 30px;
}
.aboutText b {
  font-size: 12px;
  font-weight: normal;
  color: #ccc;
}
.aboutText p {
  margin-top: 30px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 104px;
  color: #808080;
}
.aboutLine {
  width: 60px;
  height: 1px;
  background: #808080;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  margin-top: 50px;
}
.aboutText i a {
  display: block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  color: #808080;
  border-bottom: 1px solid #ccc;
  padding-top: 30px;
}
.aboutText span {
  display: block;
  font-size: 24px;
  color: #0059b1;
  padding-top: 5px;
}
.clearboth {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*about end*/
/*advantage*/
.advantage {
  margin-top: 60px;
  height: 1750px;
  background: url('../images/adv.jpg') no-repeat center;
  overflow: hidden;
}
.advantage .center .top {
  text-align: center;
  margin-bottom: 75px;
}
.advantage .center .top .p1 {
  font-size: 34px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.advantage .center .top .p1 span {
  font-size: 34px;
  letter-spacing: 0px;
  color: #0093dd;
}
.advantage .center .top .p2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #888888;
}
.advantage .center .item {
  overflow: hidden;
}
.advantage .center .item .img {
  float: left;
  width: 738px;
  height: 444px;
}
.advantage .center .item .img img {
  width: 738px;
  height: 444px;
}
.advantage .center .item .text {
  float: left;
  padding-left: 20px;
  width: 432px;
  margin-right: 10px;
}
.advantage .center .item .text .p1 {
  padding-top: 102px;
  font-family: Impact;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 6px;
  color: #0093dd;
}
.advantage .center .item .text .p2 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 2px;
  color: #494748;
  padding-top: 22px;
}
.advantage .center .item .text .p2 span {
  color: #dd1619;
  margin-right: 10px;
}
.advantage .center .item .text .p3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #666666;
}
.advantage .center .item .text .p4 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #333333;
}
.advantage .center .item .text .p4 span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #666666;
  border: 1px solid #ccc;
  padding: 0 6px;
  border-radius: 2px;
  margin-right: 10px;
}
.advantage .center .item .text .p4 i {
  color: #dd1619;
}
.advantage .center .i2 {
  margin-top: 88px;
  margin-bottom: 136px;
}
.advantage .center .i2 .p1 {
  padding-top: 160px !important;
}
/*advantage end*/
/*cust*/
.cust {
  margin-top: 60px;
}
.cust .center {
  position: relative;
}
.cust .center .top {
  text-align: center;
  margin-bottom: 40px;
}
.cust .center .top h3 {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.cust .center .top h3 span {
  color: #0093dd;
}
.cust .center .top p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
}
.cust .center .swipers {
  overflow: hidden;
}
.cust .center .swipers .swiper-slide {
  width: 272px !important;
  height: 237px !important;
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: url(../images/qqqq.png), default;
}
.cust .center .swipers .swiper-slide img {
  display: block;
  width: 270px;
  height: 235px;
  padding: 0;
  margin: 0;
  cursor: url(../images/qqqq.png), default;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cust .center .swipers .swiper-slide .text {
  cursor: url(../images/qqqq.png), default;
  color: #fff;
  padding: 0;
  margin: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.cust .center .swipers .swiper-slide .text .a2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 235px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* overflow: hidden; */
  cursor: url(../images/qqqq.png), default;
  z-index: 1000;
}
.cust .center .swipers .swiper-slide .text:before {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform .4s;
  top: 14%;
  right: 5%;
  bottom: 14%;
  left: 5%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.cust .center .swipers .swiper-slide .text:after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform .4s;
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.cust .center .swipers .swiper-slide .text .a1 {
  font-size: 1.3em;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 197px;
  width: 100%;
  cursor: url(../images/qqqq.png), default;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* overflow: hidden; */
  opacity: 1;
  color: white;
  padding: 1;
  font-size: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.cust .center .swipers .swiper-slide p {
  font-size: 1em;
  text-align: center;
  width: 70%;
  position: absolute;
  top: 60%;
  left: 15%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: url(../images/qqqq.png), default;
  opacity: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
}
.cust .center .swipers .swiper-slide:hover {
  background: #333;
  overflow: hidden;
}
.cust .center .swipers .swiper-slide:hover img {
  position: absolute;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
  overflow: hidden;
}
.cust .center .swipers .swiper-slide:hover .text {
  overflow: hidden;
}
.cust .center .swipers .swiper-slide:hover .text:before,
.cust .center .swipers .swiper-slide:hover .text:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cust .center .swipers .swiper-slide:hover .text a {
  color: white;
}
.cust .center .swipers .swiper-slide:hover .text .a1 {
  top: 66px;
  opacity: 1;
  font-weight: 700;
  width: 70%;
  left: 15%;
}
.cust .center .swipers .swiper-slide:hover .text p {
  top: 45%;
  opacity: 1;
}
.cust .center .prev {
  outline: none;
  cursor: pointer;
}
.cust .center .prev:before {
  content: '<';
  font-size: 60px;
  color: #333;
  position: absolute;
  top: 58%;
  left: -100px;
  transition: 0.5s;
}
.cust .center .prev:hover:before {
  color: #0093dd;
}
.cust .center .next {
  outline: none;
  cursor: pointer;
}
.cust .center .next:before {
  content: '>';
  font-size: 60px;
  color: #333;
  position: absolute;
  top: 58%;
  right: -100px;
  transition: 0.5s;
}
.cust .center .next:hover:before {
  color: #0093dd;
}
/*cust end*/
/*留言*/
.ly {
  height: 283px;
  background: url('../images/ly.jpg') no-repeat center;
  margin-top: 60px;
  margin-bottom: 260px;
}
.ly .center {
  padding-top: 58px;
  position: relative;
}
.ly .center .left {
  float: left;
  width: 400px;
}
.ly .center .left input {
  width: 43%;
  margin-right: 6%;
  background: none;
  border-bottom: #fff 1px solid;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 1px;
  color: #ffffff;
}
.ly .center .left input::placeholder {
  color: #ffffff;
}
.ly .center .left textarea {
  background: none;
  border-bottom: #fff 1px solid;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 94%;
  height: 45px;
  margin-top: 5px;
}
.ly .center .left textarea::placeholder {
  color: #ffffff;
}
.ly .center .left #btn {
  outline: none;
  cursor: pointer;
  border-bottom: #fff 1px solid;
  background: none;
  width: 60px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: 10px;
  transition: 0.5s;
}
.ly .center .left #btn:hover {
  color: #f95704;
}
.ly .center .right {
  float: right;
  text-align: right;
}
.ly .center .right .p1 {
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 2px;
  color: #ffffff;
}
.ly .center .right .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 15px;
}
.ly .center .right a {
  width: 135px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  display: block;
  text-align: center;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 40px;
  transition: 0.5s;
  background: url('../images/fw.png') no-repeat center;
  background-position-x: 22px;
}
.ly .center .right a:hover {
  color: #f95704;
}
.ly .center .swiper1 {
  overflow: hidden;
  margin-top: 40px;
}
.ly .center .swiper1 .swiper-slide {
  font-size: 0px;
  width: 270px !important;
  height: 220px;
}
.ly .center .swiper1 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.ly .center .swiper1 .swiper-slide img {
  width: 270px;
  height: 180px;
  cursor: url(../images/qqqq.png), default;
}
.ly .center .swiper1 .swiper-slide .a1 {
  width: 270px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  transition: 0.5s;
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ly .center .con {
  width: 1160px;
  height: 230px;
  position: absolute;
  top: 240px;
  right: 0px;
  padding-top: 21px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.ly .center .con .swiper1 {
  overflow: hidden;
  margin-top: 0px;
}
/*留言 end*/
.zs {
  margin-top: 60px;
}
.zs .center {
  height: 330px;
  overflow: hidden;
}
.zs .center .menu {
  overflow: hidden;
  position: relative;
}
.zs .center .menu .lv {
  background: url('../images/m1.png') no-repeat center;
}
.zs .center .menu a {
  width: 140px;
  height: 54px;
  padding-left: 65px;
  float: left;
  display: block;
  background: url('../images/m2.png') no-repeat center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 1px;
  color: #ffffff;
}
.zs .center .menu .a1 {
  background: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 65px;
  letter-spacing: 1px;
  color: #333333;
  float: right;
  text-align: right;
  border-bottom: #ccc 1px solid;
  width: 280px;
  transition: 0.5s;
}
.zs .center .menu .a1:hover {
  color: #0093dd;
}
.zs .center .con1 {
  padding: 0 20px;
  position: relative;
}
.zs .center .con1 .swiper2 {
  overflow: hidden;
  margin-top: 40px;
}
.zs .center .con1 .swiper2 .swiper-slide {
  font-size: 0px;
  width: 272px !important;
  height: 235px;
}
.zs .center .con1 .swiper2 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.zs .center .con1 .swiper2 .swiper-slide img {
  width: 272px;
  height: 195px;
  cursor: url(../images/qqqq.png), default;
}
.zs .center .con1 .swiper2 .swiper-slide .a1 {
  width: 272px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  transition: 0.5s;
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zs .center .con1 .prev1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  left: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
.zs .center .con1 .next1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  right: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
.zs .center .con2 {
  padding: 0 20px;
  position: relative;
}
.zs .center .con2 .swiper2 {
  overflow: hidden;
  margin-top: 40px;
}
.zs .center .con2 .swiper2 .swiper-slide {
  font-size: 0px;
  width: 272px !important;
  height: 235px;
}
.zs .center .con2 .swiper2 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.zs .center .con2 .swiper2 .swiper-slide img {
  width: 272px;
  height: 195px;
  cursor: url(../images/qqqq.png), default;
}
.zs .center .con2 .swiper2 .swiper-slide .a1 {
  width: 272px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  transition: 0.5s;
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zs .center .con2 .prev1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  left: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
.zs .center .con2 .next1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  right: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
.zs .center .con3 {
  padding: 0 20px;
  position: relative;
}
.zs .center .con3 .swiper2 {
  overflow: hidden;
  margin-top: 40px;
}
.zs .center .con3 .swiper2 .swiper-slide {
  font-size: 0px;
  width: 272px !important;
  height: 235px;
}
.zs .center .con3 .swiper2 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.zs .center .con3 .swiper2 .swiper-slide img {
  width: 272px;
  height: 195px;
  cursor: url(../images/qqqq.png), default;
}
.zs .center .con3 .swiper2 .swiper-slide .a1 {
  width: 272px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  transition: 0.5s;
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zs .center .con3 .prev1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  left: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
.zs .center .con3 .next1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  right: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
.zs .center .con4 {
  padding: 0 20px;
  position: relative;
}
.zs .center .con4 .swiper2 {
  overflow: hidden;
  margin-top: 40px;
}
.zs .center .con4 .swiper2 .swiper-slide {
  font-size: 0px;
  width: 272px !important;
  height: 235px;
}
.zs .center .con4 .swiper2 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.zs .center .con4 .swiper2 .swiper-slide img {
  width: 272px;
  height: 195px;
  cursor: url(../images/qqqq.png), default;
}
.zs .center .con4 .swiper2 .swiper-slide .a1 {
  width: 272px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #000000;
  transition: 0.5s;
  background: linear-gradient(to right, #0093dd, #0093dd) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zs .center .con4 .prev1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  left: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
.zs .center .con4 .next1 {
  width: 49px;
  height: 43px;
  position: absolute;
  top: 30%;
  right: 0px;
  outline: none;
  cursor: pointer;
  z-index: 66666;
}
/*news*/
.news {
  margin-top: 60px;
}
.news .center {
  height: 335px;
  overflow: hidden;
}
.news .center .left {
  width: 355px;
  float: left;
  font-size: 0px;
  position: relative;
}
.news .center .left img {
  width: 355px;
  height: 265px;
}
.news .center .left .a1 {
  width: 345px;
  height: 45px;
  border: #F4F9FD 1px solid;
  display: block;
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .center .left .a2 {
  width: 45px;
  height: 45px;
  background: #0093dd;
  font-size: 37px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 0 0 solid;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  display: block;
}
.news .center .right {
  width: 770px;
  float: right;
}
.news .center .right .menu {
  border-bottom: #ccc 1px solid;
  padding-bottom: 3px;
  margin-bottom: 25px;
}
.news .center .right .menu .lv span {
  color: #0093dd;
}
.news .center .right .menu a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  color: #666666;
  letter-spacing: 0px;
  margin-right: 70px;
}
.news .center .right .menu a span {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  margin-right: 15px;
}
.news .center .right .con .ul1 {
  float: left;
  width: 353px;
}
.news .center .right .con .ul1 li {
  margin-bottom: 20px;
}
.news .center .right .con .ul1 li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
}
.news .center .right .con .ul1 li .p1 {
  height: 50px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
}
.news .center .right .con .ul1 li .p2 {
  width: 10px;
  height: 3px;
  background: #0093dd;
  margin: 10px 0;
}
.news .center .right .con .ul1 li .p3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.news .center .right .con .ul1 li:hover a {
  color: #0093dd;
  font-weight: 600;
}
.news .center .right .con .ul2 {
  float: right;
  width: 352px;
}
.news .center .right .con .ul2 li {
  overflow: hidden;
  background: url('../images/new.png') no-repeat center;
  background-position-x: 5px;
  margin-bottom: 15px;
  border-bottom: #ccc 1px dashed;
}
.news .center .right .con .ul2 li:hover a {
  color: #0093dd;
  margin-left: 30px;
}
.news .center .right .con .ul2 li:hover span {
  color: #0093dd;
}
.news .center .right .con .ul2 li a {
  display: block;
  float: left;
  margin-left: 20px;
  transition: 0.5s;
  width: 225px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.news .center .right .con .ul2 li span {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  float: right;
}
/*news end*/
