.banner {
  width: 100%;
  height: 700px;
  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: #0f54b3;
  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: 45%;
  margin-right: -600px;
}

.banner a.nivo-prevNav {
  left: 45%;
  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%;
  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;
}

.tops {
  padding-top: 70px;
  margin-bottom: 45px;
  text-align: center;
}

.tops h3 {
  font-family: Geometric;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
}

.tops .p1 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #666666;
}

/*product*/
.product .center {
  overflow: hidden;
  padding-bottom: 70px;
}

.product .center .left {
  width: 276px;
  height: 612px;
  background: url('../images/prol.jpg') no-repeat center;
  background-position-x: 0;
  float: left;
}

.product .center .left .top {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #0f54b3;
  padding-left: 73px;
}

.product .center .left ul {
  padding-left: 26px;
  margin-top: 25px;
}

.product .center .left ul li {
  padding-left: 43px;
  background: url('../images/pro2.png') no-repeat center;
  transition: 0.5s;
  height: 60px;
  margin-bottom: 29px;
}

.product .center .left ul li:hover {
  background: url('../images/pro1.png') no-repeat center;
}

.product .center .left ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}

.product .center .left .p1 {
  text-align: center;
  margin-left: 26px;
  font-family: ArialMT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  background: url('../images/pro3.png') no-repeat center;
}

.product .center .right {
  width: 906px;
  float: right;
  height: 630px;
  overflow: hidden;
}

.product .center .right .menu {
  margin-left: 20px;
}

.product .center .right .menu a {
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 50px;
  border-bottom: white 1px solid;
  padding-bottom: 10px;
  transition: 0.5s;
}

.product .center .right .menu .on {
  color: #0f54b3;
  border-bottom: #0f54b3 1px solid;
}

.product .center .right .menu .box {
  margin-top: 10px;
  width: 246px;
  height: 30px;
  float: right;
  border-bottom: #0f54b3 1px solid;
  position: relative;
}

.product .center .right .menu .box input {
  width: 210px;
  height: 30px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #666666;
  padding-left: 10px;
}

.product .center .right .menu .box .sss {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  cursor: pointer;
}

.product .center .right ul li {
  width: 272px;
  height: 248px;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(34, 24, 21, 0.14);
  transition: 0.5s;
  margin-top: 32px;
  margin-left: 20px;
  float: left;
}

.product .center .right ul li .a1 {
  width: 272px;
  height: 206px;
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.product .center .right ul li .a1 img {
  width: 272px;
  height: 206px;
  border-radius: 6px;
  transition: 0.5s;
}

.product .center .right ul li .a2 {
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.5s;
  background: url('../images/jt.png') no-repeat center;
  background-position-x: -35px;
}

.product .center .right ul li:hover {
  box-shadow: 0px 0px 6px 0px rgba(15, 84, 179, 0.36);
}

.product .center .right ul li:hover img {
  transform: scale(1.2);
}

.product .center .right ul li:hover .a2 {
  text-align: left;
  color: #0f54b3;
  padding-left: 10px;
  padding-right: 35px;
  background-position-x: 235px;
}

/*product end*/
/*gg*/
.gg {
  height: 580px;
  background: url('../images/bg.jpg') no-repeat center;
}

.gg .center {
  padding-top: 75px;
  text-align: center;
}

.gg .center .p1 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 5px;
  color: #ffffff;
  padding-left: 240px;
}

.gg .center .p2 {
  padding-left: 240px;
  height: 66px;
  width: 592px;
  background: url('../images/bg1.png') no-repeat center;
  background-position-x: 240px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 4px;
  color: #0f54b3;
  margin-top: 26px;
}

.gg .center .p3 {
  padding-left: 240px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 40px;
}

.gg .center .p4 {
  font-family: Arial-BoldMT;
  padding-left: 240px;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 40px;
  background: url('../images/gtel.png') no-repeat center;
  background-position-x: 540px;
}

.gg .center .bottom {
  margin-top: 80px;
  padding-left: 278px;
}

.gg .center .bottom input {
  width: 200px;
  padding-left: 10px;
  height: 48px;
  border: solid 1px #dddddd;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  background: none;
  float: left;
  margin-right: 29px;
}

.gg .center .bottom input::placeholder {
  color: #ffffff;
}

.gg .center .bottom textarea {
  width: 302px;
  padding-left: 10px;
  float: left;
  height: 48px;
  border: solid 1px #dddddd;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-right: 29px;
  background: none;
}

.gg .center .bottom textarea::placeholder {
  color: #ffffff;
}

