@charset "utf-8";

:root {
  --main-color: #003A67;
  /* ====== Transition ====== */
  --tran-03: all 0.3s ease;
  --tran-04: all 0.4s ease;
  --tran-05: all 0.5s ease;
  --tran-06: all 0.6s ease;
}

/* 引入字体 */
/* @font-face {
  font-family: "PingFang SC";
  src: url(../font/PingFang.ttf);
} */

body,
input,
textarea,
button {
  font-family: "PingFang SC", "SourceHanSansCN", "Microsoft YaHei", "Tahoma",
    "Arial", "sans-serif";
}

/* 滚动条 */
::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #eee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background: var(--main-color);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1.042vw;
  color: #003A67;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1.042vw;
  color: #003A67;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1.042vw;
  color: #003A67;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1.042vw;
  color: #003A67;
}

.navbar-toggle {
  display: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none !important;
  z-index: 100;
}

.navbar-toggle .line-top,
.navbar-toggle .line-middle,
.navbar-toggle .line-bottom {
  display: block;
  width: 20px;
  height: 3px;
  background: #003A67;
  margin: 3px 0;
  transition: 0.4s;
}

.open .line-top {
  -webkit-transform: rotate(45deg) translate(2px, 7px);
  transform: rotate(45deg) translate(2px, 7px);
}

.open .line-middle {
  opacity: 0;
}

.open .line-bottom {
  -webkit-transform: rotate(-45deg) translate(1px, -7px);
  transform: rotate(-45deg) translate(1px, -7px);
}

/* css动画 */
/* 圆圈闪烁 */
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    -webkit-transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* 横向滚动 */
@keyframes scroll-l {
  0% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }

  100% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }
}

@-webkit-keyframes scroll-l {
  0% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }

  100% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }
}

@keyframes scroll-r {
  0% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }

  100% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }
}

@-webkit-keyframes scroll-r {
  0% {
    transform: translateX(0) translateZ(0px);
    -webkit-transform: translateX(0) translateZ(0px);
  }

  100% {
    transform: translateX(-50%) translateZ(0px);
    -webkit-transform: translateX(-50%) translateZ(0px);
  }
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
  }
}


@-webkit-keyframes contentZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }
}

@keyframes contentZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }
}

@-webkit-keyframes contentZoomIn {
  0% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes contentZoomIn {
  0% {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.container {
  width: 100%;
}

.wrap {
  width: 100%;
}

.row {
  width: 100%;
}

.more_b {
  width: 9.896vw;
  height: 2.604vw;
  background: transparent;
  border: 1px solid #003A67;
  cursor: pointer;
  transition: all ease .5s;
}

.more_b:hover {
  background: #003A67;
  border: 1px solid #003A67;
}

.more_b span {
  font-size: 1.042vw;
  font-weight: 300;
  color: #003A67;
  transition: all ease .5s;
}

.more_b i {
  font-size: 1.042vw;
  color: #003A67;
  margin-right: 1.563vw;
  transition: all ease .5s;
}

.more_b:hover span,
.more_b:hover i {
  color: #FFFFFF;
}

.more_b:hover i {
  transform: rotate(180deg);
}

.more_w {
  width: 9.896vw;
  height: 2.604vw;
  background: transparent;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: all ease .5s;
}

.more_w:hover {
  background: #003A67;
  border: 1px solid #003A67;
}

.more_w span {
  font-size: 0.833vw;
  font-weight: 300;
  color: #FFFFFF;
  transition: all ease .5s;
}

.more_w i {
  font-size: 0.833vw;
  color: #FFFFFF;
  margin-right: 1.563vw;
  transition: all ease .5s;
}

.more_w:hover span,
.more_w:hover i {
  color: #FFFFFF;
}

.more_w:hover i {
  transform: rotate(180deg);
}



.tit_b {
  /* max-width: 860px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tit_b h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  transition: all ease .5s;
}

.tit_b h6 {
  font-size: 1.25vw;
  font-weight: 400;
  color: #003A67;
  margin: 2.083vw 0 0;
  transition: all ease .5s;
}

.tit_b p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}


.tit_w {
  /* max-width: 860px; */
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.tit_w h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.tit_w h6 {
  font-size: 1.25vw;
  font-weight: 400;
  color: #FFFFFF;
  margin: 2.083vw 0 0;
  transition: all ease .5s;
}

.tit_w p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.s_btn {
  width: 2.604vw;
  height: 2.604vw;
  background: #C9C9C9;
  cursor: pointer;
  transition: all ease .5s;
}

.s_btn:hover {
  background: #003A67;
}


.s_btn i {
  color: #FFFFFF;
  font-size: 0.833vw;
  transition: all ease .5s;
}

.bullet_w {
  width: 100%;
}

.bullet_w .swiper-pagination-bullet {
  width: 1.25vw;
  height: 0.104vw;
  background: #FFFFFF;
  border-radius: 0;
  opacity: 0.49;
  margin: 0 0.625vw !important;
  transition: all ease .5s;
}

.bullet_w .swiper-pagination-bullet-active {
  opacity: 1;
}

.bullet_b {
  width: 100%;
}

.bullet_b .swiper-pagination-bullet {
  width: 1.25vw;
  height: 0.104vw;
  background: #003A67;
  border-radius: 0;
  opacity: 0.49;
  margin: 0 0.625vw !important;
  transition: all ease .5s;
}

.bullet_b .swiper-pagination-bullet-active {
  opacity: 1;
}


.pagelist {
  width: 100%;
}

.pagelist a>i {
  width: 1.563vw;
  height: 1.563vw;
  background: #003A67;
  border-radius: 50%;
  opacity: .5;
  font-size: 0.833vw;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.521vw;
  transition: all ease 0.5s;
}

.pagelist a>span {
  font-size: 0.833vw;
  font-weight: 700;
  color: #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.521vw;
  transition: all ease 0.5s;
}

.pagelist a.on>i,
.pagelist a:hover>i {
  opacity: 1;
}

.pagelist a.on>span,
.pagelist a:hover>span {
  color: #003A67;
}

.turnpage {
  width: 100%;
  position: relative;
  margin: 4.167vw 0 0;
  transition: all ease .5s;
}

.turnpage>a {
  width: 33%;
}

.turnpage p {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all ease .5s;
}


.turnpage .back {
  width: 5.469vw;
  height: 2.344vw;
  background: #003A67;
  border: 1px solid #003A67;
  transition: all ease .5s;
}

.turnpage .back:hover {
  background: transparent;
}

.turnpage .back span {
  font-size: 1.042vw;
  font-weight: 400;
  color: #FFFFFF;
  transition: all ease .5s;
}

.turnpage .back:hover span {
  color: #003A67;
}

.banner {
  width: 100%;
  margin: 5.208vw 0 0;
  position: relative;
}

.banner .pic {
  width: 100%;
  overflow: hidden;
  transition: all ease .5s;
}

.banner .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  transition: all ease .5s;
}

.banner .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.banner .intr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  padding: 0 14.583vw;
  transition: all ease .5s;
}

.banner .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.banner .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 1.302vw;
  transition: all ease .5s;
}

.banner .form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  padding: 0 14.583vw;
  text-align: center;
  transition: all ease .5s;
}

