@charset "UTF-8";
:root {
  --color-primary: #122a88;
  --color-primary-rgb: 18, 42, 128;
  --color-second: #122a88;
  --color-second-rgb: 18, 42, 128;
  --color-text: #333333;
  --color-text-light: #474747;
  --color-text-gray: #777777;
  --color-placeholder: #9f9f9f;
  --color-border: #dddddd;
  --bg-light: #edf3f8;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  color: #000;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  border: none;
}

.container {
  width: 100%;
  max-width: 1890px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, -7.7064794216rem + 14.4605116796vw, 9.375rem);
}

.w-50 {
  width: 50%;
}

.relative {
  position: relative;
}

.text-center {
  text-align: center;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-center-center {
  align-items: center;
  justify-content: center;
}

.flex-end-between {
  align-items: flex-end;
  justify-content: space-between;
}

.flex-center-between {
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .w-lg-50 {
    width: 50%;
  }
  .d-lg-flex {
    display: flex;
  }
  .flex-lg-center-between {
    align-items: center;
    justify-content: space-between;
  }
  .flex-lg-end-between {
    align-items: flex-end;
    justify-content: space-between;
  }
}
.animate-btn {
  display: flex;
  flex-direction: column;
  height: clamp(2.5rem, 1.2598720801rem + 2.0022246941vw, 3.625rem);
  overflow: hidden;
}
.animate-btn:hover .btn-primary {
  transform: translateY(-100%);
}
.animate-btn > .btn-primary {
  flex-shrink: 0;
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
  height: clamp(2.5rem, 1.2598720801rem + 2.0022246941vw, 3.625rem);
  padding: 0 clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  background: var(--color-second);
  color: #fff;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  text-transform: capitalize;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
  line-height: 1.2;
}
.btn-primary i {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
}
.btn-primary.black {
  background: #161616;
}
.btn-primary.primary {
  background: var(--color-primary);
}
.btn-primary.gray {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--color-primary);
}
.btn-primary.gray i {
  color: var(--color-second);
  transition: all 0.3s;
}
.btn-primary.white {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.g-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.g-anchor {
  position: absolute;
  left: 0;
  top: calc(-1 * clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem));
}

.g-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: clamp(1.25rem, -2.883759733rem + 6.6740823137vw, 5rem);
}
.g-pagination li {
  list-style: none;
}
.g-pagination li.page-item:first-child > *, .g-pagination li.page-item:last-child > * {
  position: relative;
  background: transparent;
}
.g-pagination li.active.disabled {
  opacity: 1;
}
.g-pagination li.active span {
  background: var(--color-primary);
  color: #fff;
}
.g-pagination li.disabled {
  opacity: 0.65;
}
.g-pagination li a,
.g-pagination li span {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  margin: 0 clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  width: clamp(2.125rem, 1.7116240267rem + 0.6674082314vw, 2.5rem);
  height: clamp(2.125rem, 1.7116240267rem + 0.6674082314vw, 2.5rem);
  color: #222;
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-pagination li a.active:hover {
  color: #fff;
}
.g-pagination li a:hover {
  color: var(--color-second);
}

.g-content {
  line-height: 1.6;
  color: #666666;
}
.g-content img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}
.g-content table {
  max-width: 100% !important;
}
.g-content iframe, .g-content video {
  aspect-ratio: 16/9;
}

/* 设置滚动条的样式 */
.h-auto {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.h-auto::-webkit-scrollbar {
  width: 0.25rem;
}
.h-auto::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.h-auto::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
}

/* 针对特定列数多的表格 */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  display: block; /* 让表格可以滚动 */
  white-space: nowrap; /* 防止换行 */
  -webkit-overflow-scrolling: touch;
  /* 在768px及以下的屏幕上，强制单元格内容不换行，以保持表格结构 */
}
.table-responsive table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
}

