@import "animate.min.css";

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
img {
  max-width: 100%;
}

.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: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-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: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.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: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

html {
  width: 100%;
}

* {
  line-height: 1;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.separator {
  padding: 0px;
  margin: 0px;
  height: 1px;
  width: 100%;
  background: #e7e9ea;
}

ul,
li {
  list-style: none;
}

/* 滚动条样式start */

::-webkit-scrollbar-track-piece {
  width: 12px;
  height: 1px;
}

::-webkit-scrollbar {
  width: 12px;
  height: 1px;
}

::-webkit-scrollbar-thumb {
  width: 12px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #00a0f8;
}

/* 滚动条样式end */

.t-a-c {
  text-align: center;
}

.t-a-l {
  text-align: left;
}

.t-a-r {
  text-align: right;
}

body {
  padding-top: 540px;
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-s;
  min-width: 1200px !important;
  color: #3a525e;
}

.height120 {
  height: 80px;
}

.height48 {
  height: 38px;
}

.height26 {
  height: 26px;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z99 {
  z-index: 999;
}

.navbar-header {
  height: 72px;
}

.logo {
  top: 18px;
  left: 64px;
  position: absolute;
  float: none;
}

.logo img {
  height: 50px;
}

.logo .navbar-brand {
  padding: 0px;
}

.header {
  width: 100%;
  height: 72px;
  top: 0;
  left: 0;
  z-index: 999;
}

.nav>li {
  padding: 0px 30px;
}

.nav>li>a {
  color: #fff;
  line-height: 72px;
  padding: 0px;
}

.nav>li.active a,
.nav>li>a:hover,
.nav>li>a:focus {
  background: none;
  border-bottom: #fff solid 2px;
}

.nav .open>a:focus,
.nav .open>a:hover {
  background: none;
}

.language>a {
  background: #fff;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  display: block;
  padding: 4px !important;
  text-align: center;
  line-height: 32px;
}

.language>a img {
  width: 100%;
  /* vertical-align: middle; */
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.language>a:hover img {
  -webkit-filter: grayscale(0);
  /* Chrome, Safari, Opera */
  filter: grayscale(0);
}

.language .dropdown-menu {
  left: auto;
  right: 0;
  top: 130%;
  border-radius: 0;
  border: 0;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.language .dropdown-menu>li>a {
  line-height: 2.5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background: #f2f2f2;
  color: #0093fb;
}

.language .dropdown-menu>li:first-child {
  border-bottom: #f2f2f2 solid 1px;
}

.header .login {
  margin-right: 24px;
  width: 90px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
}

.header .login a {
  color: #fff;
  line-height: 30px;
  padding: 0;
  display: block;
}

.header>ul.navbar-nav {
  position: absolute;
  right: 64px;
  top: 20px;
}

.header.blank .nav>li>a,
.header.blank .login a {
  color: #000e17;
}

.header.blank .login {
  border-color: #e7e9ea;
}

.header.blank .language>a {
  background: #f5f8fa;
}

.header.bgs,
.header.blank.bgs {
  background: #00a0f8;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.header.blank.bgs .nav>li>a,
.header.blank.bgs .login a {
  color: #fff;
}

.header.blank .nav>li>a:hover {
  color: #00a0f8;
}

.header.blank.bgs .nav>li>a:hover {
  color: #ffffff;
}

.header.blank .wt,
.header.blank.bgs .bk {
  display: none;
}

.header.blank.bgs .wt {
  display: block;
}

@media screen and (min-width: 1600px) {
  .container {
    width: 1200px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66666666666667px;
  }

  body {
    font-size: 12px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 48px;
  }

  body {
    font-size: 12px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 50px;
  }

  body {
    font-size: 12px;
  }
}

@media screen and (min-width: 384px) {
  html {
    font-size: 51.2px;
  }

  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 400px) {
  html {
    font-size: 53.333333333333336px;
  }

  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 412px) {
  html {
    font-size: 54.93333333333334px;
  }

  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 55.2px;
  }

  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 424px) {
  html {
    font-size: 56.53333333333334px;
  }

  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 435px) {
  html {
    font-size: 57.99999999999999px;
  }

  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 64px;
  }

  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 540px) {
  html {
    font-size: 72px;
  }

  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 80px;
  }

  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 96px;
  }

  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }

  body {
    font-size: 16px;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 750px) {
  body {
    min-width: 100% !important;
  }
}

@media screen and (min-width: 1024px) {

  /* .navbar-collapse {
    padding-left: 400px;
  } */
  .header .navbar-collapse ul {
    text-align: center;
    float: none;
    width: auto;
    margin: 0px auto;
  }

  .header .navbar-collapse ul li {
    display: inline-block;
    float: none;
  }
}

.wapNav {
  display: none;
}

.pc_box {
  display: block;
}

.wap_box {
  display: none;
}

@media screen and (max-width: 769px) {
  .pcNav {
    display: none !important;
  }

  .height120 {
    height: 30px;
  }

  .height48 {
    height: 24px;
  }

  body {
    min-width: 320px;
    width: 100%;
  }

  .wap_box {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
  }

  .pc_box {
    display: none;
  }

  .navbar-toggle {
    display: block;
  }

  .wapNav {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 72px;
    background: #f5f8fa;
    z-index: 99;
    font-size: 0.4rem;
    display: none;
  }

  .wapNav.open {
    display: block;
  }

  .wapNav ul {
    padding: 0px 30px;
  }

  .wapNav ul li a {
    color: #333333;
    display: block;
    line-height: 1rem;
  }

  .wapNav ul li.active a {
    color: #199df9;
  }

  .wapNav p {
    color: rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 0.3rem;
  }

  .header .navbar-collapse {
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: relative;
    top: 22px;
  }

  body {
    padding: 0;
  }

  .logo {
    left: 10px;
  }

  .header>ul.navbar-nav {
    display: none;
  }

  /* html {
    font-size: 100px;
  }

  body {
    font-size: 16px;
  } */
  .header {
    background: #fff;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-toggle .icon-bar {
    background: #fff;
  }

  .navbar-collapse.in {
    background: #00a0f8;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
  }

  .nav>li>a {
    color: #fff;
    line-height: 0.8rem;
  }

  .nav .open>a,
  .nav .open>a:focus,
  .nav .open>a:hover,
  .nav>li>a:focus,
  .nav>li>a:hover {
    background: #00a0f8;
    border-bottom: 0;
  }

  ul.dropdown-menu {
    background: #1b71dd !important;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    height: 0px;
    overflow: hidden;
    display: block;
    padding: 0px;
    margin: 0px;
    border: 0;
    width: 100%;
  }

  .dropdown.open ul.dropdown-menu {
    height: auto;
  }

  .dropdown-menu>li>a {
    color: #fff;
  }

  .caret {
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: absolute;
    right: 30px;
    top: 50%;
  }

  .dropdown.open .caret {
    -webkit-transform: translate3d(0, 0px, 0) rotate3d(0, 0, 1, 180deg);
    transform: translate3d(0, 0px, 0) rotate3d(0, 0, 1, 180deg);
  }

  .container-fluid {
    padding: 0;
    margin: 0;
  }
}

/* boostrap.css扩展 */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .footer-map .col-md-2 {
    width: 16%;
  }

  .footer .watch-us {
    width: 20%;
    font-size: 14px;
  }
}

.footer {
  position: relative;
  z-index: 333;
  background-color: rgba(245, 248, 250, 1);
  padding: 48px 0;
}

.footer .watch-us .foot-nav-link dd {
  line-height: 28px;
}

.footer .container-fluid {
  position: relative;
  /* display: flex;
  justify-content: space-between; */
}

.footer .bottom-logo {
  /* padding: 0px 65px; */
  text-align: left;
}

.footer .bottom-logo img {
  width: 154px;
}

.footer .shar-nav {
  /* padding: 0px 65px; */
  text-align: center;
}

.footer .shar-nav a {
  margin: 0px 6px;
  display: inline-block;
  width: 48px;
  height: 48px;
}

.footer .shar-nav a.s-f {
  background: url(../images/f.png) no-repeat center center;
  width: 48px;
  height: 48px;
}

.footer .shar-nav a#openWx {
  background: url(../images/wecha.png) no-repeat center center;
}

.footer .shar-nav a.s-in {
  background: url(../images/in.png) no-repeat center center;
  width: 48px;
  height: 48px;
}

.footer .shar-nav a.s-in:hover {
  background: url(../images/in-h.png) no-repeat center center;
}

.footer .shar-nav a.s-f:hover {
  background: url(../images/f-h.png) no-repeat center center;
}

.footer .shar-nav a#openWx:hover {
  background: url(../images/wecha-h.png) no-repeat center center;
}

@media screen and (min-width: 1600px) {

  /* .footer .bottom-logo {
    float: left;
  }
  .footer .shar-nav {
    float: right;
  }
  .footer .container-fluid {
    min-height: 130px;
  }
  .footer .container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  } */
  .footer .container-fluid {
    width: 100%;
    display: box;
    display: -webkit-box;
  }

  .footer-map {
    width: 1200px;
    padding: 0px;
  }

  .bottom-logo,
  .shar-nav {
    -webkit-box-flex: 1;
  }
}