.banner .form h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.search_box {
  max-width: 500px;
  width: 100%;
  margin: 1.563vw auto 0;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 3px 40px 1px rgba(0, 0, 0, 0.08);
  transition: all ease .5s;
}

.search_box input {
  width: 100%;
  height: 3.125vw;
  padding: 0 20px;
  transition: all ease .5s;
}

.search_box .search_b {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.125vw;
  height: 3.125vw;
  background: #003A67;
  cursor: pointer;
  transition: all ease .5s;
}

.search_b i {
  font-size: 1.042vw;
  color: #ffffff;
  transition: all ease .5s;
}

.sticky {
  width: 100%;
  padding: 0 14.583vw;
  background: #F7F7F7;
  position: sticky;
  position: -webkit-sticky;
  top: 4.948vw;
  z-index: 66;
  transition: all ease .5s;
}

.sticky .sub {
  font-size: 1.042vw;
  font-weight: 400;
  color: #646464;
  padding: 0.781vw 0;
  margin-right: 3.125vw;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all ease .5s;
}

.sticky .sub.on,
.sticky .sub:hover {
  color: #003A67;
}

.sticky .sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0%;
  height: 0.208vw;
  background: #003A67;
  transition: all ease .5s;
}

.sticky .sub.on::after,
.sticky .sub:hover::after {
  width: 100%;
}


/* 公共头部 */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 5.208vw;
  background: #FFFFFF;
  transition: all ease .5s;
}

[data-page="home"] header {
  background: transparent;
}

.scroll header {
  background: #FFFFFF;
}

header .row {
  height: 100%;
  padding: 0 4.167vw;
}

header .logo {
  width: 8.854vw;
  height: auto;
  position: relative;
}

header .logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  z-index: 105;
  transition: all ease .5s;
}

[data-page="home"] header .logo .after,
header .logo .before,
.scroll header .logo .before {
  visibility: hidden;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
}

[data-page="home"] header .logo .before,
header .logo .after,
.scroll header .logo .after {
  visibility: visible;
  -webkit-clip-path: inset(0% 0 0% 0);
  clip-path: inset(0% 0 0% 0);
}

header .stock {
  width: auto;
  margin-left: 1.302vw;
  padding-left: 1.302vw;
  position: relative;
  transition: all ease .5s;
}

header .stock::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 0.052vw;
  height: 1.146vw;
  background: #003A67;
  opacity: 0.2;
  transition: all ease .5s;
}

[data-page="home"] header .stock::before {
  background: #FFFFFF;
}

.scroll header .stock::before {
  background: #003A67;
}

header .stock span {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  transition: all ease .5s;
}

header .menu {
  width: auto;
  height: 100%;
  transition: all ease .5s;
}

header .link {
  width: auto;
  height: 100%;
  margin: 0 3.125vw 0 0;
  padding: 0.521vw 0;
  position: relative;
  transition: all ease .5s;
}

header .link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
  width: 0%;
  height: 4px;
  background: #003A67;
  transition: all ease .5s;
}

[data-page="home"] header .link::after {
  background: #FFFFFF;
}

.scroll header .link::after {
  background: #003A67;
}

header .link.on::after,
header .link:hover::after {
  width: 100%;
}

header .link>a {
  font-size: 1.042vw;
  font-weight: 600;
  color: #003A67;
  transition: all ease .5s;
}

/* header .link.on>a,
header .link:hover>a {
  color: #003A67;
} */
header .mold {
  width: auto;
  transition: all ease .5s;
}

header .search {
  position: relative;
  margin: 0 0.521vw 0 0;
  padding: 1.042vw 0.521vw 1.042vw 0;
  transition: all ease .5s;
}

header .search::after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 0.104vw;
  height: 0.833vw;
  background: #C9C9C9;
  transition: all ease .5s;
}

[data-page="home"] header .search::after {
  background: #FFFFFF;
}

.scroll header .search::after {
  background: #C9C9C9;
}

header .search i {
  font-size: 1.042vw;
  color: #C9C9C9;
  transition: all ease .5s;
}


[data-page="home"] header .stock span,
[data-page="home"] header .link>a,
[data-page="home"] header .search i,
[data-page="home"] header .language span,
[data-page="home"] header .language i {
  color: #FFFFFF;
}


.scroll header .stock span,
.scroll header .link>a,
.scroll header .search i,
.scroll header .language span,
.scroll header .language i {
  color: #003A67;
}