.form-notice {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  z-index: 10000;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
.form-notice--success {
  background-color: #2ecc71;
}
.form-notice--error {
  background-color: #e74c3c;
}
.form-notice--visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* 全局组件 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.header.transparent {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent .logo img {
  filter: brightness(0) invert(1);
}
.header.transparent #navMenu::after {
  filter: brightness(0) invert(1);
}
.header.transparent #navMenu > li > a {
  color: #fff;
}
.header.transparent #navMenu > li.active > a {
  color: #fff;
}
.header.transparent #navMenu > li:hover > a {
  color: #fff;
}
.header.transparent #hamburger span {
  background-color: #fff;
}
.header.transparent.scrolled {
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header.transparent.scrolled .logo img {
  filter: none;
}
.header.transparent.scrolled #navMenu::after {
  filter: none;
}
.header.transparent.scrolled #navMenu > li > a {
  color: var(--color-text);
}
.header.transparent.scrolled #hamburger span {
  background-color: var(--color-text);
}
.header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(calc(-1 * clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem)));
}
@media screen and (max-width: 991px) {
  .header.scrolled {
    transform: translateY(calc(-1 * clamp(3.75rem, 2.372080089rem + 2.2246941046vw, 5rem)));
  }
}
.header .navbar {
  height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
}
.header .navbar > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  height: 100%;
}
.header .logo {
  flex-shrink: 0;
}
.header .logo img {
  height: clamp(2.5rem, 1.122080089rem + 2.2246941046vw, 3.75rem);
  width: auto;
}
.header #hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 24px;
  z-index: 1002;
}
.header #hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #454545;
  transition: all 0.3s;
}
.header #hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header #hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header #hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.header .nav-menu {
  margin-left: auto;
  position: relative;
}
.header .nav-menu.nav-hovering > ul > li.active:not(:hover) > a {
  color: #222;
}
.header .nav-menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: var(--indicator-left, -100px);
  width: var(--indicator-width, 0px);
  height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  background-image: linear-gradient(to right, var(--color-primary), var(--color-second), var(--color-primary));
  transition: left 0.3s ease, width 0.3s ease, opacity 0.3s ease;
  opacity: var(--indicator-opacity, 0);
  pointer-events: none;
}
.header .nav-menu > ul {
  display: flex;
  align-items: center;
}
.header .nav-menu > ul > li {
  position: relative;
}
.header .nav-menu > ul > li:has(> ul) > a {
  position: relative;
}
.header .nav-menu > ul > li:has(> ul) > a::after {
  content: "\e64c";
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .nav-menu > ul > li > a {
  display: block;
  height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  transition: color 0.3s;
  text-transform: uppercase;
  color: #222;
  padding: 0 clamp(1.125rem, -0.1151279199rem + 2.0022246941vw, 2.25rem);
}
.header .nav-menu > ul > li.active > a {
  color: #fff;
}
.header .nav-menu > ul > li:hover > a {
  color: #fff;
}
.header .nav-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  min-width: 100%;
  background-color: var(--color-primary);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header .nav-menu > ul > li > ul:has(ul):hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.header .nav-menu > ul > li > ul::before {
  content: "";
  width: 100%;
  height: clamp(0.5rem, -0.6023359288rem + 1.7797552836vw, 1.5rem);
  position: absolute;
  left: 0;
  bottom: 100%;
}
.header .nav-menu > ul > li > ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  border-radius: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem);
  border-top-left-radius: 0;
  background-color: var(--color-primary);
  box-shadow: 4px 4px clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(10px);
}
.header .nav-menu > ul > li > ul li ul li a {
  transition: all 0.3s;
}
.header .nav-menu > ul > li > ul li ul li a:hover {
  background: none;
  color: var(--color-second);
}
.header .nav-menu > ul > li > ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem) clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  color: #fff;
}
.header .nav-menu > ul > li > ul li a i {
  margin-left: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  font-size: 14px;
  opacity: 0.75;
}
.header .nav-menu > ul > li > ul li a:hover {
  background-color: var(--color-second);
  color: #fff;
}
.header .nav-menu > ul > li > ul li:last-child > a {
  border-bottom: none;
}
.header .nav-menu > ul > li > ul li:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header .nav-menu > ul > li > ul li:hover > a {
  background-color: var(--color-second);
  color: #fff;
}
.header .nav-menu > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%);
}
.header .actions {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.2116240267rem + 0.6674082314vw, 1rem);
}
.header .actions > button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s;
}
.header .actions > button:hover {
  color: #fff;
}
.header .actions > button i {
  font-size: 14px;
}
.header .actions .language-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.25rem, 1.2854560623rem + 1.5572858732vw, 3.125rem);
  height: clamp(2.25rem, 1.2854560623rem + 1.5572858732vw, 3.125rem);
  border-radius: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  background: var(--color-primary);
  color: #fff;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  font-family: "Montserrat";
  font-weight: bold;
}
.header .actions #langSwitcher {
  position: relative;
  z-index: 2;
}
.header .actions #langSwitcher button {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.header .actions #langSwitcher button i:first-child {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.header .actions #langSwitcher button i:last-child {
  transition: transform 0.3s;
}
.header .actions #langSwitcher > ul {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 100px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  color: #454545;
}
.header .actions #langSwitcher > ul li {
  padding: clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem) clamp(0.75rem, 0.5433120133rem + 0.3337041157vw, 0.9375rem);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
}
.header .actions #langSwitcher > ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .actions #langSwitcher > ul li a img {
  width: 24px;
}
.header .actions #langSwitcher > ul li:hover {
  background-color: var(--color-second);
  color: #fff;
}
.header .actions #langSwitcher > ul li.active {
  color: var(--color-primary);
}
.header .actions #langSwitcher.active > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header #mobileOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 999;
}
.header #mobileOverlay.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .header.transparent {
    background-color: #fff;
  }
  .header.transparent .logo img {
    filter: none;
  }
  .header.transparent .nav-menu > ul > li > a {
    color: var(--color-text) !important;
  }
  .header.transparent #hamburger span {
    background-color: var(--color-text) !important;
  }
  .header #hamburger {
    display: flex;
  }
  .header #hamburger.active span {
    background-color: #fff;
  }
  .header .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color-primary);
    padding-top: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: 1001;
  }
  .header .nav-menu.active {
    transform: translateX(0);
  }
  .header .nav-menu::after {
    display: none;
  }
  .header .nav-menu > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .header .nav-menu > ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .nav-menu > ul > li:hover > ul {
    transform: translateX(0);
  }
  .header .nav-menu > ul > li > a {
    padding: clamp(0.75rem, 0.5433120133rem + 0.3337041157vw, 0.9375rem) clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
    font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
    text-transform: uppercase;
    color: #fff;
  }
  .header .actions {
    display: none;
  }
  .header .actions .socials, .header .actions .cta, .header .actions .divider {
    display: none;
  }
}
.header #searchPanel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.header #searchPanel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header #searchPanel form {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
}
.header #searchPanel form input {
  flex: 1;
  padding: clamp(0.75rem, 0.5433120133rem + 0.3337041157vw, 0.9375rem) 0;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  border-bottom: 2px solid var(--color-primary);
  background: none;
  outline: none;
}
.header #searchPanel form input::placeholder {
  color: #999;
}
.header #searchPanel form button {
  flex-shrink: 0;
  padding: 8px;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: var(--color-text);
  transition: color 0.3s;
}
.header #searchPanel form button:hover {
  color: var(--color-second);
}

