.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-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;
}
.banner {
  width: 100%;
  height: 640px;
  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: 20px;
  height: 20px;
  text-indent: -9999px;
  border: 0;
  margin: 0 10px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.banner .nivo-controlNav a.active {
  background: #0d48a1;
}
.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;
}
.clear {
  clear: both;
}
.tops {
  height: 100px;
  position: relative;
  margin-bottom: 40px;
}
.tops .p1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #444444;
  text-align: center;
  position: absolute;
  top: 60px;
  width: 100%;
  transition: 0.5s;
}
.tops .p2 {
  width: 34px;
  height: 2px;
  background-color: #444444;
  margin: 0 auto;
  margin-top: 10px;
  position: absolute;
  transition: 0.5s;
  top: 88px;
  left: 48.5%;
}
.tops:hover .p1 {
  top: 70px;
}
.tops:hover .p2 {
  top: 50px;
}
/*about*/
.about {
  padding-bottom: 60px;
}
.about .center {
  overflow: hidden;
}
.about .center .left {
  padding-top: 44px;
  width: 595px;
  position: relative;
  float: left;
}
.about .center .left .p1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #444444;
}
.about .center .left .p2 {
  font-family: ArialMT;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #444444;
}
.about .center .left .p3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 30px;
}
.about .center .left .p4 {
  width: 82px;
  height: 2px;
  background-color: #e60000;
  position: absolute;
  top: 55px;
  left: -100px;
}
.about .center .left a {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 19px;
  border: solid 1px #666666;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 40px;
}
.about .center .left a:hover {
  color: white;
}
.about .center .left a i {
  position: relative;
  z-index: 9;
}
.about .center .left a:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0d48a1;
  border-radius: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about .center .left a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0d48a1;
  z-index: -1px !important;
  border-radius: 50%;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about .center .left a:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.about .center .left a:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 100%;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 200%;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 200%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 200%;
  }
}
.about .center .right {
  width: 529px;
  height: 400px;
  border: solid 1px #444444;
  float: right;
  position: relative;
  margin-right: 10px;
}
.about .center .right img {
  width: 529px;
  height: 400px;
  position: absolute;
  top: 0px;
  right: 0px;
}
/*product*/
.product {
  height: 1060px;
  padding-top: 60px;
  background-color: #eeeeee;
}
.product .center {
  overflow: hidden;
}
.product .center .left {
  width: 240px;
  border-radius: 6px;
  background: #0d48a1;
  float: left;
}
.product .center .left .top {
  width: 182px;
  padding-top: 35px;
  height: 105px;
  padding-left: 58px;
  border-bottom: #417EC6 1px solid;
}
.product .center .left .top .p1 {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
}
.product .center .left .top .p2 {
  font-family: ArialMT;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}