.gg .center .bottom>p {
  width: 97px;
  height: 48px;
  background-color: #4cc712;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  float: right;
  cursor: pointer;
}

.gg .center .bottom>p:hover {
  color: white;
}

.gg .center .bottom>p>i {
  position: relative;
  z-index: 9;
}

.gg .center .bottom>p:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0f54b3;
  border-radius: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gg .center .bottom>p:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0f54b3;
  z-index: -1px !important;
  border-radius: 50%;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.gg .center .bottom>p:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}

.gg .center .bottom>p: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%;
  }
}

/*gg end*/
/*advantage*/
.adv {
  height: 715px;
  background: url('../images/bdv.jpg') no-repeat center;
  overflow: hidden;
}

.adv .center {
  padding-top: 109px;
}

.adv .center h3 {
  writing-mode: tb-rl;
  float: left;
  margin-left: -11px;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 14px;
  height: 606px;
  color: #0f54b3;
}

.adv .center h3 span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 6px;
  color: #333333;
}

.adv .center .swipers {
  float: left;
  width: 480px;
  height: 606px;
  overflow: hidden;
  margin-left: 118px;
  position: relative;
}

.adv .center .swipers .swiper-wrapper {
  height: 434px !important;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p6 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p7 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #0f54b3;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p8 {
  width: 18px;
  height: 4px;
  background-color: #0f54b3;
  margin-top: 10px;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p1 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  margin-left: 45px;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p2 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #0f54b3;
  margin-left: 45px;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p3 {
  margin-left: 45px;
  width: 18px;
  height: 4px;
  background-color: #0f54b3;
  margin-top: 10px;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p4 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 20px;
}

.adv .center .swipers .swiper-wrapper .swiper-slide .p5 {
  height: 1px;
  background-color: #999999;
  margin-top: 35px;
  margin-bottom: 35px;
}

.adv .center .swipers .prev {
  height: 46px;
  background: url('../images/left.png') no-repeat center;
  background-color: #0f54b3;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 0 0 solid;
  transition: 0.5s;
  cursor: pointer;
}

.adv .center .swipers .prev:hover {
  background: url('../images/left.png') no-repeat center;
  background-position-x: 80px;
  background-color: #0f54b3;
}

.adv .center .swipers .next {
  height: 46px;
  background: url('../images/right.png') no-repeat center;
  background-color: #4cc712;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 0 0 solid;
  transition: 0.5s;
  cursor: pointer;
}

.adv .center .swipers .next:hover {
  background: url('../images/right.png') no-repeat center;
  background-position-x: 120px;
  background-color: #4cc712;
}

.adv .center .img {
  float: right;
  width: 500px;
  height: 586px;
}

.adv .center .img img {
  width: 500px;
  height: 586px;
}

/*advantage end*/
/*case*/
.case .center ul {
  width: 1240px;
  overflow: hidden;
}

.case .center ul .l1,
.case .center ul .l2 {
  height: 364px;
  width: 588px;
  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-right: 22px;
}

.case .center ul .l1 img,
.case .center ul .l2 img {
  width: 588px;
  height: 364px;
  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);
}

.case .center ul .l1 .text,
.case .center ul .l2 .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;
}

.case .center ul .l1 .text .a2,
.case .center ul .l2 .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;
}

.case .center ul .l1 .text .a1,
.case .center ul .l2 .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: 324px;
  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;
}

.case .center ul .l1 .text .a1 i,
.case .center ul .l2 .text .a1 i {
  color: #fff;
}

.case .center ul .l1 .text p,
.case .center ul .l2 .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;
}

.case .center ul .l1 .text::before,
.case .center ul .l2 .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;
}

.case .center ul .l1 .text::after,
.case .center ul .l2 .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;
}

.case .center ul .l1:hover,
.case .center ul .l2:hover {
  background: #333;
}

.case .center ul .l1:hover img,
.case .center ul .l2: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: 0.1;
}

.case .center ul .l1:hover .text::before,
.case .center ul .l2:hover .text::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.case .center ul .l1:hover .text::after,
.case .center ul .l2:hover .text::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.case .center ul .l1:hover .text .a1,
.case .center ul .l2:hover .text .a1 {
  top: 25%;
  background: none;
}

.case .center ul .l1:hover .text p,
.case .center ul .l2:hover .text p {
  top: 50%;
  opacity: 1;
}

.case .center ul .l3,
.case .center ul .l4,
.case .center ul .l5 {
  height: 232px;
  width: 380px;
  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-right: 30px;
}