.suspend {
  position: fixed;
  z-index: 999;
  bottom: 5%;
  right: clamp(0.3125rem, -0.4453559511rem + 1.2235817575vw, 1rem);
  transition: all 0.3s;
}
.suspend ul {
  transition: all 0.3s;
}
.suspend ul li {
  margin-bottom: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
  position: relative;
}
.suspend ul li:last-child button {
  background: #5A5657;
}
.suspend ul li:hover .phone, .suspend ul li:hover .wechat {
  visibility: visible;
}
.suspend ul li.go-top {
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.suspend ul li.go-top.show {
  opacity: 1;
  pointer-events: auto;
}
.suspend ul li > a, .suspend ul li > button {
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  border: none;
  padding: 0;
  border-radius: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  background: var(--color-second);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s;
  position: relative;
}
.suspend ul li > a::after, .suspend ul li > button::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  display: none;
}
.suspend ul li > a:hover, .suspend ul li > button:hover {
  filter: brightness(95%);
}
.suspend ul li > a:hover::after, .suspend ul li > button:hover::after {
  display: block;
}
.suspend ul li > a i, .suspend ul li > button i {
  font-size: clamp(1.25rem, 0.6988320356rem + 0.8898776418vw, 1.75rem);
}
.suspend ul li .phone, .suspend ul li .wechat {
  position: absolute;
  right: calc(100% + 4px);
  top: 0;
  min-height: 100%;
  border-radius: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  background: var(--color-second);
  white-space: nowrap;
  padding: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem) clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  visibility: hidden;
  color: rgba(255, 255, 255, 0.85);
}
.suspend ul li .phone span, .suspend ul li .phone a, .suspend ul li .wechat span, .suspend ul li .wechat a {
  padding: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.suspend ul li .phone span:last-child, .suspend ul li .phone a:last-child, .suspend ul li .wechat span:last-child, .suspend ul li .wechat a:last-child {
  border-bottom: none;
}
.suspend ul li .phone a:hover, .suspend ul li .wechat a:hover {
  color: #fff;
}
.suspend ul li .wechat {
  padding: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
  width: clamp(6.25rem, 4.872080089rem + 2.2246941046vw, 7.5rem);
}
.suspend ul li .wechat img {
  width: 100%;
  border-radius: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
}
.suspend .open-btn {
  position: absolute;
  right: calc(100% + 1px);
  top: 0;
  color: var(--color-second);
  padding: 4px 0;
}
.suspend .open-btn i {
  font-size: clamp(1.125rem, 0.9872080089rem + 0.2224694105vw, 1.25rem);
}
@media screen and (max-width: 991px) {
  .suspend {
    transform: translateX(calc(100% + 5px));
  }
  .suspend.show {
    transform: translateX(0);
  }
  .suspend.show ul {
    opacity: 1;
    pointer-events: auto;
  }
  .suspend ul {
    opacity: 0;
    pointer-events: none;
  }
}

html[lang=ar] .header .nav-menu {
  margin-left: 0;
  margin-right: auto;
}
html[lang=ar] .header .nav-menu > ul > li:has(> ul) > a::after {
  right: auto;
  left: clamp(0.625rem, -0.4773359288rem + 1.7797552836vw, 1.625rem);
}

.footer {
  padding-top: clamp(1.875rem, -2.258759733rem + 6.6740823137vw, 5.625rem);
  color: #fff;
  background: #111111;
}
.footer .footer-logo {
  display: flex;
  justify-content: center;
}
.footer .footer-logo img {
  height: clamp(3.75rem, 1.8898081201rem + 3.0033370412vw, 5.4375rem);
}
.footer .footer-nav {
  margin: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem) 0;
}
.footer .footer-nav ul {
  display: flex;
  justify-content: center;
}
.footer .footer-nav ul > li > a {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  padding: 0 clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
  color: rgba(255, 255, 255, 0.7);
}
.footer .footer-nav ul > li > a:hover {
  color: #fff;
}
.footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.footer .footer-links li {
  position: relative;
}
.footer .footer-links li:hover .tag {
  opacity: 1;
  transform: translateX(-50%);
  pointer-events: auto;
}
.footer .footer-links a {
  width: clamp(2.25rem, 1.9744160178rem + 0.4449388209vw, 2.5rem);
  height: clamp(2.25rem, 1.9744160178rem + 0.4449388209vw, 2.5rem);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
}
.footer .footer-links a:hover {
  background: rgb(255, 255, 255);
  color: var(--color-primary);
}
.footer .footer-links a i {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
}
.footer .footer-links .tag {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  transition: all 0.3s;
  white-space: nowrap;
  pointer-events: none;
}
.footer .footer-links .tag::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
}
.footer .footer-links .tag::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.footer .footer-links .tag span {
  display: inline-block;
  background: #fff;
  padding: 4px clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  border-radius: 4px;
  color: #454545;
}
.footer .footer-links .tag img {
  height: clamp(6.875rem, 5.497080089rem + 2.2246941046vw, 8.125rem);
  max-width: initial;
  display: inline-block;
}
.footer .footer-bottom {
  margin-top: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  padding: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem) 0;
  color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer-bottom p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
}
.footer .footer-bottom p a {
  color: inherit;
  transition: all 0.3s;
}
.footer .footer-bottom p a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .footer .footer-nav ul li {
    text-align: center;
  }
  .footer .footer-bottom {
    flex-direction: column;
  }
}

