@charset "UTF-8";
@import url("iconfont/iconfont.css");
@font-face {
  font-family: "syh";
  src: url("../font/SourceHanSansCN-Medium.otf");
}
@font-face {
  font-family: "syh-bold";
  src: url("../font/SourceHanSansCN-Bold.otf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: syh, Arial !important;
  margin: 0 auto;
  font-size: 16px;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

textarea {
  font-family: syh, Arial !important;
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: syh-bold, Arial !important;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

table, tr, td, tbody {
  border-style: none;
  margin: 0;
  padding: 0;
}

body a {
  text-decoration: none;
  color: var(--text-color);
}

.flex {
  display: flex !important;
}

.flex-one {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-center,
.align-items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-end {
  align-items: flex-end;
}

.center {
  text-align: center;
}

/*谷歌、safari、qq浏览器、360浏览器滚动条样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdbdbd;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

/****************************************************************************
* 全局样式
*/
.mt-100 {
  margin-top: 100px;
}

.mt-52 {
  margin-top: 52px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 2px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-6 {
  margin-top: 6px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-18 {
  margin-top: 18px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-22 {
  margin-top: 22px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-38 {
  margin-top: 38px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-42 {
  margin-top: 42px;
}

.mt-44 {
  margin-top: 44px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-53 {
  margin-top: 53px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-58 {
  margin-top: 58px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-66 {
  margin-top: 66px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-74 {
  margin-top: 74px;
}

.mt-78 {
  margin-top: 78px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-96 {
  margin-top: 96px;
}

.mt-112 {
  margin-top: 112px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-66 {
  margin-bottom: 66px;
}

.mb-54 {
  margin-bottom: 54px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-14 {
  margin-left: 14px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-18 {
  margin-left: 18px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-27 {
  margin-left: 27px;
}

.ml-65 {
  margin-left: 65px;
}

.ml--10 {
  margin-left: -10px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-24 {
  margin-right: 24px;
}

.mr-25 {
  margin-right: 25px;
}

.pt-204 {
  padding-top: 204px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-14 {
  padding-top: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-18 {
  padding-top: 18px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-34 {
  padding-top: 34px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-37 {
  padding-top: 37px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-42 {
  padding-top: 42px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-52 {
  padding-top: 52px;
}

.pt-56 {
  padding-top: 56px;
}

.pt-58 {
  padding-top: 58px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-66 {
  padding-top: 66px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-130 {
  padding-top: 130px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-47 {
  padding-bottom: 47px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-58 {
  padding-bottom: 58px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-66 {
  padding-bottom: 66px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-27 {
  padding-left: 27px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-43 {
  padding-left: 43px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-72 {
  padding-left: 72px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-27 {
  padding-right: 27px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-72 {
  padding-right: 72px;
}

.pr-80 {
  padding-right: 80px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.fs-44 {
  font-size: 44px;
}

.fs-48 {
  font-size: 48px;
}

.fs-60 {
  font-size: 60px;
}

.fs-72 {
  font-size: 72px;
}

.lh-12 {
  line-height: 12px;
}

.lh-14 {
  line-height: 14px;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-21 {
  line-height: 21px;
}

.lh-24 {
  line-height: 24px;
}

.lh-25 {
  line-height: 25px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-32 {
  line-height: 32px;
}

.lh-36 {
  line-height: 36px;
}

.lh-40 {
  line-height: 40px;
}

.lh-48 {
  line-height: 48px;
}

.lh-52 {
  line-height: 52px;
}

.lh-60 {
  line-height: 60px;
}

.lh-80 {
  line-height: 80px;
}

.fw-700 {
  font-weight: 700;
}

:root {
  --white-color:#FFFFFF;
  --black-color:#000000;
  --text-color:#333333;
  --text-color-one:#666666;
  --text-color-two:#999999;
  --text-color-four:#60665F;
  --text-color-three:#CCCCCC;
  --text-color-five:#A6A6A6;
  --text-color-six:#383535;
  --text-color-seven:#808080;
  --theme-color:#394f9f;
  --theme-color-two:#46A541;
  --theme-color-three:#375095;
  --theme-color-four:#274299;
  --theme-color-five:#294696;
  --theme-color-six:#364B9A;
}

.black-color {
  color: var(--black-color);
}

.whiter-color {
  color: var(--white-color);
}

.text-color-six {
  color: var(--text-color-six);
}

.text-color {
  color: var(--text-color);
}

.text-color-one {
  color: var(--text-color-one);
}

.text-color-two {
  color: var(--text-color-two);
}

.theme-color {
  color: var(--theme-color);
}

.theme-color-two {
  color: var(--theme-color-two);
}

.text-color-four {
  color: var(--text-color-four);
}

.text-color-five {
  color: var(--text-color-five);
}

.theme-color-three {
  color: var(--theme-color-three);
}

.text-color-seven {
  color: var(--text-color-seven);
}

.theme-color-four {
  color: var(--theme-color-four);
}

.theme-color-five {
  color: var(--theme-color-five);
}

.theme-color-six {
  color: var(--theme-color-six);
}

body {
  color: var(--text-color);
}

.container {
  min-width: 62.5%;
  max-width: 62.5%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .container {
    min-width: 73%;
    max-width: 73%;
  }
}
@media (max-width: 992px) {
  .container {
    min-width: 95%;
    max-width: 95%;
  }
}

.home-container {
  min-width: 84%;
  max-width: 84%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 992px) {
  .home-container {
    min-width: 90%;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .home-container {
    min-width: 95%;
    max-width: 95%;
  }
}

.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
}
.overlay-container .overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.overlay-container .order-info {
  width: 45%;
  border-radius: 30px;
  background: linear-gradient(180deg, rgb(232, 244, 255) 0%, rgb(255, 255, 255) 100%);
  padding: 20px 35px 35px 35px;
  position: relative;
}
@media (max-width: 1536px) {
  .overlay-container .order-info {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .overlay-container .order-info {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .overlay-container .order-info {
    width: 95%;
    padding: 20px 10px;
  }
}
.overlay-container .order-info .sck {
  width: 34%;
  margin-right: 40px;
}
.overlay-container .order-info .icon-guanbi {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 22px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .overlay-container .order-info .icon-guanbi {
    top: 20px;
    right: 15px;
    font-size: 18px;
  }
}
.overlay-container .order-info .form-box {
  background-color: var(--white-color);
  padding: 15px 25px;
  border-radius: 30px;
  border: 1px solid rgba(54, 75, 154, 0.22);
}
@media (max-width: 992px) {
  .overlay-container .order-info .form-box {
    padding: 15px;
  }
}
.overlay-container .order-info .form-box .input-box {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.overlay-container .order-info .form-box .input-box .input {
  width: calc(50% - 15px);
  padding: 20px 25px;
  display: flex;
}
@media (max-width: 992px) {
  .overlay-container .order-info .form-box .input-box .input {
    width: 100%;
    padding: 10px 15px;
  }
}
.overlay-container .order-info .form-box .input-box .input span {
  width: 104px;
}
.overlay-container .order-info .form-box .input-box .input textarea {
  height: 100px;
}
.overlay-container .order-info .form-box .input-box .input-max {
  width: 100%;
}
.overlay-container .overlay-video {
  width: 45%;
  padding: 20px;
  background-color: var(--white-color);
  border-radius: 10px;
}
@media (max-width: 1536px) {
  .overlay-container .overlay-video {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .overlay-container .overlay-video {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .overlay-container .overlay-video {
    width: 95%;
  }
}
.overlay-container .overlay-video video {
  width: 100%;
}

.border {
  border: 1px solid transparent;
}

.border-whiter-color {
  border-color: var(--white-color);
}

.border-text-color {
  border-color: #333333;
}

.border-text-color-one {
  border-color: #666666;
}

.border-text-color-two {
  border-color: #999999;
}

.border-theme-color {
  border-color: #0DC5FF;
}

.button {
  border-radius: 6px;
  line-height: 45px;
  display: inline-flex;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 992px) {
  .button {
    line-height: 36px;
  }
}
.button .iconfont {
  margin-left: 35px;
  transition: all 0.3s;
}
.button:hover {
  transition: all 0.3s;
}
.button:hover .iconfont {
  transform: translateX(5px);
  transition: all 0.3s;
}

.nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.nav .icon-box .iconfont {
  color: var(--white-color);
  font-size: 36px;
}
@media (max-width: 576px) {
  .nav .icon-box .iconfont {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .nav {
    padding: 0 20px;
  }
}
.nav > div {
  height: 90px;
}
@media (max-width: 992px) {
  .nav > div {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .nav > div {
    height: 50px;
  }
}
.nav .logo {
  width: 55px;
  height: 72px;
}
.nav .logo .scroll {
  display: none;
}
@media (max-width: 992px) {
  .nav .logo {
    width: 40px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .nav .logo {
    width: 30px;
    height: auto;
  }
}
.nav .logo img {
  width: 100%;
}
.nav .nav-pc {
  font-size: 18px;
  height: 100%;
}
@media (max-width: 1300px) {
  .nav .nav-pc {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .nav .nav-pc {
    display: none !important;
  }
}
.nav .nav-pc > div:first-child {
  height: 100%;
}
.nav .nav-pc > div:first-child > div {
  height: 100%;
  position: relative;
}
.nav .nav-pc > div:first-child > div .nav-hide-list {
  display: none;
  position: absolute;
  background-color: var(--white-color);
  width: 360px;
  text-align: center;
  border-radius: 0 0 24px 24px;
  top: 91px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: 90px;
  padding: 12px 12px 0 12px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-color);
  border-bottom: 1px solid #E5E5E5;
  padding: 20px;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list > a span {
  color: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  transition: all 0.5s ease;
  padding: 5px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list > a:not(:first-child) {
  margin-top: 20px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list > a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list > a:hover span {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list > a:last-child {
  border-bottom: none;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max {
  width: 1200px;
  padding: 0;
  position: fixed;
  overflow: hidden;
  height: 510px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max > div {
  height: 100%;
}
@media (max-width: 1600px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max {
    height: 500px;
  }
}
@media (max-width: 1300px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max {
    width: 900px;
    height: 400px;
  }
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left {
  width: 30%;
  background-color: var(--white-color);
  padding: 20px 0;
  padding: 12px 12px 0 12px;
  text-align: center;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-color);
  border-bottom: 1px solid #E5E5E5;
  padding: 20px;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left a span {
  color: #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  transition: all 0.5s ease;
  padding: 5px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left a:not(:first-child) {
  margin-top: 20px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left a:hover, .nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left .active {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left a:hover span, .nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left .active span {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-left a:last-child {
  border-bottom: none;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list {
  width: 70%;
  background-color: #F2F9FF;
  position: relative;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right {
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 20px 60px;
  display: none;
  row-gap: 15px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .hide-right-item {
  width: calc(33.3333333333% - 13.3333333333px);
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .hide-right-item .hide-img {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .hide-right-item .hide-img img {
  width: 100%;
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .hide-right-item p {
  color: var(--text-color-seven);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .hide-right-item:hover .hide-img img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .hide-right-item:hover p {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .banner-icon-box {
  width: 100%;
  margin-top: 15px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .banner-icon-box > a {
  height: 40px;
  border-radius: 100px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  transition: all 0.5s ease;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0 17px 0 12px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .banner-icon-box > a .iconfont {
  color: var(--theme-color);
  font-size: 18px;
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .banner-icon-box > a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .hide-right-list .hide-right .banner-icon-box > a:hover .iconfont {
  color: var(--white-color);
  transition: all 0.5s ease;
}
.nav .nav-pc .nav-telephone {
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 400px;
  color: var(--white-color);
  background: #a1b1ca;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-weight: 400;
  margin-left: 45px;
}
.nav .nav-pc .nav-telephone a {
  color: var(--white-color);
  padding: 0 9px;
  border-radius: 400px;
  height: 100%;
  line-height: 30px;
}
.nav .nav-pc .nav-telephone .language-active {
  background-color: var(--theme-color);
}
@media (max-width: 1800px) {
  .nav .nav-pc .nav-telephone {
    margin-left: 30px;
  }
}
@media (max-width: 1536px) {
  .nav .nav-pc .nav-telephone {
    margin-left: 20px;
  }
}
@media (max-width: 1300px) {
  .nav .nav-pc .nav-telephone {
    margin-left: 10px;
  }
}
.nav .nav-pc .nav-telephone .iconfont {
  margin-right: 16px;
  font-weight: 500;
}
.nav .nav-pc .nav-li {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  color: #FFFFFF;
  margin-right: 35px;
  margin-left: 35px;
  position: relative;
  transition: all 0.5s ease;
}
@media (max-width: 1800px) {
  .nav .nav-pc .nav-li {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 1536px) {
  .nav .nav-pc .nav-li {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 1300px) {
  .nav .nav-pc .nav-li {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (max-width: 1100px) {
  .nav .nav-pc .nav-li {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.nav .nav-pc .nav-li::after {
  content: "";
  border-bottom: 10px solid var(--white-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.nav .nav-pc .nav-li-active,
.nav .nav-pc .nav-li:hover {
  transition: all 0.5s ease;
}
.nav .nav-pc .nav-li-active::after,
.nav .nav-pc .nav-li:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.nav .nav-pc .top-search {
  width: 40px;
  height: 30px;
  color: #ffffff;
  background-color: #a1b1cb;
  margin-left: 20px;
  border-radius: 100px;
}

.dl {
  display: none;
}
@media (max-width: 992px) {
  .dl {
    display: block;
  }
}

.nav-list-moblie {
  position: absolute;
  display: none;
  top: 71px;
  left: 0;
  width: 100%;
  background-color: var(--white-color);
  padding: 10px;
}
@media (max-width: 576px) {
  .nav-list-moblie {
    top: 51px;
  }
}
.nav-list-moblie .next-list {
  width: 100%;
  display: none;
  padding-left: 20px;
}
.nav-list-moblie .next-list .nav-li {
  margin-top: 20px;
}
.nav-list-moblie .nav-li-item {
  margin-bottom: 20px;
}
.nav-list-moblie .nav-li-item .nav-li {
  display: flex;
  justify-content: space-between;
}
.nav-list-moblie .nav-li-item .nav-li .li-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.nav-list-moblie .nav-li-item .nav-li .li-row > .li-a {
  width: 100%;
  /*margin-bottom: 20px;*/
}

.search-nav-active,
.nav-active, .inside-nav-active {
  border-bottom: 1px solid #E5E5E5;
}
.search-nav-active .logo .scroll,
.nav-active .logo .scroll, .inside-nav-active .logo .scroll {
  display: block;
}
.search-nav-active .logo .top,
.nav-active .logo .top, .inside-nav-active .logo .top {
  display: none;
}
.search-nav-active .nav-pc .nav-li,
.nav-active .nav-pc .nav-li, .inside-nav-active .nav-pc .nav-li {
  color: var(--text-color);
}
.search-nav-active .nav-pc .nav-li::after,
.nav-active .nav-pc .nav-li::after, .inside-nav-active .nav-pc .nav-li::after {
  content: "";
  border-bottom: 10px solid var(--black-color);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.search-nav-active .nav-pc .nav-li-active::after,
.nav-active .nav-pc .nav-li-active::after, .inside-nav-active .nav-pc .nav-li-active::after {
  opacity: 1;
}
.search-nav-active .nav-pc .nav-telephone, .search-nav-active .nav-pc .top-search,
.nav-active .nav-pc .nav-telephone,
.nav-active .nav-pc .top-search, .inside-nav-active .nav-pc .nav-telephone, .inside-nav-active .nav-pc .top-search {
  background-color: #E5E5E5;
}
.search-nav-active .sousu, .search-nav-active .Language,
.nav-active .sousu,
.nav-active .Language, .inside-nav-active .sousu, .inside-nav-active .Language {
  background-color: #808080;
  color: #FFFFFF;
}
.search-nav-active .sousu .iconfont, .search-nav-active .Language .iconfont,
.nav-active .sousu .iconfont,
.nav-active .Language .iconfont, .inside-nav-active .sousu .iconfont, .inside-nav-active .Language .iconfont {
  color: #FFFFFF;
}
.search-nav-active .icon-box .iconfont,
.nav-active .icon-box .iconfont, .inside-nav-active .icon-box .iconfont {
  color: #808080;
}

.inside-nav-active {
  background-color: var(--white-color);
}
.inside-nav-active .container {
  min-width: 90%;
  max-width: 90%;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .inside-nav-active .container {
    min-width: 95%;
    max-width: 95%;
  }
}

.search-nav-active {
  background-color: var(--white-color);
}

.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-banner {
    height: 360px;
  }
}
.home-banner .banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-banner .banner-swiper .swiper-slide {
  position: relative;
}
.home-banner .banner-swiper .swiper-slide img,
.home-banner .banner-swiper .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .banner-swiper .swiper-slide .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  opacity: 0;
  transition: all 0.8s ease 0.5s;
}
.home-banner .banner-swiper .swiper-slide .banner-content .banner-title {
  text-transform: uppercase;
}
.home-banner .banner-swiper .swiper-slide .banner-content .banner-icon-box .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  margin-right: 12px;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-slide .banner-content .banner-icon-box .icon-box {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.home-banner .banner-swiper .swiper-slide-active .banner-content {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1000;
}
.home-banner .banner-swiper .swiper-button {
  position: absolute;
  z-index: 110;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12.5vh;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.home-banner .banner-swiper .swiper-button > .button-hover {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-button > .button-hover {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.home-banner .banner-swiper .swiper-button > div:first-child > div::after {
  display: none;
}
.home-banner .banner-swiper .swiper-button > div:first-child > div {
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-button > div:first-child > div {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.home-banner .banner-swiper .swiper-button > div:nth-child(2) > text {
  color: var(--text-color-five);
}
.home-banner .banner-swiper .swiper-button > div:nth-child(2) > .Current {
  color: var(--white-color);
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-button {
    bottom: 10px;
    height: 30px;
    line-height: 30px;
  }
}
.home-banner .banner-swiper .swiper-pagination {
  width: 45%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14.5vh;
  top: inherit;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-pagination {
    bottom: 25px;
  }
}
.home-banner .banner-swiper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
}
.home-banner .banner-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(204, 204, 204);
}

.home-content {
  background-color: #FAFAFA;
}
.home-content .home-about {
  padding-top: 158px;
  padding-bottom: 83px;
}
@media (max-width: 1600px) {
  .home-content .home-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1300px) {
  .home-content .home-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .home-content .home-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-content .home-about .about-text {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid var(--text-color-three);
  color: var(--text-color-five);
  display: flex;
  justify-content: end;
}
.home-content .home-about .about-text p {
  width: 53%;
}
@media (max-width: 768px) {
  .home-content .home-about .about-text p {
    width: 100%;
  }
}
.home-content .home-about .home-content-top .right-box {
  position: relative;
}
.home-content .home-about .home-content-top .right-box img {
  width: 100%;
}
.home-content .home-about .home-content-top .home-right-logo {
  width: 42%;
}
@media (max-width: 768px) {
  .home-content .home-about .abou-sck {
    justify-content: center;
  }
}
.home-content .home-about .abou-sck .about-sck-right {
  width: 100%;
}
@media (max-width: 768px) {
  .home-content .home-about .abou-sck .about-sck-right {
    width: 100%;
    margin-top: 20px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
}
@media (max-width: 576px) {
  .home-content .home-about .abou-sck .about-sck-right {
    row-gap: 20px;
    justify-content: center;
  }
}
.home-content .home-about .abou-sck .about-sck-right .flex-item {
  width: 29.1%;
  display: flex;
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 20px;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .home-content .home-about .abou-sck .about-sck-right .flex-item {
    width: 30%;
  }
}
@media (max-width: 576px) {
  .home-content .home-about .abou-sck .about-sck-right .flex-item {
    width: 100%;
    text-align: center;
  }
}
.home-content .home-about .abou-sck .about-sck-right .flex-item .iconfont {
  font-size: 30px;
  color: #274299;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.home-content .home-about .abou-sck .about-sck-right .flex-item > div {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.home-content .home-about .abou-sck .about-sck-right .flex-item .count {
  color: var(--theme-color-two);
  transition: all 0.3s ease-in-out;
}
.home-content .home-about .abou-sck .about-sck-right .flex-item .count h1 {
  font-weight: 900;
  line-height: 48px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  .home-content .home-about .abou-sck .about-sck-right .flex-item .count h1 {
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .home-content .home-about .abou-sck .about-sck-right .flex-item .count {
    justify-content: center;
  }
}
.home-content .home-about .abou-sck .about-sck-right .flex-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background: linear-gradient(90deg, #46A541 0%, #274299 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.home-content .home-about .abou-sck .about-sck-right .flex-item:hover::after {
  width: 100%;
  height: 100%;
}
.home-content .home-about .abou-sck .about-sck-right .flex-item:hover .iconfont, .home-content .home-about .abou-sck .about-sck-right .flex-item:hover .count, .home-content .home-about .abou-sck .about-sck-right .flex-item:hover > div h1 {
  color: #fff;
}
.home-content .home-about .about-image {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}
.home-content .home-about .about-image .about-image-list {
  width: 100%;
}
.home-content .home-about .about-image .about-image-list .back-image {
  width: 100%;
  position: relative;
  display: none;
}
.home-content .home-about .about-image .about-image-list .back-image video, .home-content .home-about .about-image .about-image-list .back-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-content .home-about .about-image .about-image-list .back-image span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 50%;
}
.home-content .home-about .about-image .about-image-list .back-image span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid var(--white-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.home-content .home-about .about-image .about-image-list .back-image-active {
  display: block;
}
.home-content .home-about .about-image .about-image-tabbar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--text-color-three);
}
.home-content .home-about .about-image .about-image-tabbar .flex-item {
  width: 33.3333333333%;
  align-items: center;
  padding: 16px 30px 20px 90px;
  position: relative;
}
@media (max-width: 1600px) {
  .home-content .home-about .about-image .about-image-tabbar .flex-item {
    padding: 16px 30px 20px 40px;
  }
}
@media (max-width: 992px) {
  .home-content .home-about .about-image .about-image-tabbar .flex-item {
    padding: 16px 15px 20px 15px;
  }
}
@media (max-width: 768px) {
  .home-content .home-about .about-image .about-image-tabbar .flex-item {
    paddin: 10px;
  }
  .home-content .home-about .about-image .about-image-tabbar .flex-item .text > p:last-child {
    display: none;
  }
  .home-content .home-about .about-image .about-image-tabbar .flex-item .fs-24 {
    font-size: 16px;
  }
}
.home-content .home-about .about-image .about-image-tabbar .flex-item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.3s ease;
  background: linear-gradient(135deg, var(--theme-color-two) 0%, var(--theme-color) 100%);
}
.home-content .home-about .about-image .about-image-tabbar .flex-item > div, .home-content .home-about .about-image .about-image-tabbar .flex-item > img {
  position: relative;
  z-index: 10;
}
.home-content .home-about .about-image .about-image-tabbar .flex-item:hover::before {
  width: 100%;
  transition: all 0.3s ease;
}
.home-content .home-about .about-image .about-image-tabbar .flex-item:not(:nth-child(3)) {
  border-right: 1px solid var(--text-color-three);
}
.home-content .home-about .about-image .about-image-tabbar img {
  width: 25px;
  height: 25px;
}
@media (max-width: 768px) {
  .home-content .home-about .about-image .about-image-tabbar img {
    width: 18px;
    height: 18px;
  }
}
.home-content .home-business-model {
  position: relative;
  padding: 94px 0 143px;
}
@media (max-width: 1600px) {
  .home-content .home-business-model {
    padding: 80px 0;
  }
}
@media (max-width: 1300px) {
  .home-content .home-business-model {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .home-content .home-business-model {
    padding: 40px 0;
  }
}
.home-content .home-business-model .home-business-model-content {
  position: relative;
  z-index: 10;
}
.home-content .home-business-model .home-business-model-content .business-list {
  width: 100%;
  -moz-column-gap: 6px;
       column-gap: 6px;
  row-gap: 6px;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item {
  flex: 1;
  height: 540px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-content .home-business-model .home-business-model-content .business-list .flex-item {
    width: 100%;
    flex: auto;
    height: auto;
  }
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item .overlay > div {
  width: 100%;
  position: absolute;
  bottom: 80px;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item .overlay > div p {
  width: 100%;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item .overlay-box {
  position: absolute;
  width: 85%;
  bottom: 40px;
  left: 100%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.56);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 20px;
  transition: all 0.3s ease;
  min-width: 332px;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item-active {
  flex: 2;
  transition: all 0.3s ease;
}
@media (max-width: 1600px) {
  .home-content .home-business-model .home-business-model-content .business-list .flex-item-active {
    flex: 3;
  }
}
@media (max-width: 1300px) {
  .home-content .home-business-model .home-business-model-content .business-list .flex-item-active {
    flex: 4;
  }
}
@media (max-width: 1300px) {
  .home-content .home-business-model .home-business-model-content .business-list .flex-item-active {
    flex: auto;
  }
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item-active .overlay {
  opacity: 0;
  transition: all 0.3s ease;
}
.home-content .home-business-model .home-business-model-content .business-list .flex-item-active .overlay-box {
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.home-content .home-industry-regulations {
  padding: 143px 0 57px 0;
  position: relative;
}
@media (max-width: 1600px) {
  .home-content .home-industry-regulations {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 1300px) {
  .home-content .home-industry-regulations {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations {
    padding: 40px 0;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.11) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.home-content .home-industry-regulations .home-industry-regulations-content {
  position: relative;
  z-index: 100;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper {
  overflow: visible;
  position: relative;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper {
    overflow: hidden;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button {
  position: absolute;
  z-index: 110;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button > div:first-child > div::after {
  display: none;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button > div:first-child > div {
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button > div:first-child > div {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button > div:nth-child(2) > text {
  color: var(--text-color-five);
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button > div:nth-child(2) > .Current {
  color: var(--white-color);
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button {
    bottom: 10px;
    height: 30px;
    line-height: 30px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-pagination {
  width: 45%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  top: inherit;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-pagination {
    bottom: 25px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(204, 204, 204);
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-button {
  width: 100%;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-slide-backimage {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-slide-backimage {
    height: 500px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.49);
  z-index: 10;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  height: 100%;
  padding-bottom: 30px;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .icon-img {
  width: 30px;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .icon-img {
    width: 20px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .text-box {
  padding: 0 15% 0 4%;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .text-box {
    padding: 10px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list {
  width: 100%;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  padding: 0 4%;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list {
    padding: 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item {
  color: var(--white-color);
  cursor: pointer;
  padding: 16px 20px 30px 28px;
  min-height: 120px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: calc(33.3333333333% - 20px);
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item {
    padding: 10px;
    min-height: auto;
    width: calc(50% - 5px);
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item .icon-box {
  opacity: 0;
  border-radius: 50%;
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: 15px;
  color: var(--white-color);
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item .icon-box {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item .icon-box {
    width: 20px;
    height: 20px;
  }
  .home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item .icon-box .iconfont {
    font-size: 12px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item:hover {
  color: var(--black-color);
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item:hover .icon-title {
  color: var(--theme-color);
  transition: all 0.3s ease;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide .swiper-content .download-list .download-item:hover .icon-box {
  opacity: 1;
  transition: all 0.3s ease;
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide-active {
  box-shadow: 1px -3px 8px rgba(0, 0, 0, 0.12);
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide-active .swiper-content-overlay {
  background: linear-gradient(360deg, rgba(54, 75, 154, 0.82) 0.07%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(90deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%);
}
.home-content .home-industry-regulations .home-industry-regulations-content .industry-swiper .swiper-slide-active .swiper-content {
  z-index: 20;
}
.home-content .home-industry-regulations .home-industry-regulations-content .swiper-tab {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.home-content .home-industry-regulations .home-industry-regulations-content .swiper-tab .swiper-tab-item {
  border-radius: 40px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 30px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .home-content .home-industry-regulations .home-industry-regulations-content .swiper-tab .swiper-tab-item {
    padding: 0 15px;
  }
}
.home-content .home-industry-regulations .home-industry-regulations-content .swiper-tab .swiper-tab-item:hover, .home-content .home-industry-regulations .home-industry-regulations-content .swiper-tab .active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  transition: all 0.3s ease;
}
.home-content .home-news {
  position: relative;
  padding: 144px 0 124px 0;
}
@media (max-width: 1600px) {
  .home-content .home-news {
    padding: 80px 0;
  }
}
@media (max-width: 1300px) {
  .home-content .home-news {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .home-content .home-news {
    padding: 40px 0;
  }
}
.home-content .home-news .backgroung-image-two {
  position: absolute;
  right: 0;
  top: 0;
}
.home-content .home-news .backgroung-image-one {
  position: absolute;
  right: 0;
  top: 0;
}
.home-content .home-news .home-news-content {
  position: relative;
  z-index: 10;
}
.home-content .home-news .home-news-content .news-content {
  -moz-column-gap: 18px;
       column-gap: 18px;
  row-gap: 20px;
}
.home-content .home-news .home-news-content .news-content .flex-item {
  width: calc(33.3333333333% - 12px);
  border-radius: 20px;
  display: block;
  overflow: hidden;
  position: relative;
  height: 522px;
}
@media (max-width: 1600px) {
  .home-content .home-news .home-news-content .news-content .flex-item {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .home-content .home-news .home-news-content .news-content .flex-item {
    width: 100%;
    height: auto;
  }
}
.home-content .home-news .home-news-content .news-content .flex-item .back-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-content .home-news .home-news-content .news-content .flex-item .news-content-box {
  width: 82%;
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
}
.home-content .home-news .home-news-content .news-content .flex-item .news-message {
  display: block;
  padding-top: 10px;
  transition: all 0.3s ease;
}
.home-content .home-news .home-news-content .news-content .flex-item .news-message:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(2) {
  background-color: #F4F4F4;
  display: flex;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(2) .news {
  padding: 30px 27px;
  display: block;
  width: 100%;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(2) .news .content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(2) .news .time {
  float: right;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(2) .video-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(2) .video-image img {
  width: 100%;
  height: auto;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(2) .video-image .video-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8%;
}
.home-content .home-news .home-news-content .news-content .flex-item:nth-child(3) {
  padding: 30px 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgb(68, 153, 77) 0%, rgb(55, 80, 149) 100%);
}
.home-content .home-footer {
  padding: 132px 0 72px 0;
}
@media (max-width: 1600px) {
  .home-content .home-footer {
    padding: 80px 0 40px 0;
  }
}

.home-content-top {
  flex-wrap: wrap;
  row-gap: 10px;
}
.home-content-top .left-box {
  width: 50%;
}
@media (max-width: 768px) {
  .home-content-top .left-box {
    width: 100%;
  }
}
.home-content-top .left-box .long-button {
  float: right;
  background-color: var(--theme-color);
}
.home-content-top .right-box .long-button {
  float: right;
  background-color: var(--theme-color);
}
@media (max-width: 768px) {
  .home-content-top .right-box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .home-content-top .right-box .long-button {
    margin-top: 0;
  }
}

.inside-content {
  background-color: #FAFAFA;
  position: relative;
}
.inside-content .backgroung-image-two {
  position: absolute;
  right: 0;
  top: 0;
}
.inside-content .backgroung-image-one {
  position: absolute;
  bottom: 20px;
  left: 0;
  max-width: 100%;
}
.inside-content .inside-tab {
  height: 72px;
  line-height: 72px;
  background-color: #E5E5E5;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: -36px;
  transform: translateX(-50%);
  z-index: 200;
}
@media (max-width: 768px) {
  .inside-content .inside-tab {
    overflow: scroll;
  }
}
.inside-content .inside-tab a {
  height: 100%;
  display: block;
  flex: 1;
  text-align: center;
  border-radius: 184px;
  background: #E5E5E5;
  white-space: nowrap;
  transition: all 0.3s ease;
  padding: 0 10px;
}
.inside-content .inside-tab a:hover, .inside-content .inside-tab .active {
  color: var(--white-color);
  background: linear-gradient(90deg, #274299 0%, #40A237 100%);
  transition: all 0.3s ease;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1536px) {
  .inside-content .inside-tab a:hover, .inside-content .inside-tab .active {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .inside-content .inside-tab a:hover, .inside-content .inside-tab .active {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .inside-content .inside-tab {
    height: 48px;
    line-height: 48px;
    top: -24px;
  }
}

.about-us {
  position: relative;
  z-index: 100;
  padding: 146px 0 100px 0;
}
@media (max-width: 1600px) {
  .about-us {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1300px) {
  .about-us {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 992px) {
  .about-us {
    padding: 40px 0 40px 0;
  }
}
.about-us .home-content-top .left-box {
  width: 42%;
}
@media (max-width: 992px) {
  .about-us .home-content-top .left-box {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .about-us .home-content-top .left-box .text-gradation {
    margin-top: 10px;
  }
}
.about-us .home-content-top .right-box {
  width: 42%;
}
.about-us .home-content-top .right-box img {
  width: 100%;
}
.about-us .content-box {
  row-gap: 20px;
}
.about-us .content-box .left-box {
  width: 46%;
}
@media (max-width: 768px) {
  .about-us .content-box .left-box {
    width: 100%;
  }
}
.about-us .content-box .left-box .border {
  width: 54px;
  height: 8px;
}
.about-us .content-box .left-box .border img {
  width: 100%;
  height: 100%;
}
.about-us .content-box .left-box .play-video {
  cursor: pointer;
  width: 71%;
}
@media (max-width: 768px) {
  .about-us .content-box .left-box .play-video {
    width: 100%;
    margin-top: 20px;
  }
}
.about-us .content-box .left-box .play-video .play-text {
  border-radius: 30px 0 0 30px;
  background: linear-gradient(180deg, #40A237 0%, #274299 100%);
  width: 77px;
  line-height: 77px;
  text-align: center;
  padding: 48px 0;
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.5em;
}
.about-us .content-box .left-box .play-video .play-box {
  width: calc(100% - 77px);
  position: relative;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
.about-us .content-box .left-box .play-video .play-box .fengmian {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us .content-box .left-box .play-video .play-box .playImg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us .content-box .right-box {
  width: 42%;
}
@media (max-width: 768px) {
  .about-us .content-box .right-box {
    width: 100%;
  }
}
.about-us .content-box .right-box .about-sck-right .count h1 {
  line-height: 48px;
  font-weight: 900;
}
@media (max-width: 1300px) {
  .about-us .content-box .right-box .about-sck-right .count h1 {
    line-height: 32px;
  }
}
.about-us .content-box .right-box .about-sck-right .flex-item {
  border-bottom: 1px solid var(--text-color-three);
  padding-right: 24px;
  padding-bottom: 10px;
}
.about-us .content-box .right-box .about-sck-right .flex-item .title {
  font-weight: 700;
}
.about-us .content-box .right-box .steach-input {
  width: 100%;
  height: 68px;
  border: 1px solid #E5E5E5;
  border-radius: 174px;
  background-color: var(--white-color);
}

.Industry-regulations {
  position: relative;
  padding-top: 100px;
}
.Industry-regulations .content-box {
  row-gap: 20px;
}
.Industry-regulations .content-box .left-box {
  width: 46%;
}
@media (max-width: 768px) {
  .Industry-regulations .content-box .left-box {
    width: 100%;
  }
}
.Industry-regulations .content-box .right-box {
  width: 42%;
}
@media (max-width: 768px) {
  .Industry-regulations .content-box .right-box {
    width: 100%;
  }
}
.Industry-regulations .content-box .right-box .steach-input {
  width: 100%;
  height: 68px;
  border: 1px solid #E5E5E5;
  border-radius: 174px;
  background-color: var(--white-color);
  padding: 8px 14px 8px 45px;
}
.Industry-regulations .content-box .right-box .steach-input input {
  border-style: none;
  outline: none;
}
.Industry-regulations .content-box .right-box .steach-input input::-moz-placeholder {
  font-size: 14px;
  color: var(--text-color-five);
}
.Industry-regulations .content-box .right-box .steach-input input:-ms-input-placeholder {
  font-size: 14px;
  color: var(--text-color-five);
}
.Industry-regulations .content-box .right-box .steach-input input::placeholder {
  font-size: 14px;
  color: var(--text-color-five);
}
.Industry-regulations .content-box .right-box .steach-input button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(130.33deg, #274398 0%, #3D993F 100%);
  border-style: none;
  font-size: 22px;
  color: var(--white-color);
  cursor: pointer;
}
.Industry-regulations .bg {
  position: absolute;
  top: 40px;
  left: 21%;
  width: 50%;
}
.Industry-regulations .Business-domain .business-list {
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.Industry-regulations .Business-domain .business-list .business-item {
  width: calc(50% - 10px);
  border-radius: 30px;
  padding: 20px;
  background-color: var(--white-color);
}
@media (max-width: 768px) {
  .Industry-regulations .Business-domain .business-list .business-item {
    width: 100%;
  }
}
.Industry-regulations .Business-domain .business-list .business-item > div:first-child {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  background: linear-gradient(136.43deg, rgb(39, 67, 152) 0%, rgb(61, 153, 63) 100%);
  color: var(--white-color);
  transition: all 0.3s ease;
}
.Industry-regulations .Business-domain .business-list .business-item > div:last-child {
  width: calc(100% - 150px);
  border-radius: 0;
}
.Industry-regulations .Business-domain .business-list .business-item .title {
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.Industry-regulations .Business-domain .business-list .business-item .description {
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Industry-regulations .Business-domain .business-list .business-item .button {
  float: right;
  background-color: #fff;
  color: #364B9A;
}
.Industry-regulations .Business-domain .business-list .business-item:hover > div:first-child {
  background: #fff;
}
.Industry-regulations .Business-domain .business-list .business-item:hover > div:first-child .iconfont {
  background: linear-gradient(90deg, rgb(39, 67, 152) 0%, rgb(61, 153, 63) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.Industry-regulations .Business-domain .business-list .business-item:hover .title, .Industry-regulations .Business-domain .business-list .business-item:hover .description {
  color: #fff;
}

.Data-download > div:first-child {
  background: linear-gradient(90deg, #364B9A 0%, #3D993F 100%);
  border: 1px solid #E5E5E5;
  border-radius: 20px 20px 0 0;
  color: var(--white-color);
  padding: 0 70px;
  height: 100px;
}
@media (max-width: 992px) {
  .Data-download > div:first-child {
    padding: 0 20px;
    height: 60px;
  }
}
.Data-download > div > p:first-child, .Data-download > a > p:first-child {
  width: 30%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Data-download > div > p:first-child .iconfont, .Data-download > a > p:first-child .iconfont {
  color: #274398;
}
.Data-download .list-item {
  padding: 0 70px;
  height: 100px;
  border: 1px solid #E5E5E5;
  margin-top: 15px;
  background-color: var(--white-color);
}
.Data-download .list-item .option {
  width: 40px;
  height: 40px;
  border: 1px solid var(--theme-color-six);
  color: var(--theme-color-six);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .Data-download .list-item {
    padding: 0 20px;
    height: 60px;
  }
}
.Data-download .list-item:hover .option {
  background-color: var(--theme-color-six);
  color: var(--white-color);
}

.Jump-box {
  padding-bottom: 300px;
  padding-top: 64px;
}
@media (max-width: 992px) {
  .Jump-box {
    padding: 20px 0;
  }
}
.Jump-box img {
  max-width: 80%;
}
.Jump-box a {
  background-color: var(--theme-color-six);
  color: var(--white-color);
  width: 133px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 66px;
  border-radius: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .Jump-box a {
    margin-top: 20px;
  }
}

.Organizational-structure .content-box {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 146px;
}
@media (max-width: 1600px) {
  .Organizational-structure .content-box {
    top: 100px;
  }
}
@media (max-width: 1300px) {
  .Organizational-structure .content-box {
    top: 80px;
  }
}
@media (max-width: 992px) {
  .Organizational-structure .content-box {
    top: 40px;
  }
}
.Organizational-structure .circle-box {
  position: relative;
  width: 632px;
  height: 632px;
  border-radius: 50%;
  background-color: rgba(39, 66, 153, 0.06);
  border: 1px solid rgba(62, 155, 62, 0.55);
  margin: 80px auto;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box {
    width: 500px;
    height: 500px;
  }
}
.Organizational-structure .circle-box::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: rgba(39, 66, 153, 0.06);
  -webkit-animation: bg1 1s infinite alternate;
          animation: bg1 1s infinite alternate;
}
.Organizational-structure .circle-box::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(39, 66, 153, 0.02);
  -webkit-animation: bg1 2s infinite alternate;
          animation: bg1 2s infinite alternate;
}
.Organizational-structure .circle-box .circle-box-item {
  width: 456px;
  height: 456px;
  border-radius: 50%;
  background-color: rgba(39, 66, 153, 0.18);
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .circle-box-item {
    width: 390px;
    height: 390px;
  }
}
.Organizational-structure .circle-box .circle-box-item .circle-box-item-box {
  width: 284px;
  height: 284px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(40, 69, 149) 0%, rgb(62, 155, 62) 100%);
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .circle-box-item .circle-box-item-box {
    width: 260px;
    height: 260px;
  }
}
.Organizational-structure .circle-box .circle-box-item .circle-box-item-box img {
  width: 128px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .circle-box-item .circle-box-item-box img {
    width: 100px;
  }
}
.Organizational-structure .circle-box > .box {
  width: 100px;
  height: 100px;
  border: 1px solid #294696;
  border-radius: 50%;
  background-color: var(--white-color);
  position: absolute;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box > .box {
    width: 80px;
    height: 80px;
  }
}
.Organizational-structure .circle-box > .box img {
  width: 50px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box > .box img {
    width: 40px;
  }
}
.Organizational-structure .circle-box .box-1 {
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-1 {
    top: -40px;
  }
}
.Organizational-structure .circle-box .box-2 {
  top: 75px;
  right: 20px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-2 {
    right: 10px;
  }
}
.Organizational-structure .circle-box .box-3 {
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-3 {
    right: -40px;
  }
}
.Organizational-structure .circle-box .box-4 {
  bottom: 75px;
  right: 20px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-4 {
    right: 10px;
  }
}
.Organizational-structure .circle-box .box-5 {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-5 {
    bottom: -40px;
  }
}
.Organizational-structure .circle-box .box-6 {
  bottom: 75px;
  left: 20px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-6 {
    left: 10px;
  }
}
.Organizational-structure .circle-box .box-7 {
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-7 {
    left: -40px;
  }
}
.Organizational-structure .circle-box .box-8 {
  top: 75px;
  left: 20px;
}
@media (max-width: 992px) {
  .Organizational-structure .circle-box .box-8 {
    left: 10px;
  }
}
@-webkit-keyframes bg1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@keyframes bg1 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
@-webkit-keyframes bg2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes bg2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(2);
  }
}

.Qualification-and-ability {
  position: relative;
}
.Qualification-and-ability .content-box .left-box {
  width: 42%;
}
.Qualification-and-ability .content-box .right-box {
  width: 58%;
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.Qualification-and-ability .content-box .right-box .flex-item {
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: end;
  width: calc(33.3333333333% - 33.3333333333px);
  position: relative;
}
.Qualification-and-ability .content-box .right-box .flex-item .lh-40 {
  line-height: 20px;
  white-space: nowrap;
}
.Qualification-and-ability .content-box .right-box .flex-item .count {
  margin-top: 10px;
}
.Qualification-and-ability .content-box .right-box .flex-item .iconfont {
  margin-bottom: 10px;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .Qualification-and-ability .content-box .right-box .flex-item {
    width: 100%;
  }
}
.Qualification-and-ability .content-box .right-box .flex-item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--text-color-three);
}
@media (max-width: 992px) {
  .Qualification-and-ability .content-box .right-box .flex-item:not(:last-child)::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .Qualification-and-ability .content-box .right-box {
    width: 100%;
  }
}
.Qualification-and-ability .img-fluid {
  position: absolute;
  top: 30px;
  right: 0;
  max-width: 90%;
  z-index: -1;
}
.Qualification-and-ability .banner-about-box {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .Qualification-and-ability .banner-about-box {
    justify-content: center;
  }
}
.Qualification-and-ability .banner-about-box .left-box {
  width: 50%;
}
@media (max-width: 992px) {
  .Qualification-and-ability .banner-about-box .left-box {
    width: 100%;
  }
}
.Qualification-and-ability .banner-about-box .left-box .banner-tab {
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.Qualification-and-ability .banner-about-box .left-box .banner-tab .flex-item {
  line-height: 40px;
  padding: 0 24px;
  border-radius: 100px;
  color: #030303;
  background: var(--white-color);
  cursor: pointer;
  transition: all 0.3s ease;
}
.Qualification-and-ability .banner-about-box .left-box .banner-tab .flex-item:hover, .Qualification-and-ability .banner-about-box .left-box .banner-tab .active {
  background: linear-gradient(90deg, #274299 0%, #40A237 100%);
  transition: all 0.3s ease;
  color: var(--white-color);
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper {
  display: none;
  height: 450px;
  position: relative;
  padding-right: 60px;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button {
  position: absolute;
  z-index: 110;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button > div:first-child > div::after {
  display: none;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button > div:first-child > div {
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button > div:first-child > div {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button > div:nth-child(2) > text {
  color: var(--text-color-five);
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button > div:nth-child(2) > .Current {
  color: var(--white-color);
}
@media (max-width: 992px) {
  .Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button {
    bottom: 10px;
    height: 30px;
    line-height: 30px;
  }
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-pagination {
  width: 45%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  top: inherit;
}
@media (max-width: 992px) {
  .Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-pagination {
    bottom: 25px;
  }
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(204, 204, 204);
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button {
  left: initial;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  width: 40px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 10000;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button > div {
  position: relative !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white-color);
  color: #294696;
  left: initial;
  right: initial;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-button > div:hover {
  color: #fff;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #383838;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide > p {
  color: #383838;
  padding-left: 12px;
  position: relative;
  transition: all 0.5s ease;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide > p::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #383838;
  top: 50%;
  left: 0;
  transition: all 0.5s ease;
  transform: translateY(-50%);
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide > div {
  -moz-column-gap: 30px;
       column-gap: 30px;
  color: var(--text-color-five);
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide > div > div {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #294696;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide-active::after, .Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide:hover::after {
  width: 100%;
  transition: all 0.5s ease;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide-active > p, .Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide:hover > p {
  color: #294696;
  transition: all 0.5s ease;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide-active > p::after, .Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper .swiper-slide:hover > p::after {
  background: #294696;
  transition: all 0.5s ease;
}
.Qualification-and-ability .banner-about-box .left-box .swiper-list .swiper-active {
  display: block;
}
.Qualification-and-ability .banner-about-box .right-box {
  width: 508px;
  position: relative;
  height: 508px;
}
@media (max-width: 1400px) {
  .Qualification-and-ability .banner-about-box .right-box {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .Qualification-and-ability .banner-about-box .right-box {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .Qualification-and-ability .banner-about-box .right-box {
    width: 508px;
    height: 508px;
  }
}
@media (max-width: 768px) {
  .Qualification-and-ability .banner-about-box .right-box {
    width: 458px;
    height: 458px;
  }
}
@media (max-width: 576px) {
  .Qualification-and-ability .banner-about-box .right-box {
    width: 208px;
    height: 208px;
  }
}
.Qualification-and-ability .banner-about-box .right-box .img1 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.Qualification-and-ability .banner-about-box .right-box .img1 .img-box {
  width: 100%;
  position: relative;
  z-index: 10;
}
.Qualification-and-ability .banner-about-box .right-box .img1 .img-fengmian {
  width: 54.3%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.Qualification-and-ability .banner-about-box .right-box .img2 {
  width: 118%;
  position: absolute;
  bottom: -33.8%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.Qualification-and-ability .banner-about-box .right-box .img2 img {
  width: 118%;
}

.sci-tech-innovation .content-box {
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .sci-tech-innovation .content-box {
    justify-content: center;
  }
}
.sci-tech-innovation .content-box .left-box {
  width: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 60px;
}
.sci-tech-innovation .content-box .right-box {
  width: 36%;
  position: absolute;
  right: 0;
}
@media (max-width: 992px) {
  .sci-tech-innovation .content-box .right-box {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .sci-tech-innovation .content-box .right-box {
    width: 70%;
  }
}
.sci-tech-innovation .content-box .right-box img {
  width: 100%;
  opacity: 0.4;
}
.sci-tech-innovation .content-two {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}
.sci-tech-innovation .content-two .flex-item {
  width: calc(33.3333333333% - 20px);
  background-color: var(--white-color);
  padding: 40px 26px;
  color: #383838;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .sci-tech-innovation .content-two .flex-item {
    width: 100%;
  }
}
.sci-tech-innovation .content-two .flex-item img {
  width: 63.1%;
}
.sci-tech-innovation .content-three {
  border-radius: 30px;
  padding: 70px 90px;
}
@media (max-width: 992px) {
  .sci-tech-innovation .content-three {
    padding: 20px;
  }
}
.sci-tech-innovation .content-three .tab-list {
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 20px;
}
@media (max-width: 1600px) {
  .sci-tech-innovation .content-three .tab-list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 1300px) {
  .sci-tech-innovation .content-three .tab-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .sci-tech-innovation .content-three .tab-list {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.sci-tech-innovation .content-three .tab-list .tab-item {
  cursor: pointer;
  padding: 3px 28px 3px 4px;
  border-radius: 100px;
  color: var(--white-color);
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .sci-tech-innovation .content-three .tab-list .tab-item {
    padding: 3px 15px 3px 4px;
  }
}
.sci-tech-innovation .content-three .tab-list .tab-item .tab-it img {
  width: 30px;
  height: 30px;
}
.sci-tech-innovation .content-three .tab-list .tab-item > div {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.sci-tech-innovation .content-three .tab-list .tab-item:hover, .sci-tech-innovation .content-three .tab-list .active {
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  color: #10296E;
}
.sci-tech-innovation .content-three .tab-list .tab-item:hover > div, .sci-tech-innovation .content-three .tab-list .active > div {
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #3E9B3E 0.17%, #274398 100%);
}
.sci-tech-innovation .content-three .tab-content {
  display: none;
  row-gap: 30px;
}
.sci-tech-innovation .content-three .tab-content .tab-content-item {
  width: calc(33.3333333333% - 32px);
  padding: 20px;
  border-radius: 25.71px;
  background: rgba(255, 255, 255, 0.56);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  min-height: 300px;
}
@media (max-width: 1200px) {
  .sci-tech-innovation .content-three .tab-content .tab-content-item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
@media (max-width: 768px) {
  .sci-tech-innovation .content-three .tab-content .tab-content-item {
    width: 100%;
    min-height: auto;
  }
}
.sci-tech-innovation .content-three .tab-content .tab-content-item img {
  width: 30px;
  height: 30px;
}

.contact-us {
  padding: 146px 0 150px 0;
}
@media (max-width: 1600px) {
  .contact-us {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1300px) {
  .contact-us {
    padding: 80px 0 40px 0;
  }
}
@media (max-width: 992px) {
  .contact-us {
    padding: 40px 0 40px 0;
  }
}
.contact-us .content-box {
  row-gap: 342px;
}
@media (max-width: 1600px) {
  .contact-us .content-box {
    row-gap: 300px;
  }
}
@media (max-width: 1300px) {
  .contact-us .content-box {
    row-gap: 200px;
  }
}
@media (max-width: 992px) {
  .contact-us .content-box {
    row-gap: 100px;
  }
}
@media (max-width: 768px) {
  .contact-us .content-box {
    row-gap: 40px;
  }
}
.contact-us .content-box .right-box {
  width: 100%;
  background-color: var(--white-color);
  padding: 50px 70px 80px 70px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  justify-content: space-between;
  border-radius: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .contact-us .content-box .right-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .contact-us .content-box .right-box .flex-item {
    width: 100%;
  }
}
.contact-us .content-box .right-box img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .contact-us .content-box .right-box img {
    width: 20px;
    height: 20px;
  }
}
.contact-us .content-box .right-box .code {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .contact-us .content-box .right-box .code {
    width: 80px;
    height: 80px;
  }
}

.contact-content {
  padding: 30px 0 124px 0;
}
.contact-content .address-swiper {
  padding-bottom: 47px;
}
.contact-content .address-swiper .swiper-slide {
  cursor: pointer;
  border-radius: 30px;
  background: #F2F9FF;
  padding: 36px 20px;
  position: relative;
}
.contact-content .address-swiper .swiper-slide > p:first-child .iconfont {
  color: #10296E;
  transition: all 0.5s ease;
}
.contact-content .address-swiper .swiper-slide > p:not(:first-child) {
  transition: all 0.5s ease;
  color: #808080;
}
.contact-content .address-swiper .swiper-slide > p {
  position: relative;
  z-index: 10;
}
.contact-content .address-swiper .swiper-slide .logo {
  width: 35%;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.contact-content .address-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  transition: all 0.5s ease;
  background: linear-gradient(90deg, #10296E 0%, #3E9B3E 100%);
}
.contact-content .address-swiper .swiper-slide:hover .logo {
  opacity: 1;
  transition: all 0.5s ease;
}
.contact-content .address-swiper .swiper-slide:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.contact-content .address-swiper .swiper-slide:hover > p:first-child .iconfont {
  transition: all 0.5s ease;
  color: #fff;
}
.contact-content .address-swiper .swiper-slide:hover > p:not(:first-child) {
  transition: all 0.5s ease;
  color: #fff;
}
.contact-content .address-swiper .swiper-slide:hover > p {
  transition: all 0.5s ease;
  color: #fff;
}
.contact-content .address-swiper .swiper-horizontal > .swiper-pagination-progressbar, .contact-content .address-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal, .contact-content .address-swiper .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .contact-content .address-swiper .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: initial;
  left: 50%;
  width: 240px;
  transform: translateX(-50%);
}
.contact-content .address-swiper .swiper-pagination-progressbar {
  background: rgba(166, 166, 166, 0.4);
}
.contact-content .address-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #10296E;
}

.Business-domain {
  padding-bottom: 30px;
}
.Business-domain .content-box {
  padding-top: 70px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) {
  .Business-domain .content-box {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .Business-domain .content-box {
    padding-top: 40px;
  }
}
.Business-domain .content-box .right-img {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .Business-domain .content-box .right-img {
    display: none;
  }
}
.Business-domain .content-box .left-box {
  width: 100%;
}
@media (max-width: 992px) {
  .Business-domain .content-box .left-box {
    width: 100%;
  }
}
.Business-domain .business-list {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 27px;
}
@media (max-width: 992px) {
  .Business-domain .business-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 15px;
  }
}
.Business-domain .business-list .business-item {
  width: calc(33.3333333333% - 20px);
  padding: 20px 18px;
  background-color: #F2F9FF;
  border-radius: 30px;
  position: relative;
  display: block;
}
@media (max-width: 992px) {
  .Business-domain .business-list .business-item {
    padding: 10px;
    width: calc(50% - 7.5px);
  }
}
.Business-domain .business-list .business-item > div {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.Business-domain .business-list .business-item > div > img {
  width: 100%;
  transition: all 0.5s ease;
}
.Business-domain .business-list .business-item .button {
  background-color: #364B9A;
  color: #fff;
  height: 40px;
  font-size: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0 17px 0 12px;
  border-radius: 267px;
  opacity: 0;
}
.Business-domain .business-list .business-item .button .iconfont {
  margin-left: 0;
}
@media (max-width: 576px) {
  .Business-domain .business-list .business-item .button {
    font-size: 12px;
    height: 30px;
    padding: 0 10px 0 6px;
  }
}
.Business-domain .business-list .business-item .sck {
  width: 46.7%;
  position: absolute;
  right: 18px;
  bottom: 34px;
  opacity: 0;
  z-index: 10;
}
@media (max-width: 992px) {
  .Business-domain .business-list .business-item .sck {
    width: 20%;
    bottom: 20px;
  }
}
.Business-domain .business-list .business-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(136.43deg, #274398 0%, #3E9A40 100%);
  z-index: 2;
  transition: all 0.5s ease;
}
.Business-domain .business-list .business-item .button, .Business-domain .business-list .business-item > p {
  position: relative;
  transition: all 0.5s ease;
  z-index: 10;
}
.Business-domain .business-list .business-item:hover::after {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.Business-domain .business-list .business-item:hover > p {
  color: #fff;
  transition: all 0.5s ease;
}
.Business-domain .business-list .business-item:hover .sck, .Business-domain .business-list .business-item:hover .button {
  opacity: 1;
  transition: all 0.5s ease;
}
.Business-domain .business-list .business-item:hover > div img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.Business-domain .Business-domain-bottom {
  border-radius: 30px;
  padding: 60px 80px 50px 80px;
  color: var(--white-color);
  overflow: hidden;
}
.Business-domain .Business-domain-bottom .button {
  float: left;
  border: 1px solid var(--white-color);
  border-radius: 267px;
  display: inline-flex;
  line-height: 40px;
  height: 40px;
  color: var(--white-color);
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding: 0 12px;
}
@media (max-width: 992px) {
  .Business-domain .Business-domain-bottom .button {
    line-height: 30px;
    height: 30px;
  }
}
.Business-domain .Business-domain-bottom .button .iconfont {
  margin-left: 0;
  transition: all 0.3s ease;
}

.Inspection-box {
  background-color: var(--white-color);
  position: relative;
}
.Inspection-box .bg-img {
  position: absolute;
  width: 50%;
  top: 100px;
  left: 20px;
  max-width: 50%;
}
.Inspection-box .about-us {
  padding-top: 190px;
}
@media (max-width: 768px) {
  .Inspection-box .about-us {
    padding-top: 40px;
  }
}
.Inspection-box .Inspection-list {
  width: 100%;
  background: url("../images/Business/1.png");
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  overflow: hidden;
}
.Inspection-box .Inspection-list > div {
  padding: 40px 30px;
  background: linear-gradient(135deg, rgb(0, 150, 71) 0%, rgba(0, 69, 148, 0.04) 100%);
}
.Inspection-box .Inspection-list > div > div {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.Inspection-box .Inspection-list > div > div .Inspection-item {
  min-height: 60px;
  -moz-column-gap: 55px;
       column-gap: 55px;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .Inspection-box .Inspection-list > div > div .Inspection-item {
    padding: 0 15px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.Inspection-box .Inspection-list > div > div .Inspection-item > p:first-child {
  min-width: 163px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .Inspection-box .Inspection-list > div > div .Inspection-item > p:first-child {
    min-width: 80px;
  }
}
.Inspection-box .Inspection-list > div > div .Inspection-item > p:nth-child(2) {
  flex: 1;
}
.Inspection-box .Inspection-list > div > div .Inspection-item:first-child {
  background: linear-gradient(90deg, rgb(8, 156, 128) 0%, rgb(34, 74, 120) 100%);
  line-height: 60px;
}
.Inspection-box .Inspection-list > div > div .Inspection-item:not(:first-child) > p:first-child {
  height: 40px;
  line-height: 40px;
  color: var(--white-color);
  border-radius: 20px;
  background: linear-gradient(90deg, #40A237 0%, #364B9A 100%);
}
.Inspection-box .Inspection-list > div > div .Inspection-item:not(:first-child) > p:nth-child(2) {
  color: #383838;
  padding: 10px 0;
}
.Inspection-box .Inspection-list > div > div .Inspection-item:nth-child(2n) {
  background-color: #fff;
}
.Inspection-box .Inspection-list > div > div .Inspection-item:nth-child(2n-1) {
  background-color: #F2F9FF;
}

.Contact-information {
  background: url("../images/Business/2.png");
  background-size: cover;
  background-position: center center;
  padding: 130px 0 140px 0;
}
@media (max-width: 1536px) {
  .Contact-information {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .Contact-information {
    padding: 40px 0;
  }
}
.Contact-information .code-swiper {
  position: relative;
  padding-bottom: 80px;
}
.Contact-information .code-swiper .swiper-button {
  position: absolute;
  z-index: 110;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.Contact-information .code-swiper .swiper-button > div:first-child > div::after {
  display: none;
}
.Contact-information .code-swiper .swiper-button > div:first-child > div {
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .Contact-information .code-swiper .swiper-button > div:first-child > div {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.Contact-information .code-swiper .swiper-button > div:nth-child(2) > text {
  color: var(--text-color-five);
}
.Contact-information .code-swiper .swiper-button > div:nth-child(2) > .Current {
  color: var(--white-color);
}
@media (max-width: 992px) {
  .Contact-information .code-swiper .swiper-button {
    bottom: 10px;
    height: 30px;
    line-height: 30px;
  }
}
.Contact-information .code-swiper .swiper-pagination {
  width: 45%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  top: inherit;
}
@media (max-width: 992px) {
  .Contact-information .code-swiper .swiper-pagination {
    bottom: 25px;
  }
}
.Contact-information .code-swiper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
}
.Contact-information .code-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(204, 204, 204);
}
@media (max-width: 992px) {
  .Contact-information .code-swiper {
    padding-bottom: 50px;
  }
  .Contact-information .code-swiper .swiper-button {
    bottom: 0;
  }
}
.Contact-information .code-swiper .swiper-slide {
  padding: 60px 0;
  border-radius: 30px;
  background: rgba(242, 249, 255, 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 992px) {
  .Contact-information .code-swiper .swiper-slide {
    padding: 40px 0;
  }
}
.Contact-information .code-swiper .swiper-slide p {
  font-size: 20px;
  line-height: 24px;
  color: #10296E;
}
.Contact-information .code-swiper .swiper-slide img {
  width: 52.3%;
}
.Contact-information .code-swiper .code-swiper-pagination {
  width: 20%;
  position: absolute;
  bottom: 0;
  top: inherit;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
}
.Contact-information .code-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #10296E !important;
}
.Contact-information .code-swiper .swiper-button {
  width: 100%;
}

.detail-bottom-box {
  background-color: #fff;
  padding-top: 160px;
}
@media (max-width: 1536px) {
  .detail-bottom-box {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .detail-bottom-box {
    padding-top: 40px;
  }
}
.detail-bottom-box .choose-swiper {
  height: 500px;
  background: url("../images/Business/3.png");
  background-size: cover;
  background-position: center center;
}
.detail-bottom-box .choose-swiper .swiper-button {
  position: absolute;
  z-index: 110;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: flex;
  height: 40px;
  line-height: 40px;
}
.detail-bottom-box .choose-swiper .swiper-button > div:first-child > div::after {
  display: none;
}
.detail-bottom-box .choose-swiper .swiper-button > div:first-child > div {
  width: 40px;
  height: 40px;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  left: 0;
}
@media (max-width: 992px) {
  .detail-bottom-box .choose-swiper .swiper-button > div:first-child > div {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.detail-bottom-box .choose-swiper .swiper-button > div:nth-child(2) > text {
  color: var(--text-color-five);
}
.detail-bottom-box .choose-swiper .swiper-button > div:nth-child(2) > .Current {
  color: var(--white-color);
}
@media (max-width: 992px) {
  .detail-bottom-box .choose-swiper .swiper-button {
    bottom: 10px;
    height: 30px;
    line-height: 30px;
  }
}
.detail-bottom-box .choose-swiper .swiper-pagination {
  width: 45%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  top: inherit;
}
@media (max-width: 992px) {
  .detail-bottom-box .choose-swiper .swiper-pagination {
    bottom: 25px;
  }
}
.detail-bottom-box .choose-swiper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.4);
  height: 2px;
}
.detail-bottom-box .choose-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(204, 204, 204);
}
.detail-bottom-box .choose-swiper .swiper-button {
  left: 48px;
  bottom: 30px;
  transform: translateX(0);
}
.detail-bottom-box .choose-swiper .swiper-slide {
  cursor: pointer;
  padding: 70px 45px 60px 45px;
  text-align: left;
  background: transparent;
  transition: all 0.3s;
}
.detail-bottom-box .choose-swiper .swiper-slide:hover {
  background: linear-gradient(117.73deg, rgb(39, 67, 152) 0%, rgb(61, 153, 63) 100%);
  transition: all 0.3s;
}

.news-content-box-one {
  padding-top: 100px;
}
.news-content-box-one .home-news {
  padding: 0;
}
.news-content-box-one .home-news .home-news-content .news-content .flex-item {
  height: 420px;
}
.news-content-box-one .home-news .home-news-content .news-content .flex-item .news-content-box {
  bottom: 20px;
}
.news-content-box-one .home-news .home-news-content .news-content .flex-item .news-content-box {
  width: 88%;
}
.news-content-box-one .home-news .home-news-content .news-content .flex-item:last-child {
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 0;
}
.news-content-box-one .home-news .home-news-content .news-content .flex-item:last-child > a {
  width: 100%;
  height: calc(50% - 10px);
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  padding-bottom: 20px;
}
.news-content-box-one .home-news .home-news-content .news-content .flex-item:last-child > a .button {
  border: 1px solid var(--theme-color-six);
  color: var(--theme-color-six);
  height: 40px;
  font-size: 16px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 0 17px 0 12px;
  border-radius: 267px;
  float: right;
}
.news-content-box-one .home-news .home-news-content .news-content .flex-item:last-child > a .button .iconfont {
  margin-left: 0;
}
.news-content-box-one .news-list-flex {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 34px;
}
@media (max-width: 992px) {
  .news-content-box-one .news-list-flex {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.news-content-box-one .news-flex-item {
  width: calc(33.3333333333% - 20px);
  background-color: var(--white-color);
  border-radius: 30px;
  padding: 35px 30px;
  position: relative;
}
@media (max-width: 992px) {
  .news-content-box-one .news-flex-item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .news-content-box-one .news-flex-item {
    width: 100%;
  }
}
.news-content-box-one .news-flex-item .description, .news-content-box-one .news-flex-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.news-content-box-one .news-flex-item .bottom {
  position: relative;
  border-top: 1px solid var(--text-color-three);
  z-index: 10;
}
.news-content-box-one .news-flex-item .bottom p:first-child {
  color: #364B9A;
}
.news-content-box-one .news-flex-item .bottom .button {
  border: 1px solid var(--theme-color-six);
  background-color: var(--white-color);
  color: var(--theme-color-six);
  height: 40px;
  font-size: 16px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 0 17px 0 12px;
  border-radius: 267px;
  float: right;
}
.news-content-box-one .news-flex-item .bottom .button .iconfont {
  margin-left: 0;
}
.news-content-box-one .news-flex-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  background: linear-gradient(117.73deg, rgb(39, 67, 152) 0%, rgb(61, 153, 63) 100%);
  z-index: 2;
  transition: all 0.5s ease;
}

.Explanation-of-fairness {
  position: relative;
}
.Explanation-of-fairness .bg {
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.Explanation-of-fairness .Explanation-content {
  /*padding-top: 100px;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*background: linear-gradient(180deg, rgb(232, 244, 255) 0%, rgba(245, 245, 245, 0.72) 41.56%, rgba(255, 255, 255, 0.6) 100%);*/
      padding-top: 100px;
    position: relative;
    padding-bottom: 50px;
  background: linear-gradient(180deg, rgb(232, 244, 255) 0%, rgba(245, 245, 245, 0.72) 41.56%, rgba(255, 255, 255, 0.6) 100%);
}
.Explanation-of-fairness .Explanation-content .html-box {
  line-height: 18px;
}

.news-flex-item:hover .description, .news-flex-item:hover .title,
.news-flex-item:hover .bottom p:first-child {
  color: var(--white-color);
}
.news-flex-item:hover::after {
  width: 100%;
  height: 100%;
}

.form-box .tip {
  color: #943737;
}
.form-box .input-box {
  -moz-column-gap: 56px;
       column-gap: 56px;
  row-gap: 28px;
}
.form-box .input-box .input {
  padding: 25px 44px;
  background-color: #F2F9FF;
  color: var(--text-color-seven);
  border-radius: 100px;
  width: calc(50% - 28px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .form-box .input-box .input {
    width: 100%;
    padding: 20px;
  }
}
.form-box .input-box .input span {
  width: 128px;
  display: block;
}
.form-box .input-box .input textarea, .form-box .input-box .input select, .form-box .input-box .input input {
  border: none;
  background: transparent;
}
.form-box .input-box .input textarea::-moz-placeholder, .form-box .input-box .input select::-moz-placeholder, .form-box .input-box .input input::-moz-placeholder {
  color: var(--text-color-five);
  font-size: 14px;
}
.form-box .input-box .input textarea:-ms-input-placeholder, .form-box .input-box .input select:-ms-input-placeholder, .form-box .input-box .input input:-ms-input-placeholder {
  color: var(--text-color-five);
  font-size: 14px;
}
.form-box .input-box .input textarea::placeholder, .form-box .input-box .input select::placeholder, .form-box .input-box .input input::placeholder {
  color: var(--text-color-five);
  font-size: 14px;
}
.form-box .input-box .input textarea:focus, .form-box .input-box .input select:focus, .form-box .input-box .input input:focus {
  outline: none;
}
.form-box .input-box .input .textarea-placeholder {
  color: var(--text-color-five);
  font-size: 14px;
}
.form-box .input-box .input textarea {
  width: calc(100% - 128px);
  height: 300px;
}
.form-box .input-box .input-max {
  width: 100%;
  border-radius: 30px;
  align-items: flex-start;
}
.form-box .button {
  border: none;
  background-color: #364B9A;
  color: #fff;
  border-radius: 100px;
  padding: 0 17px 0 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.form-box .button .iconfont {
  margin-left: 0;
}

.bottom-box {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 10;
}

.banner-box {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.banner-box img, .banner-box video {
  width: 100%;
}

.icon-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .icon-button {
    width: 30px;
    height: 30px;
  }
}

.backgroung-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button-hover.swiper-button-prev::after,
.button-hover.swiper-button-next::after {
  display: none;
}

.button-hover {
  display: flex;
  position: relative !important;
  z-index: 1001;
}
.button-hover .iconfont {
  position: relative;
  z-index: 2;
}
.button-hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: var(--theme-color);
  border-radius: 36px;
  transition: all 0.3s ease;
  z-index: 1;
}

.button-hover:hover {
  transition: all 0.3s ease;
  border-color: var(--theme-color) !important;
}
.button-hover:hover::before {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.text-gradation {
  background: linear-gradient(90deg, var(--theme-color-two) 0%, var(--theme-color) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.long-button {
  display: inline-flex;
  line-height: 40px;
  height: 40px;
  color: var(--white-color);
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-radius: 100px;
  padding: 0 12px;
}
@media (max-width: 992px) {
  .long-button {
    line-height: 30px;
    height: 30px;
  }
}
.long-button .iconfont {
  transition: all 0.3s ease;
}

.long-button:hover .iconfont {
  transform: translateX(4px);
  transition: all 0.3s ease;
}

.dx {
  text-transform: uppercase;
}

.footer {
  position: relative;
  z-index: 100;
  background: url("../images/footer-back.png") no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer .footer-top {
  padding: 68px 0 40px 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 1600px) {
  .footer .footer-top {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 992px) {
  .footer .footer-top {
    padding: 20px 0;
  }
}
.footer .footer-top .logo {
  width: 74px;
  display: block;
}
@media (max-width: 992px) {
  .footer .footer-top .logo {
    width: 50px;
    margin: 0 auto;
  }
}
.footer .footer-top .logo img {
  width: 100%;
}
.footer .footer-top .left-box {
  width: 50%;
}
@media (max-width: 992px) {
  .footer .footer-top .left-box {
    width: 100%;
    text-align: center;
  }
}
.footer .footer-top .left-box .icon-list {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 992px) {
  .footer .footer-top .left-box .icon-list {
    justify-content: center;
  }
}
.footer .footer-top .left-box .icon-list .iconfont {
  font-size: 26px;
  color: #676b74;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 992px) {
  .footer .footer-top .left-box .icon-list .iconfont {
    font-size: 20px;
  }
}
.footer .footer-top .left-box .icon-list .iconfont:hover {
  color: #fff;
  transition: all 0.3s ease;
}
.footer .footer-top .left-box .icon-list .code {
  position: absolute;
  width: 110px;
  height: 110px;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  display: none;
  top: 50%;
  right: -120px;
  transform: translateY(-50%);
}
.footer .footer-top .left-box .icon-list .code img {
  width: 100%;
}
.footer .footer-top .left-box .icon-list .code::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #fff;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-top .left-box .icon-list .iconfont:hover .code {
  display: block;
}
.footer .footer-top .right-box {
  width: 50%;
}
@media (max-width: 992px) {
  .footer .footer-top .right-box {
    display: none !important;
  }
}
.footer .footer-top .right-box > ul > a {
  display: block;
}
.footer .footer-top .right-box > ul > a:first-child {
  color: var(--white-color);
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .footer-top .right-box > ul > a:not(:first-child) {
  font-size: 12px;
  color: var(--text-color-five);
  line-height: 32px;
  transition: all 0.3s ease;
}
.footer .footer-top .right-box > ul > a:not(:first-child):hover {
  color: var(--white-color);
  transition: all 0.3s ease;
}
.footer .footer-bottom {
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .footer .footer-bottom {
    line-height: 40px;
  }
  .footer .footer-bottom p {
    width: 100%;
    text-align: center;
  }
  .footer .footer-bottom > div {
    justify-content: center;
  }
}
.footer .footer-bottom a {
  color: var(--text-color-five);
  transition: all 0.3s ease;
}
.footer .footer-bottom a:hover {
  color: var(--white-color);
  transition: all 0.3s ease;
}
.footer .footer-bottom > div > p:last-child {
  opacity: 0.4;
  font-size: 14px;
}
.footer .footer-rightImg {
  position: absolute;
  top: 14px;
  right: 0;
  width: 27%;
}

.scroll-top {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  position: fixed;
  bottom: 12vh;
  right: 3%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.scroll-top .iconfont {
  font-size: 20px;
}

.Inside-banner {
  height: 674px;
}
@media (max-width: 1600px) {
  .Inside-banner {
    height: 540px;
  }
}
@media (max-width: 1300px) {
  .Inside-banner {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .Inside-banner {
    height: 350px;
  }
}

.page-list {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 992px) {
  .page-list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.page-list .pg-first, .page-list .pg-last {
  display: none;
}
.page-list a, .page-list span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 1px solid #10296E;
  color: #10296E;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  .page-list a, .page-list span {
    width: 30px;
    height: 30px;
  }
}
.page-list .active,
.page-list a:hover, .page-list span:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  transition: all 0.3s ease;
}

@media (max-width: 1600px) {
  .mt-100 {
    margin-top: 80px;
  }
  .mt-52 {
    margin-top: 41.6px;
  }
  .mt-160 {
    margin-top: 128px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-2 {
    margin-top: 1.6px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4.8px;
  }
  .mt-8 {
    margin-top: 6.4px;
  }
  .mt-10 {
    margin-top: 8px;
  }
  .mt-15 {
    margin-top: 12px;
  }
  .mt-17 {
    margin-top: 13.6px;
  }
  .mt-10 {
    margin-top: 8px;
  }
  .mt-12 {
    margin-top: 9.6px;
  }
  .mt-14 {
    margin-top: 11.2px;
  }
  .mt-16 {
    margin-top: 12.8px;
  }
  .mt-18 {
    margin-top: 14.4px;
  }
  .mt-20 {
    margin-top: 16px;
  }
  .mt-22 {
    margin-top: 17.6px;
  }
  .mt-24 {
    margin-top: 19.2px;
  }
  .mt-25 {
    margin-top: 20px;
  }
  .mt-28 {
    margin-top: 22.4px;
  }
  .mt-30 {
    margin-top: 24px;
  }
  .mt-32 {
    margin-top: 25.6px;
  }
  .mt-34 {
    margin-top: 27.2px;
  }
  .mt-35 {
    margin-top: 28px;
  }
  .mt-36 {
    margin-top: 28.8px;
  }
  .mt-38 {
    margin-top: 30.4px;
  }
  .mt-40 {
    margin-top: 32px;
  }
  .mt-42 {
    margin-top: 33.6px;
  }
  .mt-44 {
    margin-top: 35.2px;
  }
  .mt-45 {
    margin-top: 36px;
  }
  .mt-50 {
    margin-top: 40px;
  }
  .mt-53 {
    margin-top: 42.4px;
  }
  .mt-54 {
    margin-top: 43.2px;
  }
  .mt-57 {
    margin-top: 45.6px;
  }
  .mt-58 {
    margin-top: 46.4px;
  }
  .mt-60 {
    margin-top: 48px;
  }
  .mt-64 {
    margin-top: 51.2px;
  }
  .mt-65 {
    margin-top: 52px;
  }
  .mt-66 {
    margin-top: 52.8px;
  }
  .mt-70 {
    margin-top: 56px;
  }
  .mt-72 {
    margin-top: 57.6px;
  }
  .mt-74 {
    margin-top: 59.2px;
  }
  .mt-78 {
    margin-top: 62.4px;
  }
  .mt-80 {
    margin-top: 64px;
  }
  .mt-90 {
    margin-top: 72px;
  }
  .mt-96 {
    margin-top: 76.8px;
  }
  .mt-112 {
    margin-top: 89.6px;
  }
  .mt-115 {
    margin-top: 92px;
  }
  .mt-130 {
    margin-top: 104px;
  }
  .mt-135 {
    margin-top: 108px;
  }
  .mb-16 {
    margin-bottom: 12.8px;
  }
  .mb-66 {
    margin-bottom: 52.8px;
  }
  .mb-54 {
    margin-bottom: 43.2px;
  }
  .ml-10 {
    margin-left: 8px;
  }
  .ml-14 {
    margin-left: 11.2px;
  }
  .ml-16 {
    margin-left: 12.8px;
  }
  .ml-18 {
    margin-left: 14.4px;
  }
  .ml-20 {
    margin-left: 16px;
  }
  .ml-24 {
    margin-left: 19.2px;
  }
  .ml-27 {
    margin-left: 21.6px;
  }
  .ml-65 {
    margin-left: 52px;
  }
  .ml--10 {
    margin-left: -8px;
  }
  .mr-6 {
    margin-right: 4.8px;
  }
  .mr-10 {
    margin-right: 8px;
  }
  .mr-15 {
    margin-right: 12px;
  }
  .mr-20 {
    margin-right: 16px;
  }
  .mr-24 {
    margin-right: 19.2px;
  }
  .mr-25 {
    margin-right: 20px;
  }
  .pt-204 {
    padding-top: 163.2px;
  }
  .pt-8 {
    padding-top: 6.4px;
  }
  .pt-10 {
    padding-top: 8px;
  }
  .pt-12 {
    padding-top: 9.6px;
  }
  .pt-14 {
    padding-top: 11.2px;
  }
  .pt-15 {
    padding-top: 12px;
  }
  .pt-16 {
    padding-top: 12.8px;
  }
  .pt-18 {
    padding-top: 14.4px;
  }
  .pt-20 {
    padding-top: 16px;
  }
  .pt-24 {
    padding-top: 19.2px;
  }
  .pt-25 {
    padding-top: 20px;
  }
  .pt-28 {
    padding-top: 22.4px;
  }
  .pt-30 {
    padding-top: 24px;
  }
  .pt-32 {
    padding-top: 25.6px;
  }
  .pt-34 {
    padding-top: 27.2px;
  }
  .pt-35 {
    padding-top: 28px;
  }
  .pt-37 {
    padding-top: 29.6px;
  }
  .pt-38 {
    padding-top: 30.4px;
  }
  .pt-40 {
    padding-top: 32px;
  }
  .pt-42 {
    padding-top: 33.6px;
  }
  .pt-45 {
    padding-top: 36px;
  }
  .pt-50 {
    padding-top: 40px;
  }
  .pt-52 {
    padding-top: 41.6px;
  }
  .pt-56 {
    padding-top: 44.8px;
  }
  .pt-58 {
    padding-top: 46.4px;
  }
  .pt-60 {
    padding-top: 48px;
  }
  .pt-66 {
    padding-top: 52.8px;
  }
  .pt-80 {
    padding-top: 64px;
  }
  .pt-105 {
    padding-top: 84px;
  }
  .pt-130 {
    padding-top: 104px;
  }
  .pb-160 {
    padding-bottom: 128px;
  }
  .pb-16 {
    padding-bottom: 12.8px;
  }
  .pb-15 {
    padding-bottom: 12px;
  }
  .pb-20 {
    padding-bottom: 16px;
  }
  .pb-24 {
    padding-bottom: 19.2px;
  }
  .pb-30 {
    padding-bottom: 24px;
  }
  .pb-40 {
    padding-bottom: 32px;
  }
  .pb-47 {
    padding-bottom: 37.6px;
  }
  .pb-50 {
    padding-bottom: 40px;
  }
  .pb-58 {
    padding-bottom: 46.4px;
  }
  .pb-60 {
    padding-bottom: 48px;
  }
  .pb-64 {
    padding-bottom: 51.2px;
  }
  .pb-66 {
    padding-bottom: 52.8px;
  }
  .pb-65 {
    padding-bottom: 52px;
  }
  .pb-80 {
    padding-bottom: 64px;
  }
  .pb-105 {
    padding-bottom: 84px;
  }
  .pb-180 {
    padding-bottom: 144px;
  }
  .pb-200 {
    padding-bottom: 160px;
  }
  .pl-10 {
    padding-left: 8px;
  }
  .pl-16 {
    padding-left: 12.8px;
  }
  .pl-15 {
    padding-left: 12px;
  }
  .pl-18 {
    padding-left: 14.4px;
  }
  .pl-20 {
    padding-left: 16px;
  }
  .pl-24 {
    padding-left: 19.2px;
  }
  .pl-27 {
    padding-left: 21.6px;
  }
  .pl-30 {
    padding-left: 24px;
  }
  .pl-40 {
    padding-left: 32px;
  }
  .pl-43 {
    padding-left: 34.4px;
  }
  .pl-50 {
    padding-left: 40px;
  }
  .pl-60 {
    padding-left: 48px;
  }
  .pl-65 {
    padding-left: 52px;
  }
  .pl-72 {
    padding-left: 57.6px;
  }
  .pl-80 {
    padding-left: 64px;
  }
  .pr-10 {
    padding-right: 8px;
  }
  .pr-15 {
    padding-right: 12px;
  }
  .pr-20 {
    padding-right: 16px;
  }
  .pr-24 {
    padding-right: 19.2px;
  }
  .pr-27 {
    padding-right: 21.6px;
  }
  .pr-30 {
    padding-right: 24px;
  }
  .pr-40 {
    padding-right: 32px;
  }
  .pr-50 {
    padding-right: 40px;
  }
  .pr-60 {
    padding-right: 48px;
  }
  .pr-65 {
    padding-right: 52px;
  }
  .pr-72 {
    padding-right: 57.6px;
  }
  .pr-80 {
    padding-right: 64px;
  }
  .fs-12 {
    font-size: 9.6px;
  }
  .fs-14 {
    font-size: 11.2px;
  }
  .fs-16 {
    font-size: 12.8px;
  }
  .fs-18 {
    font-size: 14.4px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-24 {
    font-size: 19.2px;
  }
  .fs-26 {
    font-size: 20.8px;
  }
  .fs-28 {
    font-size: 22.4px;
  }
  .fs-30 {
    font-size: 24px;
  }
  .fs-32 {
    font-size: 25.6px;
  }
  .fs-36 {
    font-size: 28.8px;
  }
  .fs-44 {
    font-size: 35.2px;
  }
  .fs-48 {
    font-size: 38.4px;
  }
  .fs-60 {
    font-size: 48px;
  }
  .fs-72 {
    font-size: 57.6px;
  }
  .lh-12 {
    line-height: 9.6px;
  }
  .lh-14 {
    line-height: 11.2px;
  }
  .lh-16 {
    line-height: 12.8px;
  }
  .lh-18 {
    line-height: 14.4px;
  }
  .lh-20 {
    line-height: 16px;
  }
  .lh-21 {
    line-height: 16.8px;
  }
  .lh-24 {
    line-height: 19.2px;
  }
  .lh-25 {
    line-height: 20px;
  }
  .lh-28 {
    line-height: 22.4px;
  }
  .lh-30 {
    line-height: 24px;
  }
  .lh-32 {
    line-height: 25.6px;
  }
  .lh-36 {
    line-height: 28.8px;
  }
  .lh-40 {
    line-height: 32px;
  }
  .lh-48 {
    line-height: 38.4px;
  }
  .lh-52 {
    line-height: 41.6px;
  }
  .lh-60 {
    line-height: 48px;
  }
  .lh-80 {
    line-height: 64px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-12 {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .mt-100 {
    margin-top: 66.6666666667px;
  }
  .mt-52 {
    margin-top: 34.6666666667px;
  }
  .mt-160 {
    margin-top: 106.6666666667px;
  }
  .mt-0 {
    margin-top: 0px;
  }
  .mt-2 {
    margin-top: 1.3333333333px;
  }
  .mt-5 {
    margin-top: 3.3333333333px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 5.3333333333px;
  }
  .mt-10 {
    margin-top: 6.6666666667px;
  }
  .mt-15 {
    margin-top: 10px;
  }
  .mt-17 {
    margin-top: 11.3333333333px;
  }
  .mt-10 {
    margin-top: 6.6666666667px;
  }
  .mt-12 {
    margin-top: 8px;
  }
  .mt-14 {
    margin-top: 9.3333333333px;
  }
  .mt-16 {
    margin-top: 10.6666666667px;
  }
  .mt-18 {
    margin-top: 12px;
  }
  .mt-20 {
    margin-top: 13.3333333333px;
  }
  .mt-22 {
    margin-top: 14.6666666667px;
  }
  .mt-24 {
    margin-top: 16px;
  }
  .mt-25 {
    margin-top: 16.6666666667px;
  }
  .mt-28 {
    margin-top: 18.6666666667px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mt-32 {
    margin-top: 21.3333333333px;
  }
  .mt-34 {
    margin-top: 22.6666666667px;
  }
  .mt-35 {
    margin-top: 23.3333333333px;
  }
  .mt-36 {
    margin-top: 24px;
  }
  .mt-38 {
    margin-top: 25.3333333333px;
  }
  .mt-40 {
    margin-top: 26.6666666667px;
  }
  .mt-42 {
    margin-top: 28px;
  }
  .mt-44 {
    margin-top: 29.3333333333px;
  }
  .mt-45 {
    margin-top: 30px;
  }
  .mt-50 {
    margin-top: 33.3333333333px;
  }
  .mt-53 {
    margin-top: 35.3333333333px;
  }
  .mt-54 {
    margin-top: 36px;
  }
  .mt-57 {
    margin-top: 38px;
  }
  .mt-58 {
    margin-top: 38.6666666667px;
  }
  .mt-60 {
    margin-top: 40px;
  }
  .mt-64 {
    margin-top: 42.6666666667px;
  }
  .mt-65 {
    margin-top: 43.3333333333px;
  }
  .mt-66 {
    margin-top: 44px;
  }
  .mt-70 {
    margin-top: 46.6666666667px;
  }
  .mt-72 {
    margin-top: 48px;
  }
  .mt-74 {
    margin-top: 49.3333333333px;
  }
  .mt-78 {
    margin-top: 52px;
  }
  .mt-80 {
    margin-top: 53.3333333333px;
  }
  .mt-90 {
    margin-top: 60px;
  }
  .mt-96 {
    margin-top: 64px;
  }
  .mt-112 {
    margin-top: 74.6666666667px;
  }
  .mt-115 {
    margin-top: 76.6666666667px;
  }
  .mt-130 {
    margin-top: 86.6666666667px;
  }
  .mt-135 {
    margin-top: 90px;
  }
  .mb-16 {
    margin-bottom: 10.6666666667px;
  }
  .mb-66 {
    margin-bottom: 44px;
  }
  .mb-54 {
    margin-bottom: 36px;
  }
  .ml-10 {
    margin-left: 6.6666666667px;
  }
  .ml-14 {
    margin-left: 9.3333333333px;
  }
  .ml-16 {
    margin-left: 10.6666666667px;
  }
  .ml-18 {
    margin-left: 12px;
  }
  .ml-20 {
    margin-left: 13.3333333333px;
  }
  .ml-24 {
    margin-left: 16px;
  }
  .ml-27 {
    margin-left: 18px;
  }
  .ml-65 {
    margin-left: 43.3333333333px;
  }
  .ml--10 {
    margin-left: -6.6666666667px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6.6666666667px;
  }
  .mr-15 {
    margin-right: 10px;
  }
  .mr-20 {
    margin-right: 13.3333333333px;
  }
  .mr-24 {
    margin-right: 16px;
  }
  .mr-25 {
    margin-right: 16.6666666667px;
  }
  .pt-204 {
    padding-top: 136px;
  }
  .pt-8 {
    padding-top: 5.3333333333px;
  }
  .pt-10 {
    padding-top: 6.6666666667px;
  }
  .pt-12 {
    padding-top: 8px;
  }
  .pt-14 {
    padding-top: 9.3333333333px;
  }
  .pt-15 {
    padding-top: 10px;
  }
  .pt-16 {
    padding-top: 10.6666666667px;
  }
  .pt-18 {
    padding-top: 12px;
  }
  .pt-20 {
    padding-top: 13.3333333333px;
  }
  .pt-24 {
    padding-top: 16px;
  }
  .pt-25 {
    padding-top: 16.6666666667px;
  }
  .pt-28 {
    padding-top: 18.6666666667px;
  }
  .pt-30 {
    padding-top: 20px;
  }
  .pt-32 {
    padding-top: 21.3333333333px;
  }
  .pt-34 {
    padding-top: 22.6666666667px;
  }
  .pt-35 {
    padding-top: 23.3333333333px;
  }
  .pt-37 {
    padding-top: 24.6666666667px;
  }
  .pt-38 {
    padding-top: 25.3333333333px;
  }
  .pt-40 {
    padding-top: 26.6666666667px;
  }
  .pt-42 {
    padding-top: 28px;
  }
  .pt-45 {
    padding-top: 30px;
  }
  .pt-50 {
    padding-top: 33.3333333333px;
  }
  .pt-52 {
    padding-top: 34.6666666667px;
  }
  .pt-56 {
    padding-top: 37.3333333333px;
  }
  .pt-58 {
    padding-top: 38.6666666667px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .pt-66 {
    padding-top: 44px;
  }
  .pt-80 {
    padding-top: 53.3333333333px;
  }
  .pt-105 {
    padding-top: 70px;
  }
  .pt-130 {
    padding-top: 86.6666666667px;
  }
  .pb-160 {
    padding-bottom: 106.6666666667px;
  }
  .pb-16 {
    padding-bottom: 10.6666666667px;
  }
  .pb-15 {
    padding-bottom: 10px;
  }
  .pb-20 {
    padding-bottom: 13.3333333333px;
  }
  .pb-24 {
    padding-bottom: 16px;
  }
  .pb-30 {
    padding-bottom: 20px;
  }
  .pb-40 {
    padding-bottom: 26.6666666667px;
  }
  .pb-47 {
    padding-bottom: 31.3333333333px;
  }
  .pb-50 {
    padding-bottom: 33.3333333333px;
  }
  .pb-58 {
    padding-bottom: 38.6666666667px;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .pb-64 {
    padding-bottom: 42.6666666667px;
  }
  .pb-66 {
    padding-bottom: 44px;
  }
  .pb-65 {
    padding-bottom: 43.3333333333px;
  }
  .pb-80 {
    padding-bottom: 53.3333333333px;
  }
  .pb-105 {
    padding-bottom: 70px;
  }
  .pb-180 {
    padding-bottom: 120px;
  }
  .pb-200 {
    padding-bottom: 133.3333333333px;
  }
  .pl-10 {
    padding-left: 6.6666666667px;
  }
  .pl-16 {
    padding-left: 10.6666666667px;
  }
  .pl-15 {
    padding-left: 10px;
  }
  .pl-18 {
    padding-left: 12px;
  }
  .pl-20 {
    padding-left: 13.3333333333px;
  }
  .pl-24 {
    padding-left: 16px;
  }
  .pl-27 {
    padding-left: 18px;
  }
  .pl-30 {
    padding-left: 20px;
  }
  .pl-40 {
    padding-left: 26.6666666667px;
  }
  .pl-43 {
    padding-left: 28.6666666667px;
  }
  .pl-50 {
    padding-left: 33.3333333333px;
  }
  .pl-60 {
    padding-left: 40px;
  }
  .pl-65 {
    padding-left: 43.3333333333px;
  }
  .pl-72 {
    padding-left: 48px;
  }
  .pl-80 {
    padding-left: 53.3333333333px;
  }
  .pr-10 {
    padding-right: 6.6666666667px;
  }
  .pr-15 {
    padding-right: 10px;
  }
  .pr-20 {
    padding-right: 13.3333333333px;
  }
  .pr-24 {
    padding-right: 16px;
  }
  .pr-27 {
    padding-right: 18px;
  }
  .pr-30 {
    padding-right: 20px;
  }
  .pr-40 {
    padding-right: 26.6666666667px;
  }
  .pr-50 {
    padding-right: 33.3333333333px;
  }
  .pr-60 {
    padding-right: 40px;
  }
  .pr-65 {
    padding-right: 43.3333333333px;
  }
  .pr-72 {
    padding-right: 48px;
  }
  .pr-80 {
    padding-right: 53.3333333333px;
  }
  .fs-12 {
    font-size: 8px;
  }
  .fs-14 {
    font-size: 9.3333333333px;
  }
  .fs-16 {
    font-size: 10.6666666667px;
  }
  .fs-18 {
    font-size: 12px;
  }
  .fs-20 {
    font-size: 13.3333333333px;
  }
  .fs-24 {
    font-size: 16px;
  }
  .fs-26 {
    font-size: 17.3333333333px;
  }
  .fs-28 {
    font-size: 18.6666666667px;
  }
  .fs-30 {
    font-size: 20px;
  }
  .fs-32 {
    font-size: 21.3333333333px;
  }
  .fs-36 {
    font-size: 24px;
  }
  .fs-44 {
    font-size: 29.3333333333px;
  }
  .fs-48 {
    font-size: 32px;
  }
  .fs-60 {
    font-size: 40px;
  }
  .fs-72 {
    font-size: 48px;
  }
  .lh-12 {
    line-height: 8px;
  }
  .lh-14 {
    line-height: 9.3333333333px;
  }
  .lh-16 {
    line-height: 10.6666666667px;
  }
  .lh-18 {
    line-height: 12px;
  }
  .lh-20 {
    line-height: 13.3333333333px;
  }
  .lh-21 {
    line-height: 14px;
  }
  .lh-24 {
    line-height: 16px;
  }
  .lh-25 {
    line-height: 16.6666666667px;
  }
  .lh-28 {
    line-height: 18.6666666667px;
  }
  .lh-30 {
    line-height: 20px;
  }
  .lh-32 {
    line-height: 21.3333333333px;
  }
  .lh-36 {
    line-height: 24px;
  }
  .lh-40 {
    line-height: 26.6666666667px;
  }
  .lh-48 {
    line-height: 32px;
  }
  .lh-52 {
    line-height: 34.6666666667px;
  }
  .lh-60 {
    line-height: 40px;
  }
  .lh-80 {
    line-height: 53.3333333333px;
  }
  .fs-14 {
    font-size: 14px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .lh-24 {
    line-height: 22px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-12 {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .fs-72 {
    font-size: 48px;
  }
  .fs-36 {
    font-size: 24px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .fs-26 {
    font-size: 16px;
  }
  .mt-20 {
    margin-top: 10px;
  }
  .pb-200 {
    padding-bottom: 100px;
  }
  .pl-60 {
    padding-left: 30px;
  }
  .pr-60 {
    padding-right: 30px;
  }
  .mt-90 {
    margin-top: 30px;
  }
  body {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .pb-180 {
    padding-bottom: 60px;
  }
  .pb-200 {
    padding-bottom: 50px;
  }
  .fs-36 {
    font-size: 18px;
  }
  .pt-204 {
    padding-top: 70px;
  }
  .pb-160 {
    padding-bottom: 41px;
  }
  .pl-40 {
    padding-left: 15px;
  }
  .pr-40 {
    padding-right: 15px;
  }
  .pt-40 {
    padding-top: 15px;
  }
  .pb-40 {
    padding-bottom: 15px;
  }
  .mt-40 {
    margin-top: 15px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .fs-72 {
    font-size: 30px;
  }
  .mt-38 {
    margin-top: 5px;
  }
  .mt-90 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .track {
    opacity: 0;
    transform: translateY(100px); /* 与 distance 值一致 */
    visibility: hidden; /* 隐藏元素直到动画触发 */
    transition: all 2s ease; /* 与 duration/easing 同步 */
  }
  .track.revealed {
    opacity: 1;
    transform: translateY(0) !important;
    visibility: visible;
  }
}
.line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  bottom: 0;
  width: 1px;
  background-color: #F2F7FB;
  z-index: 1;
}

.line span {
  width: 1px;
  background-color: var(--theme-color);
  position: absolute;
  top: 5px;
  left: 0;
}

.line .cicle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 5px solid var(--theme-color);
  background: #fff;
  position: absolute;
  left: -12px;
  z-index: 10;
}

.line .cicle::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -18px;
  left: -18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 4px solid #3E7BFA;
  -webkit-animation: bgIco2 1s 0.18s infinite alternate;
          animation: bgIco2 1s 0.18s infinite alternate;
}

.line .cicle:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid var(--theme-color);
  -webkit-animation: bgIco1 1s infinite alternate;
          animation: bgIco1 1s infinite alternate;
}

@-webkit-keyframes bgIco1 {
  0% {
    opacity: 0.38;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(2);
  }
}

@keyframes bgIco1 {
  0% {
    opacity: 0.38;
    transform: scale(1);
  }
  100% {
    opacity: 0.1;
    transform: scale(2);
  }
}
@-webkit-keyframes bgIco2 {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0.28;
    transform: scale(1.38);
  }
}
@keyframes bgIco2 {
  0% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0.28;
    transform: scale(1.38);
  }
}
.Return-button {
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border: 1px solid var(--white-color);
  height: 44px;
  font-size: 16px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 0 17px 0 12px;
  border-radius: 267px;
}
.Return-button .iconfont {
  margin-left: 0;
}

.detail-content .content-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 35px;
  transform: translateY(-50px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.detail-content .content-box .left-box {
  width: 59.6%;
}
@media (max-width: 992px) {
  .detail-content .content-box .left-box {
    width: 100%;
  }
}
.detail-content .content-box .left-box .html {
  margin-top: 20px;
  border-top: 1px solid var(--text-color-three);
  padding-top: 18px;
  font-size: 12px;
  color: var(--text-color-seven);
  line-height: 18px;
}
.detail-content .content-box .right-box {
  width: calc(40.4% - 25px);
}
@media (max-width: 992px) {
  .detail-content .content-box .right-box {
    width: 100%;
  }
}
.detail-content .content-box .right-box .right-list {
  border-radius: 30px;
  background-color: #F2F9FF;
  padding: 20px;
}
.detail-content .content-box .right-box .right-list > a {
  border-bottom: 1px solid var(--text-color-three);
  padding-bottom: 23px;
  display: block;
}
.detail-content .content-box .right-box .right-list > a .content-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.detail-content .content-box .right-box .right-button {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background-color: var(--theme-color-six);
  font-size: 12px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 100px;
}

.sck-banner-img {
  min-height: 300px;
  position: relative;
}
@media (max-width: 1200px) {
  .sck-banner-img {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .sck-banner-img {
    min-height: 100px;
  }
}
.sck-banner-img > .bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 300px;
  background: linear-gradient(90deg, #274299 0%, #46A541 100%);
}
@media (max-width: 1200px) {
  .sck-banner-img > .bg {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .sck-banner-img > .bg {
    height: 100px;
  }
}
.sck-banner-img .img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.sck-banner-img .img .img1 {
  width: 100%;
}
.sck-banner-img .img .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42%;
  transform: translate(-50%, -50%);
}

/* 搜索 */
.search-container {
  padding: 110px 0 80px;
}

.search-container .search-box {
  display: flex;
  position: relative;
  top: 0;
  padding-left: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
}

.search-container .search-box-input {
  background-color: #fff;
  width: 100%;
  height: 70px;
  border: none;
  flex: 1;
  font-size: 20px;
  color: #333;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.search-container .search-box-button {
  width: 200px;
  height: 70px;
  background-color: var(--theme-color);
  font-size: 24px;
  border: none;
  color: #fff;
  border-radius: 5px;
}

.search-box-button a {
  color: #fff;
}

.search-result-text {
  color: #333;
  padding: 50px 0 52px;
  line-height: 1;
  font-size: 16px;
}

.search-result-text span {
  color: #ff0000;
}

.search-nav-item a {
  color: #666;
  transition: all 0.5s ease 0.1s;
}

.search-nav {
  padding-bottom: 22px;
  border-bottom: 1px solid #e3e4e8;
  display: flex;
  line-height: 1;
}

.search-nav .search-nav-item {
  cursor: pointer;
  font-size: 18px;
  padding-right: 22px;
  color: #666;
  transition: all 0.5s ease 0.1s;
}

.search-nav .active a {
  color: var(--theme-color);
}

.search-nav .search-nav-item:hover a {
  color: var(--theme-color);
}

.search-content-list {
  padding-bottom: 60px;
}

.search-content-item {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  color: #333;
  display: flex;
  justify-content: space-between;
  padding: 51px 0 54px;
  border-bottom: 1px solid #e3e4e8;
  transition: all 0.5s ease 0.1s;
}

.search-content-item:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.search-content-item span:last-child {
  color: #999999;
}

@media (max-width: 576px) {
  .search-container {
    padding-top: 80px !important;
  }
  .search-container .search-box button {
    height: 40px;
    width: 100px;
    font-size: 14px;
  }
  .search-container .search-box input {
    height: 40px;
    padding: 0 115px 0 15px;
  }
  .search-result-text {
    padding: 25px 0 28px;
  }
  .search-nav {
    padding-bottom: 14px;
    overflow: scroll;
    max-width: 100%;
    white-space: nowrap;
  }
  .search-nav .search-nav-item {
    font-size: 12px;
    padding-right: 15px;
    width: 150px;
  }
  .search-content-list {
    padding-bottom: 22px;
  }
  .search-content-item {
    font-size: 14px;
    padding: 22px 0 24px;
  }
}/*# sourceMappingURL=style.css.map */
.detail-content .content-box .left-box .html{white-space: pre-wrap !important;}
.detail-content .content-box img{max-width: 100% !important;}