header .language {
  padding: 1.042vw 0;
  position: relative;
  transition: all ease .5s;
}

header .language span {
  font-size: 1.042vw;
  font-weight: 400;
  color: #C9C9C9;
  transition: all ease .5s;
}

header .language i {
  font-size: 1.042vw;
  font-weight: bold;
  color: #C9C9C9;
  margin: 0.26vw 0 0 0;
  transition: all ease .5s;
}

header .language .down {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

header .language:hover .down {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

header .language .down>a {
  display: block;
  font-size: 0.833vw;
  font-weight: 400;
  color: #666666;
  background: #FFFFFF;
  padding: 0.521vw 1.042vw;
  text-align: center;
  white-space: nowrap;
  transition: all ease .5s;
}

header .language .down>a.on,
header .language .down>a:hover {
  color: #FFFFFF;
  background: #003A67;
}


/* 公共底部 */
footer {
  width: 100%;
  position: relative;
  background-image: url(../img/f-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease .5s;
}

footer .row {
  padding: 0 14.583vw;
}

footer .FoA {
  width: 100%;
  padding: 2.083vw 0 0;
  transition: all ease .5s;
}

footer .logo img {
  width: 8.854vw;
  transition: all ease .5s;
}

footer .stock {
  width: auto;
  margin-left: 1.302vw;
  padding-left: 1.302vw;
  position: relative;
  transition: all ease .5s;
}

footer .stock::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 0.052vw;
  height: 1.146vw;
  background: #003A67;
  opacity: 0.2;
  transition: all ease .5s;
}

footer .stock span {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  transition: all ease .5s;
}

footer .form h6 {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  transition: all ease .5s;
}

footer .form input {
  width: 13.021vw;
  height: 2.604vw;
  border: 1px solid rgba(0, 22, 88, 0.5);
  padding: 0 0.781vw;
  margin: 0 0.521vw 0 1.563vw;
  transition: all ease .5s;
}

footer .btn {
  width: 5.208vw;
  height: 2.604vw;
  background: #003A67;
  border: 1px solid #003A67;
  cursor: pointer;
  transition: all ease .5s;
}

footer .btn:hover {
  background: transparent;
}

footer .btn span {
  font-size: 1.042vw;
  font-weight: 300;
  color: #FFFFFF;
  transition: all ease .5s;
}

footer .btn:hover span {
  color: #003A67;
}

footer .FoB {
  width: 100%;
  padding: 3.125vw 0;
  border-bottom: 1px solid rgba(0, 58, 103, 0.2);
  transition: all ease .5s;
}

.FoB .menu {
  width: 69%;
}

.FoB dt {
  margin: 0 0 1.042vw;
}

.FoB dd:not(:last-child) {
  margin: 0 0 1.042vw;
}

.FoB dt a {
  font-size: 1.042vw;
  font-weight: 600;
  color: #003A67;
  transition: all ease .5s;
}

.FoB dd a {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  transition: all ease .5s;
}

.FoB dd a:hover {
  opacity: .5;
}

.FoB .cont {
  width: 25%;
}

.FoB .cont img {
  width: 0.938vw;
  margin-right: 0.625vw;
}

.FoB .cont h6 {
  font-size: 1.042vw;
  font-weight: 600;
  color: #003A67;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.FoB .cont p {
  font-size: 1.25vw;
  font-family: "Gotham";
  font-weight: bold;
  color: #003A67;
  margin: 0.625vw 0 0 1.563vw;
  transition: all ease .5s;
}

.FoB .cont ul,
.FoB .cont li {
  width: 100%;
}

.FoB li:not(:last-child) {
  margin: 0 0 1.042vw;
}

.FoB .cont span {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  transition: all ease .5s;
}

footer .copy {
  width: 100%;
  padding: 1.302vw 0;
  transition: all ease .5s;
}

.copy a,
.copy span {
  font-size: 1.042vw;
  font-weight: 300;
  color: #003A67;
  text-transform: uppercase;
  transition: all ease .5s;
}

.copy .box_l img {
  width: 0.729vw;
  margin-right: 0.26vw;
}

.ewm {
  width: auto;
  position: relative;
  cursor: pointer;
  transition: all ease .5s;
}

.ewm>img {
  width: 0.833vw;
  margin-right: 0.625vw;
}

.ewm p {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  transition: all ease .5s;
}

.ewm .code {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 5.208vw;
  height: 5.208vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 12%);
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

.ewm:hover .code {
  bottom: 150%;
  opacity: 1;
  visibility: visible;
}

/* 模板 */
.templet0 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.templet0 .box_l {
  width: 29%;
  position: relative;
}

.templet0 .box_r {
  width: 66.2%;
  position: relative;
}

.templet0 .box_c {
  width: 100%;
  margin: 1.042vw 0 0;
  position: relative;
}

.templet0 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all ease .5s;
}

.templet0 .prev {
  left: -4.688vw;
}

.templet0 .next {
  right: -4.688vw;
}

.templet0 .bullet_w {
  bottom: 1.042vw;
}

.templet0 .box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all ease .5s;
}

.templet0 .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.templet0 .box_c .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: all ease .5s;
}

.templet0 .img img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.templet0 .box:hover .img img {
  transform: scale(1.05);
}

.templet0 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.templet0 .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  transition: all ease .5s;
}

.templet0 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #003A67;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.templet0 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  margin: 2.083vw 0 0;
  transition: all ease .5s;
}

.templet0 .intr .more_b {
  margin: 3.125vw 0 0;
}

.templet0 .text {
  position: absolute;
  left: 0%;
  bottom: 1.563vw;
  z-index: 5;
  width: 100%;
  padding: 0 2.083vw;
  transition: all ease .5s;
}