.product .center .left .top .p3 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
.product .center .left ul li {
  border-bottom: #417EC6 1px solid;
  padding-left: 30px;
  width: 210px;
  overflow: hidden;
  transition: 0.5s;
  background: linear-gradient(to right, #e60000, #e60000) no-repeat;
  background-size: 0% 100%;
}
.product .center .left ul li span {
  display: block;
  width: 2px;
  height: 12px;
  background-color: #ffffff;
  float: left;
  margin-top: 23px;
}
.product .center .left ul li:hover {
  border-radius: 29px;
  background: linear-gradient(to right, #e60000, #e60000) no-repeat;
  background-size: 100% 100%;
}
.product .center .left ul li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin-left: 20px;
  background: url('../images/zuoyou.png') no-repeat center;
  background-position-x: 150px;
}
.product .center .left .ewm {
  padding-top: 40px;
  height: 150px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  border-bottom: #417EC6 1px solid;
}
.product .center .left .ewm .img {
  width: 98px;
  height: 98px;
}
.product .center .left .bottom {
  height: 240px;
  text-align: center;
  background: url('../images/tel.png') no-repeat center;
  background-position-y: 40px;
}
.product .center .left .bottom .p1 {
  padding-top: 104px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #eeeeee;
  margin-bottom: 10px;
}
.product .center .left .bottom .p2 {
  font-family: Arial-BoldMT;
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.product .center .right {
  float: right;
  width: 936px;
}
.product .center .right ul {
  overflow: hidden;
}
.product .center .right ul li {
  float: left;
  position: relative;
  margin-left: 17px;
  margin-bottom: 20px;
}
.product .center .right ul li img {
  width: 295px;
  height: 320px;
}
.product .center .right ul li .a1 {
  position: absolute;
  top: 260px;
  right: 0px;
  width: 295px;
  height: 60px;
  background-color: #0d48a1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 1px;
  color: #ffffff;
  transition: 0.5s;
}
.product .center .right ul li:hover .a1 {
  width: 295px;
  height: 320px;
  background: url('../images/pro.png') no-repeat center;
  line-height: 280px;
  top: 0px;
}
.tops h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.tops h3 span {
  font-size: 30px;
  color: #e60000;
}
.ys {
  /*width: 1200px;margin: 0 auto;*/
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ys_text {
  width: 1200px;
  margin: 30px auto 0;
}
/*.ys_text .ys_1{margin-top: 40px}*/
.ys_box {
  height: 400px !important;
  width: 1200px;
  position: relative;
}
.ys_text .ys_box .ys_img {
  width: 960px;
  height: 400px;
  float: left;
  position: absolute;
  right: -300px;
}
.ys_text .ys_box .ys_img img {
  width: 960px;
  height: 400px;
}
.ys_text .ys_1 .ys_zi {
  width: 523px;
  float: left;
  margin: 65px 6px 0 0px;
}
.ys_text .ys_1 .ys_zi .ys_zi_l img {
  width: 102px;
  height: 112px;
  float: left;
}
.ys_text .ys_1 .ys_zi .ys_zi_l .ys_you {
  float: left;
  margin: 0 0 0 21px;
}
.ys_text .ys_1 .ys_zi .ys_zi_l h3 {
  font-size: 24px;
  color: #2c53b4;
  font-weight: 600;
  margin: 23px 0 15px 0;
}
.ys_text .ys_1 .ys_zi .ys_zi_l h6 {
  font-size: 14px;
  color: #bababa;
  margin: 15px 0 30px 0;
}
.ys_text .ys_1 .ys_zi .ys_zi_l .ys_line {
  width: 344px;
  height: 1px;
  background-color: #cccccc;
}
.ys_text .ys_1 .ys_zi .ys_zi_l .ys_wen {
  width: 400px;
  height: 84px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
}
.ys_text .ys_1 .ys_img {
  width: 960px;
  height: 400px;
  float: left;
}
.ys_text .ys_1 .ys_img img {
  width: 960px;
  height: 400px;
}
.ys_text .ys_2 {
  width: 1200px;
  margin: 0 auto;
}
.ys_text .ys_2 .ys_zi {
  width: 523px;
  float: left;
  margin: 85px 0 0 18px;
}
.ys_text .ys_2 .ys_img {
  width: 540px;
  height: 400px;
  float: left;
}
.ys_text .ys_2 .ys_img img {
  width: 540px;
  height: 400px;
}
.web_case_cc .tops p {
  color: white;
}
.web_case_cc .tops .p2 {
  background: white;
}
.web_case_cc {
  background: url("../images/back_16.jpg") no-repeat;
  width: 100%;
  height: 760px;
}
.web_case_cc .web_case {
  width: 1200px;
  margin: 0 auto;
}
.web_case_cc .web_case h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.web_case_cc .web_case h3 span {
  font-size: 16px;
  color: #ccc;
}
.web_case_tu {
  margin-top: 30px;
  width: 1180px;
  height: 560px;
  background-color: #eaedf6;
}
.web_case_tu .picScroll-left {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.web_case_tu .picScroll-left .hd {
  overflow: hidden;
  height: 30px;
  /*margin-top: 70px;*/
}
.web_case_tu .picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}
.web_case_tu .picScroll-left .hd ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
  display: table;
}
.web_case_tu .picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #2c53b4;
  background-color: #2c53b4;
}
.web_case_tu .picScroll-left .hd ul li.on {
  background-color: #f46025;
  border-color: #f46025;
}
.web_case_tu .picScroll-left .bd {
  padding: 10px 20px 20px 20px;
}
.web_case_tu .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.web_case_tu .picScroll-left .bd ul li {
  margin: 0 0 0 17px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  width: 360px;
  height: 440px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.web_case_tu .picScroll-left .bd ul li .pic {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.web_case_tu .picScroll-left .bd ul li .pic img {
  width: 340px;
  height: 260px;
  display: block;
  margin: 10px auto;
}
.web_case_tu .picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}
.web_case_tu .picScroll-left .bd ul li .title {
  display: block;
  height: 160px;
  background-color: #fff;
  width: 90%;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.web_case_tu .picScroll-left .bd ul li .title h4 a {
  font-size: 16px;
  color: #333;
  padding: 20px 0 10px 15px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.web_case_tu .picScroll-left .bd ul li .title .case_line {
  width: 37px;
  height: 1px;
  background-color: #f46025;
  margin: 0 0 15px 15px;
}
.web_case_tu .picScroll-left .bd ul li .title p {
  font-size: 14px;
  color: #777;
  height: 70px;
  line-height: 23px;
  overflow: hidden;
  margin-left: 14px;
  text-align: left;
}
.case_tt {
  padding: 15px 35px 0;
}
.case_tt .case_tt_img {
  float: left;
}
.case_tt .case_more a {
  float: right;
  display: block;
  width: 80px;
  height: 32px;
  border: solid 1px #2c53b4;
  text-align: center;
  line-height: 32px;
  color: #2c53b4;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
.case_tt .case_more a:hover {
  color: white;
}
.case_tt .case_more a i {
  position: relative;
  z-index: 9;
}
.case_tt .case_more a:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0d48a1;
  border-radius: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case_tt .case_more a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0d48a1;
  z-index: -1px !important;
  border-radius: 50%;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.case_tt .case_more a:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.case_tt .case_more a:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 100%;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 150%;
    height: 200%;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 200%;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 150%;
    height: 200%;
  }
}
/*news*/
.news {
  width: 1200px;
  margin: 0 auto;
  height: 790px;
}
.news .news_top {
  width: 1200px;
  margin: 0 auto;
  height: 33px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 30px;
}
.news .news_top .news_a {
  display: block;
  float: left;
  width: 186px;
  height: 33px;
  position: relative;
  transition: .6s;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
}
.news .news_top .lv {
  color: #0d48a1;
}
.news .news_top .news_a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #125fb7;
  position: absolute;
  transition: .6s;
  left: 50%;
  bottom: -1px;
}
.news .news_top .news_a:hover::before {
  content: '';
  width: 186px;
  height: 1px;
  left: 0;
}
.news .news_top .news_a:hover {
  color: #125db6;
}
.news .news_box {
  width: 580px;
  height: 532px;
  float: left;
}
.news .news_box ul li {
  position: relative;
  transition: .6s;
  width: 580px;
  height: 49px;
  border-bottom: 1px dashed #e5e5e5;
}
.news .news_box ul li .news_a {
  width: 288px;
  height: 49px;
  line-height: 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
  position: absolute;
  top: 0;
  left: 0;
  transition: .6s;
}
.news .news_box ul li .news_a:hover {
  color: #125db6;
}
.news .news_box ul li .news_img {
  width: 580px;
  height: 214px;
  display: none;
}
.news .news_box ul li .news_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.news .news_box ul li p {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  line-height: 30px;
  height: 30px;
  display: none;
  font-size: 13px;
  color: #999999;
}
.news .news_box ul li .news_span {
  position: absolute;
  display: block;
  height: 41px;
  line-height: 41px;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #999999;
}
.news .news_box ul .on {
  position: relative;
  width: 580px;
  height: 330px;
}
.news .news_box ul .on .news_a {
  width: 580px;
  height: 49px;
  line-height: 49px;
  display: block;
  position: absolute;
  top: 214px;
}
.news .news_box ul .on .news_img {
  display: block;
}
.news .news_box ul .on p {
  overflow: hidden;
  position: absolute;
  bottom: 24px;
  line-height: 24px;
  display: block;
  height: 46px;
  font-size: 14px;
  color: #999999;
}
.news .news_box ul .on .news_span {
  display: none;
}
.news .news_right {
  width: 578px;
  height: 532px;
  float: right;
  margin-top: -34px;
}
.news .news_right .news_everone {
  position: relative;
  cursor: pointer;
  width: 578px;
  height: 112px;
  border-bottom: 1px dashed #d2d2d2;
}
.news .news_right .news_everone div {
  width: 118px;
  height: 112px;
  float: left;
  text-align: center;
  transition: .6s;
  color: #5c5c5c;
}
.news .news_right .news_everone div span {
  display: block;
  line-height: 48px;
  height: 48px;
  font-size: 48px;
  margin-top: 28px;
}
.news .news_right .news_everone div i {
  display: block;
  font-size: 14px;
}
.news .news_right .news_everone .news_small {
  display: block;
  float: left;
  width: 448px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 28px;
  margin-bottom: 8px;
  transition: .6s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_right .news_everone p {
  width: 449px;
  height: 46px;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  float: left;
}
.news .news_right .news_everone:hover div,
.news .news_right .news_everone:hover .news_small {
  color: #125db6;
}
.news .news_right .news_everone::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  transition: .6s;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed #125db6;
}
.news .news_right .news_everone:hover::before {
  content: '';
  width: 100%;
  height: 1px;
}
/*news*/
.cf {
  height: 460px;
  background: url('../images/cf.jpg') no-repeat center;
}
.cf .center {
  position: relative;
}
.cf .center .tops p {
  color: white;
}
.cf .center .tops .p2 {
  background: white;
}
.cf .center .prev {
  width: 20px;
  height: 36px;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 60%;
  left: -40px;
}
.cf .center .next {
  width: 20px;
  height: 36px;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 60%;
  right: -40px;
}
.cf .center .swiper1 {
  overflow: hidden;
  margin-top: 40px;
}
.cf .center .swiper1 .swiper-slide {
  font-size: 0px;
  width: 290px !important;
  height: 260px;
  background-color: #d2d2d2;
}
.cf .center .swiper1 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0d48a1, #0d48a1) no-repeat;
  background-size: 100% 100%;
  color: white;
}
.cf .center .swiper1 .swiper-slide img {
  width: 290px;
  height: 220px;
  cursor: url(../images/prevnext1.png), default;
}
.cf .center .swiper1 .swiper-slide .a1 {
  width: 290px;
  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, #0d48a1, #0d48a1) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*合作*/
.hz {
  width: 1200px;
  margin: 0 auto;
  height: 212px;
  margin-bottom: 60px;
  position: relative;
}
.hz .hz_box {
  width: 1200px;
  margin: 0 auto;
  height: 120px;
  overflow: hidden;
  margin-top: 30px;
}
.hz .hz_box .hz_img {
  display: block;
  float: left;
  width: 198px !important;
  height: 116px;
  border: solid 1px #cccccc;
  cursor: url(../images/prevnext1.png), default;
}
.hz .hz_box .hz_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.hz .prev,
.hz .next {
  width: 18px;
  height: 34px;
  position: absolute;
  top: 180px;
  outline: none;
  cursor: pointer;
  transition: .6s;
}
.hz .next {
  left: -40px;
  background: url(../images/zuoyou_1.png) 0 0 no-repeat;
}
.hz .next:hover {
  background: url(../images/zuoyou_1.png) 0 -35px no-repeat;
}
.hz .prev {
  right: -40px;
  background: url(../images/zuoyou_1.png) -20px 0 no-repeat;
}
.hz .prev:hover {
  background: url(../images/zuoyou_1.png) -20px -35px no-repeat;
}
/* 边框滑动 */
.Consul_a::after,
.Consul_a::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  width: 0%;
  background: #125db6;
  transition: .6s;
  opacity: 0.6;
}
.Consul_a::after {
  top: -1px;
  left: 0;
}
.Consul_a::before {
  bottom: -1px;
  right: 0;
}
.Consul_lx::after,
.Consul_lx::before {
  content: '';
  width: 1px;
  height: 0px;
  position: absolute;
  background: #125db6;
  transition: .8s;
  opacity: 0.6;
}
.Consul_lx::after {
  left: -1px;
  bottom: 0;
}
.Consul_lx::before {
  top: 0;
  right: -1px;
}
.Consul_a:hover::after,
.Consul_a:hover::before {
  width: 100%;
}
.Consul_a:hover .Consul_lx::before,
.Consul_a:hover .Consul_lx::after {
  height: 100%;
}
/* 边框滑动 */
/*合作*/
/*link*/
.link .center ul {
  overflow: hidden;
  margin-bottom: 60px;
}
.link .center ul li {
  float: left;
  width: 120px;
  text-align: center;
}
.link .center ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  transition: 0.5s;
}
.link .center ul li a:hover {
  color: #0d48a1;
}
.ewm img{
	height: 100px;
}