.index-hero {
  position: relative;
  height: calc(100vh - clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem));
  margin-top: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  background: #000;
}
.index-hero .hero-swiper {
  height: 100%;
}
.index-hero .swiper-slide {
  display: flex;
  align-items: center;
}
.index-hero .hero-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-hero .hero-content .title {
  font-size: clamp(1.5rem, -0.9802558398rem + 4.0044493882vw, 3.75rem);
  line-height: 1.3;
  margin-bottom: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.index-hero .hero-content p {
  font-size: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
}
.index-hero .video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.index-hero .control-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: clamp(1.75rem, 1.5433120133rem + 0.3337041157vw, 1.9375rem);
  height: clamp(1.75rem, 1.5433120133rem + 0.3337041157vw, 1.9375rem);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.index-hero .control-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.index-hero .control-btn.prev {
  left: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.index-hero .control-btn.prev::after {
  transform: translate(-40%, -50%) rotate(-135deg);
}
.index-hero .control-btn.next {
  right: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.index-hero .control-btn.next::after {
  transform: translate(-60%, -50%) rotate(45deg);
}
.index-hero .control-btn:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.index-hero .hero-pagination-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1.25rem, -1.1613598443rem + 3.893214683vw, 3.4375rem);
  z-index: 10;
}
.index-hero .hero-pagination-container .hero-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.index-hero .hero-pagination-container .hero-pagination .swiper-pagination-bullet {
  width: clamp(0.625rem, 0.4872080089rem + 0.2224694105vw, 0.75rem);
  height: clamp(0.625rem, 0.4872080089rem + 0.2224694105vw, 0.75rem);
  background: rgb(255, 255, 255);
  transition: all 0.3s;
  opacity: 1;
  position: relative;
}
.index-hero .hero-pagination-container .hero-pagination .swiper-pagination-bullet::after {
  content: "";
  width: clamp(1.25rem, 1.0433120133rem + 0.3337041157vw, 1.4375rem);
  height: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  background: url(../img/logo-ico.webp) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 1;
  transition: all 0.3s;
}
.index-hero .hero-pagination-container .hero-pagination .swiper-pagination-bullet-active {
  background: transparent;
}
.index-hero .hero-pagination-container .hero-pagination .swiper-pagination-bullet-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.index-hero .hero-pagination-container .explore {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  white-space: nowrap;
}
.index-hero .hero-pagination-container .explore i {
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: clamp(1.125rem, 0.9872080089rem + 0.2224694105vw, 1.25rem);
  clip-path: polygon(0 0, calc(100% - clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem)) 0, 100% clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem), 100% 100%, clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem) 100%, 0 calc(100% - clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem)));
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .index-hero {
    height: 36vh;
    margin-top: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  }
  .index-hero .control-btn {
    display: none;
  }
  .index-hero .hero-pagination-container .explore {
    display: none;
  }
}