.templet0 .text h4 {
  font-size: 1.667vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.templet1 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.templet1 .box_l {
  width: 29%;
  position: relative;
}

.templet1 .box_r {
  width: 66.2%;
  position: relative;
}

.templet1 .box_c {
  width: 100%;
  margin: 1.042vw 0 0;
  position: relative;
}

.templet1 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all ease .5s;
}

.templet1 .prev {
  left: -4.688vw;
}

.templet1 .next {
  right: -4.688vw;
}

.templet1 .bullet_w {
  bottom: 1.042vw;
}

.templet1 .box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all ease .5s;
}

.templet1 .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.templet1 .img img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.templet1 .box:hover .img img {
  transform: scale(1.05);
}

.templet1 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.templet1 .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  transition: all ease .5s;
}

.templet1 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #003A67;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.templet1 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  margin: 2.083vw 0 0;
  transition: all ease .5s;
}

.templet1 .intr .more_b {
  margin: 3.125vw 0 0;
}

.templet1 .text {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 1.302vw;
  background: rgba(0, 58, 103, 0.8);
  transform: translateY(-100%);
  transition: all ease .5s;
}

.templet1 .box:hover .text {
  transform: translateY(0%);
}

.templet1 .text h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.templet1 .text p {
  font-size: 0.938vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  transition: all ease .5s;
}

.templet2 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.templet2 .box_l {
  width: 29%;
  position: relative;
}

.templet2 .box_r {
  width: 66.2%;
  position: relative;
}

.templet2 .box_c {
  width: 100%;
  margin: 1.042vw 0 0;
  position: relative;
}

.templet2 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all ease .5s;
}

.templet2 .prev {
  left: -4.688vw;
}

.templet2 .next {
  right: -4.688vw;
}

.templet2 .bullet_w {
  bottom: 1.042vw;
}

.templet2 .box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all ease .5s;
}

.templet2 .img {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.templet2 .img img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.templet2 .box:hover .img img {
  transform: scale(1.05);
}

.templet2 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.templet2 .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  transition: all ease .5s;
}

.templet2 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #003A67;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.templet2 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  margin: 2.083vw 0 0;
  transition: all ease .5s;
}

.templet2 .intr .more_b {
  margin: 3.125vw 0 0;
}

.templet2 .intr .date {
  font-size: 1.042vw;
  font-weight: 400;
  color: #646464;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.templet2 .text {
  width: 100%;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.templet2 .text .date {
  font-size: 0.729vw;
  font-weight: 400;
  color: #909090;
  margin: 0 0 0.781vw;
  transition: all ease .5s;
}

.templet2 .text p {
  font-size: 1.042vw;
  font-weight: 400;
  color: #000000;
  transition: all ease .5s;
}

.templet2 .box:hover .text p {
  color: #003A67;
}

/* 首页 */
.ho0 {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ho0 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.ho0 .prev {
  left: 5%;
}

.ho0 .next {
  right: 5%;
}

.ho0 .col {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ho0 .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.ho0 .pic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(172deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all ease .5s;
}

.ho0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ho0 .swiper-slide-active .pic img {
  transform: scale(1.15);
  animation-name: kv_slider;
  animation-duration: 20s;
  animation-fill-mode: both;
  animation-timing-function: ease;
  animation-iteration-count: infinite
}

@-webkit-keyframes kv_slider {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }
}

@keyframes kv_slider {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
  }
}

.ho0 .intr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
  padding: 0 14.583vw;
  transition: all ease .5s;
}

.ho0 .intr h1 {
  font-size: 2.917vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.ho0 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ho0 .bullet_w {
  bottom: 2.083vw;
}


.ho1 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.welt {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  pointer-events: none;
  width: 23.958vw;
  transition: all ease .5s;
}

.welt img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ho1 .box_l,
.ho1 .box_r {
  width: 47%;
  position: relative;
}

.ho1 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ho1 .box_l .intr {
  margin: 0 0 3.125vw;
}

.ho1 .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  line-height: 1.5;
  transition: all ease .5s;
}

.ho1 .intr p {
  max-width: 570px;
  width: 100%;
  font-size: 1.25vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  margin: 2.083vw 0;
  transition: all ease .5s;
}

.ho1 .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}


.ho1 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ho1 .more_b {
  margin: 0 0 0.521vw;
}

.ho2 {
  background: #F7F7F7;
}

.ho3 .row {
  flex-direction: row-reverse;
}

.ho4 {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.ho4 .pic {
  width: 100%;
  overflow: hidden;
  transition: all ease .5s;
}


.ho4 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ho4 .intr {
  position: absolute;
  left: 0%;
  top: 8.854vw;
  width: 100%;
  z-index: 5;
  padding: 0 14.583vw;
  transition: all ease .5s;
}

.ho4 .intr h2 {
  max-width: 990px;
  width: 100%;
  font-size: 2.5vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.ho4 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ho4 .more_w {
  margin: 2.083vw 0 0;
}

/* 关于我们 */
.ab0 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.ab1 {
  width: 100%;
  padding: 5.208vw 8.333vw;
  position: relative;
  background-image: url(../img/ab0-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease .5s;
}

.ab1 .row {
  margin: 2.083vw 0 0;
  position: relative;
}

.ab1 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.ab1 .prev {
  left: -4.688vw;
}

.ab1 .next {
  right: -4.688vw;
}

.ab1 .col {
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 1.563vw;
  transition: all ease .5s;
}

.ab1 .intr {
  width: 100%;
  min-height: 18.229vw;
  max-height: 18.229vw;
  overflow: auto;
  position: relative;
  transition: all ease .5s;
}

.ab1 .intr::-webkit-scrollbar {
  display: none;
}

.ab1 .intr .tag {
  font-size: 1.042vw;
  font-weight: 400;
  color: #FFFFFF;
  transition: all ease .5s;
}

.ab1 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 0.521vw;
  padding: 0.521vw 0;
  border-bottom: 1px solid #C9C9C9;
  transition: all ease .5s;
}

.ab1 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  min-height: 7.813vw;
  transition: all ease .5s;
}

.ab2 {
  width: 100%;
  padding: 5.208vw 0;
  position: relative;
  transition: all ease .5s;
}

.ab2 .row {
  margin: 5.208vw 0 0;
}

.ab2 .col {
  width: 14.0625%;
  height: 33.333vw;
  position: relative;
  transition: all ease .5s;
}


.ab2 .col.on {
  width: 29.6875%;
}

/* .ab2 .col::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: all ease .5s;
} */

.ab2 .col:last-child::after {
  border: none;
}

.ab2 .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.ab2 .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .5s;
}


