@charset "utf-8";
/* 公共响应变量 */
/*
插件：视频弹窗
版本：
官网：
*/
.inves-npm1 iframe{
  width: 90vw !important;
}

/* 视频弹窗 */
#hi-video-pop {
  color: var(--color-active);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.4s;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop .hi-close:hover {
  background: var(--color-active);
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-video-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hi-video-pop .hi-video-box .hi-video-wrap {
  position: relative;
  max-width: 90vh;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  #hi-video-pop .hi-video-box .hi-video-wrap {
    max-width: 90%;
  }
}
#hi-video-pop .hi-video-box .hi-video-wrap video {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
/* iframe视频弹窗 */
#hi-iframe-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-iframe-video * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-iframe-video .hi-close {
  position: fixed;
  top: 85%;
  left: 50%;
  z-index: 5;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#hi-iframe-video .hi-close:after,
#hi-iframe-video .hi-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.4s;
}
#hi-iframe-video .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-iframe-video .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-iframe-video .hi-close:hover {
  background: var(--color-active);
}
#hi-iframe-video .hi-close:hover:after,
#hi-iframe-video .hi-close:hover:before {
  background: #fff;
}
#hi-iframe-video iframe {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100vh;
  height: 60vh;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  #hi-iframe-video iframe {
    width: 90vw;
    height: 60vw;
  }
}
/*
插件：视频全屏
版本：
官网：
*/
#hi-video-pop2 {
  display: none;
  height: 0;
  width: 0;
}
/*
插件：图片弹窗
版本：
官网：
*/
#hi-img-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-img-pop .hi-close {
  position: fixed;
  top: 85%;
  left: 50%;
  margin-left: -25px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#hi-img-pop .hi-close:after,