.page-hero {
  position: relative;
  height: clamp(12.5rem, -8.1687986652rem + 33.3704115684vw, 31.25rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
}
.page-hero.null {
  height: 0;
}
.page-hero .page-hero-content {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.page-hero .page-hero-content .title {
  color: inherit;
  font-size: clamp(1.5rem, -0.2912958843rem + 2.8921023359vw, 3.125rem);
}
@media screen and (max-width: 991px) {
  .page-hero {
    height: 160px;
  }
}

.page-crumbs {
  color: #fff;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
}
.page-crumbs.black {
  color: #666;
}
.page-crumbs a, .page-crumbs span {
  color: inherit;
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
.page-crumbs a i, .page-crumbs span i {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.page-crumbs > i {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}

.section-title {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(1.25rem, 0.2854560623rem + 1.5572858732vw, 2.125rem);
}
.section-title.text-left {
  align-items: flex-start;
}
.section-title .tag {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  height: clamp(1.75rem, 1.6122080089rem + 0.2224694105vw, 1.875rem);
  padding: 0 clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  background: #e9f0ff;
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  border-radius: clamp(0.875rem, 0.8061040044rem + 0.1112347052vw, 0.9375rem);
  margin-bottom: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  color: #000;
}
.section-title .tag::before {
  content: "";
  width: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  height: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  background: var(--color-primary);
}
.section-title .title {
  font-size: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  line-height: 1.2;
}
.section-title .desc {
  margin-top: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.section-title.white {
  color: #fff;
}

.learn-more {
  display: inline-flex;
  align-items: center;
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  padding: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  border-radius: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  background: var(--color-primary);
  color: #fff;
  gap: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem);
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.learn-more i {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  color: var(--color-primary);
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  margin-bottom: clamp(1.25rem, 0.2854560623rem + 1.5572858732vw, 2.125rem);
}
.section-head .section-title {
  margin-bottom: 0;
}

.index-products {
  padding-top: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem);
}
.index-products .boxs {
  width: 100%;
  position: relative;
  aspect-ratio: 1920/508;
  overflow: hidden;
}
.index-products .boxs .container {
  position: absolute;
  bottom: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  pointer-events: none;
}
.index-products .boxs .container .text {
  color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem);
  max-width: 40%;
}
.index-products .boxs .container .text:last-child {
  align-items: flex-end;
}
.index-products .boxs .container .text h3 {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  height: clamp(1.75rem, 1.6122080089rem + 0.2224694105vw, 1.875rem);
  border-radius: clamp(0.875rem, 0.8061040044rem + 0.1112347052vw, 0.9375rem);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
}
.index-products .boxs .container .text p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
.index-products .boxs .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-products .boxs .box:last-child {
  position: absolute;
  left: 0;
  top: 0;
}
.index-products .boxs .box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-products .boxs .box .wave-1 {
  position: absolute;
  bottom: 1%;
  left: 22.5%;
  z-index: 2;
  mask-image: url(../img/wave-1.webp);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.index-products .boxs .box .wave-2 {
  position: absolute;
  bottom: 1%;
  left: 50%;
  z-index: 2;
  mask-image: url(../img/wave-2.webp);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.index-products .boxs .box .wave-3 {
  position: absolute;
  bottom: 2%;
  left: 79%;
  z-index: 2;
  mask-image: url(../img/wave-1.webp);
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.index-products .boxs .clip-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  will-change: clip-path, transition;
  user-select: none;
  clip-path: inset(0px 0px 0px 50%);
}
.index-products .boxs button {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  cursor: ew-resize;
  touch-action: none;
  user-select: none;
}
.index-products .boxs button:hover {
  cursor: ew-resize;
}
.index-products .boxs button .btn {
  width: clamp(2.5rem, -1.633759733rem + 6.6740823137vw, 6.25rem);
  height: clamp(2.5rem, -1.633759733rem + 6.6740823137vw, 6.25rem);
  border-radius: 50%;
  background: url(../img/btn.webp) center no-repeat var(--color-primary);
  background-size: 75% auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.index-products .boxs button .line {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to bottom, rgba(18, 42, 128, 0) 10%, var(--color-primary), var(--color-primary));
}
@media screen and (max-width: 991px) {
  .index-products .boxs {
    aspect-ratio: 1920/700;
  }
  .index-products .boxs .text {
    text-shadow: 0 0 2px #000;
  }
}

.index-advantage {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}
.index-advantage ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
}
.index-advantage ul li {
  background: #eceef6;
  border-radius: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  transition: all 0.3s;
  padding: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem) clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.index-advantage ul li:hover {
  color: #fff;
  background: var(--color-primary);
}
.index-advantage ul li:hover p {
  color: inherit;
}
.index-advantage ul li i {
  width: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  font-size: clamp(1.875rem, 1.1860400445rem + 1.1123470523vw, 2.5rem);
  flex-shrink: 0;
}
.index-advantage ul li .text {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem);
}
.index-advantage ul li h3 {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
}
.index-advantage ul li p {
  color: #333333;
  line-height: 1.6;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
@media screen and (max-width: 991px) {
  .index-advantage ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.index-case {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
  background: #eceef6;
}
.index-case .more {
  margin-top: clamp(1.25rem, -0.5412958843rem + 2.8921023359vw, 2.875rem);
}

.case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.case-list a {
  display: flex;
  padding: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem) clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
  background: #fff;
  flex-direction: column;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  align-items: flex-start;
  border-radius: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  overflow: hidden;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.case-list a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(var(--color-primary-rgb), 0.7);
  opacity: 0;
  transition: all 0.3s;
}
.case-list a:hover {
  color: #fff;
}
.case-list a:hover::after, .case-list a:hover img {
  opacity: 1;
}
.case-list a:hover .tag {
  background: #fff;
  color: var(--color-primary);
}
.case-list .tag {
  height: 30px;
  display: flex;
  align-items: center;
  gap: clamp(0.1875rem, 0.0497080089rem + 0.2224694105vw, 0.3125rem);
  padding: 0 clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  border-radius: clamp(0.1875rem, 0.0497080089rem + 0.2224694105vw, 0.3125rem);
  background: var(--color-primary);
  color: #fff;
  transition: all 0.3s;
}
.case-list .tag i {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
}
.case-list h3 {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  line-height: 1.4;
  height: clamp(10rem, 7.244160178rem + 4.4493882091vw, 12.5rem);
  color: inherit;
}
.case-list .more {
  font-size: clamp(0.875rem, 0.5994160178rem + 0.4449388209vw, 1.125rem);
  display: flex;
  align-items: center;
  gap: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  color: inherit;
}
.case-list .more i {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  font-weight: bold;
}
.case-list img {
  opacity: 0;
  transition: all 0.3s;
  z-index: -2;
}
@media screen and (max-width: 991px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-list h3 {
    height: 100px;
  }
}

.index-about {
  height: clamp(37.5rem, 21.6539210234rem + 25.5839822024vw, 51.875rem);
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
}
.index-about .container {
  display: flex;
  align-items: center;
  gap: clamp(6.875rem, -0.7035595106rem + 12.2358175751vw, 13.75rem);
}
.index-about .container .left {
  width: 43.75%;
  flex-shrink: 0;
}
.index-about .container .about-logo {
  transform: translateY(-18%);
  display: inline-block;
  filter: brightness(0) invert(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  animation: aboutLogoGlow 3.5s ease-in-out infinite;
}
@keyframes aboutLogoGlow {
  0%, 100% {
    filter: brightness(0) invert(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  50% {
    filter: brightness(0) invert(1) drop-shadow(0 0 24px rgba(255, 255, 255, 0.6));
  }
}
.index-about .section-title {
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.index-about .g-content {
  line-height: 1.8;
  color: inherit;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.index-about .cards {
  margin-top: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
  display: flex;
  gap: clamp(2.5rem, -5.7675194661rem + 13.3481646274vw, 10rem);
}
.index-about .cards .value {
  font-size: clamp(1.5rem, -0.2912958843rem + 2.8921023359vw, 3.125rem);
  font-family: "Montserrat";
  font-weight: bold;
}
.index-about .cards p {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
@media screen and (max-width: 991px) {
  .index-about {
    padding: 60px 0;
    height: auto;
  }
  .index-about .container {
    flex-direction: column;
    gap: 0;
  }
  .index-about .container .left {
    width: 100%;
  }
  .index-about .container .about-logo {
    display: none;
  }
}

.index-flow {
  background: #f0f4ff;
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}
.index-flow .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.index-flow .img {
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  overflow: hidden;
}
.index-flow .img img {
  object-fit: contain;
  height: 100%;
}
.index-flow ul {
  padding-left: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem);
}
.index-flow ul li {
  height: clamp(5.625rem, 4.247080089rem + 2.2246941046vw, 6.875rem);
  padding: 0 clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  background: #fff;
  transition: all 0.3s;
  display: flex;
  align-items: center;
}
.index-flow ul li.active {
  height: clamp(8.75rem, 6.6831201335rem + 3.3370411568vw, 10.625rem);
  background: var(--color-primary);
  color: #fff;
}
.index-flow ul li.active .text h3 i {
  opacity: 1;
}
.index-flow ul li.active .text p {
  height: clamp(3rem, 2.4488320356rem + 0.8898776418vw, 3.5rem);
  margin-top: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
}
.index-flow ul li .group {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
  width: 100%;
}
.index-flow ul li .index {
  flex-shrink: 0;
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  font-weight: bold;
  font-family: "Montserrat";
  margin-top: clamp(0.0625rem, -0.0063959956rem + 0.1112347052vw, 0.125rem);
}
.index-flow ul li .text {
  width: 100%;
}
.index-flow ul li .text h3 {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-flow ul li .text h3 i {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  opacity: 0;
  transition: all 0.3s;
}
.index-flow ul li .text p {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  font-size: clamp(0.875rem, 0.5994160178rem + 0.4449388209vw, 1.125rem);
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .index-flow .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .index-flow ul {
    padding-left: 0;
  }
}

.index-news {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.news-list li article {
  height: 100%;
}
.news-list .item {
  height: 100%;
  background: #f0f4ff;
  padding: clamp(1.25rem, -0.5412958843rem + 2.8921023359vw, 2.875rem) clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem);
  transition: all 0.3s;
}
.news-list .item:hover {
  background: var(--color-primary);
  color: #fff;
}
.news-list .item:hover .img img {
  transform: scale(1.05);
}
.news-list .item:hover .time i {
  opacity: 1;
}
.news-list .item .time {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-list .item .time i {
  width: clamp(1.5rem, 1.3622080089rem + 0.2224694105vw, 1.625rem);
  height: clamp(1.5rem, 1.3622080089rem + 0.2224694105vw, 1.625rem);
  border-radius: 50%;
  background: #fff;
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s;
}
.news-list .item h3 {
  font-size: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-list .item .img {
  padding-top: 62%;
  position: relative;
  z-index: 2;
  margin: clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem);
  border-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  overflow: hidden;
}
.news-list .item .img img {
  transition: all 0.3s;
}
.news-list .item p {
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 991px) {
  .news-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.index-contact {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
  position: relative;
  z-index: 2;
}
.index-contact .grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}
.index-contact .left {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  background: #fff;
  padding: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
}
.index-contact .left > img {
  height: clamp(2.25rem, 1.8366240267rem + 0.6674082314vw, 2.625rem);
}
.index-contact .left h2 {
  font-size: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
}
.index-contact .left form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.index-contact .left form .group:nth-child(5), .index-contact .left form .group:nth-child(6) {
  grid-column: span 2;
}
.index-contact .left form .group input, .index-contact .left form .group textarea, .index-contact .left form .group button {
  display: block;
  margin-top: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  width: 100%;
  padding: 0 clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  border-radius: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  background: #f5f5f5;
  outline: none;
}
.index-contact .left form .group input::placeholder, .index-contact .left form .group textarea::placeholder, .index-contact .left form .group button::placeholder {
  opacity: 0.5;
}
.index-contact .left form .group textarea {
  padding: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem) clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.index-contact .left form .group input, .index-contact .left form .group button {
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
}
.index-contact .left form .group button {
  background: var(--color-primary);
  color: #fff;
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  letter-spacing: 4px;
}
.index-contact .right {
  color: #fff;
  padding-left: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem);
}
.index-contact .right h3 {
  font-size: clamp(2.5rem, -1.633759733rem + 6.6740823137vw, 6.25rem);
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: clamp(2.5rem, -3.011679644rem + 8.8987764182vw, 7.5rem);
}
.index-contact .right ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.index-contact .right ul li {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
}
.index-contact .right ul li i {
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
}
.index-contact .right ul li span {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
.index-contact .right ul li strong {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
@media screen and (max-width: 991px) {
  .index-contact .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .index-contact .right {
    padding-left: 0;
  }
  .index-contact .right ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .index-contact .right ul li {
    flex-direction: row;
  }
}

.news {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
}

.case {
  padding: clamp(2.5rem, -0.255839822rem + 4.4493882091vw, 5rem) 0;
  background: #eceef6;
}

.detail {
  background: #eceef6;
  padding: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) 0;
}
.detail .content {
  display: flex;
  gap: clamp(2.5rem, -3.011679644rem + 8.8987764182vw, 7.5rem);
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.detail .article {
  width: 100%;
}
.detail .article > h1 {
  font-size: clamp(1.125rem, -1.0796718576rem + 3.5595105673vw, 3.125rem);
}
.detail .article > time {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  margin: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) 0;
  display: block;
}
.detail .article .g-content {
  line-height: 1.8;
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.detail .article .learn-more {
  padding: 0 clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  gap: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
}
.detail .article .learn-more i {
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  color: #fff;
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
  transform: rotateY(180deg);
}
.detail .correlation {
  width: clamp(25rem, 18.1104004449rem + 11.1234705228vw, 31.25rem);
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.detail .correlation h2 {
  font-size: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
}
.detail .correlation h2::before {
  content: "";
  width: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  height: clamp(1.5rem, 1.0866240267rem + 0.6674082314vw, 1.875rem);
  background: var(--color-primary);
}
.detail .correlation .news-list {
  grid-template-columns: repeat(1, 1fr);
}
.detail .correlation .news-list .item {
  background: #fff;
}
.detail .correlation .news-list .item:hover {
  background: var(--color-primary);
}
.detail .correlation .case-list {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 991px) {
  .detail .content {
    flex-direction: column;
  }
  .detail .content .correlation {
    width: 100%;
  }
}

.search-list .item {
  display: block;
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.search-list .item a {
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: all 0.3s;
  padding: clamp(0.625rem, -0.3395439377rem + 1.5572858732vw, 1.5rem) clamp(0.9375rem, -2.1628197998rem + 5.0055617353vw, 3.75rem);
  color: #333;
}
.search-list .item a:hover {
  border-radius: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  box-shadow: 0 clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem) clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) rgba(0, 0, 0, 0.1);
}
.search-list .item h3 {
  margin-bottom: clamp(0.625rem, 0.2116240267rem + 0.6674082314vw, 1rem);
  font-weight: bold;
}
.search-list .item p {
  margin-bottom: clamp(0.625rem, -0.3395439377rem + 1.5572858732vw, 1.5rem);
}
.search-list .item time {
  color: #666;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}

.shengbo-wave {
  position: absolute;
  transform: translateX(-50%);
  width: 21%;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.shengbo-wave span {
  position: absolute;
  inset: 0;
  border: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  animation: shengboWave 4.5s linear infinite;
}
.shengbo-wave span:nth-child(2) {
  animation-delay: 0.75s;
}
.shengbo-wave span:nth-child(3) {
  animation-delay: 1.5s;
}
.shengbo-wave span:nth-child(4) {
  animation-delay: 2.25s;
}
.shengbo-wave span:nth-child(5) {
  animation-delay: 3s;
}
.shengbo-wave span:nth-child(6) {
  animation-delay: 3.75s;
}
.shengbo-wave::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(0.5rem, 0.0866240267rem + 0.6674082314vw, 0.875rem);
  height: clamp(0.5rem, 0.0866240267rem + 0.6674082314vw, 0.875rem);
  background: radial-gradient(circle, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  border-radius: 50%;
  box-shadow: 0 0 clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) rgba(255, 255, 255, 0.8);
}

@keyframes shengboWave {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}/*# sourceMappingURL=styles.css.map */