.ab2 .intr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2.083vw;
  z-index: 2;
  bottom: 1.563vw;
  overflow: hidden;
  transition: all ease .5s;
}

.ab2 .col.on .intr {
  bottom: 5.208vw;
}

.ab2 .col .txt {
  width: 100%;
  display: none;
}

.ab2 .col.on .txt {
  display: block;
}

.ab2 .intr h4 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.ab2 .col.on .intr h4 {
  font-size: 1.667vw;
}

.ab2 .intr h6 {
  font-size: 1.042vw;
  font-weight: 400;
  color: #FFFFFF;
  margin: 1.563vw 0 0.208vw;
  transition: all ease .5s;
}

.ab2 .intr p {
  font-size: 1.25vw;
  font-family: "Gotham";
  font-weight: bold;
  color: #FFFFFF;
  transition: all ease .5s;
}

.ab3 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  background: #F7F7F7;
  transition: all ease .5s;
}

.ab3 .row {
  margin: 2.083vw 0 0;
  position: relative;
}

.ab3 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all ease .5s;
}

.ab3 .prev {
  left: -4.688vw;
}

.ab3 .next {
  right: -4.688vw;
}

.ab3 .swiper-slide {
  padding: 0.521vw;
}

.ab3 .col {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 1.563vw;
  position: relative;
  transition: all ease .5s;
}

.ab3 .pic {
  width: 100%;
  overflow: hidden;
  transition: all ease .5s;
}

.ab3 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}
.ab3 .pic:hover img {
    transform: scale(1.05);
}
.swiper-slide:hover img{
    transform: scale(1.05);
}
.pr2 .pic:hover img {
    transform: scale(1.05);
}
.ab3 .intr {
  width: 100%;
  margin: 1.563vw 0 0;
  padding: 1.563vw 0 0;
  border-top: 1px solid #DEDEDE;
  transition: all ease .5s;
}

.ab3 .intr p {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  transition: all ease .5s;
}

.ab3 .bullet_b {
  position: static;
  margin: 2.083vw 0 0;
}

.ab5 {
  width: 100%;
  /* padding: 5.208vw 0 5.208vw 14.583vw; */
  position: relative;
  transition: all ease .5s;
}

.ab5 .box_l {
  width: 30%;
}

.ab5 .box_r {
  width: 68%;
}

.ab5 .pic {
  width: 100%;
  overflow: hidden;
  transition: all ease .5s;
}

.ab5 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.ab5 .intr {
  position: absolute;
  left: 50%;
  top: 5.208vw;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 14.583vw;
  transition: all ease .5s;
}

/* .ab4 .ev {
  width: 100%;
  margin: 0.521vw 0;
}

.ab4 .ev.on {
  margin: 0.521vw 0 1.563vw;
} */

.ab5 .ev h2 {
  font-size: 2.5vw;
  font-weight: bold;
  color: #003A67;
  position: relative;
  /* opacity: .5; */
  transition: all ease .5s;
}

/* .ab5 .ev.on h2 {
  padding-left: 1.563vw;
  opacity: 1;
} */

/* .ab5 .ev h2::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 0.417vw;
  height: 2.813vw;
  background: #64DCF0;
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

.ab5 .ev.on h2::after {
  opacity: 1;
  visibility: visible;
} */

.ab5 .ev p {
  font-size: 1.25vw;
  font-weight: bold;
  color: #003A67;
  line-height: 1.5;
  /* display: none; */
  /* height: 0;
  opacity: 0;
  margin: 0; */
  transition: all ease .5s;
}

/* 
.ab5 .ev.on p {
  display: block;
  height: auto;
  opacity: 1;
} */

/* .ab5 .ev.on h2 {
  margin: 0 0 1.042vw;
} */

.esg {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  background-image: url(../img/ab5-bj.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease .5s;
}

.esg .tit_w {
  max-width: 100%;
}

.esg .row {
  margin: 2.083vw 0 0;
}

.esg .col {
  width: 32%;
  position: relative;
  padding: 2.604vw 2.083vw 8.854vw;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all ease .5s;
}

.esg .intr {
  width: 100%;
  transition: all ease .5s;
}

.esg .intr h4 {
  font-size: 1.667vw;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.esg .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  transition: all ease .5s;
}

.esg .ideal {
  margin: 3.125vw 0 0;
}

.ideal {
  width: 10.156vw;
  height: 2.604vw;
  background: #FFFFFF;
  background: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  transition: all ease .5s;
}

.ideal span {
  font-size: 1.042vw;
  font-weight: 300;
  color: #FFFFFF;
  transition: all ease .5s;
}

/* 核心能力 */
.co0 {
  width: 100%;
  padding: 5.208vw 0 0;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.co0 .tit_b {
  max-width: 100%;
  margin: 0;
  padding: 0 14.583vw;
}

.co0 .s_box {
  position: absolute;
  right: 14.583vw;
  bottom: 0;
}

.co0 .prev {
  margin: 0 0.781vw 0 0;
}

.co0 .row {
  margin: 2.083vw 0 0;
}

.co0 .swiper {
  width: 100%;
}

.co0 .swiper-slide {
  transition: all .5s;
}

/* .co0 .swiper-slide:hover {
  width: 29.688vw !important;
} */

/* .co0 .col {
  width: 100%;
  height: 33.333vw;
  position: relative;
  transition: all ease .5s;
} */

.co0 .col {
  width: calc(70.3125% / 6);
  height: 33.333vw;
  position: relative;
  transition: all ease .5s;
}

.co0 .col.on {
  width: 29.6875%;
}

.co0 .col::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  transition: all ease .5s;
}

/* .co0 .swiper-slide:hover .col::after {
  background: rgba(0, 0, 0, 0.6);
} */

.co0 .pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.co0 .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease .5s;
}


