@charset "utf-8";
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
  float: left
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px
}
.swiper-pagination-progress {
  background: rgba(0, 0, 0, .25);
  position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
  overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .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, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}
.anlid {
  width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}
.footer {
  background: #1760c5;
  padding: 0 5%;
}
.solution_cl dl {
  width: 23%;
  margin-left: 1.6%;
  margin-top: 0px;
  float: left;
}
.solution_cl dl dt {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*.solution_cl dl dt a:after{ position: absolute;left:0;bottom:0;width: 100%;height: 0;transition:all 0.5s;content: "";background: rgba(255,255,255,1);}*/
.solution_cl dl:hover dt a:after {
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.solution_cl dl dt img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.solution_cl dl:hover dt img {
  transform: scale(1.05);
}
.solution_cl dl dd {
  width: 100%;
  position: relative;
  padding: 10px 0 15px;
}
.solution_cl dl dd h5 {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  width: 100%;
  padding-left: 0%;
}
.solution_cl dl dd h5 a {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.solution_cl_desc {
  font-size: 14px;
  color: #6c6e77;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  padding-left: 3%;
}
.solution_cl dl dd span {
  display: block;
  width: 72px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 0;
}
.solution_cl dl dd span img {
  width: 72px;
  height: 12px;
}
.solution_cl dl dd i {
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  z-index: 4;
  bottom: 0px;
  left: 0;
  background: #e5e5e5;
}
.solution_cl dl dd i:hover {
  background: #0094dc\9;
} /* IE6閵嗕浮E7閵嗕浮E8閺€顖涘瘮 */
.solution_cl dl dd i:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  background: #0094dc;
  bottom: 0;
  left: 0;
  -webkit-transition: width .5s;
  transition: width .5s;
}
.solution_cl dl:hover dd i:after {
  width: 100%;
}
.case_desc {
  display: none;
}
.direct {
  height: 326px;
  background: #fff;
  clear: both;
  padding: 36px 0 0
}
.direct_t {
  width: 220px;
  height: 247px;
  float: left;
  border: 1px solid #e62129;
  box-sizing: border-box;
  padding: 24px 0 0 31px;
}
.direct_t span {
  display: block;
  line-height: 37px;
  font-size: 30px;
  color: #e62129;
  font-family: "鎬濇簮榛戜綋 CN";
  margin-bottom: 23px;
  text-transform: uppercase;
  font-weight: bold;
}
.direct_t i {
  display: block;
  width: 89px;
  height: 6px;
  background: url(../images/direct_line.png) no-repeat center;
  margin-bottom: 40px;
}
.direct_t em {
  display: block;
  font-size: 30px;
  color: #333333;
}
.direct_l {
  width: 937px;
  float: right;
}
.direct_l li {
  height: 61px;
  border-top: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 8px 0;
}
.direct_l li h4 {
  width: 145px;
  height: 43px;
  line-height: 43px;
  float: left;
  border-right: 1px solid #ebebeb;
  font-size: 18px;
}
.direct_l li h4 a {
  display: block;
  padding-left: 18px;
  font-family: "鎬濇簮榛戜綋 CN";
  font-weight: normal;
  color: #333;
}
.direct_l li span {
  display: block;
  height: 43px;
  float: left;
  max-width: 625px;
  overflow: hidden;
}
.direct_l li span a {
  display: block;
  float: left;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  color: #333333;
  margin-left: 27px;
}
.direct_l li em {
  display: block;
  height: 43px;
  float: right;
}
.direct_l li em a {
  display: block;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  color: #333333;
  padding-right: 32px;
  background: url(../images/direct_ico1.png) no-repeat right;
}
.direct_l li em a:hover {
  background: url(../images/direct_ico2.png) no-repeat right;
}
.footWrap {
  background: #282828;
  color: #fff;
  position: relative;
  z-index: 1;
  line-height: 22px;
  font-size: 14px;
}
em, i {
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.footer a {
  color: #fff;
}
.f_con {
  width: 100%;
  margin: 0px auto;
  padding: 40px 0px;
  overflow: hidden;
}
.f_con h3 {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  height: 44px;
  position: relative;
}
.f_text {
  width: 13%;
  float: right;
}
.f_text img {
  width: 100%
}
.f_search {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.f_search:before {
  content: "";
  position: absolute;
  width: 66px;
  height: 2px;
  left: 0;
  bottom: 4px;
  background: #fff;
}
.f_search span {
  height: 60px;
  line-height: 42px;
  font-size: 16px;
  opacity: 0.6;
  display: block;
  color: #fff;
}
.f_seainp .serach1 {
  width: 203px;
  line-height: 40px;
  height: 40px;
  border: solid 1px #7e7e7e;
  border-right: 0;
  float: left;
  padding: 0 20px;
  background: #282828;
  color: #b6b6b6;
}
.f_seainp .sub1 {
  width: 89px;
  background: #f00c12;
  color: #fff;
  text-align: center;
  line-height: 42px;
  height: 42px;
  border: 0;
}
.f_pho {
  height: 78px;
  line-height: 26px;
  color: #b6b6b6;
}
.f_pho b {
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.f_text li {
  float: left;
  height: 106px;
  line-height: 24px;
  width: 202px;
}
.f_text li:nth-child(2n) {
  width: 416px;
}
.f_text li span {
  display: block;
  font-family: Times New Roman, Arial;
  font-size: 20px;
}
.f_code p {
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  color: #fff
}
.f_code p img {
  display: block;
  width: 74px;
  height: 74px;
  background: #fff;
  padding: 5px;
}
.f_nav {
  width: 540px;
  line-height: 32px;
}
.f_nav1 {
  width: 24%;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  padding-left: 20px;
}
.f_nav3 {
  width: 45%;
  padding-left: 20px;
}
.f_nav a {
  display: block;
  float: left;
  opacity: 0.8;
}
.f_nav dd {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
.f_nav a {
  color: #fff
}
.f_nav1 a {
  width: 140px;
}
.f_nav3 a {
  padding: 0 5px 0 0;
  color: #fff;
  font-size: 14px
}
.f_nav3 a:hover {
  color: #fff
}
.f_wz {
  background: #171717;
  color: #fff;
  text-align: center;
  padding: 0px 0 0;
  position: relative;
  line-height: 66px;
}
.f_wz h2 {
  position: absolute;
  left: 50%;
  top: 57px;
  margin-left: -181px;
}
.f_wz p {
  opacity: 0.8;
  padding: 7px 0 0;
  font-weight: bold;
}
.f_wz p span {
  float: right;
}
.client-2 {
  position: fixed;
  right: -170px;
  top: 50%;
  z-index: 900;
}
.client-2 li a {
  white-space: nowrap;
  text-decoration: none;
}
.client-2 li {
  white-space: nowrap;
  margin-top: 1px;
  clear: both;
  height: 62px;
  position: relative;
}
.client-2 li i {
  background: url(../images/fx.png) no-repeat;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
}
.client-2 li p {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.client-2 .my-kefu-qq i {
  background-position: 4px 5px;
}
.client-2 .my-kefu-tel i {
  background-position: 0 -21px;
}
.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px;
}
.client-2 .my-kefu-weixin i {
  background-position: -34px 4px;
}
.client-2 .my-kefu-weibo i {
  background-position: -30px -22px;
}
.client-2 .my-kefu-ftop {
  display: none;
}
.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 31px;
  background-position: -23px -47px;
  background-size: 52px 82px;
}
.client-2 .my-kefu-ftop .my-kefu-main {
  padding-top: 6px;
}
.client-2 .my-kefu-left {
  float: left;
  width: 62px;
  height: 47px;
  position: relative;
}
.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px;
}
.client-2 .my-kefu-right {
  width: 20px;
}
.client-2 .my-kefu-tel-main {
  background: #e62129;
  color: #fff;
  height: 53px;
  width: 230px;
  padding: 9px 0 0;
  float: left;
}
.client-2 .my-kefu-main {
  background: #e62129;
  width: 97px;
  height: 53px;
  position: relative;
  padding: 9px 0 0;
  float: left;
}
.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
  z-index: 333;
}
.my-kefu-weixin-pic img {
  width: 115px;
  height: 115px;
}
.sf .f_nav:nth-child(2) {
  float: right;
  width: 15%
}
.sf .f_nav:nth-child(1) {
  float: left;
  width: 80%
}
.sf .f_nav:nth-child(1) h3, .f_search {
  display: none
}
.sf .f_nav:nth-child(1) dd {
  text-align: right;
  color: #787878;
  font-size: 16px;
}
.sf {
  float: right;
  width: 60%
}
.zixun {
  text-align: right;
  font-size: 36px;
  color: #c1143f;
  margin: 30px auto 0;
  float: left;
  width: 100%
}
/*banner*/
.banner {
  position: relative;
  height: auto;
  clear: both;
}
.banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.banner .small {
  width: 98px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  z-index: 22;
  position: absolute;
  bottom: 100px;
  left: 10%;
  margin-left: 40px;
  letter-spacing: 2px;
}
.banner .slick-arrow {
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 22;
  bottom: 100px;
  left: 10%;
  outline: none;
  position: absolute;
  border: 0;
  overflow: hidden;
  text-align: center;
  transition: .8s;
  opacity: 0;
  text-indent: 100px;
}
.banner .slick-arrow.slick-prev {
  background: url(../images/ban_prev.png) no-repeat center;
  opacity: 0.3;
}
.banner .slick-arrow.slick-next {
  background: url(../images/ban_next.png) no-repeat center;
  opacity: 0.3;
  margin-left: 122px;
}
.banner:hover .slick-prev {
  opacity: 0.8;
}
.banner:hover .slick-next {
  opacity: 0.8;
}
.banner .slick-arrow:hover {
  opacity: 1;
}
.til01 {
  text-align: center;
  color: #000;
  font-size: 54px;
  line-height: 72px;
  font-family: "Microsoft Yahei";
  white-space: nowrap;
  padding: 0 0 28px;
  font-weight: normal;
}
.til01 p {
  display: block;
  font-size: 20px;
  line-height: 34px;
  opacity: 0.8;
  margin-top: 20px
}
.til01 a {
  color: #000;
}
.til02, .til02 a {
  color: #fff;
}
/*引子*/
/*.guide{font-size:14px;color: #535353;line-height:30px;position: relative;padding: 66px 0 0;z-index: 1;background:url(../images/guidebg.jpg) no-repeat center 0;overflow: hidden;background-size:100% auto;}*/
.guide_c, .solution_til, .process_c, .newbox {
  margin: 0 5%;
}
.guide_w1 {
  height: 226px;
  font-size: 16px;
}
.guide_w1 dd {
  width: 163px;
  height: 108px;
  float: left;
  font-size: 30px;
  color: #e62129;
  line-height: 42px;
  padding-left: 16px;
  margin-right: 70px;
}
.guide_w1 dd b {
  display: block;
  font-size: 70px;
  line-height: 76px;
  color: #000;
  font-weight: normal;
  margin-left: -14px;
}
.guide_w1 dt h4 {
  display: block;
  font-size: 30px;
  height: 57px;
  line-height: 46px;
  font-weight: normal;
  color: #000;
}
.guide_w2 h2 {
  font-size: 48px;
  line-height: 68px;
  font-weight: normal;
  color: #000;
  height: 215px;
}
.guide_w2 h2 i {
  color: #e62129;
}
.guide_w2 p {
  height: 148px;
  width: 705px;
}
.guide_l li {
  float: left;
  padding: 0 65px 0 0;
  color: #e62129;
  font-size: 24px;
  line-height: 35px;
}
.guide_l li b {
  display: block;
  float: left;
  padding: 5px 20px 0 0;
  font-family: Adobe 黑体 Std;
}
.guide_l li span {
  display: block;
  float: left;
}
.guide_l li em {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  color: #333;
}
/* 解决方案 */
.solution {
  background: #272727;
  color: #fff;
  font-family: "Microsoft Yahei";
  position: relative;
  padding: 50px 0 0;
  line-height: 26px;
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
}
.solution_til {
  overflow: hidden;
  font-size: 16px;
}
.solution_til .til01 {
  text-align: left;
  float: left;
}
.solution_til ul {
  padding: 0px 0 0;
  text-align: center;
}
.solution_til li {
  display: inline-block;
  text-align: center;
}
.solution_til li a {
  width: 220px;
  height: 45px;
  line-height: 45px;
  background: #f3f3f3;
  display: block;
  color: #fff;
  overflow: hidden;
  margin: 0 10px;
  font-size: 18px;
}
/*.solution_cl{width:100%;max-width:1920px;min-width:1200px;margin:0 auto;}*/
/*.solution_cl dl{position: relative;width:480px;float: left;text-align: center;overflow:hidden;}*/
/*.solution_cl dt,.solution_cl dt img{width: 100%;display: block;overflow: hidden;}*/
/*.solution_cl dd{position: absolute;width: 100%;left: 0;bottom: 0;background: #e62129;color: #fff;-webkit-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;height: 0;z-index: 2;}*/
/*.solution_cl dd h4{font-weight: normal;font-size:28px;line-height: 57px;}*/
/*.solution_cl dd p{background:url(../images/ico01.png) no-repeat center bottom;padding-bottom:82px;}*/
/*.solution_cl dl:hover dd,.solution_cl dl.cur dd{height: 260px;box-sizing:border-box;padding:20px 42px 0;}*/
/*.solution_cl dl:hover:before,.solution_cl dl.cur:before{content: "";position: absolute;width:100%;height:100%;box-sizing:border-box;border: solid 9px #e62129;border-top-width: 4px;left: 0;top: 0;z-index: 1;}*/
/*产品中心*/
.probox {
  clear: both;
  font-family: "Microsoft Yahei";
  position: relative;
  color: #666;
  line-height: 25px;
  padding: 30px 0;
  overflow: hidden;
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
}
.probox .solution_til li a, .newbox {
  color: #333;
}
.solution_til li a {
  color: #333;
}
.solution_til li.cur a, .solution_til li:hover a, .newbox .solution_til li.cur a, .newbox .solution_til li:hover a {
  border-color: #e62129;
  background: #e62129;
  color: #fff;
}
.pro_con li {
  float: left;
  width: 429px;
  margin: 0 22px 0 0;
  text-align: center;
}
.pro_con li p, .pro_con li p img, .pro_con li span {
  width: 100%;
  display: block;
  overflow: hidden;
}
.pro_con li p {
  box-sizing: border-box;
  border: solid 1px #dbdbdb;
}
.pro_con li span a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: 14px 0 0;
  font-size: 16px;
  line-height: 25px;
  height: 73px;
}
.pro_con li span a b {
  display: block;
  opacity: 0.8;
  font-weight: normal;
  font-size: 14px;
  line-height: 29px;
}
.pro_con li span a:hover, .pro_con li:hover span a {
  background: #e62129;
  color: #fff;
}
/*优势*/
.super {
  clear: both;
  font-family: "Microsoft Yahei";
  line-height: 28px;
  font-size: 14px;
  position: relative;
  padding: 0px 0 0;
  background: #e60013;
  margin: 50px auto 0;
}
.prev1, .next1 {
  width: 52px;
  height: 52px;
  display: inline-block;
  cursor: pointer;
  bottom: 370px;
  left: 33%;
  margin-left: -320px;
  z-index: 9;
  overflow: hidden;
}
.prev1 {
  margin-left: -380px;
}
.prev1 img, .next1 img {
  width: 100%;
  display: block;
}
.super_p {
  width: 60.4%;
}
.super_p img {
  width: 100%;
  display: block;
}
.super_w {
  width: 33%;
}
.super_bt {
  padding: 30px 0 60px;
}
.super_bt span {
  font-size: 24px;
  line-height: 96px;
  margin-bottom: 32px;
  color: #fff;
  font-weight: bold;
}
.super_bt span:after {
  content: url(../images/xbx.png);
  display: block;
  margin: 5px auto 15px
}
.super_bt h3 {
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  white-space: nowrap;
}
.super_wc {
  width: 380px;
}
.super_wc p {
  padding: 0 0 30px;
  ;
  color: #fff;
  font-size: 16px;
}
.super_t {
  background: #fff;
  padding: 50px 0 75px;
  height: 182px;
  clear: both;
}
.super_tl {
  width: 98%;
  max-width: 1600px;
  min-width: 1200px;
  margin: 0 auto;
  display: block;
}
.super_t li {
  float: left;
  height: 182px;
  border-left: solid 1px #8b8b8b;
  box-sizing: border-box;
  padding: 0 0 0 100px;
  width: 25%;
  float: left;
  line-height: 24px;
  color: #272727;
  position: relative;
}
.super_t li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #272727;
  left: 100px;
  bottom: 24px;
}
.super_t li b {
  display: block;
  font-size: 24px;
  line-height: 44px;
  height: 47px;
  font-weight: normal;
}
.super_t li span {
  display: block;
}
.super_t li:first-child {
  border: 0;
}
.super_t li.cur b {
  color: #f00c12;
}
.super_t li.cur:before {
  background: #f00c12;
}
.m_ys {
  display: none;
}
.b_nav {
  width: 100%;
  background: #e62129;
  overflow: hidden;
}
.b_nav ul {
  overflow: hidden;
  width: 1400px;
  margin: 0px auto;
}
.b_nav ul li {
  overflow: hidden;
  width: 16%;
  text-align: center;
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.b_nav ul li a {
  color: #fff;
}
.m_anli, .boot {
  display: none;
}
.links {
  width: 100%;
  overflow: hidden;
  border-top: 1px #ccc solid;
  background: #1760c5
}
.links .main {
  width: 100%;
  margin: 0px auto;
  padding: 0 5%;
  overflow: hidden;
}
.links .t {
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  float: left
}
.links .t img {
  display: block;
  float: left;
  margin-right: 5px
}
.links .t p {
  color: #fff;
  font-size: 16px;
  float: left
}
.links .t span {
  color: #fff
}
.links ul {
  display: inherit;
  height: 60px;
  overflow: hidden
}
.links ul a {
  float: left;
  padding: 0 10px;
  line-height: 60px;
  position: relative;
  display: block;
}
.links ul a:last-child:after {
  width: 0;
  height: 0;
  overflow: hidden
}
.links ul a:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  background: url(../images/icon05.png) no-repeat center
}
.links ul a {
  color: #fff;
  font-size: 16px;
  display: block
}
.had {
  width: 100%;
  margin: 0px auto;
  position: relative;
  z-index: 999
}
.fanhui {
  display: none;
}
@media screen and (max-width: 1680px) {
  .super_bt {
    padding: 0 0 20px;
  }
  .super_wc p {
    padding: 0 0 15px;
  }
  .super_bt span {
    margin: 0;
    line-height: 50px;
  }
  .super_bt h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .super_t li {
    padding: 0 0 0 60px;
  }
  .super_t li:before {
    left: 60px;
  }
  .prev1, .next1 {
    bottom: 340px;
  }
}
@media screen and (max-width: 1480px) {
  .super_t li {
    padding: 0 0 0 40px;
  }
  .super_t li:before {
    left: 40px;
  }
  .prev1, .next1 {
    bottom: 320px;
  }
}
/* 定制流程 */
.process {
  font-family: "Microsoft Yahei";
  clear: both;
  overflow: hidden;
  padding: 125px 0 126px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0px;
  width: 100%
}
.video-box {
  position: relative;
  height: 80vh;
  background-color: #C1CFF7;
  /*进行视频裁剪*/
  overflow: hidden;
}
.video-box .video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  /*保证视频内容始终居中*/
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /*保证视频充满屏幕*/
  object-fit: cover;
  min-height: 750px;
}
.process_c dl {
  float: left;
  width: 12.5%;
  position: relative;
}
/*.process_c dl:before{content: "";position: absolute;width: 1px;height: 100%;left: 0;top: 0;background: rgba(255, 255 , 255 , 0.2);}
.process_c dl:first-child:before{width: 0;height: 0;}*/
.process_c dt {
  display: none;
}
.process_c dd {
  padding: 66px 0;
}
.process_c dd b {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.process_c dd span {
  line-height: 90px;
  display: block;
  font-size: 20px;
}
.process_c dd em {
  line-height: 22px;
  display: block;
  font-size: 12px;
  opacity: 0.2;
  text-transform: uppercase;
}
.process_c {
  width: auto;
  margin: 0 5%;
  max-width: 100%;
  min-width: 100%;
}
/*新闻资讯*/
.newbox {
  font-family: "Microsoft Yahei";
  clear: both;
  position: relative;
  padding: 2px 0 20px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.newbox .solution_til {
  margin: 30px auto;
  ;
  width: 100%;
}
.new_l {
  overflow: hidden;
}
.new_c1 {
  overflow: hidden;
  position: relative;
}
.new_c1 img {
  -webkit-transition: all .5s;
  transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  width: 100%;
  height: 100%
}
.new_c1 :hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.new_c1 h4 {
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 90%;
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.6);
  bottom: -50px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 5%;
  -webkit-transition: all .5s;
  transition: all .5s;
  -ms-transition: all .5s;
}
.new_c1 a h4 {
  color: #fff;
}
.new_c1:hover h4 {
  bottom: 0px;
  -webkit-transition: all .5s;
  transition: all .5s;
  -ms-transition: all .5s;
}
.new_l .swiper-slide ul {
  overflow: hidden;
}
.new_l .swiper-slide ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  background: url(../images/yd.png) no-repeat center left;
  border-bottom: 1px #f2f2f2 solid;
  text-indent: 1em;
  padding-bottom: 10px;
  height: 35px;
  line-height: 45px;
}
.new_l .swiper-slide ul li span {
  float: right;
  margin-left: 30px;
  color: #999;
  font-size: 14px;
}
.new_l .swiper-pagination {
  display: none;
}
/*.new_l ul{ overflow:hidden;}
.new_l ul li{ overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size:16px; margin-bottom:15px; background:url(../images/yd.png) no-repeat center left; padding-left:15px; border-bottom:1px #f2f2f2 solid; padding-bottom:10px;}

.new_l ul li span{float: right; margin-left:30px; color:#999;}
.new_l ul li:hover a{color: #f00c12;}
*/
/*关于*/
.aboutbox {
  font-family: "Microsoft Yahei";
  font-size: 14px;
  line-height: 30px;
  color: #666;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-align: center;
}
.about_p, .about_p img {
  width: 100%;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
}
.about_p:before {
  content: "";
  position: absolute;
  width: 1400px;
  height: 100px;
  left: 50%;
  margin-left: -700px;
  bottom: 0;
  background: #fff;
  z-index: 1;
}
.about_w {
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.about_w h2 {
  font-size: 28px;
  line-height: 92px;
}
.about_w h2 a {
  display: block;
  color: #000;
}
.about_w p {
  height: 114px;
}
.about_more {
  width: 218px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  font-size: 22px;
  border: solid 1px #f00c12;
  border-radius: 26px;
}
.about_more a {
  display: block;
  color: #f00c12;
}
.about_l {
  height: 140px;
  font-size: 16px;
  line-height: 21px;
  color: #1f1f1f;
  padding: 83px 0 0;
}
.about_l li {
  float: left;
  padding: 0 66px;
}
.about_l li:first-child {
  padding-left: 0;
}
.about_l li:last-child {
  padding-right: 0;
}
.about_l li span {
  display: block;
  font-size: 68px;
  height: 65px;
}
.about_l li span b {
  font-family: Times New Roman;
  line-height: 68px;
}
.about_l li span em {
  display: inline-block;
  width: 25px;
  line-height: 25px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  margin: 4px 0 0 -8px;
  background: #e62129;
  position: absolute;
}
.about_l li p i {
  display: block;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.3;
}
.solution_cl dt img, .pro_con li p img, .case_c dt img, .new_c1 dt img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.solution_cl dl:hover dt img, .pro_con li:hover p img, .case_c dl:hover dt img, .new_c1 dl:hover dt img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center
  }
  20% {
    -webkit-transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(0deg)
  }
}
@-moz-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -moz-transform-origin: top center
  }
  20% {
    -moz-transform: rotate(15deg)
  }
  40% {
    -moz-transform: rotate(-10deg)
  }
  60% {
    -moz-transform: rotate(5deg)
  }
  80% {
    -moz-transform: rotate(-5deg)
  }
  100% {
    -moz-transform: rotate(0deg)
  }
}