@charset "UTF-8";
@import url("iconfont/iconfont.css");
@font-face {
  font-family: "HarmonyOS_Sans_SC";
  src: url("../css/font/HarmonyOS_Sans_SC_Regular.ttf");
}
@font-face {
  font-family: "HarmonyOS_Sans_SC_Bold";
  src: url("../css/font/HarmonyOS_Sans_SC_Bold.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: HarmonyOS_Sans_SC, 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: HarmonyOS_Sans_SC, Arial !important;
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: HarmonyOS_Sans_SC_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;
}

.grid {
  display: grid !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;
}

.cursor-pointer {
  cursor: pointer;
}

/*谷歌、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-120 {
  margin-top: 120px;
}

.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-40 {
  margin-bottom: 40px;
}

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

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

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

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

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

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

.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;
}

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

.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-100 {
  padding-top: 100px;
}

.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-25 {
  padding-bottom: 25px;
}

.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-100 {
  padding-bottom: 100px;
}

.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-25 {
  padding-left: 25px;
}

.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-25 {
  padding-right: 25px;
}

.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;
  --text-color-eight:#103450;
  --theme-color:#0B304D;
  --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);
}

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

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

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

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

.container {
  min-width: 66%;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}
@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: 38%;
  border-radius: 20px;
  background: #fff;
  padding: 30px;
  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 .input-box {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.overlay-container .order-info .form-box .input-box span {
  color: #000000;
}
.overlay-container .order-info .form-box .input-box .tip {
  color: #FF0000;
}
.overlay-container .order-info .form-box .input-box .input {
  width: 100%;
}
.overlay-container .order-info .form-box .input-box .input input, .overlay-container .order-info .form-box .input-box .input textarea {
  width: 100%;
  margin-top: 10px;
  border-style: none;
  padding: 0 20px;
  height: 45px;
  border-radius: 5px;
  background-color: #F4F5F9;
}
.overlay-container .order-info .form-box .input-box .input textarea {
  height: 100px;
  padding: 14px 20px;
}
.overlay-container .order-info .form-box .input-box .input-max {
  width: 100%;
}
.overlay-container .order-info .form-box .button {
  padding: 0 60px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: var(--white-color);
}
.overlay-container .order-info .form-box .button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 992px) {
  .overlay-container .order-info .form-box .button {
    padding: 0 30px;
    height: 35px;
    font-size: 14px;
  }
}
.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 {
  display: inline-flex;
  height: 35px;
  padding: 0 20px;
  gap: 13px;
  border: 1px solid var(--black-color);
  border-radius: 30px;
  transition: all 0.5s ease;
  cursor: pointer;
  align-items: center;
}
@media (max-width: 992px) {
  .button {
    padding: 0 10px;
    gap: 8px;
    height: 25px;
    font-size: 12px;
  }
  .button .iconfont {
    font-size: 12px;
  }
}

.nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.nav .container {
  min-width: 95%;
  max-width: 95%;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .nav .container {
    min-width: 95%;
    max-width: 95%;
  }
}
.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: 100px;
}
@media (max-width: 992px) {
  .nav > div {
    height: 70px;
  }
}
@media (max-width: 576px) {
  .nav > div {
    height: 50px;
  }
}
.nav .logo {
  width: 125px;
  height: 50px;
}
.nav .logo .scroll {
  display: none;
}
@media (max-width: 992px) {
  .nav .logo {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .nav .logo {
    width: 80px;
    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: 100px;
  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 {
  display: none;
  width: 100vw;
  position: fixed;
  left: 0;
  transform: translateX(0);
  border-radius: 0;
  padding: 0;
  max-height: 540px;
}
@media (max-width: 1600px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max {
    height: 432px;
    max-height: 432px;
  }
}
@media (max-width: 1300px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max {
    height: 360px;
    max-height: 360px;
  }
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max > div {
  display: flex;
  height: 100%;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box {
  width: 42%;
  background-color: #F4F5F9;
  justify-content: end;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list {
  width: 232px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list a {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid rgba(11, 48, 77, 0.1);
  position: relative;
  text-align: left;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list a .iconfont {
  opacity: 0;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #0B304D;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list a:first-child {
  align-items: flex-start;
  padding-top: 0;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list a.active {
  color: #0B304D;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list a.active .iconfont {
  opacity: 1;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box .list a.active::after {
  width: 100%;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box > div {
  height: 100%;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box {
  width: 58%;
  background-color: #fff;
  overflow-y: scroll;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box > div {
  height: 100%;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list {
  height: 100%;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 32px;
  width: 75%;
  display: none;
}
@media (max-width: 1600px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list {
    width: 85%;
  }
}
@media (max-width: 1300px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list {
    width: 90%;
  }
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item {
  width: calc(33.3333333333% - 33px);
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item .image {
  width: 100%;
  border-radius: 10px;
  background-color: #F4F5F9;
  overflow: hidden;
  height: 176px;
}
@media (max-width: 1600px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item .image {
    height: 144px;
  }
}
@media (max-width: 1300px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item .image {
    height: 120px;
  }
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item .image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item p {
  text-align: left;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item p {
    font-size: 14px;
  }
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item:hover img {
  transform: scale(1.05);
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .hide-right-list .flex-item:hover p {
  color: #0B304D;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .link-list {
  gap: 40px;
  height: 40px;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box .link-list a:hover {
  color: #0B304D;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-max .left-box, .nav .nav-pc > div:first-child > div .nav-hide-list-max .right-box {
  display: flex;
  padding: 40px;
  height: 100%;
}
.nav .nav-pc > div:first-child > div .nav-hide-list-auto {
  height: auto;
}
.nav .nav-pc .nav-telephone {
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 400px;
  color: #000000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-weight: 400;
  margin-left: 30px;
}
.nav .nav-pc .nav-telephone a {
  color: #000000;
  padding: 0 9px;
  border-radius: 400px;
  height: 100%;
  line-height: 30px;
}
.nav .nav-pc .nav-telephone .iconfont {
  margin-right: 0 !important;
}
.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: var(--black-color);
  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-active,
.nav .nav-pc .nav-li:hover {
  color: var(--theme-color);
  font-weight: 700;
  transition: all 0.5s ease;
}
.nav .nav-pc .top-search {
  color: #000000;
  margin-left: 20px;
}

.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 .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 .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;
}

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

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

.home-banner,
.product-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-banner,
.product-banner {
    height: auto;
  }
}
.home-banner .banner-swiper,
.product-banner .banner-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-banner .banner-swiper .swiper-slide,
.product-banner .banner-swiper .swiper-slide {
  position: relative;
}
.home-banner .banner-swiper .swiper-slide img,
.home-banner .banner-swiper .swiper-slide video,
.product-banner .banner-swiper .swiper-slide img,
.product-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,
.product-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,
.product-banner .banner-swiper .swiper-slide .banner-content .banner-title {
  text-transform: uppercase;
}
.home-banner .banner-swiper .swiper-slide .banner-content .banner-button,
.product-banner .banner-swiper .swiper-slide .banner-content .banner-button {
  background-color: #000000;
  padding: 10px 20px;
  border-radius: 23px;
  display: inline-block !important;
}
@media (max-width: 576px) {
  .home-banner .banner-swiper .swiper-slide .banner-content .banner-button,
.product-banner .banner-swiper .swiper-slide .banner-content .banner-button {
    padding: 5px 10px;
  }
}
.home-banner .banner-swiper .swiper-slide-active .banner-content,
.product-banner .banner-swiper .swiper-slide-active .banner-content {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1000;
}
.home-banner .banner-swiper .swiper-button > .button-hover,
.product-banner .banner-swiper .swiper-button > .button-hover {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-button > .button-hover,
.product-banner .banner-swiper .swiper-button > .button-hover {
    width: 30px;
    height: 30px;
  }
}
.home-banner .banner-swiper .swiper-button > .button-hover::after,
.product-banner .banner-swiper .swiper-button > .button-hover::after {
  display: none;
}
.home-banner .banner-swiper .swiper-button > .button-hover:hover,
.product-banner .banner-swiper .swiper-button > .button-hover:hover {
  background-color: rgb(0, 0, 0);
}
.home-banner .banner-swiper .swiper-button .banner-swiper-button-next,
.product-banner .banner-swiper .swiper-button .banner-swiper-button-next {
  right: 60px;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-button .banner-swiper-button-next,
.product-banner .banner-swiper .swiper-button .banner-swiper-button-next {
    right: 20px;
  }
}
.home-banner .banner-swiper .swiper-button .banner-swiper-button-prev,
.product-banner .banner-swiper .swiper-button .banner-swiper-button-prev {
  left: 60px;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-button .banner-swiper-button-prev,
.product-banner .banner-swiper .swiper-button .banner-swiper-button-prev {
    left: 20px;
  }
}
.home-banner .banner-swiper .swiper-pagination,
.product-banner .banner-swiper .swiper-pagination {
  width: 45%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 60px;
  top: inherit;
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-pagination,
.product-banner .banner-swiper .swiper-pagination {
    bottom: 25px;
  }
}
.home-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet,
.product-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .home-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet,
.product-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.home-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active,
.product-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
}

.home-banner {
  height: 100vh;
}
@media (max-width: 992px) {
  .home-banner {
    height: auto;
  }
}

.product-banner {
  height: calc(100vh - 225px);
}
@media (max-width: 992px) {
  .product-banner {
    height: auto;
  }
}
.product-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.product-banner .banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}

.home-content {
  background-color: #fff;
}
.home-content .home-product {
  background-color: #fff;
}
.home-content .home-product .home-product-tab {
  font-size: 14px;
  color: var(--black-color);
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: inline-flex;
  max-width: 100%;
}
@media (max-width: 992px) {
  .home-content .home-product .home-product-tab {
    overflow-x: scroll;
  }
}
.home-content .home-product .home-product-tab > p {
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  border-radius: 20px;
  transition: all 0.5s ease;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .home-content .home-product .home-product-tab > p {
    padding: 0 10px;
  }
}
.home-content .home-product .home-product-tab > p:hover,
.home-content .home-product .home-product-tab > .tab-active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.home-content .home-product .product-grid {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  justify-content: center;
  gap: 20px;
  height: 620px;
  /* 第一个卡片：占 2 行 × 1 列 */
  /* 第二个卡片：占 1 行 × 2 列 */
  /* 第三个卡片：占 1 行 × 1 列 */
  /* 第四个卡片：占 1 行 × 1 列 */
}
@media (max-width: 1600px) {
  .home-content .home-product .product-grid {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid {
    height: auto;
  }
}
.home-content .home-product .product-grid .product-card {
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #F4F5F9;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.home-content .home-product .product-grid .product-card img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card img {
    width: 150px !important;
  }
}
.home-content .home-product .product-grid .product-card .btn {
  display: inline-flex;
  height: 35px;
  padding: 0 20px;
  gap: 13px;
  border: 1px solid var(--black-color);
  border-radius: 30px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card .btn {
    padding: 0 10px;
    gap: 8px;
    height: 25px;
  }
}
.home-content .home-product .product-grid .product-card:hover img {
  transform: scale(1.05);
}
.home-content .home-product .product-grid .product-card:hover .btn {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.home-content .home-product .product-grid .product-card > p:nth-child(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card > p:nth-child(2), .home-content .home-product .product-grid .product-card h3 {
    width: calc(100% - 170px);
  }
}
.home-content .home-product .product-grid .product-card:first-child {
  grid-row: span 2; /* 跨越 2 行 */
  grid-column: 1; /* 第 1 列 */
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card:first-child {
    grid-row: span 1; /* 跨越 1 行 */
    grid-column: 1/span 3; /* 第 1 列 */
  }
}
.home-content .home-product .product-grid .product-card:first-child img {
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1600px) {
  .home-content .home-product .product-grid .product-card:first-child img {
    width: 80%;
    transform: translateX(12%);
  }
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card:first-child img {
    width: 430px;
    height: 100%;
    bottom: 0;
    right: 0;
    left: inherit;
  }
}
.home-content .home-product .product-grid .product-card:nth-child(2) {
  grid-row: 1; /* 第 1 行 */
  grid-column: 2/span 2; /* 跨越 2 列 */
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card:nth-child(2) {
    grid-row: span 1;
    grid-column: 1/span 3;
  }
}
.home-content .home-product .product-grid .product-card:nth-child(2) h3,
.home-content .home-product .product-grid .product-card:nth-child(2) p:nth-child(2) {
  width: calc(100% - 450px);
}
@media (max-width: 1600px) {
  .home-content .home-product .product-grid .product-card:nth-child(2) h3,
.home-content .home-product .product-grid .product-card:nth-child(2) p:nth-child(2) {
    width: calc(100% - 370px);
  }
}
@media (max-width: 1300px) {
  .home-content .home-product .product-grid .product-card:nth-child(2) h3,
.home-content .home-product .product-grid .product-card:nth-child(2) p:nth-child(2) {
    width: calc(100% - 280px);
  }
}
.home-content .home-product .product-grid .product-card:nth-child(2) img {
  width: 430px;
  height: 100%;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .home-content .home-product .product-grid .product-card:nth-child(2) img {
    width: 350px;
  }
}
@media (max-width: 1600px) {
  .home-content .home-product .product-grid .product-card:nth-child(2) img {
    width: 260px;
  }
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card:nth-child(2) img {
    height: 100%;
  }
}
.home-content .home-product .product-grid .product-card:nth-child(3) {
  grid-row: 2; /* 第 2 行 */
  grid-column: 2; /* 第 2 列 */
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card:nth-child(3) {
    grid-row: span 1;
    grid-column: 1/span 3;
  }
}
.home-content .home-product .product-grid .product-card:nth-child(4) {
  grid-row: 2; /* 第 2 行 */
  grid-column: 3; /* 第 3 列 */
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card:nth-child(4) {
    grid-row: span 1;
    grid-column: 1/span 3;
  }
}
.home-content .home-product .product-grid .product-card:nth-child(3) img,
.home-content .home-product .product-grid .product-card:nth-child(4) img {
  width: 249px;
  height: 180px;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .home-content .home-product .product-grid .product-card:nth-child(3) img,
.home-content .home-product .product-grid .product-card:nth-child(4) img {
    width: 140px;
    height: 120px;
  }
}
@media (max-width: 1300px) {
  .home-content .home-product .product-grid .product-card:nth-child(3) img,
.home-content .home-product .product-grid .product-card:nth-child(4) img {
    height: 150px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  .home-content .home-product .product-grid .product-card:nth-child(3) img,
.home-content .home-product .product-grid .product-card:nth-child(4) img {
    width: 430px;
    height: 100%;
    bottom: 0;
    right: 0;
    left: inherit;
  }
}
.home-content .home-LAMSeries {
  background: url("../images/bg.png") no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.home-content .home-LAMSeries .swiper-button > .button-hover {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 14px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .swiper-button > .button-hover {
    width: 30px;
    height: 30px;
  }
}
.home-content .home-LAMSeries .swiper-button > .button-hover::after {
  display: none;
}
.home-content .home-LAMSeries .swiper-button > .button-hover:hover {
  background-color: rgb(0, 0, 0);
}
.home-content .home-LAMSeries .swiper-button .Series-swiper-button-prev {
  right: 0px;
}
.home-content .home-LAMSeries .swiper-button .Series-swiper-button-prev {
  left: 0px;
}
.home-content .home-LAMSeries .img-box {
  width: 887px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1600px) {
  .home-content .home-LAMSeries .img-box {
    width: 600px;
  }
}
@media (max-width: 1300px) {
  .home-content .home-LAMSeries .img-box {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .img-box {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .home-content .home-LAMSeries .img-box {
    width: 300px;
  }
}
.home-content .home-LAMSeries .img-box img {
  width: 100%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot {
  background: rgb(0, 255, 238);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .img-box .Punctuation .dot {
    width: 6px;
    height: 6px;
  }
}
.home-content .home-LAMSeries .img-box .Punctuation .dot::before {
  content: "";
  background: rgb(0, 255, 238);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-animation: ripple 2s infinite;
          animation: ripple 2s infinite;
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .img-box .Punctuation .dot::before {
    width: 12px;
    height: 12px;
  }
}
.home-content .home-LAMSeries .img-box .Punctuation .dot::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0, 255, 238);
  -webkit-animation: ripple 2s infinite 0.5s;
          animation: ripple 2s infinite 0.5s;
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .img-box .Punctuation .dot::after {
    width: 12px;
    height: 12px;
  }
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-1 {
  top: 49%;
  left: 34%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-2 {
  top: 34%;
  left: 50%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-3 {
  top: 39%;
  left: 65%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-4 {
  top: 59%;
  left: 65%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-5 {
  top: 52%;
  left: 79%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-6 {
  top: 48%;
  left: 89%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-7 {
  top: 40%;
  left: 20%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-8 {
  top: 42%;
  left: 35%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-9 {
  top: 50%;
  left: 51%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-10 {
  top: 27%;
  left: 64%;
}
.home-content .home-LAMSeries .img-box .Punctuation .dot-11 {
  top: 57%;
  left: 64%;
}
@-webkit-keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
.home-content .home-LAMSeries .img-box .Punctuation-box {
  position: absolute;
  border-radius: 13px;
  background: linear-gradient(180deg, rgb(223, 224, 235) 0%, rgb(252, 252, 255) 100%);
  border: 1px solid rgb(255, 255, 255);
  padding: 20px;
  max-width: 32.6%;
  top: 13%;
  left: -18%;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(50px);
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .img-box .Punctuation-box {
    padding: 10px;
    top: 0;
    left: -10%;
  }
}
.home-content .home-LAMSeries .img-box .Punctuation-box .title {
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .img-box .Punctuation-box .title {
    padding-bottom: 5px;
  }
}
.home-content .home-LAMSeries .img-box .Punctuation-box .view {
  padding-top: 20px;
  color: #383838;
}
@media (max-width: 992px) {
  .home-content .home-LAMSeries .img-box .Punctuation-box .view {
    padding-top: 10px;
  }
}
.home-content .home-LAMSeries .img-box .Punctuation-box-active {
  opacity: 1;
  transform: translateY(0);
}
.home-content .home-Industry {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-content .home-Industry > .container {
  height: 700px;
}
@media (max-width: 1600px) {
  .home-content .home-Industry > .container {
    height: 500px;
  }
}
@media (max-width: 1300px) {
  .home-content .home-Industry > .container {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .home-content .home-Industry > .container {
    height: auto;
  }
}
.home-content .home-Industry .Industry-item-list {
  width: 55%;
}
@media (max-width: 768px) {
  .home-content .home-Industry .Industry-item-list {
    width: 100%;
    margin-top: 20px;
  }
}
.home-content .home-Industry .Industry-item {
  width: 100%;
  display: none;
}
.home-content .home-Industry .Industry-item .button {
  border-color: var(--white-color);
  color: var(--white-color);
  transition: all 0.5s;
}
.home-content .home-Industry .Industry-item .button:hover {
  background-color: var(--theme-color);
  border-color: var(--black-color);
}
.home-content .home-Industry .Industry-tabbar {
  width: 100%;
  gap: 10px;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .home-content .home-Industry .Industry-tabbar {
    margin-top: 20px;
  }
}
.home-content .home-Industry .Industry-tabbar .tabbar-item {
  width: calc(16.6666666667% - 8.3333333333px);
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px 10px;
  border-radius: 14px;
  transition: all 0.5s;
  cursor: pointer;
  height: 118px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-content .home-Industry .Industry-tabbar .tabbar-item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
.home-content .home-Industry .Industry-tabbar .tabbar-item .iconfont {
  font-size: 36px;
}
.home-content .home-Industry .Industry-tabbar .tabbar-item:hover, .home-content .home-Industry .Industry-tabbar .tabbar-item.active {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.home-content .home-news .home-news-top .button {
  border: 1px solid var(--black-color);
  color: var(--black-color);
}
.home-content .home-news .home-news-top .button:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}
.home-content .home-news .home-news-top a:hover {
  color: var(--theme-color);
}
.home-content .home-news .button {
  border: 1px solid var(--text-color-seven);
  color: var(--text-color-seven);
}
.home-content .home-news .news-one .left-box {
  width: 33%;
}
@media (max-width: 1300px) {
  .home-content .home-news .news-one .left-box {
    width: calc(45% - 20px);
  }
}
@media (max-width: 768px) {
  .home-content .home-news .news-one .left-box {
    width: 100%;
  }
  .home-content .home-news .news-one .left-box .button {
    margin-top: 10px;
  }
}
.home-content .home-news .news-one .right-box {
  width: calc(67% - 20px);
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 400px;
}
@media (max-width: 1600px) {
  .home-content .home-news .news-one .right-box {
    height: 300px;
  }
}
@media (max-width: 1300px) {
  .home-content .home-news .news-one .right-box {
    width: calc(55% - 20px);
    height: 260px;
  }
}
@media (max-width: 768px) {
  .home-content .home-news .news-one .right-box {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }
}
.home-content .home-news .news-one .right-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.home-content .home-news .news-one .right-box > p {
  color: var(--white-color);
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home-content .home-news .news-one .right-box > p {
    padding: 10px;
    font-size: 16px;
  }
}
.home-content .home-news .news-one:hover .button {
  background-color: var(--black-color);
  color: var(--white-color);
}
.home-content .home-news .news-one:hover img {
  transform: scale(1.05);
}
.home-content .home-news .news-list {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 768px) {
  .home-content .home-news .news-list {
    gap: 10px;
  }
}
.home-content .home-news .news-list > .news-item {
  width: calc(33.3333333333% - 20px);
  border-radius: 10px;
  background-color: #F4F5F9;
  padding: 20px;
}
.home-content .home-news .news-list > .news-item .news-title, .home-content .home-news .news-list > .news-item .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
@media (max-width: 1600px) {
  .home-content .home-news .news-list > .news-item .news-title, .home-content .home-news .news-list > .news-item .title {
    height: 41.6px;
  }
}
@media (max-width: 768px) {
  .home-content .home-news .news-list > .news-item {
    width: 100%;
    padding: 10px;
  }
}
.home-content .home-news .news-list > .news-item:hover .button {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.home-content .home-technology {
  background: url("../images/bg-2.png") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 677px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .home-content .home-technology {
    height: 541px;
  }
}
@media (max-width: 1300px) {
  .home-content .home-technology {
    height: 451px;
  }
}
@media (max-width: 992px) {
  .home-content .home-technology {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .home-content .home-technology {
    height: 320px;
  }
}
.home-content .home-technology .container {
  position: relative;
  z-index: 100;
}
.home-content .home-technology .image-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .home-content .home-technology .image-box {
    min-height: 150px;
  }
}

.home-history {
  background: url("../images/bg-3.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-history .history-container {
  position: relative;
}
@media (max-width: 768px) {
  .home-history .history-container {
    margin-top: 20px;
  }
}
.home-history .history-container .history-item {
  position: relative;
  min-height: 200px;
}
@media (max-width: 768px) {
  .home-history .history-container .history-item {
    min-height: 150px;
  }
}
@media (max-width: 576px) {
  .home-history .history-container .history-item {
    min-height: 100px;
  }
}
.home-history .history-container .history-item .year {
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 200px;
  font-weight: 900;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .home-history .history-container .history-item .year {
    font-size: 150px;
  }
}
@media (max-width: 576px) {
  .home-history .history-container .history-item .year {
    font-size: 100px;
  }
}
.home-history .history-container .history-item .content {
  position: relative;
  z-index: 100;
  text-align: left;
  line-height: 28px;
}
.home-history .history-container .Timeline-swiper {
  padding-bottom: 50px;
  position: relative;
}
.home-history .history-container .Timeline-swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 0;
}
.home-history .history-container .Timeline-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  position: relative;
  z-index: 100;
}
.home-history .history-container .Timeline-swiper .swiper-slide .Timeline-item {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.home-history .history-container .Timeline-swiper .swiper-slide .Timeline-item .years {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.home-history .history-container .Timeline-swiper .swiper-slide-thumb-active .Timeline-item {
  width: 26px;
  height: 26px;
  background-color: #00518F;
  border: 6px solid #fff;
}
.home-history .history-container .Timeline-swiper .swiper-slide-thumb-active .Timeline-item .years {
  font-size: 30px;
  font-weight: 700;
  bottom: -50px;
}

.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: #fff;
  position: relative;
  padding-top: 100px;
}
@media (max-width: 992px) {
  .inside-content {
    padding-top: 70px;
  }
}
@media (max-width: 576px) {
  .inside-content {
    padding-top: 50px;
  }
}
.inside-content .home-history {
  background: url("../images/about/bg-1.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.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;
}

.footer {
  position: relative;
  z-index: 100;
  background: #030F27;
}
.footer .footer-top {
  padding: 68px 0 40px 0;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #CCCCCC;
}
@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 .code {
  width: 82px;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.footer .footer-top .code img {
  width: 100%;
}
@media (max-width: 992px) {
  .footer .footer-top .code {
    position: static;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.footer .footer-top .logo {
  width: 125px;
  display: block;
}
@media (max-width: 992px) {
  .footer .footer-top .logo {
    width: 90px;
    margin: 0 auto;
  }
}
.footer .footer-top .logo img {
  width: 100%;
}
.footer .footer-top .left-box {
  width: 30%;
}
.footer .footer-top .left-box .rx {
  display: inline-flex;
  height: 44px;
  padding: 0 30px;
  border-radius: 40px;
  border: 1px solid #fff;
  gap: 5px;
  font-size: 14px;
  font-weight: 700;
}
.footer .footer-top .left-box .rx .iconfont {
  font-size: 20px;
  font-weight: 400;
}
@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: 70%;
  gap: 10px;
}
@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 {
  min-height: 80px;
  line-height: 80px;
  color: #fff;
}
@media (max-width: 992px) {
  .footer .footer-bottom {
    height: auto;
    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;
  font-size: 14px;
}
.footer .footer-bottom > div > p:last-child {
  opacity: 0.4;
  font-size: 14px;
}
.footer .footer-rightImg {
  position: absolute;
  bottom: 14px;
  right: 0;
  max-width: 90%;
}

.scroll-top {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FF8D1A;
  color: var(--white-color);
  text-align: center;
  position: fixed;
  bottom: 10vh;
  right: 3%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.scroll-top .iconfont {
  font-size: 24px;
}
@media (max-width: 992px) {
  .scroll-top {
    width: 40px;
    height: 40px;
  }
  .scroll-top .iconfont {
    font-size: 16px;
  }
}

.right-box-fixed {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  width: 60px;
  position: fixed;
  bottom: calc(10vh + 90px);
  right: 3%;
  z-index: 1000;
  background-color: #fff;
  border-radius: 30px;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
  gap: 30px;
}
.right-box-fixed p {
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.right-box-fixed p span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  overflow: hidden;
  max-width: 0;
  background-color: #fff;
  right: 0;
  padding: 0;
  border-radius: 100px;
  padding: 10px 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.right-box-fixed p:hover,
.right-box-fixed p span:hover {
  color: var(--theme-color);
}
.right-box-fixed p:hover span,
.right-box-fixed p span:hover span {
  max-width: 500px;
  display: block;
  right: 60px;
  opacity: 1;
  transition: all 0.3s ease;
}
.right-box-fixed .iconfont {
  font-size: 30px;
}
@media (max-width: 992px) {
  .right-box-fixed {
    width: 40px;
    bottom: calc(10vh + 50px);
    gap: 20px;
    padding: 18px 0;
  }
  .right-box-fixed .iconfont {
    font-size: 24px;
  }
  .right-box-fixed p span {
    padding: 6px 12px;
    font-size: 14px;
  }
  .right-box-fixed p:hover span,
.right-box-fixed p span:hover span {
    right: 40px;
  }
}

.Inside-banner {
  height: calc(100vh - 100px);
  width: 100%;
  position: relative;
}
.Inside-banner img {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .Inside-banner {
    height: auto;
    min-height: 200px;
  }
}

.crumbs a {
  color: #808080;
  transition: all 0.3s ease;
}
.crumbs a:hover {
  color: var(--theme-color);
  transition: all 0.3s ease;
}

.news-top {
  background: url("../images/news/bg.png") no-repeat center;
  background-size: 100% 100%;
}
.news-top .title {
  align-items: flex-end;
  flex-wrap: wrap;
}
.news-top .button-list {
  gap: 40px;
}
@media (max-width: 1600px) {
  .news-top .button-list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .news-top .button-list {
    gap: 15px;
  }
}
.news-top .button-list .button {
  height: 55px;
  padding: 0 40px;
  border-color: var(--theme-color);
  color: var(--black-color);
  font-size: 16px;
}
.news-top .button-list .button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 1600px) {
  .news-top .button-list .button {
    height: 45px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .news-top .button-list .button {
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.news-top .button-list .button.active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.news-top .news-swiper {
  position: relative;
  padding-bottom: 60px;
}
.news-top .news-swiper .news-top-item {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
}
.news-top .news-swiper .news-top-item .img-box {
  width: 65%;
  border-radius: 20px;
  overflow: hidden;
}
.news-top .news-swiper .news-top-item .img-box img {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news-top .news-swiper .news-top-item .img-box {
    width: 100%;
  }
}
.news-top .news-swiper .news-top-item .right-box {
  width: calc(35% - 30px);
  justify-content: flex-start;
}
.news-top .news-swiper .news-top-item .right-box > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
.news-top .news-swiper .news-top-item .right-box > div:nth-child(2) .button {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.news-top .news-swiper .news-top-item .right-box > div:nth-child(2) .button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 768px) {
  .news-top .news-swiper .news-top-item .right-box > div:nth-child(2) .button {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .news-top .news-swiper .news-top-item .right-box {
    width: 100%;
  }
}
.news-top .news-swiper .news-top-item:hover img {
  transform: scale(1.05);
}
.news-top .news-swiper .news-top-item:hover h3 {
  color: var(--theme-color);
}
.news-top .news-swiper .swiper-pagination {
  width: 45%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  top: inherit;
}
@media (max-width: 992px) {
  .news-top .news-swiper .swiper-pagination {
    bottom: 25px;
  }
}
.news-top .news-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .news-top .news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.news-top .news-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(0, 0, 0);
}

.news-content .news-list {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
@media (max-width: 992px) {
  .news-content .news-list {
    gap: 20px;
  }
}
.news-content .news-list .news-item {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 992px) {
  .news-content .news-list .news-item {
    width: calc(50% - 10px);
  }
}
.news-content .news-list .news-item .news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-content .news-list .news-item .image-box {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.news-content .news-list .news-item .image-box img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.news-content .news-list .news-item:hover .news-title {
  color: var(--theme-color);
}
.news-content .news-list .news-item:hover img {
  transform: scale(1.05);
}

.news-detail-top {
  background-color: #F4F5F9;
}

.news-detail {
  position: relative;
}
.news-detail > div {
  row-gap: 20px;
  flex-wrap: wrap;
}
.news-detail .left-box {
  width: 71.5%;
}
@media (max-width: 768px) {
  .news-detail .left-box {
    width: 100%;
  }
}
.news-detail .left-box > div {
  width: 100%;
}
.news-detail .left-box > div .news-html {
  width: 100%;
  font-family: HarmonyOS_Sans_SC, Arial !important;
}
.news-detail .left-box > div .news-html img, .news-detail .left-box > div .news-html image {
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .news-detail .left-box > div .news-html img, .news-detail .left-box > div .news-html image {
    width: 100% !important;
  }
}
.news-detail .left-box > div .news-new {
  width: 100%;
  background-color: #F4F5F9;
  padding: 30px 40px;
}
@media (max-width: 1600px) {
  .news-detail .left-box > div .news-new {
    padding: 20px 30px;
  }
}
@media (max-width: 1300px) {
  .news-detail .left-box > div .news-new {
    padding: 10px 20px;
  }
}
.news-detail .left-box > div .news-new > div {
  width: 70%;
}
.news-detail .left-box > div .news-new > div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-detail .left-box > div .news-new > div p a {
  transition: all 0.3s ease;
}
.news-detail .left-box > div .news-new > div p a:hover {
  color: var(--theme-color);
}
.news-detail .left-box > div .news-new .button {
  background-color: var(--white-color);
  border-style: none;
}
.news-detail .left-box > div .news-new .button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.news-detail .right-box {
  width: calc(28.5% - 60px);
}
@media (max-width: 1600px) {
  .news-detail .right-box {
    width: calc(28.5% - 30px);
  }
}
@media (max-width: 1300px) {
  .news-detail .right-box {
    width: calc(28.5% - 10px);
  }
}
@media (max-width: 768px) {
  .news-detail .right-box {
    width: 100%;
  }
}
.news-detail .right-box .right-new {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  border-radius: 10px;
  background-color: #F4F5F9;
}
.news-detail .right-box .right-new .news-item {
  display: block;
}
.news-detail .right-box .right-new .news-item:not(:last-child) {
  border-bottom: 1px dashed #808080;
}
.news-detail .right-box .right-new .news-item .image-box {
  border-radius: 10px;
  overflow: hidden;
}
.news-detail .right-box .right-new .news-item img {
  width: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.news-detail .right-box .right-new .news-item:hover p:nth-child(2) {
  color: var(--theme-color);
}
.news-detail .right-box .right-new .news-item:hover img {
  transform: scale(1.05);
}

.page-list {
  gap: 20px;
}
.page-list .item {
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 14px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.page-list .item:hover,
.page-list .active {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.page-list .iconfont {
  font-size: 10px;
}

.product-top {
  background-color: #F4F5F9;
}
.product-top > div {
  height: 125px;
  gap: 20px;
}
@media (max-width: 768px) {
  .product-top > div {
    height: 100px;
  }
}
.product-top > div .item {
  display: block;
  text-align: center;
  flex: 1;
}
.product-top > div .item .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}
@media (max-width: 768px) {
  .product-top > div .item .img-box {
    height: 60px;
  }
}
.product-top > div .item .img-box img {
  max-height: 100%;
  max-width: 100%;
}
.product-top > div .item > p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .product-top > div .item > p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .product-top > div .item > p {
    font-size: 8px;
  }
}
.product-top > div .item:hover > p {
  color: var(--theme-color);
}

.product-content .product-list .flex-box {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 40px;
}
@media (max-width: 992px) {
  .product-content .product-list .flex-box {
    gap: 20px;
  }
}
.product-content .product-list .flex-box .product-item {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 992px) {
  .product-content .product-list .flex-box .product-item {
    width: calc(50% - 10px);
  }
}
.product-content .product-list .flex-box .product-item > div:nth-child(3) {
  flex-wrap: wrap;
  gap: 10px;
}
.product-content .product-list .flex-box .product-item > div:nth-child(3) > span {
  width: calc(100% - 100px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product-item {
  padding-bottom: 25px;
  position: relative;
}
.product-item .img-box {
  width: 100%;
  overflow: hidden;
  background-color: #F4F5F9;
  border-radius: 10px;
}
.product-item .img-box img {
  width: 100%;
  display: block;
  transition: all 0.3s ease;
}
.product-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  transition: all 0.3s ease;
}
.product-item:hover {
  color: var(--theme-color) !important;
}
.product-item:hover .text-color-seven {
  color: var(--theme-color);
}
.product-item:hover img {
  transform: scale(1.05);
}
.product-item:hover::after {
  width: 100%;
}
.product-item > div:nth-child(3) {
  flex-wrap: wrap;
  gap: 10px;
}
.product-item > div:nth-child(3) > span {
  width: calc(100% - 100px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.flex-box {
  row-gap: 20px;
}
.flex-box .left-box {
  width: 55.5%;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
}
@media (max-width: 992px) {
  .flex-box .left-box {
    width: 100%;
  }
}
.flex-box .left-box > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.flex-box .left-box > div:first-child > p {
  width: 100% !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.flex-box .left-box > div:first-child > img {
  max-width: 100% !important;
}
.flex-box .left-box > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .flex-box .left-box > div:nth-child(2) {
    margin-top: 20px;
  }
}
.flex-box .left-box > div:nth-child(2) .button {
  font-size: 18px;
  padding: 0 54px;
  height: 52px;
  position: relative;
  z-index: 1;
  border-radius: 300px;
}
@media (max-width: 992px) {
  .flex-box .left-box > div:nth-child(2) .button {
    height: 35px;
    font-size: 14px;
    padding: 0 30px;
  }
}
.flex-box .left-box > div:nth-child(2) .button .iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .flex-box .left-box > div:nth-child(2) .button .iconfont {
    font-size: 14px;
  }
}
.flex-box .left-box > div:nth-child(2) .button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 300px;
  transition: all 0.6s ease 0s;
}
.flex-box .left-box > div:nth-child(2) .button:hover::after {
  width: 100%;
  left: 0;
}
.flex-box .left-box > div:nth-child(2) .button:hover {
  color: var(--white-color);
}
.flex-box .right-box {
  width: calc(44.5% - 20px);
  height: 446px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .flex-box .right-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .flex-box .right-box {
    height: 300px;
  }
}
.flex-box .right-box > div {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.flex-box .right-box > div:hover img {
  transform: scale(1.05);
}
.flex-box .right-box img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease;
}
.flex-box .right-box > div:first-child {
  grid-row: 1;
  grid-column: 1;
}
.flex-box .right-box > div:nth-child(2) {
  grid-row: 2;
  grid-column: 1;
}
.flex-box .right-box > div:nth-child(3) {
  grid-row: 1/3;
  grid-column: 2;
}

.Finished .swiper-button {
  gap: 20px;
}
.Finished .swiper-button > div {
  background-color: rgba(244, 245, 249, 0.2);
  color: #0B304D;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  position: static;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.Finished .swiper-button > div::after {
  display: none;
}
.Finished .swiper-button > div:hover {
  background-color: var(--white-color);
}
.Finished .Finished-swiper .swiper-slide {
  background-color: var(--white-color);
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
.Finished .Finished-swiper .swiper-slide .img-box {
  width: 100%;
  height: 226px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
  margin: 0 auto;
}
.Finished .Finished-swiper .swiper-slide .img-box img {
  height: 100%;
  width: 100%;
}
.Finished .Finished-swiper .swiper-slide:hover .img-box {
  transform: scale(1.05);
}

.Industry .flex-box {
  gap: 30px;
}
.Industry .flex-box .item {
  width: calc(33.3333333333% - 20px);
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  height: 300px;
}
.Industry .flex-box .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.Industry .flex-box .item > p {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  gap: 15px;
  transition: all 0.5s ease;
  z-index: 100;
}
.Industry .flex-box .item > p .iconfont {
  opacity: 0;
  font-weight: 700;
  transition: all 0.5s ease;
}
.Industry .flex-box .item:hover > p {
  top: 50%;
  font-weight: 700;
  transform: translateY(-50%);
}
.Industry .flex-box .item:hover > p .iconfont {
  opacity: 1;
}
.Industry .flex-box .item:hover .marker {
  background: rgba(11, 48, 77, 0.6);
}
.Industry .flex-box .item .marker {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  background: linear-gradient(180deg, rgba(11, 48, 77, 0) 65%, rgb(11, 48, 77) 100%);
}
@media (max-width: 768px) {
  .Industry .flex-box .item {
    width: 100%;
  }
}
.Industry .flex-box .item:nth-child(4) {
  width: 100%;
}

.contact {
  position: relative;
}
.contact .bg {
  position: absolute;
  width: 100%;
  top: 0;
}
.contact .container {
  position: relative;
  z-index: 100;
}
.contact .container .flex-box > div:first-child {
  width: 50%;
}
@media (max-width: 992px) {
  .contact .container .flex-box > div:first-child {
    width: 100%;
  }
}
.contact .container .flex-box > div:nth-child(2) {
  width: 48%;
}
@media (max-width: 992px) {
  .contact .container .flex-box > div:nth-child(2) {
    width: 100%;
  }
}
.contact .container .flex-box > div:nth-child(2) > div {
  row-gap: 20px;
}
.contact .container .flex-box > div:nth-child(2) .border {
  width: 100%;
  border-bottom: 1px dashed #000000;
}
.contact .container .flex-box > div:nth-child(2) .item .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(11, 48, 77, 0.1);
  color: #0B304D;
  margin-right: 20px;
}
.contact .container .flex-box > div:nth-child(2) .item .icon .iconfont {
  font-size: 20px;
}
.contact .container .map {
  border-radius: 20px;
  overflow: hidden;
  height: 457px;
}

.leave-word {
  background-color: #F4F5F9;
}
.leave-word .form-box .input-box {
  gap: 40px;
}
@media (max-width: 992px) {
  .leave-word .form-box .input-box {
    gap: 20px;
  }
}
.leave-word .form-box .input-box span {
  color: #000000;
}
.leave-word .form-box .input-box .tip {
  color: #FF0000;
}
.leave-word .form-box .input-box .input {
  width: calc(50% - 20px);
}
@media (max-width: 992px) {
  .leave-word .form-box .input-box .input {
    width: 100%;
  }
}
.leave-word .form-box .input-box .input input, .leave-word .form-box .input-box .input textarea {
  width: 100%;
  margin-top: 10px;
  border-style: none;
  padding: 0 20px;
  height: 45px;
  border-radius: 5px;
  background-color: #fff;
}
.leave-word .form-box .input-box .input textarea {
  height: 100px;
  padding: 14px 20px;
}
.leave-word .form-box .input-box .input-max {
  width: 100%;
}
.leave-word .form-box .button {
  padding: 0 60px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: var(--white-color);
}
.leave-word .form-box .button:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
@media (max-width: 992px) {
  .leave-word .form-box .button {
    padding: 0 30px;
    height: 35px;
    font-size: 14px;
  }
}

.about-box {
  height: 744px;
}
@media (max-width: 1600px) {
  .about-box {
    height: 595px;
  }
}
@media (max-width: 1300px) {
  .about-box {
    height: 496px;
  }
}
.about-box .title {
  width: 40%;
}
.about-box .content {
  margin-left: 5%;
  width: 55%;
}
@media (max-width: 992px) {
  .about-box .content {
    margin-left: 0;
    width: 100%;
    min-width: 66%;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .about-box {
    height: 400px;
  }
  .about-box > div {
    flex-wrap: wrap;
  }
}

.Culture .flex-box {
  gap: 10px;
}
.Culture .flex-box .item {
  background-color: #F4F5F9;
  padding: 40px;
  border-radius: 10px;
  height: 500px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  flex: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .Culture .flex-box .item {
    padding: 30px;
    height: 400px;
  }
}
@media (max-width: 1300px) {
  .Culture .flex-box .item {
    padding: 24px;
    height: 334px;
  }
}
@media (max-width: 992px) {
  .Culture .flex-box .item {
    padding: 20px;
    height: 251px;
  }
}
@media (max-width: 576px) {
  .Culture .flex-box .item {
    flex: auto;
    width: 100%;
    padding: 10px;
    height: auto;
  }
}
.Culture .flex-box .item .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.Culture .flex-box .item > div {
  width: 100%;
  position: relative;
  z-index: 10;
}
.Culture .flex-box .item > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
.Culture .flex-box .item .iconfont {
  font-size: 72px;
  color: #23468D;
}
@media (max-width: 1600px) {
  .Culture .flex-box .item .iconfont {
    font-size: 57.6px;
  }
}
@media (max-width: 1300px) {
  .Culture .flex-box .item .iconfont {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .Culture .flex-box .item .iconfont {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .Culture .flex-box .item .iconfont {
    font-size: 24px;
    margin-top: 20px;
  }
}
.Culture .flex-box .item:hover, .Culture .flex-box .item.active {
  color: #fff;
  flex: 2;
}
.Culture .flex-box .item:hover .img-bg, .Culture .flex-box .item.active .img-bg {
  opacity: 1;
}
.Culture .flex-box .item:hover .iconfont, .Culture .flex-box .item.active .iconfont {
  color: #fff;
}

.honor {
  background: linear-gradient(180deg, rgb(2, 20, 41) 0%, rgb(0, 0, 0) 100%);
}
.honor .honor-box {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .honor .honor-box {
    padding: 0 40px;
  }
}
.honor .honor-list {
  -moz-column-gap: 10px;
       column-gap: 10px;
  position: relative;
  padding-bottom: 10px;
}
.honor .honor-list .honor-item {
  width: 280px;
}
.honor .honor-list .honor-item img {
  width: 100%;
}
@media (max-width: 992px) {
  .honor .honor-list .honor-item p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .honor .honor-list .honor-item p {
    font-size: 10px;
  }
}
.honor .honor-list .bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.honor .honor-swiper {
  position: relative;
  z-index: 1000;
}
.honor .honor-swiper .swiper-button > .button-hover {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .honor .honor-swiper .swiper-button > .button-hover {
    width: 30px;
    height: 30px;
  }
}
.honor .honor-swiper .swiper-button > .button-hover::after {
  display: none;
}
.honor .honor-swiper .swiper-button > .button-hover:hover {
  background-color: rgb(255, 255, 255);
  color: #0B304D;
}
.honor .honor-swiper .swiper-button .banner-swiper-button-next {
  right: 0px;
}
.honor .honor-swiper .swiper-button .banner-swiper-button-prev {
  left: 0px;
}
.honor .honor-container {
  position: relative;
}
.honor .honor-container .image-list {
  position: absolute;
  width: 20%;
}
.honor .honor-container .image-list img:first-child {
  width: 100%;
}
.honor .honor-container .image-list img:nth-child(2) {
  width: 64%;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
.honor .honor-container .image-one {
  top: -80px;
  left: -88px;
}
@media (max-width: 992px) {
  .honor .honor-container .image-one {
    top: -40px;
    left: -40px;
  }
}
.honor .honor-container .image-two {
  top: -80px;
  right: -88px;
  transform: rotateY(180deg);
}
@media (max-width: 992px) {
  .honor .honor-container .image-two {
    top: -40px;
    right: -40px;
  }
}

.about-map .img {
  width: 83.6%;
  margin-left: auto;
  margin-right: auto;
}
.about-map .img img {
  width: 100%;
}

.proudct-detail-box .left-box {
  width: 47.6%;
}
@media (max-width: 992px) {
  .proudct-detail-box .left-box {
    width: 100%;
  }
}
.proudct-detail-box .left-box .image-swiper video, .proudct-detail-box .left-box .image-swiper img, .proudct-detail-box .left-box .imageThumbs-swiper video, .proudct-detail-box .left-box .imageThumbs-swiper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.proudct-detail-box .left-box .imageThumbs-swiper .swiper-slide {
  border: 1px solid rgba(11, 48, 77, 0);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.proudct-detail-box .left-box .imageThumbs-swiper .swiper-slide:hover,
.proudct-detail-box .left-box .imageThumbs-swiper .swiper-slide-thumb-active {
  border: 1px solid rgb(11, 48, 77);
}
.proudct-detail-box .right-box {
  width: calc(52.4% - 60px);
}
@media (max-width: 992px) {
  .proudct-detail-box .right-box {
    width: 100%;
    margin-top: 20px;
  }
}
.proudct-detail-box .right-box .tip {
  padding: 5px 10px;
  border: 1px solid var(--theme-color);
  border-radius: 4px;
  display: inline-block;
}
.proudct-detail-box .right-box .line {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
}
.proudct-detail-box .right-box > div {
  width: 100%;
}
.proudct-detail-box .right-box > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .proudct-detail-box .right-box > div:nth-child(2) {
    margin-top: 20px;
  }
}
.proudct-detail-box .right-box > div:nth-child(2) .button {
  font-size: 18px;
  padding: 0 54px;
  height: 52px;
  position: relative;
  z-index: 1;
  border-radius: 300px;
}
@media (max-width: 992px) {
  .proudct-detail-box .right-box > div:nth-child(2) .button {
    height: 35px;
    font-size: 14px;
    padding: 0 30px;
  }
}
.proudct-detail-box .right-box > div:nth-child(2) .button .iconfont {
  font-size: 18px;
}
@media (max-width: 992px) {
  .proudct-detail-box .right-box > div:nth-child(2) .button .iconfont {
    font-size: 14px;
  }
}
.proudct-detail-box .right-box > div:nth-child(2) .button::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 300px;
  transition: all 0.6s ease 0s;
}
.proudct-detail-box .right-box > div:nth-child(2) .button:hover::after {
  width: 100%;
  left: 0;
}
.proudct-detail-box .right-box > div:nth-child(2) .button:hover {
  color: var(--white-color);
}

.proudct-center-box .proudct-img-list {
  gap: 10px;
  justify-content: center;
}
@media (max-width: 992px) {
  .proudct-center-box .proudct-img-list {
    margin-top: 60px;
  }
}
.proudct-center-box .proudct-img-list .item {
  border-radius: 10px;
  overflow: hidden;
  width: calc(20% - 8px);
  position: relative;
  cursor: pointer;
}
@media (max-width: 992px) {
  .proudct-center-box .proudct-img-list .item {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
.proudct-center-box .proudct-img-list .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 180px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .proudct-center-box .proudct-img-list .item img {
    height: 90px;
  }
}
.proudct-center-box .proudct-img-list .item p {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .proudct-center-box .proudct-img-list .item p {
    font-size: 12px;
  }
}
.proudct-center-box .proudct-img-list .item:hover img,
.proudct-center-box .proudct-img-list .active img {
  transform: scale(1.1);
}
.proudct-center-box .proudct-img-list .item:hover p,
.proudct-center-box .proudct-img-list .active p {
  font-weight: 700;
  font-family: HarmonyOS_Sans_SC_Bold, Arial !important;
}
.proudct-center-box .proudct-xl-list .item {
  display: none;
  opacity: 0;
  transition: all 0.5s ease;
}
.proudct-center-box .proudct-xl-list .item p {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .proudct-center-box .proudct-xl-list .item p {
    width: 70%;
  }
}
@media (max-width: 1300px) {
  .proudct-center-box .proudct-xl-list .item p {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .proudct-center-box .proudct-xl-list .item p {
    width: 95%;
  }
}
.proudct-center-box .proudct-xl-list .active {
  display: block;
  opacity: 1;
  transition: all 0.5s ease;
}

.Parameter .table > div {
  min-height: 55px;
  padding: 10px 40px;
  gap: 10px;
}
@media (max-width: 992px) {
  .Parameter .table > div {
    padding: 10px;
  }
}
.Parameter .table > div > p {
  flex: 1;
}
.Parameter .table > div:nth-child(2n+1) {
  background-color: #FFFFFF;
  border: 1px solid #DDDFEB;
}
.Parameter .table > div:nth-child(2n) {
  background-color: #F4F5F9;
}

.address-box {
  background-image: url("../images/contact/1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 160px;
  height: 77px;
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  color: var(--white-color);
  position: relative;
  transform: translateY(-38px) translateX(-80px);
}
.address-box img {
  width: 63px;
  height: 25px;
}
.address-box .add {
  position: absolute;
  bottom: -4.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 9px;
  background-color: rgba(11, 48, 77, 0.8);
  border-radius: 100% 100% 100% 100%;
  z-index: -1;
}
.address-box .add::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 13px;
  background: rgba(11, 48, 77, 0.5);
  border-radius: 100% 100% 100% 100%;
  -webkit-animation: ripple 1.5s infinite;
          animation: ripple 1.5s infinite;
}
.address-box .add::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 13px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: rgba(11, 48, 77, 0.2);
  -webkit-animation: ripple 3s infinite 0.5s;
          animation: ripple 3s infinite 0.5s;
  opacity: 0;
}

.Sample {
  background-color: #F4F5F9;
}
.Sample .Sample-swiper {
  padding-bottom: 74px;
}
.Sample .Sample-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}
.Sample .Sample-swiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Sample .Sample-swiper .swiper-button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
}
.Sample .Sample-swiper .swiper-button > .button-hover {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: var(--theme-color);
  background-color: #fff;
  font-size: 14px;
  transition: all 0.5s ease;
  position: static;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Sample .Sample-swiper .swiper-button > .button-hover::after {
  display: none;
}
.Sample .Sample-swiper .swiper-button > .button-hover:hover {
  border-color: #0B304D;
}
.Sample .Sample-swiper .Sample-swiper-scrollbar {
  position: absolute;
  bottom: 12px;
  width: 100%;
  left: 0;
}
.Sample .Sample-swiper .Sample-swiper-scrollbar {
  height: 1px;
  background-color: rgba(11, 48, 77, 0.5);
}
.Sample .Sample-swiper .Sample-swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #0B304D;
  position: relative;
  height: 3px;
  border-radius: 3px;
  top: -1px;
}
.Sample .Sample-swiper .Sample-swiper-scrollbar .swiper-scrollbar-drag .swiper-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(46, 167, 224);
  color: #fff;
}

.industry-bg {
  background: #FFFFFF;
}
.industry-bg .industry-bg-box .left-box {
  width: 43.7%;
  /*height: 334px;*/
  /*overflow-y: scroll;*/
  /*direction: rtl;*/
  text-align: left;
  /*padding-left: 20px;*/
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
  /*滑块效果*/
}
@media (max-width: 768px) {
  .industry-bg .industry-bg-box .left-box {
    width: 100%;
    height: 200px;
  }
}
.industry-bg .industry-bg-box .left-box > div {
  direction: ltr;
}
.industry-bg .industry-bg-box .left-box > div:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .industry-bg .industry-bg-box .left-box > div:not(:first-child) {
    width: 100%;
    margin-top: 20px;
  }
}
.industry-bg .industry-bg-box .left-box > div:last-child {
  height: 100%;
}
.industry-bg .industry-bg-box .left-box::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #b7c2ca;
}
.industry-bg .industry-bg-box .left-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #b7c2ca;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.industry-bg .industry-bg-box .left-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #103450;
  background-color: #bdbdbd;
}
.industry-bg .industry-bg-box .left-box::-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);
}
.industry-bg .industry-bg-box .right-box {
  width: 50%;
}
@media (max-width: 768px) {
  .industry-bg .industry-bg-box .right-box {
    width: 100%;
    margin-top: 20px;
  }
}
.industry-bg .industry-bg-box .right-box img {
  width: 100%;
  border-radius: 10px;
}

.Solution-box {
  background-color: #F4F5F9;
}
.Solution-box .Solution-list {
  gap: 40px;
}
@media (max-width: 768px) {
  .Solution-box .Solution-list {
    gap: 20px;
  }
}
.Solution-box .Solution-list > div {
  width: calc(50% - 20px);
}
@media (max-width: 768px) {
  .Solution-box .Solution-list > div {
    width: 100%;
  }
}
.Solution-box .Solution-list > div > div {
  background-color: #FFFFFF;
  width: 100%;
}
.Solution-box .Solution-list > div .cursor-pointer {
  display: none;
}
.Solution-box .Solution-list > div .cursor-pointer:hover {
  color: var(--theme-color);
}
.Solution-box .Solution-list > div .content {
  overflow: hidden;
  max-height: 72px;
  transition: all 0.5s ease;
  line-height: 24px !important;
  font-size: 14px !important;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.Solution-box .Solution-list > div .content img {
  max-width: 100% !important;
}
.Solution-box .Solution-list > div .content-active {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10000;
  overflow: hidden;
  max-height: 1000px;
  transition: all 0.5s ease;
}

.recommend-products .button-hover {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #000000;
  background-color: #F4F5F9;
  font-size: 14px;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .recommend-products .button-hover {
    width: 30px;
    height: 30px;
  }
}
.recommend-products .button-hover::after {
  display: none;
}
.recommend-products .button-hover:hover {
  border: 1px solid #0B304D;
}
.recommend-products .container {
  position: relative;
}
.recommend-products .product-swiper-button-next {
  right: -56px;
}
@media (max-width: 992px) {
  .recommend-products .product-swiper-button-next {
    right: -10px;
  }
}
.recommend-products .product-swiper-button-prev {
  left: -56px;
}
@media (max-width: 992px) {
  .recommend-products .product-swiper-button-prev {
    left: -10px;
  }
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}
@media (max-width: 1600px) {
  .mt-100 {
    margin-top: 80px;
  }
  .mt-120 {
    margin-top: 96px;
  }
  .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-40 {
    margin-bottom: 32px;
  }
  .mb-66 {
    margin-bottom: 52.8px;
  }
  .mb-54 {
    margin-bottom: 43.2px;
  }
  .ml-10 {
    margin-left: 8px;
  }
  .ml-12 {
    margin-left: 9.6px;
  }
  .ml-14 {
    margin-left: 11.2px;
  }
  .ml-15 {
    margin-left: 12px;
  }
  .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;
  }
  .mr-70 {
    margin-right: 56px;
  }
  .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-100 {
    padding-top: 80px;
  }
  .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-25 {
    padding-bottom: 20px;
  }
  .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-100 {
    padding-bottom: 80px;
  }
  .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-25 {
    padding-left: 20px;
  }
  .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-25 {
    padding-right: 20px;
  }
  .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-120 {
    margin-top: 80px;
  }
  .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-40 {
    margin-bottom: 26.6666666667px;
  }
  .mb-66 {
    margin-bottom: 44px;
  }
  .mb-54 {
    margin-bottom: 36px;
  }
  .ml-10 {
    margin-left: 6.6666666667px;
  }
  .ml-12 {
    margin-left: 8px;
  }
  .ml-14 {
    margin-left: 9.3333333333px;
  }
  .ml-15 {
    margin-left: 10px;
  }
  .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;
  }
  .mr-70 {
    margin-right: 46.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-100 {
    padding-top: 66.6666666667px;
  }
  .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-25 {
    padding-bottom: 16.6666666667px;
  }
  .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-100 {
    padding-bottom: 66.6666666667px;
  }
  .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-25 {
    padding-left: 16.6666666667px;
  }
  .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-25 {
    padding-right: 16.6666666667px;
  }
  .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-60 {
    font-size: 36px;
  }
  .fs-36 {
    font-size: 24px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .fs-26 {
    font-size: 16px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .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) {
  .mt-60 {
    margin-top: 20px;
  }
  .fs-48 {
    font-size: 28px;
  }
  .pb-180 {
    padding-bottom: 60px;
  }
  .mt-45 {
    margin-top: 15px;
  }
  .mt-100 {
    margin-top: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .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;
  }
  .pt-60 {
    padding-top: 30px;
  }
  .pb-60 {
    padding-bottom: 30px;
  }
  .mt-80 {
    margin-top: 40px;
  }
  .fs-72 {
    font-size: 30px;
  }
  .fs-60 {
    font-size: 24px;
  }
  .mt-38 {
    margin-top: 5px;
  }
  .mt-90 {
    margin-top: 20px;
  }
  .fs-20 {
    font-size: 14px;
  }
  .mt-70 {
    margin-top: 20px;
  }
}
/* 搜索 */
.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 */