.case .center ul .l3 img,
.case .center ul .l4 img,
.case .center ul .l5 img {
  width: 380px;
  height: 232px;
  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);
}

.case .center ul .l3 .text,
.case .center ul .l4 .text,
.case .center ul .l5 .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;
}

.case .center ul .l3 .text .a2,
.case .center ul .l4 .text .a2,
.case .center ul .l5 .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;
}

.case .center ul .l3 .text .a1,
.case .center ul .l4 .text .a1,
.case .center ul .l5 .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: 192px;
  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;
}

.case .center ul .l3 .text .a1 i,
.case .center ul .l4 .text .a1 i,
.case .center ul .l5 .text .a1 i {
  color: #fff;
}

.case .center ul .l3 .text p,
.case .center ul .l4 .text p,
.case .center ul .l5 .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;
}

.case .center ul .l3 .text::before,
.case .center ul .l4 .text::before,
.case .center ul .l5 .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;
}

.case .center ul .l3 .text::after,
.case .center ul .l4 .text::after,
.case .center ul .l5 .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;
}

.case .center ul .l3:hover,
.case .center ul .l4:hover,
.case .center ul .l5:hover {
  background: #333;
}

.case .center ul .l3:hover img,
.case .center ul .l4:hover img,
.case .center ul .l5: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: 0.1;
}

.case .center ul .l3:hover .text::before,
.case .center ul .l4:hover .text::before,
.case .center ul .l5:hover .text::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.case .center ul .l3:hover .text::after,
.case .center ul .l4:hover .text::after,
.case .center ul .l5:hover .text::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.case .center ul .l3:hover .text .a1,
.case .center ul .l4:hover .text .a1,
.case .center ul .l5:hover .text .a1 {
  top: 25%;
  background: none;
}

.case .center ul .l3:hover .text p,
.case .center ul .l4:hover .text p,
.case .center ul .l5:hover .text p {
  top: 50%;
  opacity: 1;
}

.case .center ul li {
  float: left;
  margin-bottom: 25px !important;
}

.case .center ul li .a1 {
  opacity: 0 !important;
}

.case .center ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.case .center ul li .p1 {
  background: url('../images/seach.png') no-repeat center;
  background-position-y: 40px;
}

.case .center ul li:hover .a1 {
  opacity: 1 !important;
  top: 30% !important;
}

/*case end*/
/*news*/
.news {
  height: 204px;
  padding: 26px 0;
  background: url('../images/news.jpg') no-repeat center;
}

.news .center .left {
  width: 576px;
  height: 182px;
  padding: 10px;
  float: left;
  border: solid 1px #dddddd;
}

.news .center .left .a1 {
  display: block;
  float: left;
}

.news .center .left .a1 img {
  width: 280px;
  height: 180px;
}

.news .center .left .text {
  width: 255px;
  float: right;
  position: relative;
}

.news .center .left .text a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #0f54b3;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .center .left .text .p1 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 5px;
  height: 85px;
  overflow: hidden;
}

.news .center .left .text .p2 {
  font-family: ArialMT;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 20px;
}

.news .center .left .text .a2 {
  width: 42px;
  height: 42px;
  background: url('../images/jia.png') no-repeat center;
  position: absolute;
  bottom: -14px;
  right: -10px;
  border-right: -14px -10px solid;
  transition: 0.5s;
}

.news .center .left .text .a2:hover {
  border-radius: 20px;
}

.news .center .right {
  width: 560px;
  float: right;
}

.news .center .right ul {
  width: 415px;
}

.news .center .right ul li {
  overflow: hidden;
}

.news .center .right ul li .s1 {
  width: 6px;
  height: 6px;
  background-color: #0071db;
  border-radius: 100%;
  display: block;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}

.news .center .right ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
  display: block;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  transition: 0.5s;
}

.news .center .right ul li a:hover {
  color: #0f54b3;
}

.news .center .right ul li a:hover {
  margin-left: 10px;
}

.news .center .right ul li .s2 {
  font-family: ArialMT;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
  float: right;
}

.news .center .right .more {
  float: right;
  width: 110px;
  height: 204px;
  background: url('../images/jia.png') no-repeat center;
  background-position-y: 100px;
  background-color: #0f54b3;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 150px;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  text-align: center;
  transition: 0.5s;
}

.news .center .right .more:hover {
  border-radius: 50px;
}

/*news end*/
/*广告2 */
.gg1 {
  margin-top: 60px;
  height: 452px;
  background: url('../images/bg1.jpg') no-repeat center;
}

.gg1 .center {
  padding-top: 75px;
}

.gg1 .center .p1 {
  width: 510px;
  overflow: hidden;
}