.co0 .intr {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 2.083vw;
  z-index: 2;
  top: auto;
  bottom: 1.563vw;
  overflow: hidden;
  transition: all ease .5s;
}

.co0 .col.on .intr {
  top: 10.417vw;
  bottom: auto;
}

.co0 .col .txt {
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: all ease .5s;
}

.co0 .col.on .txt {
  height: auto;
}

.co0 .intr h4 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.co0 .col.on .intr h4 {
  font-size: 1.667vw;
}


.co0 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 1.563vw 0 0;
  transition: all ease .5s;
}

.co1 {
  width: 100%;
}

.co2 {
  background: #F7F7F7;
}

.co2 .row {
  width: 100%;
  flex-direction: row-reverse;
}

.co2 .bullet_b {
  position: static;
  margin: 2.083vw 0 0;
}

.co3 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.co3 .row {
  margin: 2.083vw 0 0;
}

.co3 .tit_b {
  max-width: 100%;
}

.co3 .col {
  width: 100%;
  padding: 0 1.042vw;
  height: 24.479vw;
  overflow: auto;
  position: relative;
  transition: all ease .5s;
}

.co3 .pic {
  width: 18.7%;
  background: #F7F7F7;
  margin: 0 0 1.042vw;
  overflow: hidden;
  transition: all ease .5s;
}

.co3 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.co3 .pic:hover img {
  transform: scale(1.05);
}

.co3 .bullet_b {
  position: static;
  margin: 1.042vw 0 0;
}

/* 产品中心 */
.pr0 {
  width: 100%;
}

.pr0 .row:not(:first-child) {
  padding: 5.208vw 0 0;
}

.pr0 .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.pr0 .bullet_b {
  position: static;
  margin: 2.083vw 0 0;
}

.pr1 {
  padding: 5.208vw 14.583vw 0;
  background: #FAFAFA;
}

.pr1 .row {
  flex-direction: row-reverse;
}

.pr2 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.pr2 .cover {
  padding: 3.646vw 0 0;
  border-top: 1px solid #003A67;
}

.cover {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.cover .sub {
  font-size: 1.042vw;
  font-weight: 400;
  color: #646464;
  padding: 0.781vw 0;
  margin-right: 3.125vw;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all ease .5s;
}

.cover .sub.on,
.cover .sub:hover {
  color: #003A67;
}

.cover .sub::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0%;
  height: 0.208vw;
  background: #003A67;
  transition: all ease .5s;
}

.cover .sub.on::after,
.cover .sub:hover::after {
  width: 100%;
}

.pr2 .row {
  margin: 2.604vw 0 0;
}

.pr2 .col {
  width: 30%;
  margin: 0 0 3.646vw;
  position: relative;
  transition: all ease .5s;
}

.pr2 .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.pr2 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

/* 
.pr2 .col:hover .pic img {
  transform: scale(1.05);
} */

.pr2 .intr {
  width: 100%;
  padding: 1.302vw;
  background: #F5F5F7;
  border-radius: 0px 0px 12px 12px;
  transition: all ease .5s;
}

.pr2 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #646464;
  text-transform: uppercase;
  transition: all ease .5s;
}

/* .pr2 .col:hover .intr {
  background: #003A67;
} */

/* .pr2 .col:hover .intr h6 {
  color: #FFFFFF;
} */

/* 新闻动态 */
.templet1 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.ne0 .tit_b {
  max-width: 100%;
}

.ne0 .row {
  margin: 2.083vw 0 0;
  flex-direction: row-reverse;
}

.ne0 .col {
  width: 100%;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.ne0 .intr {
  width: 100%;
  transition: all ease .5s;
}

.ne0 .intr p {
  margin: 0;
}

.ne0 .intr p>span {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}

.ne0 .col:hover .intr p {
  color: #003A67;
}

.ne0 .pagelist {
  margin: 2.083vw 0 0;
}

/* .ne0 .bullet_b {
  position: static;
  margin: 2.083vw 0 0;
} */

.ne1 {
  background: #F7F7F7;
}

.ne1 .tit_b {
  max-width: 100%;
}

.ne1 .row {
  margin: 2.083vw 0 0;
}

.ne1 .bullet_b {
  position: static;
  margin: 2.083vw 0 0;
}

.ab4 {
  width: 100%;
  padding: 5.208vw 13.542vw;
  position: relative;
  background: #FFFFFF;
  transition: all ease .5s;
}

.ab4 .tit_b {
  max-width: 100%;
}

.ab4 .row {
  margin: 2.083vw 0 0;
  position: relative;
}

.ab4 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all ease .5s;
}

.ab4 .prev {
  left: -4.688vw;
}

.ab4 .next {
  right: -4.688vw;
}


.ab4 .bullet_b {
  position: static;
  margin: 2.083vw 0 0;
}

.ab4 .swiper-slide {
  padding: 0.521vw 0.521vw 40px 0.521vw;
}

.ab4 .col-title {
  text-align: center;
  padding-top: 12px;
}