.footer dl dt a {
  display: block;
  overflow-wrap: break-word;
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.codes {
  text-align: center;
}

.codes img {
  width: 125px;
  height: 125px;
}

.codes p {
  letter-spacing: 10px;
  color: rgba(120, 120, 120, 1);
  font-size: 14px;
  line-height: 2;
}

.footer dl dd a {
  display: block;
  color: rgba(0, 14, 23, 0.7);
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.footer dl dd a:hover,
.footer dl dt a:hover {
  color: #00a0f8;
}

.footer dl dt span {
  display: none;
}

.copyright {
  background-color: rgba(240, 240, 240, 1);
  width: 100%;
  color: rgba(181, 189, 194, 1);
  font-size: 14px;
}

.copyright .container {
  line-height: 35px;
}

@media screen and (max-width: 769px) {
  .footer .container {
    width: 100% !important;
    position: relative;
    left: auto;
  }

  .header.bgs,
  .header.blank.bgs {
    background: #fff;
  }

  .footer .container-fluid {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .footer .container {
    padding-top: 40px;
    width: 100%;
  }

  .footer .bottom-logo {
    padding-left: 20px;
    /* left: 20px; */
  }

  .footer .shar-nav {
    /* right: 20px; */
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer .shar-nav a {
    padding: 0px 10px;
  }

  .footer .bottom-logo {
    text-align: left;
  }

  .footer .bottom-logo img {
    width: 100px;
  }

  .footer dl {
    font-size: 0;
  }

  .footer dl dt {
    display: flex;
    justify-content: space-between;
  }

  .footer dl dt span {
    font-size: 0.3rem;
    color: #afafaf;
    display: block;
  }

  .footer dl dt a {
    color: rgba(58, 82, 94, 1);
    /* opacity: 0.5; */
  }

  .footer dl dd {
    display: inline-block;
    width: 50%;
    padding: 0px 20px 0px 0px;
  }

  .footer dl .foot-nav-link {
    display: none;
  }

  .footer dl .foot-nav-link.active {
    display: block;
  }

  .footer dl dd a {
    color: #000e17;
    font-size: 0.3rem;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    line-height: 0.5rem;
    padding-top: 0.3rem;
  }

  .footer dl dt span.glyphicon-menu-up {
    color: #00a0f8;
  }

  .copyright {
    text-align: center;
    background: #fff;
    padding: 10px 0;
  }

  .copyright .container {
    line-height: 1.5;
  }
}

.header .navbar-header {
  position: absolute;
  right: 0px;
  top: 0px;
}

.header .navbar-toggle {
  margin: 0px;
  float: none;
  border: none;
  border-radius: 0;
  padding: 23px;
}

.header .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

.header .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.header .navbar-toggle .icon-bar:first-child {
  margin-left: 0;
  -webkit-transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, -45deg);
  transform: translate3d(0, 10px, 0) rotate3d(0, 0, 1, -45deg);
}

.header .navbar-toggle .icon-bar:first-child:before {
  opacity: 0;
}

.header .navbar-toggle .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.header .navbar-toggle .icon-bar:last-child {
  -webkit-transform: translate3d(0, -4px, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(0, -4px, 0) rotate3d(0, 0, 1, 45deg);
}

.header .navbar-toggle .icon-bar {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ccc;
}

.header .navbar-toggle.collapsed .icon-bar {
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  width: 26px;
  height: 2px;
  border-radius: 10px;
}

.header .navbar-toggle.collapsed .icon-bar:first-child {
  margin-left: 0;
  -webkit-transform: translate3d(0, 0px, 0) rotate3d(0, 0, 1, 0deg);
  transform: translate3d(0, 0px, 0) rotate3d(0, 0, 1, 0deg);
}

.header .navbar-toggle.collapsed .icon-bar:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.header .navbar-toggle.collapsed .icon-bar:last-child {
  -webkit-transform: translate3d(0, 0px, 0) rotate3d(0, 0, 1, 0deg);
  transform: translate3d(0, 0px, 0) rotate3d(0, 0, 1, 0deg);
}

.header .navbar-toggle.collapsed:hover .icon-bar:first-child {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header .navbar-toggle.collapsed:hover .icon-bar:last-child {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.banner {
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  background: url(../images/loading.gif) no-repeat center center;
  top: 0;
  left: 0;
}

.banner .topBanner {
  display: block;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  cursor: default;
  width: 100%;
  /* max-width: 1920px; */
  margin: 0 auto;
}

.banner .bannerText {
  width: 1100px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  text-align: left;
}

.banner .bannerText .banner-tit {
  font-size: 54px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 700;
  width: 720px;
}

.banner .bannerText .banner-tit.banner-home-chinese {
  width: auto;
}

.banner .bannerText .banner-con {
  font-size: 24px;
  line-height: 42px;
  width: 100%;
  margin-bottom: 130px;
  text-align: left;
}

.banner .bannerText .line {
  width: 80px;
  height: 4px;
  background: #fff;
}

.banner.index-banner {
  height: 540px;
}

.banner.index-banner .topBanner {
  height: 540px;
}

.banner.index-banner .bannerText {
  height: 400px;
  top: 200px;
}

.banner.solution-banner {
  height: 290px;
}

.banner.solution-banner .topBanner {
  height: 290px;
}

.banner.solution-banner .bannerText {
  top: 140px;
}

@media screen and(min-width:1020) {
  .banner .bannerText {
    left: 60%;
  }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .breadcrumb-navigation {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding-left: 0.4rem;
    overflow: hidden;
  }

  .banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: 72px;
    background: url(../images/loading.gif) no-repeat center center;
  }

  .banner .topBanner {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    cursor: default;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .banner .bannerText {
    width: 6.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
  }

  .banner .bannerText .banner-tit {
    width: auto;
    font-size: 0.63rem;
    line-height: 1;
    margin-bottom: 0.4rem;
  }

  .banner .bannerText .banner-con {
    font-size: 0.32rem;
    line-height: 0.46rem;
    width: 5.8rem;
    margin-bottom: 0;
    text-align: left;
  }

  .banner.index-banner {
    height: 8rem;
  }

  .banner.index-banner .topBanner {
    height: 8rem;
  }

  .banner.index-banner .bannerText {
    height: 1.5rem;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
  }

  .banner.index-banner .line {
    display: none;
  }

  .banner.solution-banner {
    height: 2.9rem;
  }

  .banner.solution-banner .topBanner {
    height: 2.9rem;
  }

  .banner.solution-banner .bannerText {
    top: 30%;
  }

  .banner.solution-banner .bannerText p {
    font-size: 0.8rem;
  }

  .banner.solution-banner .line {
    width: 0.8rem;
    height: 2px;
  }
}

p {
  margin: 0px;
  padding: 0;
  line-height: 1;
}

.index-h2 {
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  padding: 0px;
  margin: 0px;
}

.page_body {
  position: relative;
  background: #fff;
  z-index: 3;
}

.layer_01>.container>.infos,
.layer_02>.container>.infos,
.layer_03>.container>.infos,
.layer_03s>.container>.infos,
.layer_04>.container>.infos,
.layer_05>.container>.infos,
.layer_06>.container>.infos,
.layer_07>.container>.infos,
.layer_08>.container>.infos {
  margin: 38px 0px !important;
}

.layer_01>.container-fluid>.infos,
.layer_02>.container-fluid>.infos,
.layer_03>.container-fluid>.infos,
.layer_04>.container-fluid>.infos,
.layer_05>.container-fluid>.infos,
.layer_06>.container-fluid>.infos,
.layer_07>.container-fluid>.infos,
.layer_08>.container-fluid>.infos {
  margin: 38px 0px !important;
}

.layer_01>.container>.infos.line01,
.layer_02>.container>.infos.line01,
.layer_03>.container>.infos.line01,
.layer_04>.container>.infos.line01,
.layer_05>.container>.infos.line01,
.layer_06>.container>.infos.line01,
.layer_07>.container>.infos.line01,
.layer_08>.container>.infos.line01 {
  margin: 24px 0px !important;
}

.layer_01>.container-fluid>.infos.line01,
.layer_02>.container-fluid>.infos.line01,
.layer_03>.container-fluid>.infos.line01,
.layer_04>.container-fluid>.infos.line01,
.layer_05>.container-fluid>.infos.line01,
.layer_06>.container-fluid>.infos.line01,
.layer_07>.container-fluid>.infos.line01,
.layer_08>.container-fluid>.infos.line01 {
  margin: 24px 0px !important;
}

.isM {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .banner .bannerText .banner-tit span {
    display: block;
  }

  .index-h2 {
    font-size: 0.46rem;
    font-weight: bold;
  }

  .page_body.about {
    padding-top: 72px;
  }

  .layer_01>.container>.infos,
  .layer_02>.container>.infos,
  .layer_03>.container>.infos,
  .layer_03s>.container>.infos,
  .layer_04>.container>.infos,
  .layer_05>.container>.infos,
  .layer_06>.container>.infos,
  .layer_07>.container>.infos,
  .layer_08>.container>.infos {
    margin: 24px 0px !important;
    text-align: justify !important;
  }

  .layer_01>.container-fluid>.infos,
  .layer_02>.container-fluid>.infos,
  .layer_03>.container-fluid>.infos,
  .layer_03s>.container-fluid>.infos,
  .layer_04>.container-fluid>.infos,
  .layer_05>.container-fluid>.infos,
  .layer_06>.container-fluid>.infos,
  .layer_07>.container-fluid>.infos,
  .layer_08>.container-fluid>.infos {
    margin: 24px 0px !important;
    text-align: justify !important;
  }

  .isM {
    display: block !important;
  }
}

/* 首页 layer_01 样式表 */

.indexbox .layer_01 .box {
  height: 600px;
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  border-radius: 4px;
}

.indexbox .layer_01 .box img {
  width: 100%;
}

.indexbox span.line {
  height: 4px;
  width: 32px;
  background: #0093fb;
  display: block;
  margin: 0px auto;
}

.indexbox .layer_01 .box h3 {
  text-align: center;
  position: relative;
  font-size: 32px;
  line-height: 1;
  padding: 48px 0px 26px 0;
  margin: 0px;
}

.indexbox .layer_01 .box p {
  padding: 26px 30px;
  line-height: 26px;
}

@media screen and (max-width: 769px) {
  .indexbox .layer_01 .box p {
    padding: 26px 15px;
    font-size: 1.1em;
    text-align: justify;
  }

  .indexbox .layer_01 .box {
    height: auto;
  }

  .indexbox .layer_01 .box h3 {
    font-size: 0.4rem;
  }
}

/* 首页 layer_02 样式表 */

.indexbox .layer_02 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}

.indexbox .layer_02 .box {
  background: url(../images/index/layer-02-bg1.png) no-repeat top left;
  background-size: cover;
  height: 320px;
  border-radius: 5px;
  overflow: hidden;
  /* padding: 10px; */
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.indexbox .layer_02 .box.L2 {
  background: url(../images/index/layer-02-bg2.png) no-repeat top left;
  background-size: cover;
}

.indexbox .layer_02 .box.L3 {
  background: url(../images/index/layer-02-bg3.png) no-repeat top left;
  background-size: cover;
}

.indexbox .layer_02 .box.L4 {
  background: url(../images/index/layer-02-bg4.png) no-repeat top left;
  background-size: cover;
}

.indexbox .layer_02 .box.L5 {
  background: url(../images/index/layer-02-bg5.png) no-repeat top left;
  background-size: cover;
}

.indexbox .layer_02 .box .text-box {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 9;
}

.indexbox .layer_02 .box img {
  margin-top: 32px;
}

.indexbox .layer_02 .box .c-t {
  font-size: 20px;
  color: #fff;
  padding: 24px 0 12px 0;
}

.indexbox .layer_02 .box img.bgimg {
  margin: 0px;
  padding: 0px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  height: 100%;
}

.indexbox .layer_02 .box:hover img.bgimg {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
}

.indexbox .layer_02 .box p.text {
  padding-top: 12px;
  color: #e5e5e5;
  line-height: 22px;
}

@media screen and (max-width: 769px) {
  .indexbox .layer_02 .mySwiper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .indexbox .swiper-container-horizontal>.swiper-pagination-bullets,
  .indexbox .swiper-pagination-custom,
  .indexbox .swiper-pagination-fraction {
    bottom: -20px;
  }

  .indexbox .layer_02 .box {
    height: 380px;
    padding: 40px;
  }

  .indexbox .layer_02 .infos {
    font-size: 0.3rem;
  }
}

/* 首页 layer_03 样式表 */

.indexbox .layer_03 p.infos {
  font-size: 18px;
  text-align: justify;
  line-height: 26px;
}

.indexbox .layer_03 .box {
  /* height: 440px; */
  border-radius: 4px;
  /* background-color: rgba(255, 255, 255, 1); */
  /* box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08); */
  /* padding: 48px 20px; */
  text-align: center;
}

.indexbox .layer_03 .box img {
  width: 100%;
}

.indexbox .layer_03 .box p.c-t {
  color: #00a0f8;
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 12px;
}

.indexbox .layer_03 .box p.text {
  line-height: 1.5;
  /* font-size: 16px; */
}

@media screen and (max-width: 769px) {
  .indexbox .layer_03 .box {
    height: auto;
    /* padding: 24px; */
    margin-bottom: 29px;
  }

  .indexbox .layer_03 .box img {
    max-width: 100%;
  }

  .indexbox .layer_03 .row .col-md-3 {
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .indexbox .layer_03 .box p.c-t {
    font-size: 0.4rem;
    margin-top: 18px;
  }

  .indexbox .layer_03 p.infos {
    font-size: 0.3rem;
  }
}

/* 首页 layer_03s 样式表 */

.indexbox .layer_03s p.infos {
  font-size: 18px;
  text-align: justify;
  line-height: 26px;
}

.indexbox .layer_03s .box {
  /* height: 440px; */
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  padding: 48px 20px;
  text-align: center;
}

.indexbox .layer_03s .box img {
  /* width: 60%; */
}

.indexbox .layer_03s .box p.c-t {
  color: #00a0f8;
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 12px;
}

.indexbox .layer_03s .box p.text {
  line-height: 1.5;
  /* font-size: 16px; */
}

@media screen and (max-width: 769px) {
  .indexbox .layer_03s .box {
    height: auto;
    padding: 24px;
    margin-bottom: 29px;
  }

  .indexbox .layer_03s .box img {
    max-width: 100%;
  }

  .indexbox .layer_03s .row .col-md-3 {
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .indexbox .layer_03s .box p.c-t {
    font-size: 0.4rem;
    margin-top: 18px;
  }

  .indexbox .layer_03s p.infos {
    font-size: 0.3rem;
  }
}

/* 首页 layer_04 样式表 */

.indexbox .layer_04 .row,
.indexbox .layer_04 .container-fluid,
.indexbox .layer_04 .col-md-3 {
  padding: 0;
  margin: 0;
}

.indexbox .layer_04 .box {
  position: relative;
  height: 480px;
  overflow: hidden;
  width: 100%;
}

.indexbox .layer_04 .box .text {
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding-top: 160px;
}

.indexbox .layer_04 .box img {
  height: 100%;
  /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.indexbox .layer_04 .box:hover img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
}

.indexbox .layer_04 .box p {
  line-height: 32px;
}

.indexbox .layer_04 .box p.c-t {
  font-size: 64px;
  line-height: 1 !important;
}

.w-line {
  display: block;
  width: 32px;
  height: 4px;
  background: #0093fb;
  margin: 0px auto;
  margin-top: 16px;
  margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .indexbox .layer_04 .box {
    height: 280px;
  }

  .indexbox .layer_04 .box .text {
    padding-top: 60px;
  }

  .indexbox .layer_04 .box p.c-t {
    font-size: 0.6rem;
  }

  .indexbox .layer_04 .box p {
    font-size: 0.3rem;
  }
}

/* 首页 layer_05 样式表 */

.indexbox .layer_05 .box {
  text-align: center;
}

.indexbox .layer_05 .box span {
  display: block;
}

.indexbox .layer_05 .box span.c-t {
  color: #00A0F8;
  font-size: 24px;
  line-height: 24px;
  margin-top: 20px;
}

.indexbox .layer_05 .box span.text {
  padding: 20px 0;
  line-height: 24px;
  font-size: 15px;
  text-align: justify;
}

/* 首页 layer_06 样式表 */

.indexbox .layer_06 .box {
  position: relative;
  text-align: center;
  height: 580px;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.indexbox .layer_06 .box p.c-t {
  font-size: 28px;
  color: #000000;
  margin: 48px 0 12px 0;
}

.indexbox .layer_06 .box p.text {
  font-size: 16px;
  color: #3a525e;
  margin-bottom: 48px;
}

.indexbox .layer_06 .box span {
  display: block;
}

.indexbox .layer_06 .box .bottom {
  padding-top: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 211px;
  color: #fff;
  font-size: 18px;
}

.indexbox .layer_06 .box .bottom.color1 {
  background: #00c4b3;
}

.indexbox .layer_06 .box .bottom.color2 {
  background: #00a0f8;
}

.indexbox .layer_06 .box .bottom.color3 {
  background: #00a0f8;
}

.indexbox .layer_06 .box .bottom span {
  line-height: 34px;
}

@media screen and (max-width: 769px) {
  .indexbox .layer_05 .box span.c-t {
    margin-top: 24px;
  }

  .indexbox .layer_06 .mySwiper_06 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .indexbox .layer_06 .box p.c-t {
    font-size: 0.4rem;
  }

  .indexbox .layer_06 .box .bottom span {
    font-size: 0.3rem;
  }

  .indexbox .layer_06 .box .img img {
    max-width: 80%;
  }

  /* .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20px;
  } */
  /* .indexbox .layer_06 .box {
    height: 380px;
    padding: 40px;
  } */
}

/* 首页 layer_07 样式表 */

.newBox .box.left .infos {
  font-size: 16px;
  font-weight: 400;
  color: #3a525e;
  line-height: 24px;
}

.newBox .box.left h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000e17;
  line-height: 33px;
  position: relative;
  padding-left: 50px;
}

.newBox .box.left a:hover h4 {
  color: #00a0f8;
}

.newBox .box.left .img {
  height: 330px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.newBox .box.left img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); */
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.newBox .box.left:hover img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
}

.newBox .box.left h4 span.tip {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  width: 40px;
  height: 24px;
  background: #00a0f8;
  border-radius: 2px;
}

.newBox .box.right {
  padding-left: 50px;
}

.newBox .box .list-group-item {
  border: 0;
}

.newBox .box ul li {
  position: relative;
  border-top: #ccc solid 1px;
  padding: 24px 0;
  padding-left: 80px;
}

.newBox .box ul li span.date {
  position: absolute;
  left: 0;
  top: 28px;
}

.newBox .box ul li .list-group {
  margin: 0;
}

.newBox .box ul li a.list-group-item {
  padding: 0;
}

.newBox .box ul li a.list-group-item:hover {
  background: none;
}

.newBox .box ul li a.list-group-item:hover h4 {
  color: #00a0f8;
}

.newBox .box ul li:first-child {
  padding-top: 0;
  border: 0;
}

.newBox .box ul li:first-child span.date {
  top: 0;
}

.newBox .box ul li h4.list-group-item-heading {
  font-size: 18px;
  font-weight: 400;
  color: #000e17;
  line-height: 25px;
  /* margin-bottom: 24px; */
}

.newBox .box ul li p.list-group-item-text {
  /* height: 48px; */
  font-size: 14px;
  font-weight: 400;
  color: #3a525e;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .newBox .box.right {
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .newBox .box ul li p.list-group-item-text {
    height: auto;
  }

  .newBox .box ul li h4.list-group-item-heading {
    font-size: 0.3rem;
    margin-bottom: 10px;
  }
}

.indexbox .viewAll {
  width: 134px;
  height: 40px;
  background: #f5f8fa;
  border-radius: 20px;
  font-size: 16px;
  color: #00a0f8;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
  float: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.indexbox .viewAll::after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: url(../images/index/arrowright.png);
  z-index: 1;
  width: 20px;
  height: 20px;
}

.indexbox .viewAll:hover {
  color: #fff;
  background: #00a0f8;
}

.indexbox .viewAll:hover::after {
  content: url(../images/index/arrowright-w.png);
}

/* 远程系统 layer_01 样式表 */

.deskbox .layer_01 .box {
  text-align: center;
}

.deskbox .layer_01 .box span {
  display: block;
}

.deskbox .layer_01 .box span.c-t {
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
}

.deskbox .layer_01 .box span.text {
  padding: 21px 0;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}

.deskbox .layer_01 .infos {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .deskbox .layer_01 .infos {
    font-size: 0.3rem;
  }

  /* .deskbox .layer_01 .box > .bg {
    background: url(https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng6609d6ffbe41fabd715b440fb8a1889fb0b641ebd4313efc3f45dde6d91fafad);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 0px;
    border-radius: 5px;
  } */
  /* .deskbox .layer_01 .box > .bg img {
    filter: grayscale(100%) brightness(200%);
  } */
  .deskbox .layer_01 .box span.c-t {
    /* color: #fff; */
    font-size: 0.4rem;
    line-height: 20px;
    margin-top: 10px;
  }

  .deskbox .layer_01 .box span.text {
    font-size: 0.25rem;
    line-height: 20px;
  }

  .deskbox .layer_01 .row .col-md-3 {
    padding: 0 10px;
  }
}

/* 远程系统 layer_02 样式表 */

.deskbox .layer_02 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.deskbox .layer_02 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.deskbox .layer_02 .box .c-t p.en {
  font-size: 40px;
}

.deskbox .layer_02 .box .c-t p.cn {
  font-size: 24px;
  margin-top: 12px;
}

.deskbox .layer_02 .box .desc {
  color: rgba(0, 122, 204, 1);
  font-size: 34px;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.deskbox .layer_02 .box .text {
  color: rgba(58, 82, 94, 1);
  font-size: 20px;
  line-height: 30px;
}

.deskbox .layer_02 .box .img {
  width: 100%;
  text-align: right;
}

.deskbox .layer_02 .box .img img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .deskbox .layer_02 .wap_box ul {
    margin-top: 20px;
  }

  .deskbox .layer_02 .wap_box ul li {
    height: 58px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
    margin-top: 18px;
    padding-left: 19px;
    display: flex;
    justify-content: start;
    align-items: center;
  }

  .deskbox .layer_02 .wap_box ul li .icon1 {
    width: 31px;
    /* height: 27px; */
    margin-right: 10px;
  }

  .deskbox .layer_02 .wap_box ul li span {
    line-height: 58px;
    font-size: 0.3rem;
    color: rgba(0, 122, 204, 1);
  }

  .deskbox .layer_02 .box .text {
    font-size: 0.3rem;
  }

  .deskbox .layer_02 .box .c-t img {
    width: 40px;
  }

  .deskbox .layer_02 .box .c-t p.en {
    font-size: 0.4rem;
  }

  .deskbox .layer_02 .box .c-t p.cn {
    font-size: 0.24rem;
    margin-top: 7px;
  }

  .deskbox .layer_02 .box .c-t {
    height: 42px;
    padding-left: 60px;
    margin-bottom: 20px;
  }

  .deskbox .layer_02 .box .desc {
    font-size: 0.4rem;
    line-height: 1.5;
  }

  .deskbox .layer_02 .box .img {
    margin-top: 20px;
  }
}

/* 远程系统 layer_03 样式表 */

.deskbox .layer_03 .box {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.deskbox .layer_03 .box .play_btn {
  position: absolute;
  z-index: 2;
  top: calc(50% - 48px);
  left: calc(50% - 48px);
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.deskbox .layer_03 .box .play_btn:hover {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
}

.video {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
}

.video .box {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.video .box video {
  width: 720px;
  height: 480px;
}

#mark {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
}

@media screen and (max-width: 767px) {
  .deskbox .layer_03 .box img.video_img {
    width: 100%;
  }

  .deskbox .layer_03 .box img.play_btn {
    width: 60px;
  }

  .video .box {
    width: 90%;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .video .box video {
    width: 100%;
    height: auto;
  }
}

.deskbox .layer_04 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.deskbox .layer_04 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.deskbox .layer_04 .box .c-t p {
  font-size: 40px;
  line-height: 80px;
}

.deskbox .layer_04 .box .img-group {
  /* width: 848px; */
  width: 100%;
}

.deskbox .layer_04 .box .img-group .img2 {
  position: absolute;
  top: 150px;
  right: 70px;
}

.deskbox .layer_04 .box .img-group .img1 {
  max-width: 100%;
}

.deskbox .layer_04 .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.deskbox .layer_04 .box .navlist {
  margin-bottom: 24px;
}

.deskbox .layer_04 .box .navlist span {
  display: inline-block;
  color: rgba(58, 82, 94, 1);
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  border-radius: 20px;
  /* width: 120px; */
  background-color: rgba(231, 233, 234, 1);
  margin-right: 10px;
  padding: 0px 20px;
  cursor: pointer;
}

.deskbox .layer_04 .box .navlist span.active,
.deskbox .layer_04 .box .navlist span:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 160, 248, 1);
}

.deskbox .layer_04 .box .navlist-box p {
  font-size: 16px;
  font-family: Helvetica;
  color: rgba(58, 82, 94, 1);
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deskbox .layer_04 .box .navlist-box p span.dot {
  font-size: 16px;
  color: rgba(0, 160, 248, 1);
  line-height: 32px;
  margin-right: 5px;
}

.deskbox .layer_04 .container-fluid {
  padding: 0px 200px;
}

@media screen and (max-width: 1520px) {
  .deskbox .layer_04 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .deskbox .layer_04 .box {
    /* padding: 0px 20px; */
  }

  .deskbox .layer_04 .box .c-t {
    padding-left: 60px;
    height: 40px;
  }

  .deskbox .layer_04 .box .c-t img {
    width: 40px;
  }

  .deskbox .layer_04 .box .c-t p {
    font-size: 0.4rem;
    line-height: 40px;
  }

  .deskbox .layer_04 .box .img-group {
    width: 100%;
  }

  .deskbox .layer_04 .box .img-group .img2 {
    position: absolute;
    top: 100px;
    right: 20px;
  }

  .deskbox .layer_04 .box .img-group .img1 {
    max-width: 100%;
  }

  .deskbox .layer_04 .box .infos {
    margin: 24px 0;
    font-size: 0.3rem;
  }

  .deskbox .layer_04 .box .navlist-box p {
    font-size: 0.26rem;
  }

  .deskbox .layer_04 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.deskbox .layer_05 .container-fluid {
  padding: 0px 200px;
  padding-left: 90px;
  padding-right: 300px;
}

.deskbox .layer_05 .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.deskbox .layer_05 .box .img-group {
  width: 100%;
}

.deskbox .layer_05 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.deskbox .layer_05 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.deskbox .layer_05 .box .c-t p {
  font-size: 40px;
  line-height: 80px;
}

.deskbox .layer_05 .box.left {
  text-align: left;
  margin-left: -250px;
}

.deskbox .layer_05 .box .img-group {
  display: inline-block;
}

.deskbox .layer_05 .box .img-group .img2 {
  position: absolute;
  top: 200px;
  right: 80px;
  /* width: 35%; */
}

.deskbox .layer_05 .box .img-groups .img2 {
  position: absolute;
  top: 160px;
  right: 60px;
  /* width: 35%; */
}

.iconlist .row>div {
  margin-bottom: 20px;
}

.deskbox .layer_05 .box .img-group .img1 {
  max-width: 100%;
  /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2); */
  border-radius: 20px;
  width: 100%;
}

.deskbox .layer_05 .iconlist {
  margin-top: 50px;
}

.deskbox .layer_05 .right {
  position: relative;
  z-index: 9;
  background: #fff;
  padding-top: 60px;
}

.deskbox .tiplist .tip-ct {
  padding: 10px 0;
}

.deskbox .tiplist .tip-ct span {
  display: inline-block;
  color: rgba(0, 42, 58, 1);
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin: 6px 0 0 12px;
}

.deskbox .tiplist p.tip-info {
  color: rgba(132, 146, 154, 1);
  font-size: 12px;
  line-height: 18px;
  padding-right: 30px;
}

.imgRight {
  margin-right: -250px;
}

@media screen and (max-width: 1520px) {
  .deskbox .layer_05 .box.left {
    margin-left: 0;
  }

  .imgRight {
    margin-right: 0px;
  }

  .deskbox .layer_05 .box .img-group .img2 {
    top: 100px;
    width: 30%;
  }

  .deskbox .layer_05 .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.stitle {
  position: absolute;
  left: 15px;
  bottom: -100px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: rgba(0, 122, 204, 0.4);
  width: calc(100% - 30px);
  transition: all 0.5s;
}

.layer_04 .box .row>div {
  overflow: hidden;
}

.layer_04 .box .row>div:hover .stitle {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .imgRight {
    margin-right: 0;
  }

  .deskbox .layer_05 .box {
    /* padding: 0px 20px; */
  }

  .deskbox .layer_05 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .deskbox .layer_05 .box .img-group .img1 {
    box-shadow: none;
    border-radius: 0;
  }

  .deskbox .layer_05 .box .c-t {
    padding-left: 60px;
    height: 40px;
  }

  .deskbox .layer_05 .box .c-t img {
    width: 40px;
  }

  .deskbox .layer_05 .box .c-t p {
    font-size: 0.4rem;
    line-height: 40px;
  }

  .deskbox .layer_05 .box .img-group {
    width: 100%;
    padding: 20px 0;
  }

  .deskbox .layer_05 .box .img-group .img2 {
    position: absolute;
    top: 100px;
    right: 20px;
  }

  .deskbox .layer_05 .box .img-group .img1 {
    max-width: 100%;
  }

  .deskbox .layer_05 .box .infos {
    margin: 24px 0;
    font-size: 0.3rem;
  }

  .deskbox .tiplist .tip-ct span {
    font-size: 0.3rem;
    margin-left: 0;
  }
}

.deskbox .layer_06 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 49px;
  margin-bottom: 48px;
}

.deskbox .layer_06 .box {
  text-align: center;
}

.deskbox .layer_06 .box .c-t {
  color: #fff;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  background: #00a0f8;
  width: 224px;
  justify-content: flex-start;
  align-items: center;
  display: block;
  text-align: center;
  margin: 0px auto;
  line-height: 48px;
  margin-bottom: 30px;
}

.deskbox .layer_06 .box .c-t.l1 {
  background: #00c4b3;
}

.deskbox .layer_06 .box .c-t.l2 {
  background: #00a0f8;
}

.deskbox .layer_06 .box .c-t.l3 {
  background: #00a0f8;
}

.deskbox .layer_06 .box>img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px;
  margin-top: 30px;
}

.deskbox .layer_06 .swiper-slide {
  background: none;
  padding: 30px 0;
}

.deskbox .layer_06 .swiper-slide img {
  width: auto;
  margin: 0px auto;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px;
}

@media screen and (max-width: 767px) {

  .deskbox .layer_06 .swiper-container-horizontal>.swiper-pagination-bullets,
  .deskbox .layer_06 .swiper-pagination-custom,
  .deskbox .layer_06 .swiper-pagination-fraction {
    bottom: 0;
  }

  .deskbox .layer_06 .infos {
    font-size: 0.3rem;
  }

  .deskbox .layer_06 .box {
    margin-bottom: 30px;
  }

  .deskbox .layer_06 .box>img {
    margin-top: 0px;
  }

  .deskbox .layer_06 .row .col-md-4:nth-child(2) .box .c-t {
    margin-bottom: 0;
  }

  .deskbox .layer_06 .wap_box ul {
    margin-top: 20px;
    border-bottom: #ccc solid 2px;
    height: 44px;
    text-align: center;
  }

  .deskbox .layer_06 .wap_box ul li {
    display: inline-block;
    padding: 0px 5px;
    border-bottom: rgba(0, 196, 179, 0) solid 2px;
  }

  .deskbox .layer_06 .wap_box ul li h2 {
    height: 42px;
    margin: 0px;
    padding: 0;
    color: rgba(137, 137, 137, 1);
    font-size: 0.26rem;
    white-space: nowrap;
    line-height: 42px;
    text-align: center;
  }

  .deskbox .layer_06 .wap_box ul li.active {
    border-bottom: rgba(0, 196, 179, 1) solid 2px;
  }

  .deskbox .layer_06 .wap_box ul li.active h2 {
    color: rgba(0, 196, 179, 1);
  }

  .deskbox .layer_06 .box .c-t {
    font-size: 0.3rem;
  }
}

.deskbox .layer_07 .infos,
.indexbox .layer_07 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 48px;
}

.deskbox .layer_07 .box,
.indexbox .layer_07 .box {
  text-align: center;
  position: relative;
}

.deskbox .layer_07 .box .img,
.indexbox .layer_07 .box .img {
  /* border: #bdbdbd solid 1px;

  text-align: center; */
  position: relative;
  width: 100%;
  /* height: 150px; */
  /* left: 0px;
  top: 0; */
  text-align: center;
  /* line-height: 150px; */
}

.deskbox .layer_07 .box .img img,
.indexbox .layer_07 .box .img img {
  position: absolute;
  left: 0px;
  top: 0px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.deskbox .layer_07 .box canvas,
.indexbox .layer_07 .box canvas {
  width: 100%;
}

.deskbox .layer_07 .box .img,
.indexbox .layer_07 .box .img {
  vertical-align: middle;
}

.deskbox .layer_07 .box span,
.indexbox .layer_07 .box span {
  display: block;
}

.deskbox .layer_07 .box span.c-t,
.indexbox .layer_07 .box span.c-t {
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
}

.deskbox .layer_07 .box span.text,
.indexbox .layer_07 .box span.text {
  padding: 21px 0;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {

  .deskbox .layer_07 .box .img img,
  .indexbox .layer_07 .box .img img {
    width: 40px;
  }

  .deskbox .layer_07 .box span.c-t,
  .indexbox .layer_07 .box span.c-t {
    font-size: 0.35rem;
  }

  .deskbox .layer_07 .infos,
  .indexbox .layer_07 .infos {
    font-size: 0.3rem;
  }

  .deskbox .layer_07 .box span.text,
  .indexbox .layer_07 .box span.text {
    font-size: 0.26rem;
  }
}

.deskbox .layer_08 .container-fluid {
  padding: 0 80px !important;
  margin: 0 !important;
}

.deskbox .layer_08 .swiper-slide {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  padding-bottom: 30px;
}

.deskbox .layer_08 .swiper-slide .box {
  text-align: left;
  padding: 20px;
}

.deskbox .layer_08 .swiper-slide .box span.line {
  margin: 0;
  margin-top: 20px;
}

.deskbox .layer_08 .swiper-slide .img img {
  width: 100%;
}

.deskbox .layer_08 .swiper-slide .box .c-t {
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 24px;
  margin: 40px 0 0 0px;
}

.deskbox .layer_08 .swiper-slide .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  text-align: justify;
  /* height: 200px;
  overflow-y: auto; */
}

.deskbox .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1200px;
}

.deskbox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.deskbox .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.deskbox .swiper-button-next {
  width: 45px;
  height: 90px;
  background-image: url("../images/desk/arrow-right.png");
  background-size: 45px 90px;
  right: -80px;
}

.deskbox .swiper-button-prev {
  width: 45px;
  height: 90px;
  background-image: url("../images/desk/arrow-left.png");
  background-size: 45px 90px;
  left: -80px;
}

/* .deskbox .viewAll {
  width: 134px;
  height: 40px;
  background: #f5f8fa;
  border-radius: 20px;
  font-size: 16px;
  color: #00a0f8;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
  float: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-top: 20px;
} */

.deskbox .viewAll {
  width: 134px;
  height: 40px;
  background: #f5f8fa;
  border-radius: 20px;
  font-size: 16px;
  color: #00a0f8;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
  float: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.deskbox .viewAll::after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: url(../images/index/arrowright.png);
  z-index: 1;
  width: 20px;
  height: 20px;
}

.deskbox .viewAll:hover {
  color: #fff;
  background: #00a0f8;
}

.deskbox .viewAll:hover::after {
  content: url(../images/index/arrowright-w.png);
}

@media screen and (max-width: 767px) {
  .deskbox .layer_08 .container-fluid {
    padding: 0 !important;
    margin: 0 !important;
  }

  .deskbox .layer_08 .wap_box {
    padding: 20px 0px;
  }

  .deskbox .layer_08 .wap_box .box {
    /* padding-bottom: 30px; */
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
    overflow: hidden;
    border-radius: 4px;
  }

  .deskbox .layer_08 .wap_box .box .text-info {
    color: rgba(58, 82, 94, 1);
  }

  .deskbox .layer_08 .wap_box .img {
    width: 100%;
  }

  .deskbox .layer_08 .wap_box .img img {
    width: 100%;
  }

  .deskbox .layer_08 .wap_box .row {
    margin: 0;
  }

  .deskbox .layer_08 .wap_box .row .col-xs-6 {
    padding: 0 5px 0 5px;
    margin-bottom: 15px;
  }

  .deskbox .layer_08 .wap_box .row .col-xs-6 .text-info {
    padding: 10px;
    overflow: hidden;
  }

  .deskbox .layer_08 .wap_box a {
    color: rgba(58, 82, 94, 1);
  }

  .deskbox .layer_08 .wap_box span.line {
    margin: 10px 0;
  }

  .deskbox .layer_08 .wap_box p.infos {
    font-size: 0.26rem;
    line-height: 1.5;
  }

  .deskbox .layer_08 .wap_box .c-t {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 2;
  }

  .deskbox .viewAll {
    font-size: 0.2rem;
    height: 30px;
    line-height: 30px;
    width: 100px;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

/* HOLOspace-数字孪生 layer_01 样式表 */

.spacebox .layer_01 .box {
  text-align: center;
}

.spacebox .layer_01 .box span {
  display: block;
}

.spacebox .layer_01 .box span.c-t {
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
}

.spacebox .layer_01 .box span.text {
  padding: 21px 0;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}

.spacebox .layer_01 .infos {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

/* HOLOspace-数字孪生 layer_02 样式表 */

.spacebox .layer_02 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.spacebox .layer_02 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.spacebox .layer_02 .box .c-t p.en {
  font-size: 40px;
}

.spacebox .layer_02 .box .c-t p.cn {
  font-size: 24px;
  margin-top: 12px;
}

.spacebox .layer_02 .box .desc {
  color: rgba(0, 122, 204, 1);
  font-size: 34px;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.spacebox .layer_02 .box ul li {
  float: left;
  width: 50%;
  line-height: 32px;
  margin-top: 29px;
  font-size: 24px;
  /* font-weight: bold; */
}

.spacebox .layer_02 .box ul {
  overflow: hidden;
}

.spacebox .layer_02 .box ul li img {
  /* width: 54px; */
  display: inline-block;
  float: left;
  margin-right: 8px;
}

.spacebox .layer_02 .box .text {
  color: rgba(58, 82, 94, 1);
  font-size: 20px;
  line-height: 30px;
}

.spacebox .layer_02 .box .img {
  width: 100%;
  text-align: right;

}

.spacebox .layer_02 .box .img img {
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

@media screen and (max-width: 767px) {
  .spacebox .layer_02 .box ul li {
    float: left;

    line-height: 32px;
    margin-top: 10px;
    font-size: 0.26rem !important;
  }

  .spacebox .layer_02 .box .img img {
    max-width: 100%;
  }

  .spacebox .layer_02 .box .desc {
    font-size: 0.4rem;
    line-height: 1.5;
  }

  .spacebox .layer_02 .box ul li {
    font-size: 1.2em;
  }

  .spacebox .layer_02 .box .text {
    font-size: 0.3rem;
  }

  .spacebox .layer_02 .box .c-t {
    padding-left: 50px;
    height: 40px;
  }

  .spacebox .layer_02 .box .c-t img {
    width: 40px;
  }

  .spacebox .layer_02 .box .c-t p.en {
    font-size: 0.4rem;
  }

  .spacebox .layer_02 .box .c-t p.cn {
    font-size: 0.2rem;
    margin-top: 6px;
  }
}

/* HOLOspace-数字孪生 layer_03 样式表 */

.spacebox .layer_03 .box {
  position: relative;
  text-align: center;
}

.spacebox .layer_03 .box .play_btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* .video {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
}
.video .box {
  position: relative;

  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.video .box video {
  width: 720px;
  height: 480px;
}
#mark {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
} */

@media screen and (max-width: 767px) {
  .spacebox .layer_03 .box img.video_img {
    width: 100%;
  }

  .spacebox .layer_03 .box img.play_btn {
    width: 60px;
  }

  /* .video .box {
    width: 90%;
    position: relative;

    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  .video .box video {
    width: 100%;
    height: auto;
  } */
}

.spacebox .layer_04 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.spacebox .layer_04 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

/* .spacebox .layer_04 .box .c-t p {
  font-size: 40px;
  line-height: 40px;
} */

.spacebox .layer_04 .box .c-t p.en {
  font-size: 40px;
}

.spacebox .layer_04 .box .c-t p.cn {
  font-size: 16px;
  margin-top: 12px;
}

.spacebox .layer_04 .box .c-t .step {
  position: absolute;
  right: 0px;
  top: 0;
  width: 160px;
  height: 48px;
}

.spacebox .layer_04 .box .c-t .step img {
  width: 100%;
}

.spacebox .layer_04 .box .row img {
  width: 100%;
}

.spacebox .layer_04 .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .spacebox .layer_04 .box .c-t {
    padding-left: 50px;
    height: 50px;
  }

  .spacebox .layer_04 .box .c-t img {
    width: 40px;
  }

  .spacebox .layer_04 .box .c-t p.en {
    font-size: 0.4rem;
    line-height: 1;
  }

  .spacebox .layer_04 .box .c-t p.cn {
    font-size: 0.2rem;
    font-size: 16px;
    margin-top: 6px;
  }

  .spacebox .layer_04 .box .infos {
    margin: 20px 0;
    font-size: 0.3rem;
  }
}

.spacebox .layer_05 .box .infos,
.indexbox .layer_05s .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.spacebox .layer_05 .box .img {
  overflow: hidden;
  text-align: center;
}

.spacebox .layer_05 .box .img img {
  display: inline-block;
  width: 45%;
  margin: 0 2%;
  /* float: left; */
}

@media screen and (max-width: 767px) {
  .spacebox .layer_05 .box .img img {
    display: inline-block;
    width: 90%;
    margin-bottom: 20px;
    /* float: left; */
  }
}

.spacebox .layer_05 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.spacebox .layer_05 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.spacebox .layer_05 .box .c-t p {
  font-size: 40px;
  line-height: 80px;
}

.spacebox .layer_05 .box.left {
  text-align: center;
}

.spacebox .layer_05 .box .img-group {
  display: inline-block;
}

.spacebox .layer_05 .box .img-group .img2 {
  position: absolute;
  top: 160px;
  right: 80px;
}

.spacebox .layer_05 .box .img-group .img1 {
  max-width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.spacebox .layer_05 .row .box {
  min-height: 352px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 48px 16px 30px 16px;
  text-align: center;
  margin-bottom: 10px;
}

.spacebox .layer_05 .row .box .text {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #3a525e;
}

.spacebox .layer_05 .row .box span.line {
  margin: 20px auto;
}

.spacebox .layer_05 .row .box img {
  width: 56px;
  height: 56px;
  margin: 0px auto;
}

.spacebox .tiplist .tip-ct {
  padding: 10px 0;
}

.spacebox .tiplist .tip-ct span {
  display: inline-block;
  color: rgba(0, 42, 58, 1);
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin: 6px 0 0 12px;
}

.spacebox .tiplist p.tip-info {
  color: rgba(132, 146, 154, 1);
  font-size: 12px;
  line-height: 18px;
  padding-right: 30px;
}

.spacebox .layer_05.s .row .box span.c-t,
.indexbox .layer_05s .row .box span.c-t {
  display: block;
  font-size: 24px;
  text-align: center;
  padding: 0;
  margin: 0;
  height: auto;
  margin: 20px 0 0 0;
}

.spacebox .layer_05.s .row .box img,
.indexbox .layer_05s .row .box img {
  width: 100%;
  height: auto;
}

.spacebox .layer_05.s .row .box,
.indexbox .layer_05s .row .box {
  padding: 0;
}

.spacebox .layer_05.s .row .box .text,
.indexbox .layer_05s .row .box .text {
  padding: 10px 15px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .spacebox .layer_05 .row .box {
    min-height: 352px;
    padding: 28px 16px 30px 16px;
  }

  .spacebox .layer_05 .box .img img {
    max-width: 100%;
  }

  .spacebox .layer_05 .box .infos {
    margin-top: 0;
    font-size: 0.3rem;
    margin: 20px 0;
  }
}

.spacebox .layer_051.s .row .box {
  /* min-height: 352px; */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 48px 16px 30px 16px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}

.spacebox .layer_051 .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.spacebox .layer_051 .row .box {
  margin-bottom: 10px;
}

.spacebox .layer_051.s .row .box img {
  width: 109px;
}

.spacebox .layer_051 .row .box img {
  width: 100%;
}

.spacebox .layer_051.s .row .box .c-t {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  margin: auto;
  color: #00a0f8;
  font-size: 22px;
  padding: 40px 20px 0 20px;
}

.spacebox .layer_051 .row .box .c-t {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  margin: auto;
  color: #3a525e;
  font-size: 22px;
  padding: 20px 20px 20px 20px;
}

.spacebox .layer_051 .row .box .text {
  margin: auto;
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  /* text-align: left; */
  color: #3a525e;
  padding: 0 12px;
}

.spacebox .layer_06 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 49px;
  margin-bottom: 48px;
}

.spacebox .layer_06 .box {
  text-align: center;
}

.spacebox .layer_06 .box .c-t {
  color: #fff;
  height: 48px;
  border-radius: 4px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
  background: #00a0f8;
  width: 224px;
  justify-content: flex-start;
  align-items: center;
  display: block;
  text-align: center;
  margin: 0px auto;
  line-height: 48px;
  margin-bottom: 30px;
}

.spacebox .layer_06 .box .c-t.l1 {
  background: #00c4b3;
}

.spacebox .layer_06 .box .c-t.l2 {
  background: #00a0f8;
}

.spacebox .layer_06 .box .c-t.l3 {
  background: #00a0f8;
}

.spacebox .layer_06 .box img {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 30px;
}

@media screen and (max-width: 767px) {
  .spacebox .layer_06 .infos {
    font-size: 0.3rem;
  }

  .spacebox .layer_051 .box .infos {
    margin-top: 0;
    margin: 20px 0;
  }

  .spacebox .layer_06 .wap_box ul {
    margin-top: 20px;
    border-bottom: #ccc solid 2px;
    height: 44px;
    text-align: center;
  }

  .spacebox .layer_06 .wap_box ul li {
    display: inline-block;
    padding: 0px;
    border-bottom: rgba(0, 196, 179, 0) solid 2px;
  }

  .spacebox .layer_06 .wap_box ul li h2 {
    height: 42px;
    margin: 0px;
    padding: 0 10px;
    color: rgba(137, 137, 137, 1);
    font-size: 0.3rem;
    white-space: nowrap;
    line-height: 42px;
    text-align: center;
  }

  .spacebox .layer_06 .wap_box ul li.active {
    border-bottom: rgba(0, 196, 179, 1) solid 2px;
  }

  .spacebox .layer_06 .wap_box ul li.active h2 {
    color: rgba(0, 196, 179, 1);
  }
}

.spacebox .layer_07 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 48px;
}

.spacebox .layer_07 .box {
  text-align: center;
}

.spacebox .layer_07 .box span {
  display: block;
}

.spacebox .layer_07 .box span.c-t {
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 24px;
  margin-top: 24px;
}

.spacebox .layer_07 .box span.text {
  padding: 21px 0;
  line-height: 24px;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .spacebox .layer_07 .infos {
    font-size: 0.3rem;
    margin: 20px 0;
  }
}

.spacebox .layer_08 .container-fluid {
  padding: 0px 80px !important;
  margin: 0 !important;
}

.spacebox .layer_08 .container-fluid .swiper {
  position: relative;
  min-width: 1200px;
}

.spacebox .layer_08 .swiper-slide {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  padding-bottom: 30px;
  /* position: relative; */
}

.spacebox .layer_08 .swiper-slide .box {
  text-align: left;
  padding: 20px;
}

.spacebox .layer_08 .swiper-slide .img {}

.spacebox .layer_08 .swiper-slide .img img {
  width: 100%;
}

.spacebox .layer_08 .swiper-slide .box .c-t {
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 1.5;
  margin: 40px 0 0 0px;
}

.spacebox .layer_08 .swiper-slide .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}

.spacebox .layer_08 .box .line {
  margin: 0px;
  margin-top: 20px;
}

.spacebox .viewAll {
  width: 134px;
  height: 40px;
  background: #f5f8fa;
  border-radius: 20px;
  font-size: 16px;
  color: #00a0f8;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
  float: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-top: 20px;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

.spacebox .viewAll::after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: url(../images/index/arrowright.png);
  z-index: 1;
  width: 20px;
  height: 20px;
}

.spacebox .viewAll:hover {
  color: #fff;
  background: #00a0f8;
}

.spacebox .viewAll:hover::after {
  content: url(../images/index/arrowright-w.png);
}

@media screen and (max-width: 767px) {
  .spacebox .layer_08 .container-fluid {
    padding: 0px !important;
  }

  .spacebox .layer_08 .box .line {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .spacebox .layer_08 .box a {
    color: rgba(58, 82, 94, 1);
  }

  .spacebox .layer_08 .wap_box {
    padding: 20px 0px;
  }

  .spacebox .layer_08 .wap_box .box {
    /* padding-bottom: 30px; */
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
    overflow: hidden;
    border-radius: 4px;
  }

  .spacebox .layer_08 .wap_box .img {
    width: 100%;
  }

  .spacebox .layer_08 .wap_box .img img {
    width: 100%;
  }

  .spacebox .layer_08 .wap_box .row {
    margin: 0;
  }

  .spacebox .layer_08 .wap_box .row .col-xs-6 {
    padding: 0 5px 0 5px;
    margin-bottom: 15px;
  }

  .spacebox .layer_08 .wap_box .row .col-xs-6 .text-info {
    padding: 10px;
    overflow: hidden;
  }

  .spacebox .layer_08 .wap_box p.infos {
    font-size: 0.26rem;
    line-height: 1.5;
  }

  .spacebox .layer_08 .wap_box .text-info {
    color: rgba(58, 82, 94, 1);
  }

  .spacebox .layer_08 .wap_box .c-t {
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 2;
  }

  .spacebox .viewAll {
    font-size: 0.2rem;
    height: 30px;
    line-height: 30px;
    width: 100px;
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
    right: auto;
    bottom: auto;
  }

  .spacebox .layer_07 .swiper-container-horizontal>.swiper-pagination-bullets,
  .spacebox .layer_07 .swiper-pagination-custom,
  .spacebox .layer_07 .swiper-pagination-fraction {
    bottom: 0px !important;
  }
}

.none,
.spacebox .item-content-wap {
  display: none;
}

.spacebox .sence-wrap1 {
  margin-top: 0px;
}

.spacebox .sence-wrap1 .item-content p {
  width: 960px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.spacebox .sence-wrap1 .item-content .item-ul {
  width: 960px;
  position: relative;
  margin: 20px auto;
}

.spacebox .sence-wrap1 .item-content .item-ul .icon-sence-left {
  position: absolute;
  top: 40px;
  left: 0;
  width: 12px;
  height: 20px;
  background: url(../images/sence/img/arrow-left.png) no-repeat center;
  cursor: pointer;
}

.spacebox .sence-wrap1 .item-content .item-ul .icon-sence-right {
  position: absolute;
  top: 40px;
  right: 0;
  width: 12px;
  height: 20px;
  background: url(../images/sence/img/arrow-right.png) no-repeat center;
  cursor: pointer;
}

.spacebox .sence-wrap1 .item-content ul {
  width: 960px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.spacebox .sence-wrap1 .item-content ul li {
  width: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.spacebox .sence-wrap1 .item-content ul li span {
  display: block;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.spacebox .sence-wrap1 .item-content ul li h2 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}

.spacebox .sence-wrap1 .item-content ul li.li1 span {
  width: 32px;
  height: 32px;
  background-image: url(../images/space/web-design1.png);
  background-size: 32px 32px;
}

.spacebox .sence-wrap1 .item-content ul li.li2 span {
  width: 32px;
  height: 32px;
  background-image: url(../images/space/web-design2.png);
  background-size: 32px 32px;
}

.spacebox .sence-wrap1 .item-content ul li.li3 span {
  width: 32px;
  height: 32px;
  background-image: url(../images/space/web-design3.png);
  background-size: 32px 32px;
}

.spacebox .sence-wrap1 .item-content ul li.li4 span {
  width: 32px;
  height: 32px;
  background-image: url(../images/space/web-design4.png);
  background-size: 32px 32px;
}

.spacebox .sence-wrap1 .item-content ul li.li5 span {
  width: 54px;
  height: 54px;
  background-image: url(../images/space/web-design5.png);
  background-size: 54px;
}

.spacebox .sence-wrap1 .item-content ul li.active,
.spacebox .sence-wrap1 .item-content ul li:hover {
  transition: all 0.3s;
}

.spacebox .sence-wrap1 .item-content ul li.active h2,
.spacebox .sence-wrap1 .item-content ul li:hover h2 {
  color: #00a0f8;
}

.spacebox .sence-wrap1 .item-content ul li.active.li1 span,
.spacebox .sence-wrap1 .item-content ul li:hover.li1 span {
  background-image: url(../images/space/web-design11.png);
}

.spacebox .sence-wrap1 .item-content ul li.active.li2 span,
.spacebox .sence-wrap1 .item-content ul li:hover.li2 span {
  background-image: url(../images/space/web-design22.png);
}

.spacebox .sence-wrap1 .item-content ul li.active.li3 span,
.spacebox .sence-wrap1 .item-content ul li:hover.li3 span {
  background-image: url(../images/space/web-design33.png);
}

.spacebox .sence-wrap1 .item-content ul li.active.li4 span,
.spacebox .sence-wrap1 .item-content ul li:hover.li4 span {
  background-image: url(../images/space/web-design44.png);
}

.spacebox .sence-wrap1 .item-content ul li.active.li5 span,
.spacebox .sence-wrap1 .item-content ul li:hover.li5 span {
  background-image: url(../images/space/web-design55.png);
}

.spacebox .sence-wrap1 .item-slide-wrap .swiper-pagination {
  display: none;
}

.layer_07 .item-slide-wrap.spaceSlideBox {
  width: 1200px;
  background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap {
  width: 100%;
  max-width: 1920px;
  height: 607px;
  margin: 0 auto;
  position: relative;
}

/* .spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap1 {
  background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap2 {
  background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap3 {
  background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap4 {
  background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap5 {
  background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
} */

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom {
  width: 1100px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom .line {
  width: 80px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  margin: 22px 0 20px;
}

.spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
  .layer_07 .item-slide-wrap {
    width: 100%;
    height: auto;
    background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
  }

  .spacebox .sence-main-wrap {
    position: relative;
    top: inherit;
  }

  .spacebox .sence-wrap1 {
    margin-top: 0;
    padding-top: 0;
  }

  .spacebox .sence-wrap1.spacebox .sence-wrap1-english .item-content-wap ul li {
    height: 2.2rem;
  }

  .spacebox .sence-wrap1.spacebox .sence-wrap1-english .item-content-wap ul li h2 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: center;
  }

  .spacebox .sence-wrap1 .item-title {
    margin: 0 auto;
    text-align: center;
    font-size: 0.44rem;
    font-weight: 300;
    color: #333;
    line-height: 1;
  }

  .spacebox .sence-wrap1 .item-content {
    display: none;
  }

  .spacebox .sence-wrap1 .item-content-wap {
    display: block;
    width: 100%;
  }

  .spacebox .sence-wrap1 .item-content-wap p {
    width: 6.8rem;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #033;
    line-height: 0.5rem;
  }

  .spacebox .sence-wrap1 .item-content-wap ul {
    width: 100%;
    display: block;
    /* margin: 1rem auto 0; */
    overflow: hidden;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li {
    width: 25%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    margin-bottom: 0.4rem;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li span {
    display: block;
    margin-bottom: 0.2rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li h2 {
    font-size: 0.34rem;
    line-height: 1;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.li1 span {
    width: 32px;
    height: 32px;
    background-image: url(../images/space/web-design1.png);
    background-size: 32px 32px;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.li2 span {
    width: 32px;
    height: 32px;
    background-image: url(../images/space/web-design2.png);
    background-size: 32px 32px;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.li3 span {
    width: 32px;
    height: 32px;
    background-image: url(../images/space/web-design3.png);
    background-size: 32px 32px;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.li4 span {
    width: 32px;
    height: 32px;
    background-image: url(../images/space/web-design4.png);
    background-size: 32px 32px;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.li5 span {
    width: 32px;
    height: 32px;
    background-image: url(../images/sence/img/web-design5.jpg);
    background-size: 32px;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.li6 {
    height: 1.5rem;
    cursor: pointer;
    padding-top: 0.36rem;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.li6 img {
    width: 0.45rem;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active {
    transition: all 0.3s;
    position: relative;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active:after {
    /* position: absolute;
    content: "";
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/sence/img/bottom.png) no-repeat center;
    background-size: 0.32rem 0.32rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active h2 {
    color: #00a0f8;
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active.li1 span {
    background-image: url(../images/space/web-design11.png);
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active.li2 span {
    background-image: url(../images/space/web-design22.png);
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active.li3 span {
    background-image: url(../images/space/web-design33.png);
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active.li4 span {
    background-image: url(../images/space/web-design44.png);
  }

  .spacebox .sence-wrap1 .item-content-wap ul li.active.li5 span {
    background-image: url(../images/sence/img/web-design55.png);
  }

  .spacebox .sence-wrap1 .item-slide-wrap {
    display: block;
    /* height: 10.4rem; */
  }

  .spacebox .sence-wrap1 .item-slide-wrap .swiper-pagination {
    display: block;
  }

  .spacebox .sence-wrap1 .item-slide-wrap .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/sence/img/swiper-pagination-bullet.png) no-repeat center;
    background-size: 0.24rem;
    opacity: 1;
  }

  .spacebox .sence-wrap1 .item-slide-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/sence/img/swiper-pagination-bullet-active.png) no-repeat center;
    background-size: 0.24rem;
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap {
    width: 7.5rem;
    height: 9.6rem;
    margin: 0 auto;
    position: relative;
    background-size: 7.5rem 9.6rem;
    background-position: center;
    background-repeat: no-repeat;
  }

  .layer_07 .item-slide-wrap {

    background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
    background-size: 100%;
  }

  /* .spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap1 {
    background-image: url(../images/sence/img/item-wrap1.png);
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap2 {
    background-image: url(../images/sence/img/item-wrap2.png);
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap3 {
    background-image: url(../images/sence/img/item-wrap3.png);
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap4 {
    background-image: url(../images/sence/img/item-wrap4.png);
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap5 {
    background-image: url(../images/sence/img/item-wrap5.png);
  } */

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 0.3rem;
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom h2 {
    font-size: 0.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom .line {
    width: 0.8rem;
    height: 2px;
    background: #fff;
    opacity: 0.5;
    margin: 0.3rem 0 0.4rem;
  }

  .spacebox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom p {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.5rem;
  }
}

/* 混合现实通讯服务 layer_01 样式表 */

.viewbox .layer_01 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.viewbox .layer_01 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.viewbox .layer_01 .box .c-t p.en {
  font-size: 40px;
}

.viewbox .layer_01 .box .c-t p.cn {
  font-size: 24px;
  margin-top: 12px;
}

.viewbox .layer_01 .box .desc {
  color: rgba(0, 122, 204, 1);
  font-size: 34px;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.viewbox .layer_01 .box .text {
  color: rgba(58, 82, 94, 1);
  font-size: 20px;
  line-height: 30px;
  word-break: break-all;
}

.viewbox .layer_01 .box .img {
  text-align: center;
}

.viewbox .layer_01 .box .img img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .viewbox .layer_01 .box .desc {
    font-size: 0.4rem;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .viewbox .layer_01 .box .text {
    font-size: 0.3rem;
    line-height: 1.5;
  }

  .viewbox .layer_01 .box .img {
    padding: 20px;
    padding-bottom: 0;
  }

  .viewbox .layer_01 .box .c-t {
    padding-left: 50px;
    height: 40px;
  }

  .viewbox .layer_01 .box .c-t img {
    width: 40px;
  }

  .viewbox .layer_01 .box .c-t p.en {
    font-size: 0.4rem;
  }

  .viewbox .layer_01 .box .c-t p.cn {
    font-size: 0.2rem;
    margin-top: 6px;
  }
}

/* 混合现实通讯服务 layer_02 样式表 */

.viewbox .layer_02 .box {
  height: 580px;
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.viewbox .layer_02 .box img {
  width: 100%;
}

span.line {
  height: 4px;
  width: 32px;
  background: #0093fb;
  display: block;
  margin: 0px auto;
}

.viewbox .layer_02 .box h3 {
  text-align: center;
  position: relative;
  font-size: 32px;
  line-height: 1;
  padding: 48px 0px 26px 0;
  margin: 0px;
}

.viewbox .layer_02 .box p {
  padding: 26px 24px;
  line-height: 26px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .viewbox .layer_02 .box {
    height: auto;
    margin-bottom: 20px;
  }

  .viewbox .layer_02 .box h3 {
    font-size: 0.4rem;
    padding: 20px 0;
  }
}

/* 混合现实通讯服务 layer_03 样式表 */

.viewbox .layer_03 .container-fluid {
  padding: 0;
  padding-top: 10px;
}

.viewbox .layer_03 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 48px;
}

.viewbox .layer_03 .box h2 {
  color: rgba(0, 42, 58, 1);
  font-size: 40px;
  line-height: 56px;
}

.viewbox .layer_03 .swiper-slide .box .l2 {
  font-size: 16px;
  font-family: Helvetica;
  color: rgba(58, 82, 94, 1);
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.viewbox .layer_03 .swiper-slide .box .l2 span.dot {
  font-size: 16px;
  color: rgba(0, 160, 248, 1);
  line-height: 32px;
  margin-right: 5px;
}

.viewbox .layer_03 .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}

.viewbox .layer_03 .box .item-text {
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 50px;
}

/* 混合现实通讯服务 layer_03 样式表 */

.layer-viewbox .container-fluid {
  padding: 0;
  padding-top: 10px;
}

.layer-viewbox .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 48px;
  max-width: 500px;
}

.layer-viewbox .box h2 {
  color: rgba(0, 42, 58, 1);
  font-size: 40px;
  line-height: 56px;
}

.layer-viewbox .swiper-slide .box .l2 {
  font-size: 16px;
  font-family: Helvetica;
  color: rgba(58, 82, 94, 1);
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layer-viewbox .swiper-slide .box .l2 span.dot {
  font-size: 16px;
  color: rgba(0, 160, 248, 1);
  line-height: 32px;
  margin-right: 5px;
}

.layer-viewbox .box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}

.layer-viewbox .box .item-text {
  text-align: left;
  display: flex;
  align-items: center;
  padding-right: 50px;
}




.layer-viewbox .sence-wrap1 .item-content ul li,
.layer-viewbox .sence-wrap1 .item-content-wap ul li {
  position: relative;
}

.layer-viewbox .sence-wrap1 .item-content ul li::before,
.layer-viewbox .sence-wrap1 .item-content-wap ul li::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background: #f2f2f2;
}

.layer-viewbox .sence-wrap1 .item-content ul li::before {
  right: -55px;
}

.layer-viewbox .sence-wrap1 .item-content ul li:last-child::before,
.layer-viewbox .sence-wrap1 .item-content-wap ul li:last-child::before {
  display: none;
}

.layer-viewbox .white-bg {
  position: relative;
}

.layer-viewbox .swiper-button-next,
.layer-viewbox .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/view/arrow-right-01.png);
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}

.layer-viewbox .swiper-button-next:hover {
  background-image: url(../images/view/arrow-right-02.png);
}

.layer-viewbox .swiper-button-prev,
.layer-viewbox .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/view/arrow-right-03.png);
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
}

.layer-viewbox .swiper-button-prev:hover {
  background-image: url(../images/view/arrow-right-04.png);
}


@media screen and (max-width: 767px) {
  .layer-viewbox .sence-wrap1 .item-content-wap ul li:nth-child(3n):before {
    display: none;
  }

  .viewbox .layer_03 .container-fluid {}

  .viewbox .layer_03 .box {
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 20px;
  }

  .viewbox .layer_03 .box h2 {
    font-size: 0.4rem;
    font-weight: bold;
  }

  .viewbox .layer_03 .box .item-text {
    width: 100%;
    padding: 0;
  }

  .viewbox .layer_03 .infos {
    font-size: 0.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .viewbox .layer_03 .box .item-img img {
    max-width: 100%;
  }

  .viewbox .layer_03 .swiper-slide .box .l2 {
    font-size: 0.24rem;
  }

  .layer-viewbox .sence-wrap1 .item-slide-wrap {
    height: 100% !important;
  }

  .layer-viewbox .sence-wrap1 .item-slide-wrap .item-wrap {
    height: 100% !important;
  }

  .layer-viewbox .swiper-container-horizontal>.swiper-pagination-bullets,
  .layer-viewbox .swiper-pagination-custom,
  .layer-viewbox .swiper-pagination-fraction {
    bottom: 4px !important;
  }


  .layer-viewbox .container-fluid {}

  .layer-viewbox .box {
    flex-wrap: wrap;
    width: 100%;
    padding: 0px 20px;
  }

  .layer-viewbox .box h2 {
    font-size: 0.4rem;
    font-weight: bold;
  }

  .layer-viewbox .box .item-text {
    width: 100%;
    padding: 0;
  }

  .layer-viewbox .infos {
    font-size: 0.3rem;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }

  .layer-viewbox .box .item-img img {
    max-width: 100%;
  }

  .layer-viewbox .swiper-slide .box .l2 {
    font-size: 0.24rem;
  }
}

/* 首页 layer_04 样式表 */

.viewbox .layer_04 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.viewbox .layer_04 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

/* .viewbox .layer_04 .box .c-t p {
  font-size: 40px;
  line-height: 40px;
} */

.viewbox .layer_04 .box .c-t p.en {
  font-size: 40px;
}

.viewbox .layer_04 .box .c-t p.cn {
  font-size: 16px;
  margin-top: 12px;
}

.viewbox .layer_04 .box .c-t .step {
  position: absolute;
  right: 0px;
  top: 0;
  width: 160px;
  height: 48px;
}

.viewbox .layer_04 .box .c-t .step img {
  width: 100%;
}

.viewbox .layer_04 .box .row img {
  width: 100%;
}

.viewbox .layer_04 .box .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
}

.viewbox .layer_04 .box .img {
  display: flex;
  justify-content: space-between;
}

.viewbox .layer_04 .box .img img {
  width: 48%;
}

.viewbox .layer_04 .box ul {
  font-size: 0px;
}

.viewbox .layer_04 .box ul li {
  display: inline-block;
  width: 50%;
  line-height: 34px;
  overflow: hidden;
  margin-bottom: 20px;
}

.viewbox .layer_04 .box ul li img {
  float: left;
}

.viewbox .layer_04 .box ul li span {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 34px;
  text-align: left;
  margin: 7px 0 0 12px;
}

@media screen and (max-width: 767px) {
  .viewbox .layer_04 .box .img {
    display: block;
    justify-content: space-between;
  }

  .viewbox .layer_04 .box .img img {
    width: 100%;
    margin-bottom: 10px;
  }

  .viewbox .layer_04 .box ul li span {
    font-size: 0.3rem;
  }

  .viewbox .layer_04 .box .infos {
    font-size: 0.3rem;
    margin-bottom: 10px;
  }

  .viewbox .layer_04 .box img {
    max-width: 100%;
  }
}

/* 首页 layer_05 样式表 */

.viewbox .layer_05 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
}

.viewbox .layer_05 .box {
  position: relative;
  padding-left: 100px;
  height: 140px;
  margin-bottom: 58px;
}

.viewbox .layer_05 .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.viewbox .layer_05 .box .text .tex {
  color: rgba(58, 82, 94, 1);
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  overflow: hidden;
}

.viewbox .layer_05 .box .c-t {
  position: relative;
  overflow: hidden;
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.viewbox .layer_05 .box .c-t p {
  font-size: 40px;
  line-height: 80px;
}

.viewbox .layer_05 .box.left {
  text-align: center;
}

.viewbox .layer_05 .box .img-group {
  display: inline-block;
}

.viewbox .layer_05 .box .img-group .img2 {
  position: absolute;
  top: 160px;
  right: 80px;
}

.viewbox .layer_05 .box .img-group .img1 {
  max-width: 100%;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.viewbox .layer_05 .tiplist .tip-ct {
  padding: 10px 0;
}

.viewbox .layer_05 .tiplist .tip-ct span {
  display: inline-block;
  color: rgba(0, 42, 58, 1);
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  margin: 6px 0 0 12px;
}

.viewbox .layer_05 .tiplist p.tip-info {
  color: rgba(132, 146, 154, 1);
  font-size: 12px;
  line-height: 18px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .viewbox .layer_05 .infos {
    font-size: 0.3rem;
  }

  .viewbox .layer_05 .box {
    flex-wrap: wrap;
    display: flex;
    height: auto;
    padding: 0;
    text-align: center;
    justify-content: center;
  }

  .viewbox .layer_05 .row {
    display: flex;
    flex-wrap: wrap;
  }

  .viewbox .layer_05 .box img {
    position: relative;
    left: auto;
    top: auto;
  }

  .viewbox .layer_05 .box .c-t {
    font-size: 0.36rem;
    text-align: center;
    line-height: 36px;
  }

  .viewbox .layer_05 .box .text .tex {
    font-size: 0.28rem;
  }
}

/* 首页 layer_06 样式表 */

.viewbox .layer_06 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 49px;
  margin-bottom: 48px;
}

.viewbox .layer_06 .bg {
  background: url(../images/view/layer_06_bg.png) no-repeat center 80px;
}

.viewbox .layer_06 .box {
  text-align: center;
}

.viewbox .layer_06 .box .c-t {
  height: 24px;
  display: block;
  color: rgba(0, 42, 58, 1);
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.viewbox .layer_06 .box img {
  margin-bottom: 25px;
}

.viewbox .layer_06 .box p {
  padding-top: 40px;
}

.viewbox .layer_06 .box .tex {
  display: block;
  color: rgba(58, 82, 94, 1);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .viewbox .layer_06 .box {
    display: flex;
    justify-content: start;
    padding-bottom: 30px;
    position: relative;
    align-items: center;
  }

  .viewbox .layer_06 .box::before {
    position: absolute;
    left: 90px;
    top: 20px;
    height: 20px;
    width: 20px;
    background: #00a0f8;
    content: "1";
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
  }

  .viewbox .layer_06 .row .col-md-3:nth-child(2) .box::before {
    content: "2";
  }

  .viewbox .layer_06 .row .col-md-3:nth-child(3) .box::before {
    content: "3";
  }

  .viewbox .layer_06 .row .col-md-3:nth-child(4) .box::before {
    content: "4";
  }

  .viewbox .layer_06 .row.bg {
    padding-left: 0px;
    background: none;
    position: relative;
    height: 38em;
  }

  .viewbox .layer_06 .row.bg::before {
    position: absolute;
    left: 114px;
    top: 0;
    height: 100%;
    width: 3px;
    background: rgba(0, 122, 204, 0.3);
    content: "";
    z-index: 1;
  }

  .viewbox .layer_06 .box p {
    padding: 0px;
    padding-left: 70px;
  }

  .viewbox .layer_06 .box img {
    margin: 0;
    width: 64px;
    height: 64px;
    margin: 0px;
  }

  .viewbox .layer_06 .box .c-t {
    text-align: left;
    margin: 0px;
    font-size: 0.3rem;
  }

  .viewbox .layer_06 .box .tex {
    text-align: left;
    font-size: 0.26rem;
  }

  .viewbox .layer_06 .infos {
    font-size: 0.3rem;
    text-align: center !important;
  }
}

/* 首页 layer_07 样式表 */

.viewbox .layer_07 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 49px;
  margin-bottom: 48px;
}

.viewbox .layer_07 .box {
  z-index: 70;
  height: 120px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 120px;
  margin-top: 10px;
}

.viewbox .layer_07 .box img,
.viewbox .layer_02 .box img,
.spacebox .layer_04 .box .row .col-md-6 img,
.spacebox .layer_06 .box img {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;

}

.spacebox .layer_04 .box .row .col-md-6 img {
  cursor: pointer;
}

/* .spacebox .layer_04 .box .row .col-md-6:hover img, */
.viewbox .layer_07 .box:hover img,
.viewbox .layer_02 .box:hover img,

.spacebox .layer_06 .box:hover img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
}

@media screen and (max-width: 767px) {
  .viewbox .layer_07 .infos {
    font-size: 0.3rem;
  }

  .viewbox .layer_07 .box {
    z-index: 70;
    height: auto;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 0;
    margin-top: 10px;
    padding: 20px 0;
  }

  .viewbox .layer_07 .box>img {
    height: 36px;
  }
}

.viewbox .viewAll {
  width: 134px;
  height: 40px;
  background: #f5f8fa;
  border-radius: 20px;
  font-size: 16px;
  color: #00a0f8;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
  float: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.viewbox .viewAll::after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: url(../images/index/arrowright.png);
  z-index: 1;
  width: 20px;
  height: 20px;
}

.viewbox .viewAll:hover {
  color: #fff;
  background: #00a0f8;
}

.viewbox .viewAll:hover::after {
  content: url(../images/index/arrowright-w.png);
}

.none,
.viewbox .item-content-wap {
  display: none;
}

.layer-viewbox .sence-wrap1 {
  margin-top: 0px;
}

.layer-viewbox .sence-wrap1 .item-content {
  border-bottom: 1px solid #e7e9ea;
}

.layer-viewbox .sence-wrap1 .item-content p {
  width: 960px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.layer-viewbox .sence-wrap1 .item-content .item-ul {
  width: 1200px;
  position: relative;
  margin: 0px auto;
}

.layer-viewbox .sence-wrap1 .item-content .item-ul .icon-sence-left {
  position: absolute;
  top: 60px;
  left: 0;
  width: 12px;
  height: 20px;
  background: url(../images/sence/img/arrow-left.png) no-repeat center;
  cursor: pointer;
}

.layer-viewbox .sence-wrap1 .item-content .item-ul .icon-sence-right {
  position: absolute;
  top: 60px;
  right: 0;
  width: 12px;
  height: 20px;
  background: url(../images/sence/img/arrow-right.png) no-repeat center;
  cursor: pointer;
}

.layer-viewbox .sence-wrap1 .item-content ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
}

.layer-viewbox .sence-wrap1 .item-content ul li {
  /* width: 100px; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-bottom: transparent solid 2px;
}

.layer-viewbox .sence-wrap1 .item-content ul li span {
  display: block;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.layer-viewbox .sence-wrap1 .item-content ul li h2 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}

.layer-viewbox .sence-wrap1 .item-content ul li.li1 span {
  width: 51px;
  height: 54px;
  background-image: url(../images/view/web-design1.png);
  background-size: 51px 54px;
}

.layer-viewbox .sence-wrap1 .item-content ul li.li2 span {
  width: 56px;
  height: 54px;
  background-image: url(../images/view/web-design2.png);
  background-size: 56px 54px;
}

.layer-viewbox .sence-wrap1 .item-content ul li.li3 span {
  width: 50px;
  height: 54px;
  background-image: url(../images/view/web-design3.png);
  background-size: 50px 54px;
}

.layer-viewbox .sence-wrap1 .item-content ul li.li4 span {
  width: 52px;
  height: 49px;
  background-image: url(../images/view/web-design4.png);
  background-size: 52px 49px;
}

.layer-viewbox .sence-wrap1 .item-content ul li.li5 span {
  width: 54px;
  height: 54px;
  background-image: url(../images/view/web-design5.png);
  background-size: 54px;
}

.layer-viewbox .sence-wrap1 .item-content ul li.li6 span {
  width: 54px;
  height: 54px;
  background-image: url(../images/view/web-design6.png);
  background-size: 54px;
}

.layer-viewbox .sence-wrap1 .item-content ul li.active,
.layer-viewbox .sence-wrap1 .item-content ul li:hover {
  transition: all 0.3s;
  border-bottom: rgba(0, 122, 204, 1) solid 2px;
}

.layer-viewbox .sence-wrap1 .item-content ul li.active h2,
.layer-viewbox .sence-wrap1 .item-content ul li:hover h2 {
  color: #00a0f8;
}

.layer-viewbox .sence-wrap1 .item-content ul li.active.li1 span,
.layer-viewbox .sence-wrap1 .item-content ul li:hover.li1 span {
  background-image: url(../images/view/web-design11.png);
}

.layer-viewbox .sence-wrap1 .item-content ul li.active.li2 span,
.layer-viewbox .sence-wrap1 .item-content ul li:hover.li2 span {
  background-image: url(../images/view/web-design22.png);
}

.layer-viewbox .sence-wrap1 .item-content ul li.active.li3 span,
.layer-viewbox .sence-wrap1 .item-content ul li:hover.li3 span {
  background-image: url(../images/view/web-design33.png);
}

.layer-viewbox .sence-wrap1 .item-content ul li.active.li4 span,
.layer-viewbox .sence-wrap1 .item-content ul li:hover.li4 span {
  background-image: url(../images/view/web-design44.png);
}

.layer-viewbox .sence-wrap1 .item-content ul li.active.li5 span,
.layer-viewbox .sence-wrap1 .item-content ul li:hover.li5 span {
  background-image: url(../images/view/web-design55.png);
}

.layer-viewbox .sence-wrap1 .item-content ul li.active.li6 span,
.layer-viewbox .sence-wrap1 .item-content ul li:hover.li6 span {
  background-image: url(../images/view/web-design66.png);
}

.layer-viewbox .sence-wrap1 .item-slide-wrap .swiper-pagination {
  display: none;
}

.layer-viewbox .sence-wrap1 .item-slide-wrap .item-wrap {
  width: 100%;
  max-width: 1920px;
  /* height: 607px; */
  margin: 0 auto;
  position: relative;
}

/* .viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap1 {
  background: url(../images/sence/img/item-wrap1.jpg) no-repeat center;
}

.viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap2 {
  background: url(../images/sence/img/item-wrap2.jpg) no-repeat center;
}

.viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap3 {
  background: url(../images/sence/img/item-wrap3.jpg) no-repeat center;
}

.viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap4 {
  background: url(../images/sence/img/item-wrap4.jpg) no-repeat center;
}

.viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap5 {
  background: url(../images/sence/img/item-wrap5.jpg) no-repeat center;
}
.viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap6 {
  background: url(../images/sence/img/item-wrap5.jpg) no-repeat center;
}
.viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom {
  width: 1100px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}

.viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom .line {
  width: 80px;
  height: 2px;
  background: #fff;
  opacity: 0.5;
  margin: 22px 0 20px;
}

.viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
} */

@media screen and (min-width: 320px) and (max-width: 750px) {
  .layer-viewbox .sence-main-wrap {
    position: relative;
    top: inherit;
  }

  .layer-viewbox .sence-wrap1 {
    margin-top: 0;
    padding-top: 0;
  }

  .layer-viewbox .sence-wrap1.viewbox .sence-wrap1-english .item-content-wap ul li {
    height: 2.2rem;
  }

  .layer-viewbox .sence-wrap1.viewbox .sence-wrap1-english .item-content-wap ul li h2 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    text-align: center;
  }

  ..layer-viewbox .sence-wrap1 .item-title {
    margin: 0 auto;
    text-align: center;
    font-size: 0.44rem;
    font-weight: 300;
    color: #333;
    line-height: 1;
  }

  .layer-viewbox .sence-wrap1 .item-content {
    display: none;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap {
    display: block;
    width: 100%;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap p {
    width: 6.8rem;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #033;
    line-height: 0.5rem;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul {
    width: 100%;
    display: block;
    /* margin: 1rem auto 0; */
    overflow: hidden;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li {
    width: 33.33%;
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.5rem;
    margin-bottom: 0.4rem;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li span {
    display: block;
    margin-bottom: 0.2rem;
    background-repeat: no-repeat;
    background-position: center;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li h2 {
    font-size: 0.28rem;
    line-height: 1;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.li1 span {
    width: 51px;
    height: 54px;
    background-image: url(../images/view/web-design1.png);
    background-size: 51px 54px;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.li2 span {
    width: 56px;
    height: 54px;
    background-image: url(../images/view/web-design2.png);
    background-size: 56px 54px;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.li3 span {
    width: 50px;
    height: 54px;
    background-image: url(../images/view/web-design3.png);
    background-size: 50px 54px;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.li4 span {
    width: 52px;
    height: 49px;
    background-image: url(../images/view/web-design4.png);
    background-size: 52px 49px;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.li5 span {
    width: 54px;
    height: 54px;
    background-image: url(../images/view/web-design5.png);
    background-size: 54px;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.li6 span {
    width: 54px;
    height: 54px;
    background-image: url(../images/view/web-design6.png);
    background-size: 54px;
  }

  /* .viewbox .sence-wrap1 .item-content-wap ul li.li6 {
    height: 1.5rem;
    cursor: pointer;
    padding-top: 0.36rem;
  } */
  .layer-viewbox .sence-wrap1 .item-content-wap ul li.li6 img {
    width: 0.45rem;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active {
    transition: all 0.3s;
    position: relative;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 1.42rem;
    height: 0.15rem;
    background: url(../images/sence/img/bottom.png) no-repeat center;
    background-size: 1.42rem 0.15rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active h2 {
    color: #00a0f8;
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active.li1 span {
    background-image: url(../images/view/web-design11.png);
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active.li2 span {
    background-image: url(../images/view/web-design22.png);
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active.li3 span {
    background-image: url(../images/view/web-design33.png);
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active.li4 span {
    background-image: url(../images/view/web-design44.png);
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active.li5 span {
    background-image: url(../images/view/web-design55.png);
  }

  .layer-viewbox .sence-wrap1 .item-content-wap ul li.active.li6 span {
    background-image: url(../images/view/web-design66.png);
  }

  .layer-viewbox .sence-wrap1 .item-slide-wrap {
    display: block;
    height: 10.4rem;
  }

  .layer-viewbox .sence-wrap1 .item-slide-wrap .swiper-pagination {
    display: block;
  }

  .layer-viewbox .sence-wrap1 .item-slide-wrap .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/sence/img/swiper-pagination-bullet.png) no-repeat center;
    background-size: 0.24rem;
    opacity: 1;
  }

  .layer-viewbox .sence-wrap1 .item-slide-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/sence/img/swiper-pagination-bullet-active.png) no-repeat center;
    background-size: 0.24rem;
  }

  .layer-viewbox .sence-wrap1 .item-slide-wrap .item-wrap {
    width: 7.5rem;
    height: 9.6rem;
    margin: 0 auto;
    position: relative;
    background-size: 7.5rem 9.6rem;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* .viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap1 {
    background-image: url(../images/sence/img/item-wrap1.png);
  }

  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap2 {
    background-image: url(../images/sence/img/item-wrap2.png);
  }

  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap3 {
    background-image: url(../images/sence/img/item-wrap3.png);
  }

  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap4 {
    background-image: url(../images/sence/img/item-wrap4.png);
  }

  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap5 {
    background-image: url(../images/sence/img/item-wrap5.png);
  }
  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap.item-wrap6 {
    background-image: url(../images/sence/img/item-wrap5.png);
  }
  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0.6rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 0.3rem;
  }

  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom h2 {
    font-size: 0.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }

  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom .line {
    width: 0.8rem;
    height: 2px;
    background: #fff;
    opacity: 0.5;
    margin: 0.3rem 0 0.4rem;
  }

  .viewbox .sence-wrap1 .item-slide-wrap .item-wrap .item-bottom p {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.5rem;
  } */
}

/* 新闻 layer_07 样式表 */

.articlebox .layer_06 h1 {
  text-align: center;
  font-size: 32px;
}

.articlebox .layer_06 p.date {
  text-align: center;
}

.articlebox .layer_06 .box {
  line-height: 2;
}

.articlebox .layer_06 .box p,
.articlebox .layer_06 .box span {
  line-height: 1.5;
}

.articlebox .layer_06 .box img {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .articlebox .layer_06 .box img {
    width: 100% !important;
    height: auto !important;
  }
}

/* 新闻 layer_07 样式表 */

.articlebox .layer_07 .box.left h4 span.tip {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  width: 40px;
  height: 24px;
  background: #00a0f8;
  border-radius: 2px;
}

.articlebox .layer_07 .box.right {
  /* padding-left: 50px; */
}

.articlebox .layer_07 .box .list-group-item {
  border: 0;
}

.articlebox .layer_07 .box ul {
  padding: 0px;
  margin: 0px;
}

.articlebox .layer_07 ul li .box {
  position: relative;
  border-top: #ccc solid 1px;
  padding: 24px 0;
  padding-left: 80px;
}

.articlebox .layer_07 ul li span.date {
  position: absolute;
  left: 0;
  top: 24px;
}

.articlebox .layer_07 ul li .list-group {
  margin: 0;
}

.articlebox .layer_07 ul li a.list-group-item {
  padding: 0;
}

.articlebox .layer_07 ul li a.list-group-item:hover {
  background: none;
}

.articlebox .layer_07 ul li:first-child .box,
.articlebox .layer_07 ul li:nth-child(2) .box {
  padding-top: 0;
  border: 0;
}

.articlebox .layer_07 ul li:first-child .box span.date,
.articlebox .layer_07 ul li:nth-child(2) .box span.date {
  top: 0;
}

.articlebox .layer_07 ul li .box h4.list-group-item-heading {
  font-size: 18px;
  font-weight: 400;
  color: #000e17;
  line-height: 25px;
  margin-bottom: 24px;
}

.articlebox .layer_07 ul li .box p.list-group-item-text {
  height: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #3a525e;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .articlebox .layer_07 .box.right {
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .articlebox .layer_07 .box ul li p.list-group-item-text {
    height: auto;
  }

  .articlebox .layer_07 .box ul li h4.list-group-item-heading {
    font-size: 0.3rem;
    margin-bottom: 10px;
  }

  .articlebox .layer_07 ul li .box p.list-group-item-text {
    height: auto;
  }

  .articlebox .layer_07 ul li:nth-child(2) .box {
    padding-top: 24px;
    border-top: #ccc solid 1px;
  }

  .articlebox .layer_07 ul li:nth-child(2) .box span.date {
    top: 24px;
  }

  .articlebox .layer_06 .box img {
    width: 100% !important;
    height: auto;
  }
}

.articlebox .viewAll {
  width: 134px;
  height: 40px;
  background: #f5f8fa;
  border-radius: 20px;
  font-size: 16px;
  color: #00a0f8;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
  float: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.articlebox .viewAll::after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: url(../images/index/arrowright.png);
  z-index: 1;
  width: 20px;
  height: 20px;
}

.articlebox .viewAll:hover {
  color: #fff;
  background: #00a0f8;
}

.articlebox .viewAll:hover::after {
  content: url(../images/index/arrowright-w.png);
}

/* 关于我们 layer_01 样式表 */

.aboutbox .layer_01 .box {
  background: url(../images/about/logo-blue.png) 0px 0px no-repeat;
  padding-left: 240px;
  /* color: #fff; */
}

.aboutbox .layer_01 .box span {
  display: block;
  overflow-wrap: break-word;
  /* color: rgba(255, 255, 255, 0.8); */
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutbox .layer_01 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.aboutbox .layer_01 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.aboutbox .layer_01 .box .c-t p.en {
  font-size: 40px;
}

.aboutbox .layer_01 .box .c-t p.cn {
  font-size: 24px;
  margin-top: 12px;
}

.aboutbox .layer_01 .box .desc {
  color: rgba(0, 122, 204, 1);
  font-size: 34px;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.aboutbox .layer_01 .box .text {
  color: rgba(58, 82, 94, 1);
  font-size: 20px;
  line-height: 30px;
}

.aboutbox .layer_01 .box .img {
  text-align: center;
}

.aboutbox .layer_01 .box .img img {
  max-width: 100%;
}

.aboutbox .form-horizontal .control-label {
  display: block;
  line-height: 48px;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .aboutbox .layer_01 .box {
    padding: 0px;
    padding-top: 130px;
  }

  .aboutbox .layer_01 .box span {
    font-size: 0.3rem;
  }
}

/* 关于我们 layer_02 样式表 */

.aboutbox .layer_02 {
  width: 100%;
  overflow: hidden;
}

.aboutbox .layer_02 .box {
  /* padding: 0px 20px; */
  width: 200px;
  margin: 0px auto;
}

.aboutbox .layer_02 .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.aboutbox .layer_02 .swiper::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 62px;
  height: 4px;
  z-index: 1;
  background: #f2f2f2;
  width: 100%;
}

.aboutbox .layer_02 .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
}

.aboutbox .layer_02 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 62px;
  height: 4px;
  z-index: 1;
  background: #00a0f8;
  width: 100%;
}

.aboutbox .layer_02 .swiper-slide:last-child:before {
  left: -50%;
}

.aboutbox .layer_02 .swiper-slide p.data {
  overflow-wrap: break-word;
  color: rgba(0, 42, 58, 1);
  font-size: 20px;
  white-space: nowrap;
  line-height: 32px;
  text-align: center;
  margin-bottom: 90px;
  position: relative;
}

.aboutbox .layer_02 .swiper-slide p.data::after {
  position: absolute;
  content: url(../images/about/arrow.png);
  left: calc(50% - 27px);
  bottom: -44px;
  height: 24px;
  width: 24px;
  z-index: 5;
}

.aboutbox .layer_02 .swiper-slide .text-box {
  height: 260px;
  border-radius: 4px 4px 8px 8px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  /* width: 280px; */
  justify-content: flex-end;
  padding-bottom: 32px;
}

.aboutbox .layer_02 .swiper-slide .text-box .img {
  height: 120px;
  overflow: hidden;
  line-height: 120px;
}

.aboutbox .layer_02 .swiper-slide .text-box .text {
  padding: 20px 20px 20px;
  border-top: #f2f2f2 solid 1px;
}

.aboutbox .layer_02 .swiper-slide .text-box .text p {
  overflow-wrap: break-word;
  color: rgba(0, 42, 58, 1);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  align-self: center;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aboutbox .layer_02 .swiper-slide img {
  margin: 0px auto;
  object-fit: cover;
  vertical-align: middle;
  max-height: 80%;
}

.aboutbox .layer_02 .swiper-button-next {
  width: 45px;
  height: 90px;
  background-image: url("../images/desk/arrow-right.png");
  background-size: 45px 90px;
  right: 0;
}

.aboutbox .layer_02 .swiper-button-prev {
  width: 45px;
  height: 90px;
  background-image: url("../images/desk/arrow-left.png");
  background-size: 45px 90px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mySwipersc {
    display: none;
  }

  .aboutbox .layer_02 .wap_box {
    width: 100%;
    overflow-y: auto;
  }

  .aboutbox .layer_02 .wap_box .lc-box {
    height: auto;
    position: relative;
    padding-bottom: 5em;
  }

  .aboutbox .layer_02 .wap_box .lc-box::before {
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    content: "";
    width: 3px;
    background: #ccc;
    z-index: 2;
  }

  .aboutbox .layer_02 .wap_box .box>p {
    width: 50%;
    float: left;
    padding-top: 71px;
    padding-right: 30px;
    font-size: 0.4rem;
    text-align: right;
    font-weight: bold;
  }

  .aboutbox .layer_02 .wap_box .box {
    position: relative;
    width: 100%;
    padding: 20px;
    height: 200px;
    /* display: flex;
    justify-content: space-between; */
  }

  .aboutbox .layer_02 .wap_box .box::before {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    content: "";
    width: 3px;
    background: #00a0f8;
    z-index: 3;
  }

  .aboutbox .layer_02 .wap_box .box:last-child::before {
    top: 0;
  }

  .aboutbox .layer_02 .wap_box .box .text-box {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
    width: 42%;
    padding: 15px;
    text-align: center;
    float: right;
  }

  .aboutbox .layer_02 .wap_box .box .text-box .text {
    padding-top: 10px;
  }

  .aboutbox .layer_02 .wap_box .box .text-box .text p {
    line-height: 1.5;
  }

  .aboutbox .layer_02 .wap_box .box .text-box img {
    max-width: 100%;
  }

  .aboutbox .layer_02 .wap_box .box:nth-child(2n)>p {
    float: right;
    padding-top: 71px;
    padding-right: 0px;
    padding-left: 30px;
    text-align: left;
  }

  .aboutbox .layer_02 .wap_box .box:nth-child(2n) .text-box {
    float: left;
  }

  .aboutbox .layer_02 .wap_box .box p.data::after {
    position: absolute;
    content: url(../images/about/arrow-dow.png);
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    z-index: 5;
  }
}

/* 关于我们 layer_03 样式表 */

.aboutbox .layer_03 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 48px;
}

.aboutbox .layer_03 .box {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 72px 24px 48px 24px;
  position: relative;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  min-height: 400px;
}

.aboutbox .layer_03 .box .face {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0px;
  top: -48px;
  z-index: 3;
}

.aboutbox .layer_03 .box .tem-txt {
  text-align: center;
}

.aboutbox .layer_03 .box .tem-txt .name {
  color: rgba(0, 42, 58, 1);
  font-size: 20px;
  line-height: 20px;
}

.aboutbox .layer_03 .box .tem-txt .poster {
  display: block;
  color: rgba(58, 82, 94, 1);
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
}

.aboutbox .layer_03 .box .tem-txt .introduction {
  display: block;
  overflow-wrap: break-word;
  color: rgba(58, 82, 94, 1);
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .aboutbox .layer_03 .mySwiper-03 {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20px;
  }

  .aboutbox .layer_03 .infos {
    font-size: 0.3rem;
  }
}

/* 关于我们 layer_04 样式表 */

.aboutbox .layer_04 .box .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.aboutbox .layer_04 .box .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

/* .aboutbox .layer_04 .box .c-t p {
  font-size: 40px;
  line-height: 40px;
} */

.aboutbox .layer_04 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 49px;
  margin-bottom: 48px;
}

.aboutbox .layer_04 .box {
  z-index: 70;
  height: 120px;
  width: 100%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  align-items: center;
  text-align: left;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  padding: 20px 12px;
}

.aboutbox .p-d {
  padding: 0px 5px;
}

.aboutbox .layer_04 .box img {
  display: inline-block;
  vertical-align: middle;
  max-width: 104px;
}

.aboutbox .layer_04 .box span {
  padding-left: 20px;
  font-size: 18x;
  line-height: 28px;
  color: #002a3a;
}

.aboutbox .layer_04 .box span:first-child {
  width: 104px;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .aboutbox .layer_04 .box {
    /* flex-wrap: wrap; */
    text-align: left;
    height: 60px;
  }

  .aboutbox .layer_04 .box span {
    font-size: 0.2rem;
    text-align: left;
    line-height: 0.4rem;
    width: 100%;
    padding: 0;
    line-height: 1.2;
  }

  .aboutbox .layer_04 .box img {
    margin: 0px auto;
    max-width: 50px;
  }

  .aboutbox .layer_04 .infos {
    font-size: 0.3rem;
  }
}

/* 关于我们 layer_05 样式表 */

.aboutbox .layer_05 .infos {
  color: rgba(58, 82, 94, 1);
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  margin-top: 49px;
  margin-bottom: 48px;
}

.aboutbox .layer_05 .box {
  z-index: 70;
  height: 120px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 120px;
  margin-top: 10px;
}

.aboutbox .layer_05 .box img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .aboutbox .layer_05 .infos {
    font-size: 0.3rem;
  }

  .aboutbox .layer_05 .row .col-md-3 {
    padding: 0px 5px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -20px;
  }

  .aboutbox .layer_05 .box {
    height: auto;
    line-height: 0;
    padding: 20px 0;
  }

  .aboutbox .layer_05 .col-md-3 .box img {
    max-height: 100%;
    /* height: 27px; */
    max-width: 100%;
    height: 1.8em;
  }
}

.required {
  color: #f00;
}

.aboutbox .layer_06 .form-control {
  height: 48px;
}

.aboutbox .layer_06 textarea.form-control {
  height: 120px;
}

.aboutbox .layer_06 .form-group {
  margin-bottom: 24px;
}

.aboutbox .layer_06 .form-group .t-a-c {
  margin-top: 14px;
}

.aboutbox .layer_06 .btn {
  border-radius: 30px;
  border: 0;
  padding: 0px 40px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}

.aboutbox .layer_06 .btn.btn-primary {
  background-color: rgba(0, 160, 248, 1);
}

.aboutbox .layer_06 .btn.btn-default {
  background-color: rgba(245, 248, 250, 1);
}

.aboutbox .layer_07#contactBox {
  background-image: url(../images/about/contact-03.jpg);
  height: 772px;
  background-repeat: no-repeat;
  background-position: top center;
}

.aboutbox .layer_07 .infos {
  text-align: center;
  color: rgba(58, 82, 94, 1);
  font-size: 20px;
  position: relative;
}

.aboutbox .layer_07 ul {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 50px;
  font-size: 0px;
  text-align: center;
}

.aboutbox .layer_07 ul li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

.aboutbox .layer_07 ul li .box {
  box-shadow: 0px 4px 8px 0px rgba(0, 14, 23, 0.08);
  border-radius: 4px;
  padding: 30px;
  background-color: rgba(0, 160, 248, 0.8);
  position: relative;
  text-align: left;
}

.aboutbox .layer_07 ul li .box::before {
  display: none;
  position: absolute;
  content: "";
  left: 50%;
  top: -10px;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid rgba(0, 160, 248, 0.8);
}

.aboutbox .layer_07 ul li:hover .box::before,
.aboutbox .layer_07 ul li.active .box::before {
  display: block;
}

.aboutbox .layer_07 ul li .box p:first-child {
  border-left: #fff solid 3px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.aboutbox .layer_07 ul li:first-child .box {
  background-color: rgba(0, 196, 179, 0.8);
}

.aboutbox .layer_07 ul li:last-child .box {
  background-color: rgba(0, 122, 204, 0.8);
}

.aboutbox .layer_07 ul li:first-child .box::before {
  border-bottom: 10px solid rgba(0, 196, 179, 0.8);
}

.aboutbox .layer_07 ul li:last-child .box::before {
  border-bottom: 10px solid rgba(0, 122, 204, 0.8);
}

@media screen and (max-width: 767px) {
  .aboutbox .layer_07 ul li {
    width: 100%;
  }

  .aboutbox .layer_07 ul li .box {
    background: #fff !important;
    color: #000;
  }

  .aboutbox .layer_07 ul li .box p:first-child {
    border-left: #00a0f8 solid 3px;
  }

  .aboutbox .layer_07 ul li .box::before {
    border-bottom: 10px solid rgba(255, 255, 255, 0.8) !important;
  }

  .aboutbox .layer_06 textarea.form-control {
    height: 100px;
  }

  .aboutbox .layer_07 .infos {
    text-align: center !important;
    line-height: 1.5;
  }

  .aboutbox .layer_07#contactBox {
    background-image: url(../images/about/contact.png);
  }
}

.aboutbox .viewAll {
  width: 134px;
  height: 40px;
  background: #f5f8fa;
  border-radius: 20px;
  font-size: 16px;
  color: #00a0f8;
  line-height: 40px;
  position: relative;
  display: block;
  text-align: left;
  padding-left: 30px;
  float: right;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.aboutbox .viewAll::after {
  position: absolute;
  right: 10px;
  top: 5px;
  content: url(../images/index/arrowright.png);
  z-index: 1;
  width: 20px;
  height: 20px;
}

.aboutbox .viewAll:hover {
  color: #fff;
  background: #00a0f8;
}

.aboutbox .viewAll:hover::after {
  content: url(../images/index/arrowright-w.png);
}

.aboutbox .layer_02 img,
.aboutbox .layer_05 img,
.aboutbox .layer_04 img,
.spacebox .layer_05 .row .box img,
.spacebox .layer_051 .row .box img {
  cursor: pointer;
  /* -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
}

.aboutbox .layer_02 .box:hover img,
.aboutbox .layer_04 .box:hover img,
.aboutbox .layer_05 .box:hover img,
.spacebox .layer_05 .row .box:hover img,
.spacebox .layer_051 .row .box:hover img {
  transform: scale(1.09);
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
}

.wechatWrap {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.wechatWrap .wechatClose {
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  top: 28px;
  right: 28px;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  height: 48px;
  width: 48px;
  text-align: right;
}

.wechatWrap .wechatClose img {
  width: 70%;
}

.wechatWrap .wechatClose .iconfont {
  color: #fff;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  font-size: 38px;
}

.wechatWrap .wechatClose:hover .iconfont {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
}

.wechatWrap>img {
  display: block;
  width: 12em;
  height: 12em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6em;
  margin-top: -6em;
}

@media screen and (min-width: 1024px) {

  .layer_01 .container,
  .layer_02 .container,
  .layer_03 .container,
  .layer_04 .container,
  .layer_05 .container,
  .layer_06 .container,
  .layer_07 .container,
  .layer_08 .container {
    width: 1200px;
  }
}

.spacebox .layer_05 .spaces .c-t {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
  height: 80px;
}

.spacebox .layer_05 .spaces .c-t img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}

.spacebox .layer_05 .spaces .c-t p.en {
  font-size: 40px;
}

.spacebox .layer_05 .spaces .c-t p.cn {
  font-size: 24px;
  margin-top: 12px;
}

.spacebox .layer_05 .spaces .box .desc {
  color: rgba(0, 122, 204, 1);
  font-size: 34px;
  line-height: 48px;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .spacebox .layer_05 .spaces .box .desc {
    font-size: 0.4rem;
    line-height: 1.5;
  }

  .spacebox .layer_05 .spaces .c-t {
    padding-left: 50px;
    height: 40px;
  }

  .spacebox .layer_05 .spaces .c-t img {
    width: 40px;
  }

  .spacebox .layer_05 .spaces .c-t p.en {
    font-size: 0.4rem;
  }

  .spacebox .layer_05 .spaces .c-t p.cn {
    font-size: 0.2rem;
    margin-top: 6px;
  }
}

.footer {
  background: #000;
  color: #fff;
}

.f-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 36px;
}

.footer>.container {
  padding: 0;
  margin: 0 auto;
  width: 1200px;
}

.footer>.container>.footer-news {
  width: 240px;
  float: left;
  /* margin-right: 42px; */
}

.footer>.container>.footer-news ul li {
  margin-bottom: 20px;
  width: 184px;
}

.footer>.container>.footer-news ul li a {
  color: #888888;
}

.footer>.container>.footer-news ul li a:hover {
  color: #fff;
}

.footer>.container>.footer-news ul li a p.title {
  font-size: 14px;
  line-height: 1.5;
}

.footer>.container>.footer-news ul li a .date {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer>.container .footer-contact {
  width: 240px;
  float: left;
  /* margin-right: 42px; */
}

.footer>.container .footer-contact ul li {
  margin-bottom: 43px;
}

.footer>.container .footer-contact ul li p.sm {
  font-size: 14px;
  color: #888888;
  margin-bottom: 15px;
}

.footer>.container .footer-contact ul li p.big {
  font-size: 14px;
  color: #888888;
  /* margin-bottom: 40px; */
}

.footer>.container .footer-nav {
  width: 240px;
  float: left;
  /* margin-right: 42px; */
}

.footer>.container .footer-nav ul li {
  height: 33px;
  /* border-bottom: dotted #979797 1px; */
  margin-bottom: 17px;
}

.footer>.container .footer-nav ul li a {
  color: #888888;
  display: block;
  font-size: 14px;
  text-decoration: underline;
}

.footer>.container .footer-nav ul li a:hover {
  color: #fff;
}

.footer>.container .footer-share {
  width: 240px;
  float: left;
}

.footer>.container .footer-share .code {
  width: 157px;
}

.footer>.container .footer-share .code img {
  width: 100%;
}

.footer>.container .footer-share .shar-nav {
  padding-top: 20px;
  width: 100%;
}

.footer>.container .footer-share .shar-nav a {
  background-size: 48px;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}

.footer>.container .footer-share .shar-nav a:last-child {
  float: right !important;
}

.footer>.container .footer-about {
  width: 240px;
  float: left;
}

.footer>.container .footer-about .box {
  color: #888888;
  font-size: 14px;
  line-height: 26px;
  margin-top: -7px;
}

@media screen and (max-width: 767px) {
  .f-title {
    /* font-size: 18px;
    font-weight: bold;
    margin-bottom: 36px; */
  }

  .footer>.container {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer>.container>.footer-news {
    display: none;
  }

  /* .footer > .container > .footer-news ul li {
    margin-bottom: 20px;
  }
  .footer > .container > .footer-news ul li a {
    color: #888888;
  }
  .footer > .container > .footer-news ul li a:hover {
    color: #fff;
  }
  .footer > .container > .footer-news ul li a p.title {
    font-size: 14px;
    line-height: 1.5;
  }
  .footer > .container > .footer-news ul li a .date {
    margin-bottom: 10px;
    font-size: 14px;
  } */
  .footer>.container .footer-nav ul li {
    margin-bottom: 13px;
  }

  .footer>.container .footer-share .shar-nav a {
    margin: 0px 10px;
  }

  .footer>.container .footer-contact {
    width: 48%;
    float: left;
    margin-right: 0;
    padding-left: 15px;
  }

  .footer>.container .footer-share {
    padding-left: 15px;
  }

  .footer>.container .footer-contact ul li {
    margin-bottom: 43px;
  }

  .footer>.container .footer-contact ul li p.sm {
    font-size: 14px;
    color: #888888;
    margin-bottom: 10px;
  }

  .footer>.container .footer-contact ul li p.big {
    font-size: 14px;
    color: #888888 !important;
    /* margin-bottom: 40px; */
  }

  .footer>.container .footer-nav {
    width: 50%;
    float: right !important;
    margin-right: 0;
  }

  .footer>.container .footer-share {
    width: 48%;
  }

  .footer>.container .footer-about {
    width: 50%;
  }

  .footer>.container .footer-about .box {
    padding-right: 15px;
    line-height: 22px;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 0 !important;
}

.l3sbox p {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  padding: 10px;

}

.l3sbox h3 {
  color: #00A0F8
}

.tl {
  text-align: left !important;
}

.w80 img {
  width: 80% !important;
}

.slidBox .left {
  /* float: left; */
  width: 100%;
  text-align: center;

}

.slidBox .right {
  /* float: right; */
  width: 100%
}

.slidBox ul li {
  cursor: pointer;
  padding: 24px 0;
  position: relative;

}

/* .slidBox ul li.active::after {
  position: absolute;
  right: 0;
  top: 32px;
  content: "";
  height: 32px;
  width: 4px;
  background: #00a0f8;
  z-index: 1;
} */

.slidBox .left {
  /* height: 420px;
  width: 240px; */
  /* border-right: #ccc solid 1px; */
}

.slidBox ul li {
  display: inline-block;
  text-align: center;
  margin: 0px 32px;
}

.slidBox ul li span.icon {
  display: block;
  border-radius: 100px;
  /* background: #B5BDC2; */
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  margin-bottom: 20px;
  /* margin-right: 20px; */

}

.slidBox ul li:hover span.icon,
.slidBox ul li.active span.icon {
  display: block;
  border-radius: 100px;
  /* background: #00a0f8; */
}

.slidBox ul li:hover,
.slidBox ul li.active {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .slidBox .left {
    float: none;
    width: 100%;

  }

  .slidBox .right {
    float: none;
    width: 100%;
    text-align: center;
  }

  .slidBox ul li {
    cursor: pointer;
    padding: 24px 0;
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    margin: 0;
  }

  .slidBox ul li.active::after {
    position: absolute;
    right: 0;
    top: 90px;
    content: "";
    height: 4px;
    width: 32px;
    background: #00a0f8;
    z-index: 1;
    display: none;
  }

  .slidBox .left {
    /* height: 420px;
    width: 240px; */
    border-right: none;
    height: auto;
  }

  .slidBox ul li span.icon {
    display: block;
    border-radius: 100px;
    background: #B5BDC2;
    height: 48px;
    width: 48px;
    text-align: center;
    margin: 0px auto;
    line-height: 48px;
    /* margin-right: 20px; */
    margin-bottom: 10px;
  }

  .slidBox ul li:hover span.icon,
  .slidBox ul li.active span.icon {
    display: block;
    border-radius: 100px;
    background: #00a0f8;
  }

  .slidBox ul li:hover,
  .slidBox ul li.active {
    font-weight: bold;
  }

}