.gg1 .center .p1 h3 {
  float: left;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
}

.gg1 .center .p1 span {
  font-size: 14px;
  padding-top: 10px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 256px;
  float: right;
  display: block;
}

.gg1 .center .p2 {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 20px;
}

.gg1 .center .p3 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 15px;
}

.gg1 .center .p4 {
  padding-left: 50px;
  background: url('../images/gtel.png') no-repeat center;
  background-position-x: 0px;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 35px;
}

.gg1 .center a {
  display: block;
  width: 168px;
  height: 42px;
  background-color: #f3f4f6;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #0f54b3;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.gg1 .center a:hover {
  color: white;
}

.gg1 .center a>i {
  position: relative;
  z-index: 9;
}

.gg1 .center a:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #4cc712;
  border-radius: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gg1 .center a:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #4cc712;
  z-index: -1px !important;
  border-radius: 50%;
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.gg1 .center a:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}

.gg1 .center 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%;
  }
}

.gg1 .center a:hover {
  border-radius: 20px;
}

/*广告2 end*/
/*see*/
.see .center {
  padding-bottom: 65px;
  position: relative;
}

.see .prev {
  text-align: center;
  position: absolute;
  top: 55%;
  left: -60px;
  cursor: pointer;
  outline: none;
}

.see .prev::before {
  content: '<';
  font-size: 46px;
  color: #666666;
}

.see .prev:hover::before {
  color: #0f54b3;
}
.see .next {
  text-align: center;
  position: absolute;
  top: 55%;
  right: -60px;
  cursor: pointer;
  outline: none;
}

.see .next::before {
  content: '>';
  font-size: 46px;
  color: #666666;
}

.see .next:hover::before {
  color: #0f54b3;
}

.see .center .swipers1 {
  overflow: hidden;
  padding-bottom: 10px;
}

.see .center .swipers1 .swiper-slide {
  width: 380px !important;
  height: 345px;
  cursor: url(../images/qqqq.png), default;
}

.see .center .swipers1 .swiper-slide .text {
  width: 280px;
  padding: 0 50px;
  padding-top: 30px;
  height: 194px;
  background: url('../images/text.png') no-repeat center;
  transition: 0.5s;
  cursor: url(../images/qqqq.png), default;
  margin-bottom: 15px;
}

.see .center .swipers1 .swiper-slide .text:hover {
  background: url('../images/text1.png') no-repeat center;
}

.see .center .swipers1 .swiper-slide .text a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #ffffff;
}

.see .center .swipers1 .swiper-slide .text p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  height: 90px;
  overflow: hidden;
}

.see .center .swipers1 .swiper-slide .box .a1 {
  float: left;
  width: 106px;
  height: 106px;
  background-color: #f3f4f6;
  border: solid 2px #0f54b3;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  margin-right: 20px;
  transition: 0.5s;
}

.see .center .swipers1 .swiper-slide .box .a1 img {
  width: 106px;
  height: 106px;
  transition: 0.5s;
}

.see .center .swipers1 .swiper-slide .box .a1:hover {
  transform: rotateY(360deg);
  transition: 1s;
}

.see .center .swipers1 .swiper-slide .box .a2 {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 106px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  transition: 0.5s;
}

.see .center .swipers1 .swiper-slide .box .a2:hover {
  color: #0f54b3;
}

.see .center .swipers1 .swiper-slide-next .text {
  background: url('../images/text1.png') no-repeat center;
}

.see .center .swipers1 .swiper-slide-next .box .a1:hover {
  transform: rotateY(360deg);
  transition: 1s;
}

/*see end*/
/*about*/
.about {
  height: 900px;
  background: url('../images/about.jpg') no-repeat center;
  background-position-y: 0px;
}

.about .center .top {
  overflow: hidden;
}

.about .center .top .left {
  padding-top: 50px;
  width: 550px;
  float: left;
}

.about .center .top .left h3 {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #0f54b3;
  border-bottom: #346FBE 1px solid;
  float: right;
  margin-right: 66px;
}

.about .center .top .left .pp1 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0f54b3;
  margin-right: 66px;
  margin-top: 60px;
  text-align: right;
}

.about .center .top .left .menu {
  margin-top: 77px;
}

.about .center .top .left .menu div {
  width: 50%;
  height: 129px;
  transition: 0.5s;
}

.about .center .top .left .menu div p {
  padding-left: 119px;
  transition: 0.5s;
}

.about .center .top .left .menu div a {
  padding-left: 119px;
  transition: 0.5s;
  display: block;
}