.ab4 .col {
  width: 100%;
  /* height: 100%; */
  padding: 1.563vw;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.ab4 .pic {
  width: 100%;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.ab4 .pic img {
  max-width: 100%;
  /* max-height: 100%; */
  /* width: 100%; */
  transition: all ease .5s;
}

.ab4 .col:hover .pic img {
  transform: scale(1.05);
}

.ab4 .intr {
  /* position: absolute;
  left: 0%;
  right: 0;
  top: 0%;
  bottom: 0%;
  z-index: 5; */
  width: 100%;
  margin: 1.042vw 0 0;
  /* height: 100%;
  padding: 1.563vw;
  background: rgba(0, 58, 103, 0.8);
  transform: translateY(-100%); */
  text-align: center;
  transition: all ease .5s;
}

/* .ab4 .col:hover .intr {
  transform: translateY(0%);
} */

/* .ab4 .intr em {
  width: 3.385vw;
  height: 0.104vw;
  background: #DEDEDE;
  display: block;
  margin: 0 auto 1.042vw;
} */

.ab4 .intr p {
  font-size: 1.042vw;
  font-weight: 400;
  color: #003A67;
  line-height: 1.5;
  min-height: 3.125vw;
  transition: all ease .5s;
}

.ne3 {
  width: 100%;
  padding: 2.083vw 25vw 5.208vw;
  position: relative;
  transition: all ease .5s;
}

.address {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.address span {
  font-size: 1.042vw;
  font-weight: 400;
  color: #909090;
  display: inline-block;
  margin-right: 2.083vw;
  transition: all ease .5s;
}

.title {
  width: 100%;
  position: relative;
  margin: 2.083vw 0;
  transition: all ease .5s;
}

.title h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  line-height: 1.5;
  transition: all ease .5s;
}

.editor {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.editor p {
  font-size: 1.042vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  transition: all ease .5s;
}

/* 投资者关系 */
.in0 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.in0 .tit_b {
  max-width: 100%;
}

.in0 .row {
  margin: 2.083vw 0 0;
}

.in0 .swiper_b {
  height: 0;
  overflow: hidden;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all ease .5s;
}

.in0 .swiper_b.on {
  height: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.in0 .box_l {
  width: 50%;
  position: relative;
}

.in0 .box_r {
  width: 46%;
  position: relative;
}

.in0 .col {
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all ease .5s;
}

.in0 .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.in0 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.in0 .col:hover .pic img {
  transform: scale(1.05);
}

.in0 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.in0 .box_l .intr {
  margin: 1.042vw 0 0;
}

.in0 .box_r .intr {
  padding: 0 0 0.2vw;
  margin: 0 0 0.5vw;
  border-bottom: 1px solid #DEDEDE;
}

.in0 .intr h6 {
  font-size: 1.25vw;
  font-weight: 600;
  color: #646464;
  transition: all ease .5s;
}

.in0 .intr .date {
  font-size: 0.938vw;
  font-weight: 400;
  color: #C9C9C9;
  transition: all ease .5s;
}

.in0 .txt {
  display: none;
}

.in0 .bullet_b {
  position: static;
  margin: 1.563vw 0 0;
}

.in0 .mold {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.in0 .s_btn {
  margin-left: 0.781vw;
}

.switch .sub {
  padding: 0.677vw 2.344vw;
  border: 1px solid #003A67;
  font-size: 0.833vw;
  font-weight: 300;
  color: #003A67;
  display: inline-block;
  cursor: pointer;
  transition: all ease .5s;
}

.switch .sub.on,
.switch .sub:hover {
  background: #003A67;
  color: #FFFFFF;
}

.switch .sub:first-child {
  margin-right: 0.781vw;
}

.in1 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  background: #F7F7F7;
  transition: all ease .5s;
}

.in1 .box_l {
  width: 46%;
  position: relative;
}

.in1 .box_r {
  width: 50%;
  position: relative;
}

.in1 .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.in1 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.in1 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.in1 .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  margin: 0 0 2.083vw;
  transition: all ease .5s;
}

.in1 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  transition: all ease .5s;
}

.in2 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.in2 .row {
  flex-direction: row-reverse;
  background: #F7F7F7;
}

.in2 .box_l {
  width: 50%;
  position: relative;
  padding: 0 6.25vw;
}

.in2 .box_r {
  width: 50%;
  position: relative;
}

.in2 .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.in2 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.in2 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.in2 .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  margin: 0 0 3.125vw;
  transition: all ease .5s;
}

.in2 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #1F1D1D;
  line-height: 1.5;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

/* 弹窗 */
.Pop_bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.Pop_bg.on {
  opacity: 1;
  visibility: visible;
}

.Pop_txt {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 4.167vw 6.25vw;
  background: #FFFFFF;
  border: 1px solid #707070;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.Pop_txt.on {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: contentZoomIn;
  animation-name: contentZoomIn;
}

.Pop_txt .close {
  position: absolute;
  top: 2.083vw;
  right: 2.083vw;
  z-index: 5;
  cursor: pointer;
}

.Pop_txt .close i {
  font-size: 1.25vw;
  font-weight: bold;
  color: #003A67;
}

.Pop_txt .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}


.Pop_txt .tit {
  font-size: 1.667vw;
  font-weight: 600;
  color: #003A67;
  line-height: 1.5;
  transition: all ease .5s;
}

.Pop_txt .date {
  font-size: 0.833vw;
  font-weight: 400;
  color: #909090;
  margin: 1.042vw 0;
  transition: all ease .5s;
}

.Pop_txt .em {
  width: 100%;
  height: 1px;
  background: #DEDEDE;
  margin: 1.042vw 0;
  transition: all ease .5s;
}

.Pop_txt .txt {
  width: 100%;
  max-height: 20.833vw;
  overflow: auto;
}

.Pop_txt p {
  font-size: 0.938vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  transition: all ease .5s;
}

/* 加入我们 */

.jo0 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.jo1 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  background: #F7F7F7;
  transition: all ease .5s;
}

.jo1 .sort {
  margin: 2.083vw 0 0;
}

.sort {
  width: 100%;
  position: relative;
}