#hi-img-pop .hi-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #333;
  transition: 0.4s;
}
#hi-img-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-img-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-img-pop .hi-close:hover {
  background: var(--color-active);
}
#hi-img-pop .hi-close:hover:after,
#hi-img-pop .hi-close:hover:before {
  background: #fff;
}
#hi-img-pop > img {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 65%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
插件：投递简历弹窗
版本：
官网：
*/
#hi-resume-pop {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-resume-pop form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1580px) {
  #hi-resume-pop form {
    max-width: 400px;
  }
}
#hi-resume-pop form .hi-title-box {
  position: relative;
  padding: 0 0.4rem;
  background: var(--color-active);
}
#hi-resume-pop form .hi-title-box .hi-title {
  line-height: 0.8rem;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1580px) {
  #hi-resume-pop form .hi-title-box .hi-title {
    line-height: 1rem;
    font-size: 0.4rem;
  }
}
#hi-resume-pop form .hi-title-box .hi-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 1.05rem;
  height: 0.8rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-title-box .hi-close {
    width: 1.05rem;
    height: 1rem;
  }
}
#hi-resume-pop form .hi-title-box .hi-close:before,
#hi-resume-pop form .hi-title-box .hi-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -0.13rem;
  width: 0.25rem;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-title-box .hi-close:before,
  #hi-resume-pop form .hi-title-box .hi-close:after {
    margin: -1px 0 0 -0.2rem;
    width: 0.4rem;
  }
}
#hi-resume-pop form .hi-title-box .hi-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-resume-pop form .hi-box {
  padding: 0.4rem;
  line-height: 0.6rem;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box {
    line-height: 0.6rem;
  }
}
#hi-resume-pop form .hi-box input {
  margin-bottom: 0.2rem;
  padding: 0 0.15rem;
  width: 100%;
  height: 0.6rem;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box input {
    height: 0.8rem;
  }
}
#hi-resume-pop form .hi-box button {
  width: 100%;
  height: 0.6rem;
  background: var(--color-active);
  color: #fff;
  cursor: pointer;
  border: 0;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box button {
    height: 0.8rem;
  }
}
#hi-resume-pop form .hi-box .hi-file-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box {
  position: relative;
  display: inline-block;
  margin-right: 0.15rem;
  padding: 0.05rem 0.15rem;
  line-height: 0.3rem;
  background: var(--color-active);
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-file-box .hi-input-box {
    padding: 0.1rem 0.15rem;
    line-height: 0.4rem;
  }
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-input-box .hi-text {
  color: #fff;
}
#hi-resume-pop form .hi-box .hi-file-box .hi-text2 {
  line-height: 0.4rem;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-file-box .hi-text2 {
    padding: 0.1rem 0;
  }
}
#hi-resume-pop form .hi-box .hi-code-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
#hi-resume-pop form .hi-box .hi-code-box input {
  margin-bottom: 0;
  width: calc(100% - 1.4rem) !important;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-code-box input {
    width: calc(100% - 2.2rem) !important;
  }
}
#hi-resume-pop form .hi-box .hi-code-box img {
  max-width: 1.3rem;
  max-height: 0.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  #hi-resume-pop form .hi-box .hi-code-box img {
    max-width: 2rem;
    max-height: 0.8rem;
  }
}
/*
插件：animate动画
版本：3.7.2
官网：https://animate.style/
*/
@-webkit-keyframes h-scale-anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes h-scale-anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
@keyframes h-line-mask-anim {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
    clip-path: polygon(-10% -100%, 110% -100%, 110% 0%, -10% 0%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
    clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
  }
}
@-webkit-keyframes scrollToTop {
  0% {
    transform: translateY(50px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes scrollToTop {
  0% {
    transform: translateY(50px) scale(0.99);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes right-img-animate {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes right-img-animate {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@-webkit-keyframes right-animate {
  from {
    opacity: 0;
    transform: translate(100%, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes right-animate {
  from {
    opacity: 0;
    transform: translate(100%, 0%);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes up-animate {
  0% {
    opacity: 0;
    transform: matrix(1, 0.1, 0, 1, 0, 20);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes up-animate {
  0% {
    opacity: 0;
    transform: matrix(1, 0.1, 0, 1, 0, 20);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes scaleInImg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleInImg {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon-video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes icon_video {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  20% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  30% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 0;
  }
  31% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes h-line {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  20% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
  30% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 0;
  }
  31% {
    transform: scale(0.01, 1);
    -webkit-transform: scale(0.01, 1);
    -ms-transform: scale(0.01, 1);
    -moz-transform: scale(0.01, 1);
    -o-transform: scale(0.01, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 0;
  }
  50% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    opacity: 1;
  }
}
.scroll-animate.animated {
  visibility: hidden;
}
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.h-scale-anim {
  -webkit-animation-name: h-scale-anim;
  animation-name: h-scale-anim;
  -webkit-transition: transform calc(1.5s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1), opacity calc(0.6s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform calc(1.5s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1), opacity calc(0.6s*var(--animation-duration-factor)) cubic-bezier(0.215, 0.61, 0.355, 1);
}
.h-line-mask-anim {
  -webkit-animation-name: h-line-mask-anim;
  animation-name: h-line-mask-anim;
  transition: clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scrollToTop {
  -webkit-animation-name: scrollToTop;
  animation-name: scrollToTop;
}
.right-img-animate {
  display: inline-block;
  -webkit-animation-name: right-img-animate;
  animation-name: right-img-animate;
}
.right-animate {
  display: inline-block;
  -webkit-animation-name: right-animate;
  animation-name: right-animate;
}
.up-animate {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: up-animate 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
  animation: up-animate 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.scaleInImg {
  -webkit-animation-name: scaleInImg;
  animation-name: scaleInImg;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.icon-video {
  -webkit-animation-name: icon-video;
  animation-name: icon-video;
}
.icon_video {
  -webkit-animation-name: icon_video;
  animation-name: icon_video;
}
.h-line {
  -webkit-animation-name: h-line;
  animation-name: h-line;
}
/*
插件：swiper轮播swiper.min.css
版本：4.5.0
官网：https://www.swiper.com.cn
*/
.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: 0;
  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-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;
}
.color-blue-242 {
  color: #242c98;
}
.color-yellow-f2b {
  color: #f2ba05;
}
.bg-blue-242 {
  background-color: #242c98;
}
.bg-yellow-f2b {
  background-color: #f2ba05;
}
:root {
  /* 导航高度 */
  --header-height: 0.84rem;
  /* COLOR */
  --color-active: #242c98;
  --color-blue-242: #242c98;
  --color-yellow-f2b: #f2ba05;
  --color-white: #fff;
  --color-black: #282828;
  --color-gray-f6: #f6f6f6;
  --color-gray-f4: #f4f4f4;
  --color-gray-eee: #eee;
  --color-gray-ddd: #ddd;
  --color-gray-bbb: #bbb;
  --color-gray-999: #999;
  --color-gray-666: #666;
  --color-gray-444: #444;
  --color-gray-333: #333;
  /* --- font40以下 */
  --font12: clamp(12px, 0.12rem, 12px);
  --font14: clamp(12px, 0.14rem, 14px);
  --font15: clamp(12px, 0.15rem, 15px);
  --font16: clamp(13px, 0.16rem, 16px);
  --font17: clamp(13px, 0.17rem, 17px);
  --font18: clamp(14px, 0.18rem, 18px);
  --font20: clamp(15px, 0.2rem, 20px);
  --font22: clamp(16px, 0.22rem, 22px);
  --font24: clamp(17px, 0.24rem, 24px);
  --font26: clamp(18px, 0.26rem, 26px);
  --font28: clamp(18px, 0.28rem, 28px);
  --font30: clamp(20px, 0.3rem, 30px);
  --font32: clamp(20px, 0.32rem, 32px);
  --font34: clamp(22px, 0.34rem, 34px);
  --font36: clamp(22px, 0.36rem, 36px);
  --font38: clamp(24px, 0.38rem, 38px);
  /* --- font40 */
  --font40: clamp(23px, 0.4rem, 40px);
  --font42: clamp(24px, 0.42rem, 42px);
  --font44: clamp(24px, 0.44rem, 44px);
  --font46: clamp(25px, 0.46rem, 46px);
  --font48: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50: clamp(28px, 0.5rem, 50px);
  --font52: clamp(28px, 0.52rem, 52px);
  --font54: clamp(28px, 0.54rem, 54px);
  --font56: clamp(28px, 0.56rem, 56px);
  --font58: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60: clamp(30px, 0.6rem, 60px);
  --font62: clamp(31px, 0.62rem, 62px);
  --font64: clamp(31px, 0.66rem, 64px);
  --font66: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70: clamp(32px, 0.7rem, 70px);
  --font72: clamp(32px, 0.72rem, 72px);
  --font80: clamp(32px, 0.8rem, 80px);
  --font100: 1rem;
  --font120: 1.2rem;
  --font160: 1.6rem;
  --font230: 2.3rem;
}
@media (max-width: 1580px) {
  :root {
    --header-height: 60px;
  }
}
/* 公共字体 */
.font12 {
  font-size: var(--font12);
}
.font14 {
  font-size: var(--font14);
}
.font15 {
  font-size: var(--font15);
}
.font16 {
  font-size: var(--font16);
}
.font18 {
  font-size: var(--font18);
}
.font20 {
  font-size: var(--font20);
}
.font22 {
  font-size: var(--font22);
}
.font24 {
  font-size: var(--font24);
}
.font26 {
  font-size: var(--font26);
}
.font28 {
  font-size: var(--font28);
}
.font30 {
  font-size: var(--font30);
}
.font32 {
  font-size: var(--font32);
}
.font34 {
  font-size: var(--font34);
}
.font36 {
  font-size: var(--font36);
}
.font38 {
  font-size: var(--font38);
}
.font40 {
  font-size: var(--font40);
}
.font42 {
  font-size: var(--font42);
}
.font44 {
  font-size: var(--font44);
}
.font46 {
  font-size: var(--font46);
}
.font48 {
  font-size: var(--font48);
}
.font50 {
  font-size: var(--font50);
}
.font52 {
  font-size: var(--font52);
}
.font54 {
  font-size: var(--font54);
}
.font56 {
  font-size: var(--font56);
}
.font58 {
  font-size: var(--font58);
}
.font60 {
  font-size: var(--font60);
}
.font62 {
  font-size: var(--font62);
}
.font64 {
  font-size: var(--font64);
}
.font66 {
  font-size: var(--font66);
}
.font70 {
  font-size: var(--font70);
}
.font72 {
  font-size: var(--font72);
}
.font80 {
  font-size: var(--font80);
}
.font100 {
  font-size: var(--font100);
}
.font120 {
  font-size: var(--font120);
}
.font160 {
  font-size: var(--font160);
}
.font230 {
  font-size: var(--font230);
}
/* 字体 */
@font-face {
  font-family: 'HarmonyOS_Sans_SC';
  src: url('../fonts/HarmonyOS_Sans_SC.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.HarmonyOS_Sans_SC {
  font-family: 'HarmonyOS_Sans_SC';
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_L';
  src: url('../fonts/HarmonyOS_Sans_SC_Light.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.HarmonyOS_Sans_SC_L {
  font-family: 'HarmonyOS_Sans_SC_L';
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_B';
  src: url('../fonts/HarmonyOS_Sans_SC_Bold.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.HarmonyOS_Sans_SC_B {
  font-family: 'HarmonyOS_Sans_SC_B';
}
@font-face {
  font-family: 'HarmonyOS_Sans_SC_M';
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.woff2') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.HarmonyOS_Sans_SC_M {
  font-family: 'HarmonyOS_Sans_SC_M';
}
@font-face {
  font-family: 'Montserrat-L';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Montserrat-L {
  font-family: 'Montserrat-L';
}
@font-face {
  font-family: 'Montserrat-R';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Montserrat-R {
  font-family: 'Montserrat-R';
}
@font-face {
  font-family: 'Montserrat-SB';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.Montserrat-SB {
  font-family: 'Montserrat-SB';
}
/* 初始化 */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw / 19.3);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  font-family: 'HarmonyOS_Sans_SC_L', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  color: #000;
  background: #fff;
  overflow-x: hidden;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
p {
  text-align: justify;
}
.no_margin {
  margin-bottom: 0 !important;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  outline: none;
  -moz-outline-style: none;
}
a:hover {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}
input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}
input::-webkit-input-placeholder {
  color: #999999;
}
input:-moz-placeholder {
  color: #999999;
}
input::-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder {
  color: #999999;
}
textarea::-webkit-input-placeholder {
  color: #999999;
}
textarea:-moz-placeholder {
  color: #999999;
}
textarea::-moz-placeholder {
  color: #999999;
}
textarea:-ms-input-placeholder {
  color: #999999;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  /*滚动条-背景*/
  background: #ededed;
}
::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  background-color: var(--color-active);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
  /*滚动条-背景*/
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
}
.scroller {
  overflow: auto;
  padding-right: 0.11rem;
}
input,
textarea {
  resize: none;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
/* Flex 布局 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.f_column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.f_column_right {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.f_row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.f_row_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.j_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.j_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.j_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.j_justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.j_around {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.a_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.a_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.a_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.a_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.a_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.a_s_stretch {
  -webkit-box-self: stretch;
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.a_s_center {
  -webkit-box-self: center;
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center;
}
.a_s_end {
  -webkit-box-self: end;
  -ms-align-self: end;
  -webkit-align-self: end;
  align-self: end;
}
.flex_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flex_auto {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.order_2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.order_3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
/* 文字超出隐藏 */
.text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 动画 */
.dh {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* 动画延迟 */
.white-space {
  white-space: pre-line;
}
@media (max-width: 1024px) {
  .white-space {
    white-space: inherit;
  }
}
.font-weight-b {
  font-weight: bold;
}
.text-cap {
  text-transform: uppercase;
}
/* 布局 */
.pc,
.c-pc {
  display: block;
}
@media (max-width: 767px) {
  .pc,
  .c-pc {
    display: none;
  }
}
.wap,
.mobile,
.c-mb {
  display: none;
}
@media (max-width: 767px) {
  .wap,
  .mobile,
  .c-mb {
    display: block;
  }
}
/* images等比-NEW */
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.public-img-plus:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.swiper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper .swiper-slide .ani {
  display: none;
}
.swiper .swiper-slide.swiper-slide-active .ani {
  display: block;
}
.swiper-pagination {
  bottom: 0;
  opacity: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.23rem;
  height: 0.02rem;
  background-color: var(--color-gray-ddd);
  border-radius: 0;
  opacity: 1;
  margin: 0 0.05rem !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.33rem;
  height: 0.04rem;
  background-color: var(--color-yellow-f2b);
}
.slide-btn {
  width: 55px;
  height: 55px;
  background: no-repeat center #fff;
  border: 1px solid #999999;
  border-radius: 50%;
  margin-top: -27.5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .slide-btn {
    width: 40px;
    height: 40px;
  }
}
.slide-btn:hover {
  background-color: var(--color-active);
  border-color: var(--color-active);
}
.slide-btn:hover img,
.slide-btn:hover svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.slide-btn img,
.slide-btn svg {
  width: 14px;
  height: auto;
}
@media (max-width: 1580px) {
  .slide-btn img,
  .slide-btn svg {
    width: 10px;
  }
}
@media (max-width: 1024px) {
  .slide-btn {
    display: none;
  }
}
.slide-btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.2rem;
}
.slide-btn-main .slide-btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}
/* 公共样式 - 结束 */
.header {
  --color: #fff;
  --color-black: #333333;
  --color-active: #242c98;
  /* ----------------------------------------------------------    手机端导航 */
}
.header.active .header-pc,
.header.header-bg .header-pc,
.header.header-bg-white .header-pc {
  background-color: #fff;
  box-shadow: 0 1px 0.24rem 0 rgba(81, 81, 81, 0.06);
}
.header.active .header-pc .header-up,
.header.header-bg .header-pc .header-up,
.header.header-bg-white .header-pc .header-up {
  border-color: rgba(51, 51, 51, 0.2);
}
.header.active .header-pc .header-up .header-wrap .text-left-body,
.header.header-bg .header-pc .header-up .header-wrap .text-left-body,
.header.header-bg-white .header-pc .header-up .header-wrap .text-left-body {
  color: var(--color-black);
}
.header.active .header-pc .header-up .header-wrap .header-language .round .header-language-icon img,
.header.header-bg .header-pc .header-up .header-wrap .header-language .round .header-language-icon img,
.header.header-bg-white .header-pc .header-up .header-wrap .header-language .round .header-language-icon img {
  filter: drop-shadow(-80px 0 var(--color-black));
  transform: translate(80px);
}
.header.active .header-pc .header-down .header-wrap .logo .logo-white,
.header.header-bg .header-pc .header-down .header-wrap .logo .logo-white,
.header.header-bg-white .header-pc .header-down .header-wrap .logo .logo-white {
  display: none;
}
.header.active .header-pc .header-down .header-wrap .logo .logo-black,
.header.header-bg .header-pc .header-down .header-wrap .logo .logo-black,
.header.header-bg-white .header-pc .header-down .header-wrap .logo .logo-black {
  display: block;
}
.header.active .header-pc .header-down .header-wrap .header-right .nav dt a,
.header.header-bg .header-pc .header-down .header-wrap .header-right .nav dt a,
.header.header-bg-white .header-pc .header-down .header-wrap .header-right .nav dt a {
  color: var(--color-black);
}
.header .header-pc {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-up {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header .header-pc .header-up .header-wrap {
  margin: auto;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-pc .header-up .header-wrap .text-left-body {
  color: var(--color);
  opacity: 0.6;
}
.header .header-pc .header-up .header-wrap .header-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
  height: 42px;
  cursor: pointer;
}
.header .header-pc .header-up .header-wrap .header-language:hover .round .header-language-icon img,
.header .header-pc .header-up .header-wrap .header-language:hover .round .header-language-icon svg {
  opacity: 1;
  -webkit-filter: drop-shadow(-80px 0 var(--color-active));
  filter: drop-shadow(-80px 0 var(--color-active));
  -webkit-transform: translate(80px);
  transform: translate(80px);
}
.header .header-pc .header-up .header-wrap .header-language:hover .language-con {
  display: block;
}
.header .header-pc .header-up .header-wrap .header-language .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.06rem;
}
.header .header-pc .header-up .header-wrap .header-language .round .header-language-icon {
  overflow: hidden;
}
.header .header-pc .header-up .header-wrap .header-language .round .header-language-icon img,
.header .header-pc .header-up .header-wrap .header-language .round .header-language-icon svg {
  width: 0.18rem;
  min-width: 12px;
  height: auto;
}
.header .header-pc .header-up .header-wrap .header-language .language-con {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 8px 0 50px rgba(0, 0, 0, 0.08);
  padding: 0.24rem 0;
  text-align: center;
  display: none;
}
.header .header-pc .header-up .header-wrap .header-language .language-con .item {
  color: #000;
  color: rgba(0, 0, 0, 0.3);
  display: block;
  line-height: 2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-up .header-wrap .header-language .language-con .item:hover,
.header .header-pc .header-up .header-wrap .header-language .language-con .item.active {
  color: var(--color-active);
}
.header .header-pc .header-down .header-wrap {
  margin: auto;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-down .header-wrap .logo {
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-pc .header-down .header-wrap .logo img,
.header .header-pc .header-down .header-wrap .logo svg {
  width: auto;
  height: 0.52rem;
}
.header .header-pc .header-down .header-wrap .logo .logo-black {
  display: none;
}
.header .header-pc .header-down .header-wrap .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0 40px;
}
.header .header-pc .header-down .header-wrap .header-right .nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0 0.55rem;
}
.header .header-pc .header-down .header-wrap .header-right .nav .bor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-active);
}
.header .header-pc .header-down .header-wrap .header-right .nav dl {
  position: relative;
  z-index: 10;
}
.header .header-pc .header-down .header-wrap .header-right .nav dl:hover {
  z-index: 20;
}
.header .header-pc .header-down .header-wrap .header-right .nav dt a {
  font-size: var(--font16);
  color: var(--color);
  position: relative;
  height: var(--header-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .header-pc .header-down .header-wrap .header-right .nav dt a.active {
  color: var(--color-active);
}
.header .header-pc .header-down .header-wrap .header-right .nav dd {
  display: none;
  width: 140px;
  background-color: var(--color-white);
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -70px;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd .ovs {
  height: 100%;
  padding: 20px 0 10px;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd .ovs a {
  display: block;
  font-size: var(--font14);
  color: var(--color-black);
  line-height: 1.5em;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd .ovs a:hover {
  color: var(--color-active);
}
.header .header-pc .header-down .header-wrap .header-right .nav dd.nav-open {
  width: 100%;
  position: fixed;
  top: var(--header-height);
  left: 0;
  margin-left: 0;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd.nav-open .container-custom {
  width: 50.652%;
  min-width: 970px;
  margin: auto;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd.nav-open .container-custom .row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd.nav-open .container-custom .ovs {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd.nav-open .container-custom .ovs h3 {
  font-weight: bold;
  border-bottom: 1px solid var(--color-gray-100);
  margin-top: 6px;
  margin-bottom: 20px;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd.nav-open .container-custom .ovs h3 a {
  margin-bottom: 6px;
}
.header .header-pc .header-down .header-wrap .header-right .nav dd.nav-open .container-custom .ovs a {
  text-align: left;
}
@media (max-width: 1024px) {
  .header .header-pc {
    display: none;
  }
}
.header .mask-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(4, 29, 44, 0.2);
  display: none;
}
.header .mask-bg.active {
  display: block;
}
.header .m_header_box {
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.header .m_header_box .header_title {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  position: relative;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.header .m_header_box .header_title .logo {
  height: 100%;
  overflow: hidden;
}
.header .m_header_box .header_title .logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_title .logo img,
.header .m_header_box .header_title .logo svg {
  width: auto;
  height: 24px;
}
.header .m_header_box .header_title .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .m_header_box .header_title .menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.header .m_header_box .header_title .menu_btn::after,
.header .m_header_box .header_title .menu_btn::before,
.header .m_header_box .header_title .menu_btn i {
  width: 70%;
  height: 2px;
  display: block;
  background: var(--color-black);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -35%;
  transform-origin: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_title .menu_btn::before {
  content: '';
  margin-top: -8px;
}
.header .m_header_box .header_title .menu_btn::after {
  content: '';
  margin-top: 6px;
}
.header .m_header_box .header_title .menu_btn.active i {
  opacity: 0;
}
.header .m_header_box .header_title .menu_btn.active::before {
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
  background: var(--color-active);
}
.header .m_header_box .header_title .menu_btn.active::after {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 5px;
  background: var(--color-active);
}
.header .m_header_box .header_title .head_btn {
  width: auto;
  height: 30px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}
.header .m_header_box .header_title .head_btn .icon {
  max-width: 14px;
  height: 14px;
  font-size: 0;
  margin-right: 5px;
  filter: invert(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_title .head_btn .link {
  line-height: 1;
  font-size: 12px;
  color: var(--color-black);
  margin-top: 3px;
}
.header .m_header_box .header_title .head_btn .link span {
  opacity: 0.6;
}
.header .m_header_box .header_title .head_btn .link a {
  color: var(--color-black);
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_title .head_btn .link a:hover {
  opacity: 1;
}
.header .m_header_box .header_title .head_btn:hover .icon {
  filter: invert(1);
}
.header .m_header_box .header_title .head_btn:hover .link {
  color: var(--color-black);
}
.header .m_header_box .header_title .head_btn:hover .link a,
.header .m_header_box .header_title .head_btn:hover .link span {
  color: var(--color-black);
}
.header .m_header_box .header_body {
  width: 100%;
  height: calc(100vh - 50px);
  background: var(--color-gray-f6);
  display: none;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_info {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_nav {
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.header .m_header_box .header_body .menu_nav ul {
  padding: 0;
  margin: 0;
}
.header .m_header_box .header_body .menu_nav ul li {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.header .m_header_box .header_body .menu_nav ul li .one {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_nav ul li .one a {
  padding: 15px 0;
  display: block;
  font-size: 14px;
  color: var(--color-gray-444);
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex: 1;
  position: relative;
}
.header .m_header_box .header_body .menu_nav ul li .one a .subtitle {
  font-size: 14px;
  margin-right: 10px;
}
.header .m_header_box .header_body .menu_nav ul li .one a .title {
  font-size: 14px;
}
.header .m_header_box .header_body .menu_nav ul li .one .icon {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: var(--color-gray-444);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_nav ul li .one .icon img,
.header .m_header_box .header_body .menu_nav ul li .one .icon svg {
  position: relative;
  width: 10px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_body .menu_nav ul li .one.active a {
  color: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li .one.active .icon svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header .m_header_box .header_body .menu_nav ul li .one.active .icon svg path {
  fill: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul {
  border-top: 1px solid var(--color-active);
  padding: 10px 0;
  display: none;
}
.header .m_header_box .header_body .menu_nav ul li ul li {
  border: 0;
}
.header .m_header_box .header_body .menu_nav ul li ul li a {
  display: block;
  font-size: 13px;
  padding: 6px 0 6px 20px;
  color: var(--color-gray-444);
  position: relative;
}
.header .m_header_box .header_body .menu_nav ul li ul li a .icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  color: var(--color-gray-444);
}
.header .m_header_box .header_body .menu_nav ul li ul li a .icon img,
.header .m_header_box .header_body .menu_nav ul li ul li a .icon svg {
  width: 8px;
  height: auto;
  position: static;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active {
  color: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active a {
  color: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header .m_header_box .header_body .menu_nav ul li ul li .two.active svg path {
  fill: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li ul {
  border: 0;
  display: none;
}
.header .m_header_box .header_body .menu_nav ul li ul li ul li a {
  padding: 10px 0 10px 35px;
  font-size: 12px;
  color: var(--color-gray-999);
}
.header .m_header_box .header_body .menu_nav ul li ul li ul li a:before {
  content: '';
  width: 5px;
  height: 1px;
  color: var(--color-gray-999);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -1.5px;
  z-index: 1;
}
.header .m_header_box .header_body .menu_nav ul li ul li ul li a.active:before {
  background: var(--color-active);
}
.header .m_header_box .header_body .menu_nav ul li ul li ul.active {
  display: block;
}
.header .m_header_box .header_body .menu_form {
  width: 100%;
  height: auto;
  padding: 0 20px;
  overflow: hidden;
}
.header .m_header_box .header_body .menu_form .center {
  width: 100%;
  height: 50px;
  background-color: var(--color-white);
  overflow: hidden;
}
.header .m_header_box .header_body .menu_form .center form {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_form .center form input {
  flex: 1;
  height: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: var(--color-gray-444);
  border: 0;
}
.header .m_header_box .header_body .menu_form .center form button {
  width: 70px;
  border: 0;
  height: 100%;
  padding: 0;
  background: var(--color-active);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_form .center form button img,
.header .m_header_box .header_body .menu_form .center form button svg {
  width: 18px;
  height: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.header .m_header_box .header_body .menu_lang {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .m_header_box .header_body .menu_lang .item {
  width: auto;
  height: 36px;
  margin-right: 10px;
  overflow: hidden;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: var(--color-white);
  border-radius: 50px;
  font-size: 12px;
  color: var(--color-gray-444);
}
.header .m_header_box .header_body .menu_lang .item.active {
  background: var(--color-active);
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .header .m_header_box {
    display: block;
  }
}
.socials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0 0.1rem;
}
.socials-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 36px;
  height: 36px;
  background-color: white;
  border-radius: 50%;
}
.socials-wrap a .icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.socials-wrap a .icon img,
.socials-wrap a .icon svg {
  width: 20px;
  height: auto;
}
.socials-wrap a .socials-img {
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -52px;
  width: 104px;
  height: 104px;
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  z-index: 99;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-filter: alpha(opacity=0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  will-change: opacity;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.socials-wrap a .socials-img img {
  width: 100%;
  height: 100%;
}
.socials-wrap a .socials-img:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 6px 6px 6px;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}
.socials-wrap a:hover .socials-img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-filter: alpha(opacity=100);
}
.footer {
  --color: #fff;
  color: var(--color);
  background-color: #282a3e;
}
.footer .footer-up {
  padding: 1.09rem 0 0.98rem;
}
.footer .footer-up .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  grid-gap: 0 50px;
}
.footer .footer-up .wrap-box .wrap-left {
  max-width: 400px;
}
.footer .footer-up .wrap-box .wrap-right {
  width: 55.23255814%;
  max-width: 950px;
}
@media (max-width: 1024px) {
  .footer .footer-up .wrap-box .wrap-right {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .footer .footer-up .wrap-box {
    display: block;
  }
  .footer .footer-up .wrap-box .wrap-left {
    min-width: 100%;
    text-align: center;
    display: none;
  }
  .footer .footer-up .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
  }
}
.footer .footer-up .text-body {
  margin-top: 0.62rem;
}
.footer .footer-up .text-body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0.22rem;
}
.footer .footer-up .text-body dl:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .footer .footer-up .text-body dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer .footer-up .text-body dl dd h6 {
  color: rgba(169, 171, 186, 0.7);
  line-height: 1.75em;
}
.footer .footer-up .text-body dl dd h6 .color-white {
  color: var(--color-white);
  opacity: 0.7;
}
.footer .footer-up .text-body dl dd h6 img {
  width: 13px;
  margin-right: 9px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.footer .footer-up .text-body dl dd p {
  padding-left: 22px;
}
.footer .footer-up .text-body dl dd .num {
  font-size: var(--font20);
}
.footer .footer-down {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0;
}
.footer .footer-down .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .footer-down .wrap-box .wrap-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .footer .footer-down .wrap-box {
    display: block;
    padding-top: 0;
  }
  .footer .footer-down .wrap-box .wrap-left {
    padding: 0;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
  }
  .footer .footer-down .wrap-box .wrap-right {
    text-align: center;
  }
}
.footer .footer-down .text-body p span {
  color: var(--color);
  color: rgba(255, 255, 255, 0.6);
  padding-right: 5px;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .footer .footer-down .text-body p span {
    display: block;
    line-height: 1.6;
  }
}
.footer .footer-down .text-body p span:last-child {
  padding: 0;
  margin: 0;
}
.footer .footer-down .text-body p span:last-child::before {
  display: none;
}
.footer .footer-down .text-body p span:hover {
  color: var(--color);
}
.footer .footer-down .text-body p span::before {
  content: '';
  width: 1px;
  height: 100%;
  max-height: 16px;
  background-color: var(--color);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .footer .footer-down .text-body p span::before {
    display: none;
  }
}
.footer .footer-down .text-body p img {
  height: 18px;
}
.footer .foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.15rem;
}
@media (max-width: 1024px) {
  .footer .foot-nav {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.footer .foot-nav .dl a:hover {
  opacity: 1;
}
.footer .foot-nav .dl .dt {
  display: block;
  padding-bottom: 0.2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .foot-nav .dl .dt:hover a {
  opacity: 1;
}
.footer .foot-nav .dl .dt.active a {
  opacity: 1;
}
.footer .foot-nav .dl .dt.active .icon svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.footer .foot-nav .dl .dt.active .icon svg path {
  fill: #fff;
}
.footer .foot-nav .dl .dt a {
  opacity: 0.4;
  font-size: var(--font18);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .foot-nav .dl .dt .icon {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  color: var(--color-gray-444);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
}
.footer .foot-nav .dl .dt .icon img,
.footer .foot-nav .dl .dt .icon svg {
  position: relative;
  width: 10px;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .foot-nav .dl .dt .icon img path,
.footer .foot-nav .dl .dt .icon svg path {
  fill: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .footer .foot-nav .dl .dt {
    padding-top: 0.2rem;
    padding-right: 50px;
    border-bottom: 1px solid #ededed;
  }
  .footer .foot-nav .dl .dt .icon {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .footer .foot-nav .dl .foot-nei-nav {
    display: none;
    margin-top: 0.1rem;
  }
}
.footer .foot-nav .dl .dd {
  opacity: 0.4;
  line-height: 1.875em;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .text-body p {
  white-space: initial;
}
.footer .text-body p span {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .text-body p a {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .footer .text-body {
    text-align: center;
  }
  .footer .text-body p {
    text-align: center;
  }
}
.footer .link-website-by {
  color: var(--color);
  opacity: 0.6;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .footer .link-website-by {
    margin-top: 0.1rem;
  }
}
.footer .link-website-by:hover {
  opacity: 1;
}
.footer .logo img,
.footer .logo svg {
  width: auto;
  height: 0.52rem;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-text1 * {
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-5.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-3.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-6.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-4.png) no-repeat center / 100%;
}
.header-placeholder {
  height: var(--header-height);
}
.wrapper {
  overflow: hidden;
  /*margin-top: var(--header-height);*/
}
@media (max-width: 1024px) {
  .wrapper {
    margin-top: 50px;
  }
}
.container {
  width: 100%;
  height: auto;
  max-width: 89.58333333%;
  margin: 0 auto;
}
@media (min-width: 1901px) {
  .container {
    max-width: 1720px;
  }
}
@media (max-width: 1680px) {
  .container {
    max-width: 91.66666667%;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
.JYHG-box {
  width: 100%;
  height: 0;
  position: relative;
  transform: translateY(calc((var(--header-height) + 42px) * -1));
}
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.btn-container .more-primary {
  position: relative;
  min-width: 2.2rem;
  height: 0.62rem;
  min-height: 45px;
  padding: 0 0.3rem;
  overflow: hidden;
  border-radius: 0.06rem;
  background-color: var(--color-active);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container .more-primary .more-primary-str {
  z-index: 3;
  position: relative;
}
.btn-container .more-primary .more-primary-circle {
  position: relative;
  margin-left: 0.84rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container .more-primary .more-primary-circle img,
.btn-container .more-primary .more-primary-circle svg {
  z-index: 2;
  width: 0.09rem;
  min-width: 8px;
  height: auto;
}
.btn-container .more-primary2 {
  position: relative;
  color: var(--color-active);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container .more-primary2 .more-primary-str {
  z-index: 3;
  position: relative;
}
.btn-container .more-primary2 .more-primary-circle {
  position: relative;
  margin-left: 0.13rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container .more-primary2 .more-primary-circle img,
.btn-container .more-primary2 .more-primary-circle svg {
  z-index: 2;
  width: 0.09rem;
  min-width: 8px;
  height: auto;
  filter: drop-shadow(-80px 0 var(--color-active));
  transform: translate(80px);
}
@-webkit-keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-container .run {
  -webkit-animation-name: run;
  animation-name: run;
}
.btn-container .more-primary4 {
  position: relative;
  overflow: hidden;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 0.14rem;
}
.btn-container .more-primary4 .more-primary-str {
  z-index: 3;
  position: relative;
}
.btn-container .more-primary4 .more-primary-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container .more-primary4 .more-primary-circle img,
.btn-container .more-primary4 .more-primary-circle svg {
  z-index: 2;
  width: 0.19rem;
  min-width: 10px;
  height: auto;
  -webkit-animation: run 15s linear infinite;
  animation: run 15s linear infinite;
}
.btn-container .more-primary5 {
  position: relative;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container .more-primary5.active,
.btn-container .more-primary5:hover {
  color: var(--color-active);
}
.btn-container .more-primary5 .more-primary-str {
  z-index: 3;
  position: relative;
}
.btn-container .more-primary5 .more-primary-circle {
  position: relative;
  margin-right: 0.11rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.btn-container .more-primary5 .more-primary-circle img,
.btn-container .more-primary5 .more-primary-circle svg {
  z-index: 2;
  width: 0.14rem;
  min-width: 14px;
  height: auto;
}
.page-img-box {
  position: relative;
}
.page-img-box .page-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-img-box .page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-img-box .page-main {
  position: relative;
}
.page-ban {
  position: relative;
}
.page-ban:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  inset: 0;
  opacity: var(--progress);
  pointer-events: none;
  position: absolute;
}
.page-ban::after {
  content: '';
  width: 100%;
  height: 72%;
  background-color: #000;
  background: -webkit-linear-gradient(-90deg, #000 0%, transparent 100%);
  background: linear-gradient(180deg, #000 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.47;
}
.page-ban .img {
  overflow: hidden;
  position: relative;
}
.page-ban .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 200px;
}
.page-ban .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page-ban .container .slogan {
  width: 100%;
}
.page-ban .container .slogan .title {
  font-family: 'HarmonyOS_Sans_SC_B';
  color: var(--color-white);
  line-height: 1;
  text-transform: capitalize;
}
.page-top-menu {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: white;
  position: relative;
}
.page-top-menu.page-top-menu2::before {
  display: none;
}
.page-top-menu::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .page-top-menu {
    display: none;
  }
}
.page-top-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.8rem;
}
.page-top-menu .menu-main {
  line-height: 83px;
  font-family: 'HarmonyOS_Sans_SC';
  color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.1rem 0.9rem;
  margin-left: 0.6rem;
}
@media (max-width: 1580px) {
  .page-top-menu .menu-main {
    line-height: 55px;
  }
}
.page-top-menu .menu-main a {
  position: relative;
}
.page-top-menu .menu-main a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: var(--color-active);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-top-menu .menu-main .menu-location {
  position: relative;
}
.page-top-menu .menu-main .menu-location.active a {
  color: var(--color-active);
}
.page-top-menu .menu-main .menu-location.active a::before {
  width: 100%;
}
.page-top-menu .menu-main .menu-location-none svg,
.page-top-menu .menu-main .menu-location-none img {
  margin-left: 0.09rem;
}
.page-top-menu .menu-main .menu-location-none svg path {
  fill: #666666;
}
.page-top-menu .menu-nav {
  line-height: 0.76rem;
  color: #666666;
  margin-left: 1.6rem;
}
.page-top-menu .menu-nav img {
  height: 0.13rem;
  min-height: 13px;
  margin-right: 0.09rem;
}
.page-top-menu .menu-nav a {
  position: relative;
}
.page-top-menu .menu-nav a.active {
  color: #666666;
}
.page-title .title {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #666666;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-gap: 0.2rem;
}
.page-title .title .title-line {
  position: relative;
  width: 9px;
}
.page-title .title .title-line::before,
.page-title .title .title-line::after {
  content: '';
  width: 9px;
  height: 9px;
  background-color: var(--color-active);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-title .title .title-line::before {
  margin-top: -3px;
  z-index: 1;
}
.page-title .title .title-line::after {
  background-color: var(--color-yellow-f2b);
  margin-top: 3px;
}
.page-title .title-en {
  font-family: 'Montserrat-R';
  color: var(--color-active);
  line-height: 1;
  text-transform: uppercase;
}
.page-title .slogan {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #111111;
  line-height: 1.27777778em;
  margin-top: 0.12rem;
}
.page-title .slogan span {
  display: block;
}
.page-center {
  text-align: center;
}
.page-center * {
  text-align: center;
}
.tab-ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-ul li .top {
  cursor: pointer;
  padding: 0.21rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tab-ul li .top .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tab-ul li .top .tab-box .tab-title {
  font-size: var(--font18);
  color: var(--color-black);
  line-height: 1.4;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.tab-ul li .top .tab-box .btn .addBox {
  width: 30px;
  height: 30px;
  background-color: var(--color-black);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-ul li .top .tab-box .btn .addBox i {
  width: 2px;
  height: 10px;
  background-color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tab-ul li .top .tab-box .btn .addBox i:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.tab-ul li .bom {
  display: none;
  padding-bottom: 0.5rem;
}
.tab-ul li .bom .text-body h6 {
  font-size: var(--font18);
  color: var(--color-black);
  line-height: 1.4;
  margin-bottom: 0.22rem;
  font-weight: bold;
}
.tab-ul li.active .top {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tab-ul li.active .top .tab-box .btn .addBox {
  background-color: var(--color-active);
}
.tab-ul li.active .top .tab-box .btn .addBox i:first-child {
  transform: rotate(90deg);
}
.forms {
  /* 验证码 */
  /* 文件上传 */
  /* 单选-多选 */
  /* 隐私条款 */
}
.forms input {
  width: 100%;
  height: 0.6rem;
  min-height: 45px;
  background-color: #fbfbfb;
  padding: 0 0.26rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.14rem;
  color: #222;
}
.forms textarea {
  width: 100%;
  height: 1.2rem;
  min-height: 60px;
  background-color: #fbfbfb;
  padding: 10px 0.26rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.14rem;
  color: #222;
}
.forms select {
  width: 100%;
  height: 0.6rem;
  min-height: 45px;
  background-color: #fbfbfb;
  padding: 0 0.26rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.14rem;
  color: #222;
}
.forms .widget-label label {
  color: #333333;
}
.forms .widget-label label i,
.forms .widget-label label span {
  color: #dd1717;
}
.forms .info-list {
  margin-top: 20px;
}
.forms .info-list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .forms .info-list2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.forms .info-list3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .forms .info-list3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.forms .forms-box {
  position: relative;
}
.forms .text-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.forms .widget-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.forms .verification-img {
  width: 170px;
  height: 100%;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 0.12rem;
  cursor: pointer;
}
.forms .file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.forms .layui-input-block {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.forms .layui-input-block .layui-form-radio:hover > *,
.forms .layui-input-block .layui-form-radioed,
.forms .layui-input-block .layui-form-radioed > i {
  color: var(--color-active);
}
.forms .layui-form-item {
  padding-left: 24px;
  margin: 0;
  margin-top: 0.22rem;
}
.forms .layui-form-item a {
  position: relative;
  z-index: 9;
  color: var(--color-active);
  text-decoration: revert;
}
.forms .layui-form-item .layui-form-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
.forms .layui-form-item .layui-form-checkbox i,
.forms .layui-form-item .layui-form-checkbox span {
  width: 16px;
  height: 16px;
  background-color: white;
  border-color: #a4a4a4;
  border-radius: 4px;
  bottom: -0.03rem;
  margin: auto;
  font-weight: bold;
}
.forms .layui-form-item .layui-form-checked[lay-skin=primary] > i {
  color: var(--color-active);
}
.forms .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover > i,
.forms .layui-form-item .layui-form-checked[lay-skin=primary] > i {
  border-color: var(--color-active) !important;
  background-color: var(--color-active);
}
.forms .layui-form-item .layui-icon-ok:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/checkbox-icon.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}
.forms .layui-form-item .layui-form-checkbox[lay-skin=primary]:hover > i::before,
.forms .layui-form-item .layui-form-checked .layui-icon-ok:before {
  opacity: 1;
}
.layui-form-select.layui-form-selected .layui-edge {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.layui-form-select .layui-input:hover,
.layui-form-select .layui-input:focus,
.layui-form-select .layui-textarea:focus {
  border-color: #adadad !important;
  box-shadow: none;
}
.layui-form-select .layui-edge {
  width: 46px;
  height: 100%;
  background: url(../svg/select-icon.svg) no-repeat center;
  background-size: 12px 12px;
  border: none;
  right: 0;
  top: 0;
  margin-top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layui-form-select dl {
  padding: 10px 0;
  margin-top: 8px;
  border: 1px solid #adadad;
  border-radius: 10px;
  box-shadow: none;
  top: auto;
}
.layui-form-select dl dd:first-child {
  display: none;
}
.layui-form-select dl dt,
.layui-form-select dl dd {
  font-size: var(--font16);
  padding: 0 0.24rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layui-form-select dl .layui-this {
  color: var(--color-active) !important;
  background-color: transparent !important;
}
.layui-form-select dl dd:hover {
  background: var(--color-gray-eee);
}
.searchform {
  position: relative;
}
.searchform .input {
  font-size: var(--font14);
  color: var(--color-black);
  font-style: normal;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 45px;
  border: 1px solid var(--color-gray-ddd);
  border-radius: 99px;
  background-color: transparent;
}
.searchform .iconfont {
  height: 100%;
  position: absolute;
  right: 0.2rem;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--color-black);
}
@keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes TopBtn {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.TopBtn {
  -webkit-animation-name: TopBtn;
  animation-name: TopBtn;
}
.kefu-box {
  position: fixed;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.kefu-box .item {
  width: 70px;
  height: 70px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  margin-top: 0.06rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .kefu-box .item {
    width: 50px;
    height: 50px;
  }
}
.kefu-box .item .item-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.kefu-box .item .item-box .img {
  width: 100%;
  height: 30px;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .kefu-box .item .item-box .img {
    height: 22px;
  }
}
.kefu-box .item .item-box .img img {
  width: 12px;
}
@media (max-width: 1580px) {
  .kefu-box .item .item-box .img img {
    width: 8px;
  }
}
.kefu-box .item .item-box .text-body {
  color: #fff;
  opacity: 0.6;
  margin-top: 0.07rem;
}
.kefu-box .item .info {
  width: auto;
  height: 100%;
  background-color: #fff;
  border-radius: 0.05rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.kefu-box .item .info a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0.16rem;
  color: var(--color-active);
}
.kefu-box .item .info img {
  max-width: 22px;
  max-height: 22px;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  .kefu-box .item .info img {
    max-width: 15px;
    max-height: 15px;
  }
}
.kefu-box .item#backToTopBtn .item-box img {
  position: relative;
  animation: TopBtn 1.5s ease-out infinite;
  -webkit-animation: TopBtn 1.5s ease-out infinite;
}
.kefu-box .item#backToTopBtn:hover .item-box .img {
  opacity: 1;
}
.kefu-box .item:hover .item-box .img {
  opacity: 0;
}
.kefu-box .item:hover .info {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .kefu-box {
    display: none;
  }
}
.c-close {
  max-width: 0.24rem;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0.3rem;
  margin-right: 0.3rem;
  cursor: pointer;
  z-index: 2;
}
.c-close img,
.c-close svg {
  width: 100%;
  height: auto;
}
.c-close.c-close-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#c-code-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-code-pop .c-img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 55px 20px 20px;
  width: 200px;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#c-code-pop .c-img-box > img {
  width: 100%;
}
#c-code-pop .c-img-box .c-text {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
  color: #333;
}
#c-content-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 910;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#c-content-pop .c-content-box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 473px;
  padding: 0.4rem;
  border-radius: 5px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #c-content-pop .c-content-box {
    width: 90%;
  }
}
#c-content-pop .c-content-box .c-auto {
  height: 40vh;
  overflow: auto;
}
#hi-resume-pop .c-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.16rem;
}
#hi-resume-pop .c-wrap .c-title {
  color: #222222;
}
#hi-resume-pop .forms {
  margin-top: 0.3rem;
}
#hi-resume-pop .forms .widget-label label {
  position: relative;
  padding-left: 14px;
}
#hi-resume-pop .forms .widget-label label span {
  position: absolute;
  left: 0;
  top: 0;
}
#hi-resume-pop .forms .info-list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem 0.4rem;
  margin-top: 0.3rem;
}
#hi-resume-pop .forms .btn-box {
  margin-top: 0.15rem;
}
.pagerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.6rem;
}
.pagerBox .layui-laypage {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage span {
  height: auto;
  font-size: var(--font16);
  color: #999999;
  padding: 0 10px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagerBox .layui-laypage a:hover,
.pagerBox .layui-laypage span:hover {
  color: #333333;
}
.pagerBox .swiper_but {
  z-index: 2;
  cursor: pointer;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  min-width: 34px;
  min-height: 34px;
  border: 1px solid #cacaca;
  border-radius: 0.14rem;
}
.pagerBox .swiper_but img,
.pagerBox .swiper_but svg {
  width: 0.12rem;
  min-width: 8px;
  height: auto;
}
.pagerBox .swiper_but:hover {
  background-color: var(--color-active);
  border-color: var(--color-active);
}
.pagerBox .swiper_but:hover img,
.pagerBox .swiper_but:hover svg {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pagerBox .swiper_but.prev img,
.pagerBox .swiper_but.prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pagerBox .layui-laypage a,
.pagerBox .layui-laypage button,
.pagerBox .layui-laypage input,
.pagerBox .layui-laypage select,
.pagerBox .layui-laypage span {
  border: 0;
}
.pagerBox .layui-laypage .layui-laypage-curr em {
  color: var(--color-active);
  background: none;
}
.pagerBox .layui-laypage-skip {
  padding: 0 !important;
  margin-left: 0.54rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagerBox .layui-laypage-skip .layui-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 0.48rem;
  height: 0.48rem;
  min-width: 34px;
  min-height: 34px;
  margin: 0 0.17rem 0 0.12rem;
  background-color: transparent;
  border: 1px solid #cacaca;
  border-radius: 0.14rem;
}
.pagerBox .layui-laypage-skip .layui-input img,
.pagerBox .layui-laypage-skip .layui-input svg {
  width: 0.06rem;
  min-width: 4px;
  height: auto;
  opacity: 0.4;
}
.pagerBox .layui-laypage-skip .layui-input:hover,
.pagerBox .layui-laypage-skip .layui-input:focus {
  color: #fff;
  background-color: var(--color-active);
  border-color: var(--color-active) !important;
}
.pagerBox .layui-laypage-skip .layui-input:hover img,
.pagerBox .layui-laypage-skip .layui-input:focus img,
.pagerBox .layui-laypage-skip .layui-input:hover svg,
.pagerBox .layui-laypage-skip .layui-input:focus svg {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.pagerBox .layui-laypage-skip .layui-laypage-btn {
  padding: 0;
  margin-left: 0.3rem;
  background-color: transparent;
}
.pagerBox .layui-laypage-skip .layui-laypage-btn span {
  padding: 0;
  margin-left: 0.09rem;
  overflow: hidden;
}
.pagerBox .layui-laypage-skip .layui-laypage-btn img,
.pagerBox .layui-laypage-skip .layui-laypage-btn svg {
  width: 0.06rem;
  min-width: 4px;
  height: auto;
  filter: drop-shadow(-80px 0 var(--color-active));
  transform: translate(80px);
}
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.55rem;
}
.pager a {
  width: 48px;
  height: 48px;
  margin: 0 6px;
  border: 1px solid #ddd;
  color: #6e6e6e;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1580px) {
  .pager a {
    width: 40px;
    height: 40px;
    margin: 0 4px;
  }
}
@media (max-width: 1024px) {
  .pager a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .pager a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.pager a.prev img,
.pager a.prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pager a img,
.pager a svg {
  width: 0.07rem;
  min-width: 5px;
  height: auto;
}
.pager a:hover,
.pager a.active {
  background: var(--color-active);
  border-color: var(--color-active);
  color: #fff;
}
.pager a:hover img,
.pager a.active img,
.pager a:hover svg,
.pager a.active svg {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@-webkit-keyframes down-icon {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 0.2rem;
    opacity: 0;
  }
  65% {
    top: -0.2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes down-icon {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 0.2rem;
    opacity: 0;
  }
  65% {
    top: -0.2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.down-icon {
  -webkit-animation-name: down-icon;
  animation-name: down-icon;
}
.index-swiper {
  --color-white: #fff;
  position: relative;
  overflow: hidden;
}
.index-swiper .swiper-slide {
  height: auto;
}
.index-swiper .swiper-slide::before {
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
  inset: 0;
  opacity: var(--progress);
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.index-swiper .swiper-slide .bg {
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  position: relative;
}
.index-swiper .swiper-slide .bg::before {
  content: '';
  width: 100%;
  height: 42%;
  background-color: #000;
  background: -webkit-linear-gradient(-90deg, #000 0%, transparent 100%);
  background: linear-gradient(180deg, #000 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.47;
}
.index-swiper .swiper-slide .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 540px;
}
.index-swiper .swiper-slide .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-swiper .swiper-slide .container .ani {
  width: 100%;
  margin-top: -2.2rem;
}
.index-swiper .swiper-slide .container .ani .title {
  font-family: 'HarmonyOS_Sans_SC_B';
  color: var(--color-white);
}
@media (max-width: 767px) {
  .index-swiper .swiper-slide .container .ani .title span {
    display: block;
  }
}
.index-swiper .swiper-slide .container .ani .text-body {
  color: var(--color-white);
  margin-top: 10px;
}
.index-swiper .videoBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-swiper .videoBox:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-filter: alpha(opacity=40);
}
.index-swiper .videoBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
.index-swiper .swiper-pagination {
  width: 22px;
  height: 0;
  text-align: center;
  position: absolute;
  right: 0.19rem;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
  text-align: right;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 2px;
  position: relative;
  background-color: transparent;
  margin: 0.1rem 0 !important;
  display: block;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 15px;
  height: 100%;
  background-color: var(--color-white);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
}
.index-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 100%;
  background-color: var(--color-yellow-f2b);
}
.index-swiper .index-slide-down {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.index-swiper .index-slide-down .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.index-swiper .index-slide-down .tips {
  max-width: 110px;
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  z-index: 9;
  color: var(--color-white);
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.index-swiper .index-slide-down .tips .icon {
  margin-bottom: 0.15rem;
}
.index-swiper .index-slide-down .tips .icon img,
.index-swiper .index-slide-down .tips .icon svg {
  position: relative;
  width: 0.19rem;
  height: auto;
  -webkit-animation: down-icon 1.5s ease-out infinite;
  animation: down-icon 1.5s ease-out infinite;
}
.index-swiper .index-slide-down .stock-box {
  position: relative;
  font-family: 'Montserrat-L';
  color: var(--color-white);
  line-height: 1;
  padding: 0.33rem 0.5rem 0.33rem 0.4rem;
}
.index-swiper .index-slide-down .stock-box.stock-rise .num2 .icon img {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.index-swiper .index-slide-down .stock-box::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--color-active);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}
.index-swiper .index-slide-down .stock-box::after {
  content: '';
  width: 100%;
  height: 62%;
  background-color: var(--color-yellow-f2b);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.index-swiper .index-slide-down .stock-box .num2 {
  margin: 0.26rem 0;
  font-family: 'Montserrat-SB';
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-swiper .index-slide-down .stock-box .num2 .icon {
  margin-left: 0.57rem;
}
.index-swiper .index-slide-down .stock-box .num2 .icon img {
  height: 0.27rem;
}
.index-about-page {
  padding: 1.45rem 0 1.3rem;
}
.index-about-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-about-page .page-main .wrap-box {
    display: block;
  }
}
.index-about-page .page-main .wrap-box .wrap-left {
  width: 36.62790698%;
  max-width: 630px;
}
@media (max-width: 1024px) {
  .index-about-page .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.index-about-page .page-main .wrap-box .wrap-right {
  width: 56.27906977%;
  max-width: 968px;
}
@media (max-width: 1024px) {
  .index-about-page .page-main .wrap-box .wrap-right {
    width: 100%;
    margin: auto;
    height: 7rem;
    min-height: 380px;
  }
}
.index-about-page .page-main .wrap-left .page-title .title-en {
  margin-top: 1.46rem;
}
.index-about-page .page-main .wrap-left .page-title .slogan {
  margin-top: 0.32rem;
}
.index-about-page .page-main .wrap-left .text-body {
  color: #666666;
  line-height: 1.66666667em;
  margin-top: 0.3rem;
}
.index-about-page .page-main .wrap-left .btn-container {
  margin-top: 1.38rem;
}
.index-about-page .page-main .list {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-about-page .page-main .list .item {
  position: absolute;
}
.index-about-page .page-main .list .item.item1 {
  top: 1.2rem;
  left: 3.3rem;
}
@media (max-width: 767px) {
  .index-about-page .page-main .list .item.item1 {
    left: 10%;
  }
}
.index-about-page .page-main .list .item.item1 .item-box {
  width: 2.29rem;
  height: 2.29rem;
}
.index-about-page .page-main .list .item.item2 {
  top: 0.22rem;
  left: 6.6rem;
}
@media (max-width: 767px) {
  .index-about-page .page-main .list .item.item2 {
    left: 58%;
  }
}
.index-about-page .page-main .list .item.item2 .item-box {
  width: 2.83rem;
  height: 2.83rem;
}
.index-about-page .page-main .list .item.item3 {
  top: 3.2rem;
  left: 5.7rem;
}
@media (max-width: 767px) {
  .index-about-page .page-main .list .item.item3 {
    left: 46%;
  }
}
.index-about-page .page-main .list .item.item3 .item-box {
  width: 2.29rem;
  height: 2.29rem;
}
.index-about-page .page-main .list .item.item4 {
  top: 2.36rem;
  left: 0;
}
@media (max-width: 767px) {
  .index-about-page .page-main .list .item.item4 {
    top: 3.36rem;
  }
}
.index-about-page .page-main .list .item.item4 .item-box {
  width: 2.83rem;
  height: 2.83rem;
}
.index-about-page .page-main .list .item .item-box {
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 0%, rgba(241, 241, 241, 0.5) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(241, 241, 241, 0.5) 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-about-page .page-main .list .item .item-box .text-box .title {
  color: #333333;
  line-height: 1;
}
.index-about-page .page-main .list .item .item-box .text-box .title span {
  font-family: 'Montserrat-SB';
}
.index-about-page .page-main .list .item .item-box .text-box .text-body {
  color: #666666;
}
.about-page {
  padding: 1.6rem 0 1.76rem;
}
.about-page .page-main .wrap-box {
  display: block;
}
.about-page .page-main .wrap-box .wrap-left {
  width: 40.69767442%;
  max-width: 700px;
}
@media (max-width: 1580px) {
  .about-page .page-main .wrap-box .wrap-left {
    width: 100%;
  }
}
.about-page .page-main .wrap-box .wrap-right {
  width: 100%;
  max-width: 100%;
  margin-top: 1.3rem;
}
@media (max-width: 1024px) {
  .about-page .page-main .wrap-box .wrap-right {
    height: initial;
    min-height: auto;
  }
}
.about-page .page-main .wrap-left .page-title .slogan {
  font-size: var(--font42);
  line-height: 1.19047619em;
}
.about-page .page-main .list {
  height: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.4rem 1.56rem;
}
@media (max-width: 767px) {
  .about-page .page-main .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.about-page .page-main .list .item {
  position: relative;
  top: 0 !important;
  left: 0 !important;
}
.about-page .page-main .list .item .item-box {
  width: auto !important;
  height: auto !important;
  background: transparent;
  border-radius: initial;
}
@media (max-width: 767px) {
  .about-page .page-main .list .item .item-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.index-apply-page {
  position: relative;
  padding: 0.88rem 0 1.34rem;
  overflow: hidden;
}
.index-apply-page .waves {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
}
.index-apply-page .waves canvas {
  display: block;
}
.index-apply-page .page-main .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-apply-page .page-main .swiper-main {
  padding-right: 3rem;
  margin-top: 0.72rem;
}
@media (max-width: 1024px) {
  .index-apply-page .page-main .swiper-main {
    padding-right: 0;
  }
}
.index-apply-page .page-main .swiper-main .index-apply-swiper {
  overflow: visible;
}
@media (max-width: 1024px) {
  .index-apply-page .page-main .swiper-main .index-apply-swiper {
    padding-bottom: 40px;
  }
  .index-apply-page .page-main .swiper-main .index-apply-swiper .swiper-pagination {
    opacity: 1;
  }
}
.index-apply-page .page-main .swiper-main .index-apply-swiper .swiper-slide {
  height: auto;
}
.index-apply-page .page-main .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.index-apply-page .page-main .item-box .public-img::before {
  padding-top: 137.60869565%;
}
.index-apply-page .page-main .item-box .public-img::after {
  content: '';
  width: 100%;
  height: 43%;
  background-color: transparent;
  background: -webkit-linear-gradient(-90deg, transparent 0%, #000 100%);
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.4;
}
.index-apply-page .page-main .item-box .text-box {
  width: 100%;
  padding: 0 0.32rem 0.6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .index-apply-page .page-main .item-box .text-box {
    padding: 0 0.4rem 0.4rem;
  }
}
.index-apply-page .page-main .item-box .text-box .title {
  position: relative;
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #fff;
  line-height: 1.15384615em;
  padding-bottom: 0.2rem;
  margin-bottom: 0.26rem;
}
.index-apply-page .page-main .item-box .text-box .title::before,
.index-apply-page .page-main .item-box .text-box .title::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-apply-page .page-main .item-box .text-box .title::before {
  opacity: 0.4;
}
.index-apply-page .page-main .item-box .text-box .title::after {
  width: 0.63rem;
  height: 0.03rem;
}
.index-apply-page .page-main .item-box .text-box .text-body {
  color: #fff;
  line-height: 1.66666667em;
}
.index-product-page {
  padding: 1.1rem 0 1.86rem;
  overflow: hidden;
}
.index-product-page .page-main::before {
  content: '';
  width: 11.4rem;
  height: 11.4rem;
  background-color: #dadfe9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index-product-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .wrap-box {
    display: block;
  }
}
.index-product-page .page-main .wrap-box .wrap-left {
  width: 15.69767442%;
  max-width: 270px;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.index-product-page .page-main .wrap-box .wrap-right {
  width: 71.39534884%;
  max-width: 1228px;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 0.48rem;
  }
  .index-product-page .page-main .wrap-box .wrap-right .btn-container {
    display: none;
  }
}
.index-product-page .page-main .up .wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index-product-page .page-main .tab-title-box {
  padding-left: 0.29rem;
  margin-top: 1.7rem;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .tab-title-box .tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 14px;
  }
}
.index-product-page .page-main .tab-title-box .tab-title .title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #111111;
  opacity: 0.4;
  margin-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .tab-title-box .tab-title .title {
    margin-bottom: 0;
  }
}
.index-product-page .page-main .tab-title-box .tab-title .title::before {
  content: '';
  width: 0.85rem;
  height: 0.04rem;
  background-color: var(--color-active);
  border-radius: 0.02rem;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 0.68rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .tab-title-box .tab-title .title::before {
    display: none;
  }
}
.index-product-page .page-main .tab-title-box .tab-title .title.active {
  font-size: var(--font28);
  opacity: 1;
}
.index-product-page .page-main .tab-title-box .tab-title .title.active::before {
  opacity: 1;
}
.index-product-page .page-main .swiper-main {
  margin-top: 0.9rem;
}
.index-product-page .page-main .swiper-main .index-product-swiper {
  -webkit-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .swiper-main .index-product-swiper {
    overflow: visible;
  }
  .index-product-page .page-main .swiper-main .index-product-swiper .swiper-pagination {
    opacity: 1;
    width: 100%;
  }
}
.index-product-page .page-main .swiper-main .index-product-swiper div.swiper-slide.swiper-slide-active .swiper-box {
  opacity: 1;
}
.index-product-page .page-main .swiper-main .index-product-swiper .swiper-box {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .index-product-page .page-main .swiper-main .index-product-swiper .swiper-box {
    padding-bottom: 40px;
  }
}
.index-product-page .page-main .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-product-page .page-main .item-box .public-img {
  background-color: #fff;
  border-radius: 0.2rem;
}
.index-product-page .page-main .item-box .public-img::before {
  padding-top: 72.48677249%;
}
.index-product-page .page-main .item-box .text-box {
  position: relative;
  padding: 0.38rem 0.22rem 0.3rem 0.32rem;
}
.index-product-page .page-main .item-box .text-box::before {
  content: '';
  width: 100%;
  height: 127%;
  background-color: #fff;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.index-product-page .page-main .item-box .text-box .type {
  font-family: 'HarmonyOS_Sans_SC';
  color: var(--color-active);
}
.index-product-page .page-main .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #111111;
  margin-top: 0.11rem;
}
.index-product-page .page-main .item-box .text-box .text-body {
  color: #888888;
  line-height: 1.5em;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-product-page .page-main .c-mb .btn-container {
  margin-top: 0.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.index-news {
  padding: 1.24rem 0 1.45rem;
}
.index-news .page-main .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .index-news .page-main .up .btn-container {
    display: none;
  }
}
.index-news .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.6rem;
}
@media (max-width: 1024px) {
  .index-news .page-main .wrap-box {
    display: block;
  }
}
.index-news .page-main .wrap-box .wrap-left {
  width: 48.54651163%;
  max-width: 835px;
}
@media (max-width: 1024px) {
  .index-news .page-main .wrap-box .wrap-left {
    width: 100%;
    margin: auto;
  }
}
.index-news .page-main .wrap-box .wrap-right {
  width: 48.54651163%;
  max-width: 835px;
}
@media (max-width: 1024px) {
  .index-news .page-main .wrap-box .wrap-right {
    width: 100%;
    margin: auto;
    margin-top: 0.48rem;
  }
}
.index-news .page-main .index-news-swiper .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.index-news .page-main .index-news-swiper .item-box .public-img::before {
  padding-top: 61.79640719%;
}
.index-news .page-main .index-news-swiper .item-box .public-img::after {
  content: '';
  width: 100%;
  height: 40%;
  background-color: transparent;
  background: -webkit-linear-gradient(-90deg, transparent 0%, #000 100%);
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index-news .page-main .index-news-swiper .item-box .text-box {
  width: 100%;
  padding: 0 0.26rem 0.36rem 0.28rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.6rem;
}
.index-news .page-main .index-news-swiper .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.index-news .page-main .index-news-swiper .item-box .text-box .date {
  font-family: 'Montserrat-R';
  color: #fff;
}
.index-news .page-main .list-con1 .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.3rem;
}
@media (max-width: 767px) {
  .index-news .page-main .list-con1 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index-news .page-main .list-con1 .list .item:hover .item-box .text-box .title,
.index-news .page-main .list-con1 .list .item:hover .item-box .text-box .date {
  color: var(--color-active);
}
.index-news .page-main .list-con1 .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-news .page-main .list-con1 .list .item .item-box .public-img {
  border-radius: 0.1rem;
}
.index-news .page-main .list-con1 .list .item .item-box .public-img::before {
  padding-top: 56.75%;
}
.index-news .page-main .list-con1 .list .item .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #333333;
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .page-main .list-con2 .list {
  margin-top: 0.09rem;
}
@media (max-width: 767px) {
  .index-news .page-main .list-con2 .list {
    margin-top: 0.48rem;
  }
}
.index-news .page-main .list-con2 .list .item:hover .item-box .text-box .title,
.index-news .page-main .list-con2 .list .item:hover .item-box .text-box .date {
  color: var(--color-active);
}
.index-news .page-main .list-con2 .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.19rem 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.index-news .page-main .list-con2 .list .item .item-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.6rem;
}
.index-news .page-main .list-con2 .list .item .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .page-main .list-con2 .list .item .item-box .text-box .date {
  font-family: 'Montserrat-L';
  color: #888888;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-news .page-main .c-mb .btn-container {
  margin-top: 0.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.index-cooperative-partner-page {
  padding: 1.2rem 0;
}
.index-cooperative-partner-page .page-main .page-center .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
}
.index-cooperative-partner-page .page-main #index-product-partner-swiper1 {
  margin-top: 0.65rem;
}
.index-cooperative-partner-page .page-main .index-product-partner-swiper:hover {
  z-index: 2;
}
.index-cooperative-partner-page .page-main .index-product-partner-swiper .swiper-wrapper {
  -webkit-transition-duration: 2500ms;
  transition-duration: 2500ms;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.index-cooperative-partner-page .page-main .item-box {
  width: 100%;
  height: 86px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .index-cooperative-partner-page .page-main .item-box {
    height: 60px;
  }
}
.index-cooperative-partner-page .page-main .item-box .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.index-cooperative-partner-page .page-main .item-box .img::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.index-cooperative-partner-page .page-main .item-box .img img {
  position: relative;
  z-index: 1;
  max-width: 60%;
  max-height: 90%;
}
@media (max-width: 767px) {
  .index-cooperative-partner-page .page-main .item-box .img img {
    max-height: 80%;
  }
}
.product-page1 {
  padding: 0.62rem 0;
  background-color: #f7f7f7;
}
.product-page1 .page-main {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.product-page1 .page-main .tab-title-box .tab-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.4rem 0.7rem;
}
.product-page1 .page-main .tab-title-box .tab-title .title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #111111;
  opacity: 0.4;
  position: relative;
  padding-bottom: 0.2rem;
  cursor: pointer;
}
.product-page1 .page-main .tab-title-box .tab-title .title::before {
  content: '';
  width: 100%;
  height: 0.04rem;
  background-color: var(--color-active);
  border-radius: 0.02rem;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.product-page1 .page-main .tab-title-box .tab-title .title.active {
  opacity: 1;
}
.product-page1 .page-main .tab-title-box .tab-title .title.active::before {
  opacity: 1;
}
.product-page1 .page-main .type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.14rem;
  margin-top: 0.24rem;
}
.product-page1 .page-main .type-box .type {
  color: #111111;
  height: 37px;
  padding: 0 0.18rem;
  border: 1px solid rgba(153, 153, 153, 0.6);
  border-radius: 19px;
  opacity: 0.6;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-page1 .page-main .type-box .type.active {
  color: var(--color-active);
  border-color: var(--color-active);
  opacity: 1;
}
.product-page1 .page-main .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.46rem 0.28rem;
  margin-top: 0.46rem;
}
.product-page1 .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product-page1 .page-main .list .item .item-box .public-img {
  background-color: #fff;
  border-radius: 0.2rem;
}
.product-page1 .page-main .list .item .item-box .public-img::before {
  padding-top: 72.48677249%;
}
.product-page1 .page-main .list .item .item-box .text-box {
  position: relative;
  padding: 0.38rem 0.22rem 0.3rem 0.32rem;
}
.product-page1 .page-main .list .item .item-box .text-box::before {
  content: '';
  width: 100%;
  height: 127%;
  background-color: #fff;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #fff 100%);
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.product-page1 .page-main .list .item .item-box .text-box .type {
  font-family: 'HarmonyOS_Sans_SC';
  color: var(--color-active);
}
.product-page1 .page-main .list .item .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #111111;
  margin-top: 0.11rem;
}
.product-page1 .page-main .list .item .item-box .text-box .text-body {
  color: #888888;
  line-height: 1.5em;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page1 .page-main .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 0.62rem;
}
.product-d-page1 {
  margin-top: 126px;
}
@media (max-width: 1580px) {
  .product-d-page1 {
    margin-top: 102px;
  }
}
@media (max-width: 1024px) {
  .product-d-page1 {
    margin-top: 0;
  }
}
.product-d-page1 .page-top-menu {
  background-color: transparent;
  padding-top: 0.11rem;
}
.product-d-page1 .page-top-menu .menu-nav {
  margin-left: 0.6rem;
}
.product-d-page1 .page-up {
  padding-top: 1.1rem;
}
.product-d-page1 .page-up .page-main {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 1024px) {
  .product-d-page1 .page-up .page-main {
    padding: 0;
  }
}
.product-d-page1 .page-up .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .product-d-page1 .page-up .page-main .wrap-box {
    display: block;
  }
}
.product-d-page1 .page-up .page-main .wrap-box .wrap-left {
  width: 39.125%;
  max-width: 626px;
}
@media (max-width: 1024px) {
  .product-d-page1 .page-up .page-main .wrap-box .wrap-left {
    width: 100%;
  }
}
.product-d-page1 .page-up .page-main .wrap-box .wrap-right {
  width: 54.375%;
  max-width: 870px;
  padding-right: 1.3rem;
}
@media (max-width: 1024px) {
  .product-d-page1 .page-up .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.product-d-page1 .page-up .page-main .public-img {
  border-radius: 0.2rem;
  overflow: hidden;
}
.product-d-page1 .page-up .page-main .public-img::before {
  padding-top: 72.52396166%;
}
.product-d-page1 .page-up .page-main .text-box .type {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: var(--color-active);
  line-height: 1.20833333em;
  margin-top: 0.44rem;
}
.product-d-page1 .page-up .page-main .text-box .title {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #333333;
  margin-top: 0.04rem;
}
.product-d-page1 .page-up .page-main .text-box .text-body {
  color: #4c4c4c;
  line-height: 1.5em;
  margin-top: 0.34rem;
}
.product-d-page1 .page-up .page-main .text-box .text-body p {
  margin-bottom: 0.24rem;
}
.product-d-page1 .page-down {
  margin-top: 0.64rem;
}
.product-d-page1 .page-down .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.62rem 0;
  border-top: 1px solid rgba(26, 26, 26, 0.06);
}
.product-d-page1 .page-down .page-main .list .item .item-box .text-box {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.product-d-page1 .page-down .page-main .list .item .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 0.15rem;
}
.product-d-page1 .page-down .page-main .list .item .item-box .text-box .title .num {
  color: #fff;
  width: 34px;
  height: 34px;
  background-color: var(--color-active);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.product-d-page1 .page-down .page-main .list .item .item-box .text-box .text-body {
  color: #4c4c4c;
  line-height: 1.66666667em;
  margin-top: 0.44rem;
}
.quality-page1 {
  padding-top: 1.02rem;
}
.quality-page1 .page-up {
  padding-bottom: 0.68rem;
}
.quality-page1 .page-up .page-main .page-title .title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.quality-page1 .page-up .page-main .text-body {
  width: 75%;
  max-width: 1290px;
  margin: auto;
  margin-top: 0.62rem;
  color: #666666;
  line-height: 1.66666667em;
  text-align: center;
}
@media (max-width: 1024px) {
  .quality-page1 .page-up .page-main .text-body {
    width: 100%;
  }
}
.quality-page1 .page-up .page-main .text-body p {
  margin-top: 0.3rem;
  text-align: center;
}
.quality-page1 .page-down {
  padding: 0.94rem 0 0.9rem;
}
.quality-page1 .page-down .page-main .swiper-main {
  position: relative;
}
.quality-page1 .page-down .page-main .swiper-main .slide-btn {
  background-color: transparent;
}
.quality-page1 .page-down .page-main .swiper-main .slide-btn:hover {
  background-color: var(--color-active);
}
.quality-page1 .page-down .page-main .swiper-main .quality-swiper {
  width: 72.26744186%;
  max-width: 1243px;
  margin: auto;
}
@media (max-width: 1024px) {
  .quality-page1 .page-down .page-main .swiper-main .quality-swiper {
    width: 100%;
    padding-bottom: 40px;
  }
  .quality-page1 .page-down .page-main .swiper-main .quality-swiper .swiper-pagination {
    opacity: 1;
  }
}
.quality-page1 .page-down .page-main .swiper-main .quality-swiper .swiper-slide {
  height: auto;
}
.quality-page1 .page-down .page-main .swiper-main .quality-swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.quality-page2 {
  position: relative;
  padding-top: 1.38rem;
}
@media (max-width: 1024px) {
  .quality-page2 {
    padding-bottom: 1.2rem;
  }
}
.quality-page2 .float-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 5.19rem;
}
.quality-page2 .page-main {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 1024px) {
  .quality-page2 .page-main {
    padding: 0;
  }
}
.quality-page2 .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .quality-page2 .page-main .wrap-box {
    display: block;
  }
}
.quality-page2 .page-main .wrap-box .wrap-left {
  width: 38.08139535%;
  max-width: 655px;
}
@media (max-width: 1024px) {
  .quality-page2 .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.quality-page2 .page-main .wrap-box .wrap-right {
  width: 50.63953488%;
  max-width: 871px;
}
@media (max-width: 1024px) {
  .quality-page2 .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem;
  }
}
.quality-page2 .page-main .text-body {
  color: #666666;
  line-height: 1.66666667em;
  margin-top: 0.58rem;
}
.quality-page2 .page-main .swiper-main {
  position: relative;
}
.quality-page2 .page-main .swiper-main .slide-btn {
  top: 60%;
}
.quality-page2 .page-main .swiper-main .slide-btn.swiper-button-prev {
  left: 0.33rem;
}
.quality-page2 .page-main .swiper-main .slide-btn.swiper-button-next {
  right: 0.25rem;
}
.quality-page2 .page-main .swiper-main .quality-swiper2 {
  width: 68.88633754%;
  max-width: 600px;
  margin: auto;
}
@media (max-width: 1024px) {
  .quality-page2 .page-main .swiper-main .quality-swiper2 {
    width: 100%;
  }
}
.quality-page2 .page-main .swiper-main .quality-swiper2 .swiper-slide {
  height: auto;
}
.quality-page2 .page-main .swiper-main .quality-swiper2 .swiper-slide.swiper-slide-active .img {
  padding: 0;
}
.quality-page2 .page-main .swiper-main .quality-swiper2 .swiper-slide .img {
  padding: 0 0.18rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .quality-page2 .page-main .swiper-main .quality-swiper2 .swiper-slide .img {
    padding: 0;
  }
}
.quality-page2 .page-main .swiper-bg {
  margin-bottom: -0.65rem;
}
@media (max-width: 1024px) {
  .quality-page2 .page-main .swiper-bg {
    display: none;
  }
}
.news-page1 {
  overflow: hidden;
}
.news-page1 .page-main {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 1024px) {
  .news-page1 .page-main {
    padding: 0;
  }
}
.news-page1 .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .news-page1 .page-main .wrap-box {
    display: block;
  }
}
.news-page1 .page-main .wrap-box .wrap-left {
  width: 14.8125%;
  max-width: 237px;
  position: relative;
  padding: 0.88rem 0 0.44rem;
}
@media (max-width: 1024px) {
  .news-page1 .page-main .wrap-box .wrap-left {
    display: none;
  }
}
.news-page1 .page-main .wrap-box .wrap-left::before {
  content: '';
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background-color: #fafafa;
  position: absolute;
  right: 0;
  top: 0;
}
.news-page1 .page-main .wrap-box .wrap-right {
  width: 79.125%;
  max-width: 1266px;
  padding: 1.98rem 0 0.44rem;
}
@media (max-width: 1024px) {
  .news-page1 .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
  }
}
.news-page1 .page-main .wrap-box .wrap-right > .btn-container {
  margin-top: 0.74rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.news-page1 .page-main .tab-title-box {
  padding-left: 0.29rem;
  margin-top: 0.88rem;
}
@media (max-width: 1024px) {
  .news-page1 .page-main .tab-title-box .tab-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    grid-gap: 14px;
  }
}
.news-page1 .page-main .tab-title-box .tab-title .title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #111111;
  opacity: 0.4;
  margin-bottom: 0.5rem;
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .news-page1 .page-main .tab-title-box .tab-title .title {
    margin-bottom: 0;
  }
}
.news-page1 .page-main .tab-title-box .tab-title .title::before {
  content: '';
  width: 1.85rem;
  height: 0.04rem;
  background-color: var(--color-active);
  border-radius: 0.02rem;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 0.68rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .news-page1 .page-main .tab-title-box .tab-title .title::before {
    display: none;
  }
}
.news-page1 .page-main .tab-title-box .tab-title .title.active {
  font-size: var(--font28);
  opacity: 1;
}
.news-page1 .page-main .tab-title-box .tab-title .title.active::before {
  opacity: 1;
}
.news-page1 .page-main .news-recommendations-swiper.active {
  padding-bottom: 40px;
}
.news-page1 .page-main .news-recommendations-swiper.active .swiper-pagination {
  opacity: 1;
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide {
  height: auto;
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box {
    display: block;
  }
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box:hover .text-box .title {
  color: var(--color-active);
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .public-img {
  width: 48.49921011%;
  max-width: 614px;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .public-img {
    width: 100%;
    max-width: 100%;
  }
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .public-img::before {
  padding-top: 61.72638436%;
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .text-box {
  width: 44.70774092%;
  max-width: 566px;
  padding-top: 0.36rem;
}
@media (max-width: 767px) {
  .news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .text-box {
    width: 100%;
    max-width: 100%;
  }
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .text-box .date {
  font-family: 'Montserrat-L';
  color: #888888;
  line-height: 1;
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #333333;
  line-height: 1.41666667em;
  line-height: 1.4;
  min-height: calc(2em * 1.4);
  padding-right: 0.3rem;
  margin-top: 0.31rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .text-box .text-body {
  font-family: 'HarmonyOS_Sans_SC';
  color: #808080;
  line-height: 1.88888889em;
  margin-top: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .text-box .btn-container {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .news-page1 .page-main .news-recommendations-swiper .swiper-slide .item-box .text-box .btn-container {
    margin-top: 0.3rem;
  }
}
.news-page1 .page-main .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem 0.3rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .news-page1 .page-main .list {
    margin-top: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .news-page1 .page-main .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-page1 .page-main .list .item:hover .item-box .text-box .title {
  color: var(--color-active);
}
.news-page1 .page-main .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.news-page1 .page-main .list .item .item-box .public-img {
  border-radius: 0.1rem;
  overflow: hidden;
}
.news-page1 .page-main .list .item .item-box .public-img::before {
  padding-top: 56.6084788%;
}
.news-page1 .page-main .list .item .item-box .text-box .date {
  font-family: 'Montserrat-L';
  color: #888888;
  line-height: 1;
  margin-top: 0.2rem;
}
.news-page1 .page-main .list .item .item-box .text-box .title {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #333333;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.editor-pn {
  position: relative;
  padding: 0.52rem 0.66rem 0.48rem;
  margin-top: 0.1rem;
  background-color: #fff;
  box-shadow: 0.07px 1.999px 0.2rem 0px rgba(51, 51, 51, 0.06);
  border-radius: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .editor-pn {
    display: none;
  }
}
.editor-pn .editor-btn {
  text-align: center;
  color: #4c4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.editor-pn .editor-btn.return a .icon {
  background-color: var(--color-active);
}
.editor-pn .editor-btn.return a .icon img,
.editor-pn .editor-btn.return a .icon svg {
  height: 14px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.editor-pn .editor-btn:hover a {
  color: var(--color-active);
}
.editor-pn .editor-btn:hover a .icon {
  background-color: var(--color-active);
}
.editor-pn .editor-btn:hover a .icon img,
.editor-pn .editor-btn:hover a .icon svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.editor-pn .editor-btn a {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  position: relative;
}
.editor-pn .editor-btn a .icon {
  width: 38px;
  height: 38px;
  border: 1px solid var(--color-active);
  border-radius: 50%;
  margin: auto;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.editor-pn .editor-btn a .icon img,
.editor-pn .editor-btn a .icon svg {
  height: 11px;
}
.news-d-page {
  padding: 1rem 0 0.78rem;
}
.news-d-page .page-main {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (max-width: 1024px) {
  .news-d-page .page-main {
    padding: 0;
  }
}
.news-d-page .page-main .wrap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .news-d-page .page-main .wrap-box {
    display: block;
  }
}
.news-d-page .page-main .wrap-box .wrap-left {
  width: 64.5%;
  max-width: 903px;
}
@media (max-width: 1024px) {
  .news-d-page .page-main .wrap-box .wrap-left {
    width: 100%;
    max-width: 100%;
  }
}
.news-d-page .page-main .wrap-box .wrap-left .news-title {
  font-family: 'HarmonyOS_Sans_SC';
  color: #1a1a1a;
  line-height: 1.33333333em;
}
.news-d-page .page-main .wrap-box .wrap-left .type-box {
  font-family: 'HarmonyOS_Sans_SC';
  color: #666666;
  line-height: 1;
  padding: 0.24rem 0 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  grid-gap: 0.3rem;
}
.news-d-page .page-main .wrap-box .wrap-left .news-detail-content {
  padding-top: 0.46rem;
  border-top: 1px solid rgba(140, 140, 140, 0.1);
  font-size: var(--font16);
  color: #333333;
  line-height: 1.875em;
}
.news-d-page .page-main .wrap-box .wrap-left .news-detail-content p {
  margin-bottom: 0.3rem;
}
.news-d-page .page-main .wrap-box .wrap-right {
  width: 24.375%;
  max-width: 390px;
}
@media (max-width: 1024px) {
  .news-d-page .page-main .wrap-box .wrap-right {
    width: 100%;
    max-width: 100%;
    margin-top: 0.8rem;
  }
}
.news-d-page .page-main .wrap-box .wrap-right .wrap-right-ri {
  padding: 0.42rem 0.27rem 0.22rem;
  background-color: #fff;
  box-shadow: 0.07px 1.999px 0.2rem 0px rgba(51, 51, 51, 0.06);
  border-radius: 0.12rem;
}
.news-d-page .page-main .wrap-box .wrap-right .wrap-right-ri .name {
  font-family: 'HarmonyOS_Sans_SC';
  color: var(--color-active);
}
.news-d-page .page-main .wrap-box .wrap-right .wrap-right-ri .list {
  margin-top: 0.12rem;
}
.news-d-page .page-main .wrap-box .wrap-right .wrap-right-ri .list .item:last-child .item-box {
  border: none;
}
.news-d-page .page-main .wrap-box .wrap-right .wrap-right-ri .list .item .item-box {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.26rem 0 0.2rem;
  border-bottom: 1px solid #dddddd;
}
.news-d-page .page-main .wrap-box .wrap-right .wrap-right-ri .list .item .item-box .text-box .title {
  color: #111111;
  line-height: 1.88888889em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-d-page .page-main .wrap-box .wrap-right .wrap-right-ri .list .item .item-box .text-box .date {
  font-family: 'HarmonyOS_Sans_SC';
  color: #999999;
  line-height: 1;
  margin-top: 0.14rem;
}
.about-page2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.52rem;
  padding-bottom: 1.36rem;
}
.about-page2 .page-main .box_info {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-page2 .page-main .box_info .word_box {
  font-family: 'Montserrat-SB';
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  opacity: 0.26;
  position: relative;
  left: 0.66rem;
}
@media (max-width: 1024px) {
  .about-page2 .page-main .box_info .word_box {
    display: none;
  }
}
.about-page2 .page-main .box_info .content {
  width: 85.29069767%;
  max-width: 1647px;
  background: url(../images/about/bg5.png) no-repeat bottom right;
  background-size: cover;
  padding: 0.52rem 1.8rem 0.52rem 0.82rem;
  margin-top: 0.84rem;
  border-radius: 0.3rem;
  position: relative;
}
@media (max-width: 1024px) {
  .about-page2 .page-main .box_info .content {
    width: 100%;
    max-width: 100%;
    padding: 0.8rem 0.4rem;
  }
}
.about-page2 .page-main .box_info .content .page-title .slogan {
  font-size: var(--font42);
  line-height: 1.19047619em;
}
.about-page2 .page-main .box_info .content .slide-btn-main {
  position: absolute;
  right: 0.47rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  grid-gap: 0.49rem;
}
.about-page2 .page-main .box_info .content .slide-btn-main .slide-btn {
  width: 0.71rem;
  height: 0.71rem;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  overflow: hidden;
}
.about-page2 .page-main .box_info .content .slide-btn-main .slide-btn:hover img,
.about-page2 .page-main .box_info .content .slide-btn-main .slide-btn:hover svg {
  filter: drop-shadow(-80px 0 var(--color-active));
  transform: translate(80px);
}
.about-page2 .page-main .box_info .content .swiper_box {
  width: 100%;
  height: 5rem;
  overflow: hidden;
  margin-top: 0.4rem;
}
.about-page2 .page-main .box_info .content .swiper_box ul li {
  width: 100%;
  height: auto;
}
.about-page2 .page-main .box_info .content .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page2 .page-main .box_info .content .swiper_box ul li .centerInfo .icon {
  width: 100%;
  height: auto;
  font-family: 'Montserrat-R';
  font-size: var(--font24);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1;
}
.about-page2 .page-main .box_info .content .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
  font-size: var(--font18);
  margin-top: 0.15rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page2 .page-main .box_info .content .swiper_box ul li.swiper-slide-active .centerInfo {
  opacity: 1;
}
.about-page2 .page-main .box_info .content .swiper_box ul li.swiper-slide-active .centerInfo .icon {
  color: var(--color-active);
  font-size: var(--font30);
}
.about-page2 .page-main .box_info .content .swiper_box ul li.swiper-slide-active .centerInfo .word {
  color: #666666;
  font-size: var(--font20);
}
@media (max-width: 990px) {
  .about-page2 .page-main .box_info {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .about-page2 .page-main .box_info .word_box {
    width: 100%;
    height: auto;
    writing-mode: unset;
    font-size: var(--font80);
    line-height: 1;
  }
  .about-page2 .page-main .box_info .content {
    width: 100%;
    height: auto;
  }
  .about-page2 .page-main .box_info .content .swiper_box {
    margin-top: 0.2rem;
  }
}
.about-page3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
}
.about-page3 .page-main {
  width: 100%;
  height: auto;
}
.about-page3 .page-main .page-title .title {
  color: #fff;
}
.about-page3 .page-main .content {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  margin-top: 2.8rem;
  color: #FFFFFF;
}
.about-page3 .page-main .content .word {
  width: 100%;
  height: auto;
}
.about-page3 .page-main .content .word .t1 {
  font-family: 'HarmonyOS_Sans_SC_M';
  line-height: 1.19047619em;
}
.about-page3 .page-main .content .word .t2 {
  font-family: 'HarmonyOS_Sans_SC';
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.13888889em;
}
.about-page3 .page-main .content .page-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}
.about-page3 .page-main .content .tab-text-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .about-page3 .page-main .content .tab-text-box {
    display: none;
  }
}
.about-page3 .page-main .content .tab-text-box .tab-item {
  display: none;
}
.about-page3 .page-main .content .tab-text-box .tab-item.active {
  display: block;
}
.about-page3 .page-main .content .tab-text-box .tab-item .title {
  font-family: 'HarmonyOS_Sans_SC_M';
  font-size: 2rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.5;
  writing-mode: vertical-rl;
}
.about-page3 .page-main .content .item_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.15rem;
  margin-top: 0.8rem;
}
@media (max-width: 480px) {
  .about-page3 .page-main .content .item_box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.about-page3 .page-main .content .item_box .item {
  width: 1.67rem;
  min-width: 110px;
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
  background: #FFF;
  border-radius: 0.1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .about-page3 .page-main .content .item_box .item {
    width: 100%;
    min-width: initial;
  }
}
.about-page3 .page-main .content .item_box .item.active,
.about-page3 .page-main .content .item_box .item:hover {
  background: var(--color-active);
}
.about-page3 .page-main .content .item_box .item.active .woBo,
.about-page3 .page-main .content .item_box .item:hover .woBo {
  color: #FFF;
}
.about-page3 .page-main .content .item_box .item.active .icon img,
.about-page3 .page-main .content .item_box .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.about-page3 .page-main .content .item_box .item .icon {
  width: 0.47rem;
}
.about-page3 .page-main .content .item_box .item .icon img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page3 .page-main .content .item_box .item .woBo {
  margin-top: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #666666;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.layer-img {
  cursor: pointer;
}
.about-page4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1.24rem;
}
.about-page4 .page-main {
  width: 100%;
  height: auto;
}
.about-page4 .page-main .swiper_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 0.84rem;
  margin-top: 0.95rem;
  overflow: hidden;
}
.about-page4 .page-main .swiper_box .swiper-pagination {
  opacity: 1;
}
.about-page4 .page-main .swiper_box .swiper-slide {
  height: auto;
}
.about-page4 .page-main .swiper_box ul li {
  width: 100%;
  height: auto;
}
.about-page4 .page-main .swiper_box ul li .centerInfo {
  width: 100%;
  height: auto;
  background: #FFF;
  padding: 0.46rem 0.24rem 0.92rem;
  border-radius: 0.06rem;
}
.about-page4 .page-main .swiper_box ul li .centerInfo .word {
  width: 100%;
  height: auto;
}
.about-page4 .page-main .swiper_box ul li .centerInfo .word .t1 {
  color: #727272;
  line-height: 1.44444444em;
}
.about-page4 .page-main .swiper_box ul li .centerInfo .word .t2 {
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
  color: #333333;
  font-family: 'HarmonyOS_Sans_SC_M';
}
.about-page4 .page-main .swiper_box ul li .centerInfo .img {
  width: 100%;
  height: 2.28rem;
  min-height: 180px;
  margin-top: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.about-page4 .page-main .swiper_box ul li .centerInfo .img img {
  max-height: 2.28rem;
}
.party1 .party-npm1 {
  padding: 0.85rem 0 0.55rem;
}
.party1 .party-npm1 .contpadding {
  padding: 0 0.6rem;
  position: relative;
}
.party1 .party-npm1 .contpadding::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .party1 .party-npm1 .contpadding {
    padding: 0;
  }
}
.party1 .party-npm1 .btn-container {
  margin-top: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.party1 .party-npm1 .list .item {
  padding: 0.45rem 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.party1 .party-npm1 .list .item:hover {
  background: #f8f8f8f8;
}
.party1 .party-npm1 .list .item:hover .contpadding::before {
  opacity: 0;
}
.party1 .party-npm1 .list .item:hover .more-txt {
  padding-right: 0.4rem;
}
.party1 .party-npm1 .list .item:hover .public-img img {
  transform: scale(1.1);
}
.party1 .party-npm1 .list .item:hover .title {
  color: var(--color-blue-242);
}
.party1 .party-npm1 .list a {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .party1 .party-npm1 .list a {
    display: block;
  }
}
.party1 .party-npm1 .list .public-img img {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.party1 .party-npm1 .list .public-img::before {
  padding-top: 57.17592593%;
}
.party1 .party-npm1 .list .fl {
  width: 27%;
  max-width: 432px;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .party1 .party-npm1 .list .fl {
    width: 100%;
  }
}
.party1 .party-npm1 .list .fr {
  width: 69.375%;
  max-width: 1110px;
  padding: 0.15rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .party1 .party-npm1 .list .fr {
    width: 100%;
  }
}
.party1 .party-npm1 .list .fr .time {
  color: var(--color-blue-242);
  font-family: 'Montserrat-L';
}
.party1 .party-npm1 .list .fr .title {
  margin-top: 0.25rem;
  color: var(--color-gray-333);
  line-height: 1.81818182em;
  font-family: 'HarmonyOS_Sans_SC';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.party1 .party-npm1 .list .fr .cont-p {
  margin-top: 0.1rem;
  color: var(--color-gray-999);
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.party1 .party-npm1 .list .fr .cont-p p {
  line-height: 1.5em;
  font-family: 'HarmonyOS_Sans_SC_L';
}
.party1 .party-npm1 .list .fr .more-txt {
  display: table;
  color: var(--color-gray-999);
  padding-right: 0.3rem;
  background: url(../images/party/ico1.png) no-repeat;
  background-position: center right;
  font-family: 'HarmonyOS_Sans_SC_L';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.contact1 .tit-h5 {
  color: var(--color-gray-333);
  margin-top: 0.25rem;
  font-family: 'HarmonyOS_Sans_SC';
}
.contact1 .contapadding {
  padding: 0 0.6rem;
}
@media (max-width: 1024px) {
  .contact1 .contapadding {
    padding: 0;
  }
}
.contact1 .cont-npm1 {
  padding-top: 1rem;
}
.contact1 .cont-npm1 .contactMap {
  margin-top: 1rem;
  height: 5.75rem;
  max-height: 575px;
}
.contact1 .cont-npm1 .contactMap .gdMap-marker {
  position: relative;
}
.contact1 .cont-npm1 .contactMap .gdMap-marker .ic {
  width: 0.29rem;
}
.contact1 .cont-npm1 .contactMap .gdMap-marker::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  background: #242c98;
  left: -0.2rem;
  top: -0.18rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 4s linear infinite;
  animation: pulse 4s linear infinite;
}
.contact1 .cont-npm1 .contactMap .gdMap-marker .pos {
  position: absolute;
  background: #fff;
  width: 2.1rem;
  max-width: 210px;
  border-radius: 0.06rem;
  padding: 0.25rem 0;
  text-align: center;
  left: 0.7rem;
  top: -0.25rem;
}
.contact1 .cont-npm1 .contactMap .gdMap-marker .pos::before {
  content: '';
  position: absolute;
  left: -10px;
  border-bottom: 15px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-100deg);
}
.contact1 .cont-npm1 .contactMap .gdMap-marker .pos img {
  width: calc(100% - 0.2rem);
  max-width: 188px;
  display: block;
  margin: auto;
}
.contact1 .cont-npm1 .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact1 .cont-npm1 .wrap-flex {
    display: block;
  }
}
.contact1 .cont-npm1 .wrap-flex .warp-fl {
  width: calc(400/1600 * 100%);
  max-width: 400px;
}
@media (max-width: 767px) {
  .contact1 .cont-npm1 .wrap-flex .warp-fl {
    width: 100%;
    max-width: 100%;
  }
}
.contact1 .cont-npm1 .wrap-flex .warp-fl .warp-code {
  margin-top: 2.8rem;
  display: table;
}
@media (max-width: 767px) {
  .contact1 .cont-npm1 .wrap-flex .warp-fl .warp-code {
    margin: 0.5rem 0 1rem;
  }
}
.contact1 .cont-npm1 .wrap-flex .warp-fl .warp-code .img {
  max-width: 135px;
  text-align: center;
}
.contact1 .cont-npm1 .wrap-flex .warp-fl .warp-code p {
  margin-top: 0.15rem;
  text-align: center;
  color: var(--color-gray-333);
}
.contact1 .cont-npm1 .wrap-flex .warp-fr {
  width: calc(835/1600 * 100%);
  max-width: 835px;
}
@media (max-width: 767px) {
  .contact1 .cont-npm1 .wrap-flex .warp-fr {
    width: 100%;
    max-width: 100%;
  }
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #eaeaea;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-tab .item {
  color: #808080;
  margin-right: 0.5rem;
  padding-right: 0.25rem;
  cursor: pointer;
  font-family: 'HarmonyOS_Sans_SC';
  position: relative;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-tab .item::after {
  content: '';
  width: 0;
  height: 2px;
  background: #f2ba05;
  position: absolute;
  bottom: -0.35rem;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-tab .item:last-child {
  margin-right: 0;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-tab .item.on {
  color: var(--color-gray-333);
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-tab .item.on::after {
  width: 100%;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .item {
  display: none;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .item:nth-child(1) {
  display: block;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-phone {
  margin-top: 0.5rem;
  padding-bottom: 0.43rem;
  border-bottom: 1px solid #eaeaea;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-phone .title-tit {
  color: var(--color-gray-333);
  font-family: 'HarmonyOS_Sans_SC';
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-phone .title-body {
  color: #999999;
  line-height: 1.875em;
  margin-top: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC';
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-phone .service {
  background: #f2ba05;
  border-radius: 0.06rem;
  margin-top: 0.5rem;
  padding: 0.18rem 0.5rem 0.18rem 0.2rem;
  position: relative;
  display: table;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-phone .service::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: '';
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
  background: #caa603;
  position: absolute;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-phone .service:hover::after {
  right: 0.15rem;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-txt {
  margin-top: 0.57rem;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-txt .li {
  line-height: 1.5em;
  color: var(--color-gray-333);
  font-style: normal;
  font-weight: 400;
  padding-left: 0.5rem;
  margin-left: -0.15rem;
  margin-bottom: 0.25rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.35rem;
  line-height: 0.35rem;
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-txt .li em {
  font-style: normal;
  font-family: 'HarmonyOS_Sans_SC';
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-txt .li.li1 {
  background-image: url(../images/party/ico2.png);
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-txt .li.li2 {
  background-image: url(../images/party/ico3.png);
}
.contact1 .cont-npm1 .wrap-flex .warp-fr .warp-dwon .warp-txt .li.li3 {
  background-image: url(../images/party/ico4.png);
}
.contact1 .cont-npm2 {
  padding: 1.2rem 0 1.5rem;
}
.contact1 .cont-npm2 .item {
  padding: 0.35rem 0;
  border-top: 1px solid #eaeaea;
}
.contact1 .cont-npm2 .item:nth-child(1) {
  margin-top: 0.65rem;
}
.contact1 .cont-npm2 .item.on .box-up::after {
  transform: rotate(180deg);
}
.contact1 .cont-npm2 .item .box-up {
  position: relative;
  cursor: pointer;
}
.contact1 .cont-npm2 .item .box-up::after {
  content: '';
  width: 0.17rem;
  height: 0.09rem;
  max-width: 17px;
  max-height: 9px;
  background: url(../images/party/ico5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact1 .cont-npm2 .item .box-up h5 {
  font-family: 'HarmonyOS_Sans_SC';
  color: var(--color-gray-333);
}
.contact1 .cont-npm2 .item .box-dwon {
  position: relative;
  display: none;
}
.contact1 .cont-npm2 .item .box-dwon .box-txt {
  width: calc(100% - 2rem);
}
@media (max-width: 767px) {
  .contact1 .cont-npm2 .item .box-dwon .box-txt {
    width: 100%;
  }
}
.contact1 .cont-npm2 .item .box-dwon h5 {
  margin-top: 0.35rem;
  margin-bottom: 0.1rem;
  font-family: 'HarmonyOS_Sans_SC';
}
.contact1 .cont-npm2 .item .box-dwon p {
  color: #666666;
  line-height: 2em;
  font-family: 'HarmonyOS_Sans_SC';
}
.contact1 .cont-npm2 .item .box-dwon .delivery {
  color: #fff;
  padding: 0.15rem 0;
  background: #242c98;
  border-radius: 0.36rem;
  position: absolute;
  width: 1.55rem;
  text-align: center;
  right: 0;
  bottom: 0.15rem;
  font-family: 'HarmonyOS_Sans_SC';
}
@media (max-width: 767px) {
  .contact1 .cont-npm2 .item .box-dwon .delivery {
    position: relative;
    margin-top: 0.5rem;
  }
}
.contact1 .cont-npm3 {
  background: url(../images/party/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 5.44rem;
  max-height: 544px;
}
@media (max-width: 767px) {
  .contact1 .cont-npm3 {
    max-height: 100%;
    height: auto;
  }
}
.contact1 .cont-npm3 .container,
.contact1 .cont-npm3 .contapadding {
  height: 100%;
}
.contact1 .cont-npm3 .wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .contact1 .cont-npm3 .wrap-flex {
    display: block;
  }
}
.contact1 .cont-npm3 .wrap-flex .warp-fl {
  width: 33.75%;
  max-width: 540px;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .contact1 .cont-npm3 .wrap-flex .warp-fl {
    width: 100%;
    max-width: 100%;
  }
}
.contact1 .cont-npm3 .wrap-flex .warp-fr {
  width: 62.4375%;
  max-width: 999px;
  margin-left: 0.5rem;
  padding-top: 0.1rem;
  background: url(../images/party/bg.png) no-repeat;
  background-size: 100%;
  background-position: center;
  padding-left: 1.4rem;
  height: 6.15rem;
  margin-top: -0.7rem;
}
@media (max-width: 767px) {
  .contact1 .cont-npm3 .wrap-flex .warp-fr {
    width: calc(100% + 40px);
    max-width: inherit;
    margin-top: 0.4rem;
    height: auto;
    margin-left: 0;
    position: relative;
    left: -20px;
    padding: 0.4rem;
    background: #242c98;
  }
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .warp-inp {
  padding: 0.5rem 0 0.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .warp-inp input {
  width: 100%;
  color: #cccccc;
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .warp-inp textarea {
  width: 100%;
  height: 0.65rem;
  color: #cccccc;
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .warp-inp textarea::placeholder {
  font-size: 14px;
  color: #cccccc;
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .warp-inp input::placeholder {
  font-size: 14px;
  color: #cccccc;
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .submit {
  color: #242c98;
  padding-left: 0.3rem;
  background: #fff;
  border-radius: 0.06rem;
  width: 1.6rem;
  line-height: 0.55rem;
  cursor: pointer;
  position: relative;
  margin-top: 0.45rem;
  font-family: 'HarmonyOS_Sans_SC_L';
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .submit::after {
  content: '';
  background: url(../images/party/ico6.png) no-repeat;
  background-size: 100%;
  width: 0.14rem;
  height: 0.09rem;
  max-width: 14px;
  max-height: 9px;
  right: 0.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .contact1 .cont-npm3 .wrap-flex .warp-fr .submit::after {
    opacity: 0;
  }
}
.contact1 .cont-npm3 .wrap-flex .warp-fr .submit:hover::after {
  right: 0.2rem;
}
.corporat1 .corpo-npm1 .page-title {
  margin: 0.45rem 0;
}
.corporat1 .corpo-npm1 .wrap-box {
  background: url(../images/party/bg1.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 1rem;
}
.corporat1 .corpo-npm1 .wrap-flex {
  padding: 0.6rem 2.26rem 0 2.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .corporat1 .corpo-npm1 .wrap-flex {
    display: block;
    padding: 1.2rem 0;
  }
}
.corporat1 .corpo-npm1 .wrap-flex .wrap-fl {
  width: calc(562/1268*100%);
  margin-left: -0.1rem;
  margin-top: 0.45rem;
}
@media (max-width: 1024px) {
  .corporat1 .corpo-npm1 .wrap-flex .wrap-fl {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin: 0;
  }
}
.corporat1 .corpo-npm1 .wrap-flex .wrap-fl .wrap-text {
  color: #fff;
  line-height: 1.66666667em;
  margin-top: 0.3rem;
  font-family: 'HarmonyOS_Sans_SC_L';
}
.corporat1 .corpo-npm1 .wrap-flex .warp-fr {
  border-radius: 0.1rem;
  margin-right: -0.4rem;
  width: calc(590/1268*100%);
  max-width: 590px;
}
@media (max-width: 1024px) {
  .corporat1 .corpo-npm1 .wrap-flex .warp-fr {
    width: 100%;
    margin-left: 0;
    margin-top: 0.48rem;
  }
}
.corporat1 .corpo-npm1 .wrap-flex .warp-fr.public-img::before {
  padding-top: 53.89830508%;
}
.corporat1 .corpo-npm1 .warp-dwon {
  margin-top: 0.5rem;
}
.corporat1 .corpo-npm1 .warp-dwon .wrap-text {
  padding: 0 2.26rem;
}
@media (max-width: 1024px) {
  .corporat1 .corpo-npm1 .warp-dwon .wrap-text {
    padding: 0.2rem 0;
  }
}
.corporat1 .corpo-npm1 .warp-dwon .wrap-text p {
  font-family: 'HarmonyOS_Sans_SC_L';
  color: #666666;
  line-height: 1.66666667em;
  margin-bottom: 0.25rem;
}
.corporat1 .corpo-npm2 {
  background: #f1f4fd;
  margin-top: 0.95rem;
  padding: 1.05rem 0;
}
.corporat1 .corpo-npm2 .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.corporat1 .corpo-npm2 .contapadding {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 1024px) {
  .corporat1 .corpo-npm2 .contapadding {
    padding: 0;
  }
}
.corporat1 .corpo-npm2 .warp-txt {
  padding: 0 1.66rem;
  margin-top: 0.4rem;
}
@media (max-width: 1024px) {
  .corporat1 .corpo-npm2 .warp-txt {
    padding: 0;
  }
}
.corporat1 .corpo-npm2 .warp-txt p {
  font-family: 'HarmonyOS_Sans_SC_L';
  color: #666666;
  line-height: 1.66666667em;
  margin-bottom: 0.25rem;
  text-align: center;
}
.corporat1 .corpo-npm2 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.corporat1 .corpo-npm2 .list .item {
  width: calc(500/1600*100%);
  border-radius: 0.1rem;
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .corporat1 .corpo-npm2 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
.corporat1 .corpo-npm2 .list .item:nth-child(3n) {
  margin-right: 0;
}
.corporat1 .corpo-npm2 .list .public-img::before {
  padding-top: 48.13559322%;
}
.investor1 .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.investor1 .inves-npm1 {
  padding: 0.7rem 0 1.45rem;
}
.investor1 .inves-npm1 .wrap-img {
  margin-top: 1.2rem;
  padding: 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.investor2 {
  background: #f5f6f7;
}
.investor2 .page-top-menu {
  background: #f5f6f7;
}
.investor2 .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.investor2 .inves-npm1 {
  padding: 0.6rem 0 0.4rem;
}
.investor2 .inves-npm1 .contapadding {
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .investor2 .inves-npm1 .contapadding {
    padding: 0;
  }
}
.investor2 .inves-npm1 .list {
  margin: 0.6rem 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.investor2 .inves-npm1 .list .item {
  background: #fff;
  width: calc(512/1600*100%);
  margin-right: calc(30/1600*100%);
  margin-bottom: calc(30/1600*100%);
  padding: 0.4rem 0.35rem 0.3rem;
  height: 1.71rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .investor2 .inves-npm1 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    height: initial;
  }
  .investor2 .inves-npm1 .list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.investor2 .inves-npm1 .list .item:hover .warp-h5 {
  color: var(--color-blue-242);
}
.investor2 .inves-npm1 .list .item:hover .warp-dwon .more {
  background-position: 90% center;
}
.investor2 .inves-npm1 .list .item:nth-child(3n) {
  margin-right: 0;
}
.investor2 .inves-npm1 .list .item .warp-h5 {
  color: #333;
  font-family: 'HarmonyOS_Sans_SC';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.investor2 .inves-npm1 .list .item .warp-dwon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .investor2 .inves-npm1 .list .item .warp-dwon {
    margin-top: 0.2rem;
  }
}
.investor2 .inves-npm1 .list .item .warp-dwon .time {
  color: #666;
  font-family: 'Montserrat-L';
}
.investor2 .inves-npm1 .list .item .warp-dwon .more {
  font-family: 'HarmonyOS_Sans_SC_L';
  padding-right: 0.3rem;
  background: url(../images/party/ico1.png) no-repeat;
  background-position: 100% center;
  background-size: 0.14rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.investor2 .inves-npm1 .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.investor4 .inves-npm1 {
  padding-top: 0.7rem;
}
.investor4 .inves-npm1 .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.investor4 .inves-npm1 .list {
  width: calc(1143/1720*100%);
  margin: 0 auto 0.45rem;
}
@media (max-width: 767px) {
  .investor4 .inves-npm1 .list {
    width: 100%;
  }
}
.investor4 .inves-npm1 .list .warp-h5 {
  font-family: 'HarmonyOS_Sans_SC_M';
  color: #666666;
  line-height: 2.20833333em;
  text-align: center;
  margin-top: 0.1rem;
}
.investor4 .inves-npm1 .list .warp-img {
  margin-top: 0.35rem;
}
.investor4 .inves-npm1 .list .warp-img.public-img::before {
  padding-top: 49.8687664%;
}
.investor4 .inves-npm1 .list .warp-dwon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #f7f7f7;
  padding: 0.23rem 0.4rem 0.23rem 0.5rem;
  margin-top: 0.2rem;
}
@media (max-width: 1024px) {
  .investor4 .inves-npm1 .list .warp-dwon {
    padding: 0.4rem;
  }
}
.investor4 .inves-npm1 .list .warp-dwon .warp-fl {
  font-family: 'HarmonyOS_Sans_SC';
  padding-left: 0.5rem;
  background: url(../images/party/pdf-fill.png) no-repeat;
  background-position: center left;
  background-size: 0.31rem;
  line-height: 0.31rem;
  color: #333333;
}
.investor4 .inves-npm1 .list .warp-dwon .warp-fr {
  color: #333333;
}
.investor5 .inves-npm1 {
  padding: 0.65rem 0 0.4rem;
}
.investor5 .inves-npm1 .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.investor5 .inves-npm1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0.25rem 0 0.55rem;
}
.investor5 .inves-npm1 .list .item {
  padding: 0.4rem 0;
  border-bottom: 1px solid #d6d6d6;
  width: calc(745/1600*100%);
}
@media (max-width: 767px) {
  .investor5 .inves-npm1 .list .item {
    width: 100%;
  }
}
.investor5 .inves-npm1 .list .item .warp-h5 {
  color: #888888;
  font-family: 'Montserrat-L';
}
.investor5 .inves-npm1 .list .item .warp-dwon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 0.08rem;
}
.investor5 .inves-npm1 .list .item .warp-dwon .warp-fl {
  font-family: 'HarmonyOS_Sans_SC';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #333333;
  width: 75%;
}
.investor5 .inves-npm1 .list .item .warp-dwon .warp-fr {
  font-family: 'HarmonyOS_Sans_SC_L';
  padding-right: 0.3rem;
  background: url(../images/party/ico1.png) no-repeat;
  background-position: 100% center ;
  background-size: 0.14rem;
  color: #999999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .investor5 .inves-npm1 .list .item .warp-dwon .warp-fr {
    background-position: 99% center ;
  }
}
.investor5 .inves-npm1 .list .item:hover .warp-dwon .warp-fl {
  color: var(--color-blue-242);
}
.investor5 .inves-npm1 .list .item:hover .warp-dwon .warp-fr {
  background-position: 90% center ;
}
.investor5 .inves-npm1 .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.investor6 .inves-npm1 {
  background: #f5f6f7;
}
.investor6 .inves-npm1 .list {
  margin: 0.65rem 0 0.45rem;
}
.investor6 .inves-npm1 .list .item {
  width: 100%;
  background: #fff;
  margin-bottom: 0.15rem;
  padding: 0.35rem;
  border-bottom: none;
}