.about .center .top .left .menu div .p1 {
  padding-top: 45px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2877e2;
}

.about .center .top .left .menu div .p2 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #2877e2;
}

.about .center .top .left .menu .m1 {
  background: url('../images/q1.png') no-repeat center;
  background-position-x: 60px;
  background-color: #ffffff;
  float: left;
}

.about .center .top .left .menu .m2 {
  background: url('../images/q2.png') no-repeat center;
  background-position-x: 60px;
  background-color: #ffffff;
  float: right;
}

.about .center .top .left .menu .on p {
  color: white;
}

.about .center .top .left .menu .on a {
  color: white;
}

.about .center .top .right {
  float: left;
  width: 649px;
  height: 265px;
  background: url('../images/ab1.png') no-repeat center;
  padding-top: 75px;
  position: relative;
}

.about .center .top .right span {
  display: block;
  padding-left: 73px;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0f54b3;
}

.about .center .top .right p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 492px;
  height: 115px;
  padding-left: 73px;
  text-indent: 2rem;
  margin-top: 20px;
}

.about .center .top .right .a1 {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 0 0 solid;
  transition: 0.5s;
  padding-left: 0px;
}

.about .center .top .right .a1:hover {
  transform: rotate(180deg);
}

.about .center .top .right .a1 img {
  width: 40px;
  height: 40px;
}

.about .center .con {
  height: 280px;
  overflow: hidden;
  margin-top: 40px;
}

.about .center .con .swiper1 {
  overflow: hidden;
  margin-top: 40px;
}

.about .center .con .swiper1 .swiper-slide {
  font-size: 0px;
  width: 275px !important;
  height: 220px;
}

.about .center .con .swiper1 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0f54b3, #0f54b3) no-repeat;
  background-size: 100% 100%;
  color: white;
}

.about .center .con .swiper1 .swiper-slide img {
  width: 275px;
  height: 180px;
  cursor: url(../images/qqqq.png), default;
}

.about .center .con .swiper1 .swiper-slide .a1 {
  width: 275px;
  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, #0f54b3, #0f54b3) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about .center .con .swiper2 {
  overflow: hidden;
  margin-top: 40px;
}

.about .center .con .swiper2 .swiper-slide {
  font-size: 0px;
  width: 275px !important;
  height: 220px;
}

.about .center .con .swiper2 .swiper-slide:hover .a1 {
  background: linear-gradient(to right, #0f54b3, #0f54b3) no-repeat;
  background-size: 100% 100%;
  color: white;
}

.about .center .con .swiper2 .swiper-slide img {
  width: 275px;
  height: 180px;
  cursor: url(../images/qqqq.png), default;
}

.about .center .con .swiper2 .swiper-slide .a1 {
  width: 275px;
  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, #0f54b3, #0f54b3) no-repeat;
  background-size: 100% 0%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about .center .con .swiper-slide {
  position: relative;
}

.about .center .con .swiper-slide .a2 {
  width: 275px;
  height: 180px;
  display: block;
  background: url('../images/fd.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  cursor: url(../images/qqqq.png), default;
}

.about .center .con .swiper-slide:hover .a2 {
  opacity: 1;
}

.about .center .news {
  background: none;
}

/*about end*/
/*ask*/
.ask {
  margin-top: 50px;
}

.ask .center h3 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}

.ask .center .swipers2 {
  overflow: hidden;
  margin-top: 40px;
}

.ask .center .swipers2 .swiper-slide {
  width: 555px !important;
  height: 100px;
  background-color: #f8f8f8;
  padding-left: 25px;
}

.ask .center .swipers2 .swiper-slide:hover a {
  color: #0f54b3;
}

.ask .center .swipers2 .swiper-slide a {
  margin-top: 18px;
  display: block;
  padding-left: 40px;
  background: url('../images/A.png') no-repeat center;
  background-position-x: 0px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 470px;
  transition: 0.5s;
}

.ask .center .swipers2 .swiper-slide p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 470px;
  padding-left: 40px;
  background: url('../images/F.png') no-repeat center;
  background-position-x: 0px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}

/*ask end*/
/*link*/
.link .center {
  padding: 45px 0;
  overflow: hidden;
  margin-top: 10px;
}

.link .center h3 {
  float: left;
}

.link .center ul {
  float: left;
}

.link .center ul li {
  float: left;
}

.link .center ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  padding-left: 40px;
  transition: 0.5s;
}

.link .center ul li a:hover {
  color: #0f54b3;
}

.link .center ul li a:after {
  content: '|';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  margin-left: 39px;
}

/*link end*/