.sort .type {
  width: 15.5%;
  position: relative;
  cursor: pointer;
  transition: all ease .5s;
}

.sort .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.sort .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  transition: all ease .5s;
}

.sort .img img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.sort .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: all ease .5s;
}

.sort .txt h4 {
  font-size: 1.667vw;
  font-weight: 600;
  color: #FFFFFF;
  transition: all ease .5s;
}

.sort .txt em {
  width: 0.104vw;
  height: 0;
  background: #FFFFFF;
  margin: 0.521vw 0 0;
  visibility: hidden;
  transition: all ease .5s;
}

.type.on .txt em,
.type:hover .txt em {
  height: 1.823vw;
  visibility: visible;
}

.jo1 .row {
  margin: 2.083vw 0 0;
}

.jo1 .box_t,
.jo1 .box_b {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.jo1 .box_t {
  background: #003A67;
  padding: 0 3.125vw;
}

.jo1 .box_b {
  background: #FFFFFF;
  padding: 0 3.125vw;
}

.jo1 .col {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  border-bottom: 1px solid #DEDEDE;
  transition: all ease .5s;
}

.jo1 .box_t .col {
  background: #003A67;
  border-bottom: none;
}


.jo1 .class {
  width: 100%;
  position: relative;
  padding: 1.042vw 0;
  cursor: pointer;
  transition: all ease .5s;
}


.jo1 .ev {
  width: 15%;
}

.jo1 .ev span {
  font-size: 0.833vw;
  font-weight: 700;
  color: #141412;
  transition: all ease .5s;
}


.jo1 .ev:first-child span {
  color: #003A67;
}

.jo1 .box_t .col .ev span {
  color: #FFFFFF;
}

.jo1 .details {
  width: 100%;
  padding: 2.083vw 0;
  display: none;
}

.jo1 .details.on {
  display: block;
}

.jo1 .details h6 {
  font-size: 0.938vw;
  font-weight: 600;
  color: #003A67;
  transition: all ease .5s;
}

.jo1 .details p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #646464;
  line-height: 1.5;
  transition: all ease .5s;
}

.jo1 .details b {
  color: #003A67;
}

.jo1 .delivery {
  margin: 2.083vw 0 0;
}

.delivery {
  width: 15.885vw;
  height: 2.604vw;
  background: #003A67;
  border: 1px solid #003A67;
  cursor: pointer;
  transition: all ease .5s;
}

.delivery:hover {
  background: transparent;
}

.delivery span {
  font-size: 0.833vw;
  font-weight: 300;
  color: #FFFFFF;
  transition: all ease .5s;
}

.delivery i {
  font-size: 0.833vw;
  color: #FFFFFF;
  margin-right: 1.563vw;
  transition: all ease .5s;
}

.delivery:hover span,
.delivery:hover i {
  color: #003A67;
}

.delivery:hover i {
  transform: rotate(180deg);
}










.jo2 {
  width: 100%;
  padding: 5.208vw 14.583vw;
  position: relative;
  transition: all ease .5s;
}

.jo2 .row {
  flex-direction: row-reverse;
  background: #F7F7F7;
}

.jo2 .box_l {
  width: 50%;
  position: relative;
  padding: 0 6.25vw;
}

.jo2 .box_r {
  width: 50%;
  position: relative;
}

.jo2 .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all ease .5s;
}

.jo2 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.jo2 .intr {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.jo2 .intr h2 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #003A67;
  margin: 0 0 1.042vw;
  transition: all ease .5s;
}

.jo2 .intr h6 {
  font-size: 1.25vw;
  font-weight: 400;
  color: #003A67;
  line-height: 1.5;
  margin: 0 0 3.125vw;
  transition: all ease .5s;
}

.jo2 .intr p {
  font-size: 1.25vw;
  font-weight: 400;
  color: #1F1D1D;
  line-height: 1.5;
  margin: 1.042vw 0 0;
  transition: all ease .5s;
}

.se0 {
  width: 100%;
}

.right_btn {
  position: fixed;
  bottom: 6.25vw;
  right: 0;
  z-index: 80;
  width: 80px;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.12);
  border-radius: 15px 0px 0px 15px;
  transform: translateX(100%);
  transition: all ease .5s;
  display: none !important;
}

.scroll .right_btn {
  transform: translateX(0%);
}

.Share_b {
  width: 100%;
  position: relative;
  padding: 10px 0;
}

.Share {
  width: 100%;
  position: relative;
}

.Share .pic {
  width: 25px;
  margin: 0.521vw auto;
  position: relative;
  transition: all ease .5s;
}

.Share:first-child .pic {
  width: 45px;
}

.Share .intr {
  width: 100%;
  text-align: center;
  background: transparent;
  line-height: 1;
  padding: 5px;
  transition: all ease .5s;
}

.Share:hover .intr {
  background: #003A67;
}

.Share .intr span {
  font-size: 1.042vw;
  font-weight: 400;
  color: #000000;
  line-height: 1.4;
  display: inline-block;
  transition: all ease .5s;
}

.Share:hover .intr span {
  color: #FFFFFF;
}

.Share .intr i {
  font-size: 24px;
  color: #003A67;
  transition: all ease .5s;
}

.Share:hover .intr i {
  color: #FFFFFF;
}

.Share .code {
  position: absolute;
  left: -7.292vw;
  bottom: 0;
  z-index: 1;
  width: 5.208vw;
  height: 5.208vw;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}

.Share:hover .code {
  visibility: visible;
  left: -5.729vw;
  opacity: 1;
}

.Share .code img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}


.Gotop {
  width: 100%;
  height: 35px;
  background: #C9C9C9;
  cursor: pointer;
  border-radius: 0px 0px 0px 15px;
  transition: all ease .5s;
}

.Gotop:hover {
  background: #003A67;
}

.Gotop i {
  font-size: 16px;
  color: #FFFFFF;
  transition: all ease .5s;
}