@charset "UTF-8";
@layer base {
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
  /* Document
     ========================================================================== */
  /**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
  * {
    border: 0;
    outline: 0;
    box-sizing: border-box;
  }
  html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  /* Sections
       ========================================================================== */
  /**
     * Remove the margin in all browsers.
     */
  body {
    margin: 0;
  }
  /**
     * Render the `main` element consistently in IE.
     */
  main {
    display: block;
  }
  /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  pre {
    white-space: normal;
  }
  /* Grouping content
       ========================================================================== */
  /**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  pre {
    /* font-family: monospace, monospace; 1 */
    /* font-size: 1em; 2 */
    font-family: inherit;
  }
  /* Text-level semantics
       ========================================================================== */
  /**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  /**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
  b,
  strong {
    font-weight: bolder;
  }
  /**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  /**
     * Add the correct font size in all browsers.
     */
  small {
    font-size: 80%;
  }
  /**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  /* Embedded content
       ========================================================================== */
  /**
     * Remove the border on images inside links in IE 10.
     */
  img {
    border-style: none;
  }
  /* Forms
       ========================================================================== */
  /**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  /**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
  button,
  input {
    /* 1 */
    overflow: visible;
  }
  /**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
  button,
  select {
    /* 1 */
    text-transform: none;
  }
  /**
     * Correct the inability to style clickable types in iOS and Safari.
     */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  /**
     * Remove the inner border and padding in Firefox.
     */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
     * Restore the focus styles unset by the previous rule.
     */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
     * Correct the padding in Firefox.
     */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  /**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
  progress {
    vertical-align: baseline;
  }
  /**
     * Remove the default vertical scrollbar in IE 10+.
     */
  textarea {
    overflow: auto;
  }
  /**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  /**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
  [type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  /**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  /**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  /* Interactive
       ========================================================================== */
  /*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
  details {
    display: block;
  }
  /*
     * Add the correct display in all browsers.
     */
  summary {
    display: list-item;
  }
  /* Misc
       ========================================================================== */
  /**
     * Add the correct display in IE 10+.
     */
  template {
    display: none;
  }
  /**
     * Add the correct display in IE 10.
     */
  [hidden] {
    display: none;
  }
  p {
    margin: 0;
    line-height: inherit;
  }
  a:hover {
    color: #fff;
    text-decoration: none;
  }
  a:focus {
    outline: none;
  }
  a:link {
    text-decoration: none;
    /* 指正常的未被访问过的链接*/
  }
  a:visited {
    text-decoration: none;
    /*指已经访问过的链接*/
  }
  a:hover {
    color: inherit;
    text-decoration: none;
    /*指鼠标在链接*/
  }
  a:active {
    text-decoration: none;
    /* 指正在点的链接*/
  }
  ol,
  ul {
    padding: 0;
    margin: 0;
  }
  ol,
  ul,
  li {
    list-style: none;
  }
  input:focus,
  textarea:focus,
  button:focus {
    border: 0;
    outline: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h4,
  h5,
  h6 {
    margin: 0;
  }
}
/*  主题变量  */
:root {
  --color-primary: #00a0e9;
  --color-second: #000;
  --color-text: #333333;
}

@layer base {
  .flex {
    display: flex;
  }
  .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-column {
    flex-direction: column;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-around {
    justify-content: space-around;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-shrink {
    flex-shrink: 0;
  }
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .hidden {
    display: none;
  }
  .pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pos-x-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .w-full {
    width: 100%;
  }
  .h-full {
    height: 100%;
  }
  .w-50 {
    width: 50%;
  }
  .font-bold {
    font-weight: bold;
  }
  .font-light {
    font-weight: 100;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .overflow-1, .honors .swiper span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .overflow-2, .index-news h3, .news h3, .hot-news h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .overflow-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .overflow-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .overflow-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .img100 img {
    display: block;
    width: 100%;
  }
  .white {
    color: #fff;
  }
  .black {
    color: #000;
  }
}
@layer responsive {
  @media screen and (min-width: 576px) {
    .sm\:w-full {
      width: 100%;
    }
    .sm\:w-50 {
      width: 50%;
    }
    .sm\:h-full {
      height: 100%;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:block {
      display: block;
    }
    .sm\:flex {
      display: flex;
    }
    .sm\:flex-wrap {
      flex-wrap: wrap;
    }
    .sm\:flex-column {
      flex-direction: column;
    }
    .sm\:justify-center {
      justify-content: center;
    }
    .sm\:justify-end {
      justify-content: flex-end;
    }
    .sm\:justify-between {
      justify-content: space-between;
    }
    .sm\:justify-around {
      justify-content: space-around;
    }
    .sm\:items-start {
      align-items: flex-start;
    }
    .sm\:items-center {
      align-items: center;
    }
    .sm\:items-end {
      align-items: flex-end;
    }
  }
  @media screen and (min-width: 768px) {
    .md\:w-full {
      width: 100%;
    }
    .md\:w-50 {
      width: 50%;
    }
    .md\:h-full {
      height: 100%;
    }
    .md\:hidden {
      display: none;
    }
    .md\:block {
      display: block;
    }
    .md\:flex {
      display: flex;
    }
    .md\:flex-wrap {
      flex-wrap: wrap;
    }
    .md\:flex-column {
      flex-direction: column;
    }
    .md\:justify-center {
      justify-content: center;
    }
    .md\:justify-end {
      justify-content: flex-end;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:justify-around {
      justify-content: space-around;
    }
    .md\:items-start {
      align-items: flex-start;
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:items-end {
      align-items: flex-end;
    }
  }
  @media screen and (min-width: 992px) {
    .lg\:w-full {
      width: 100%;
    }
    .lg\:w-50 {
      width: 50%;
    }
    .lg\:h-full {
      height: 100%;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:block {
      display: block;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:flex-wrap {
      flex-wrap: wrap;
    }
    .lg\:flex-column {
      flex-direction: column;
    }
    .lg\:justify-center {
      justify-content: center;
    }
    .lg\:justify-end {
      justify-content: flex-end;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:justify-around {
      justify-content: space-around;
    }
    .lg\:items-start {
      align-items: flex-start;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
  }
  @media screen and (min-width: 1200px) {
    .xl\:w-full {
      width: 100%;
    }
    .xl\:w-50 {
      width: 50%;
    }
    .xl\:h-full {
      height: 100%;
    }
    .xl\:hidden {
      display: none;
    }
    .xl\:block {
      display: block;
    }
    .xl\:flex {
      display: flex;
    }
    .xl\:flex-wrap {
      flex-wrap: wrap;
    }
    .xl\:flex-column {
      flex-direction: column;
    }
    .xl\:justify-center {
      justify-content: center;
    }
    .xl\:justify-end {
      justify-content: flex-end;
    }
    .xl\:justify-between {
      justify-content: space-between;
    }
    .xl\:justify-around {
      justify-content: space-around;
    }
    .xl\:items-start {
      align-items: flex-start;
    }
    .xl\:items-center {
      align-items: center;
    }
    .xl\:items-end {
      align-items: flex-end;
    }
  }
}
@layer overrides {}
/*  混合工具  */
/**
 * 默认过渡动画
 * @param {string} $property 过渡属性 (默认 all)
 * @param {time}   $time     过渡时间 (默认 .5s)
 * @param {string} $ease     缓动函数 (默认 ease-in-out)
 */
/**
 * grid布局
 * @param {number} $cols   列数
 * @param {number | list} $colGap 列间隔 (支持数值或(min, max)列表以启用流式布局)
 * @param {number | list} $rowGap 行间隔 (支持数值或(min, max)列表以启用流式布局)
 * @param {list}   $mobile 断点配置列表(默认空)
    * @param {number} $breakpoint 断点值
    * @param {number} $cols       列数
    * @param {number | list} $colGap     行列间隔 (支持数值或(min, max)列表以启用流式布局)
*/
/*  组件  */
:root {
  --header-height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  --logo-height: clamp(2.5rem, 1.122080089rem + 2.2246941046vw, 3.75rem);
}

.overflow-hidden {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

/* ====================
   Header
   ==================== */
.header {
  width: 100%;
  height: var(--header-height);
  transition: all 0.3s;
  /* 导航栏 */
  /* 头部图标区 */
}
.header.active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.header.active, .header:hover {
  background: #fff;
}
.header:hover .nav-item > a {
  color: #333;
}
.header .container {
  height: 100%;
}
.header .logo {
  margin-right: auto;
}
.header .logo img {
  height: var(--logo-height);
  display: block;
}
.header .header-actions {
  display: flex;
  gap: clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
  margin-left: clamp(1.25rem, -2.1947997775rem + 5.5617352614vw, 4.375rem);
}
.header .action-item {
  background: var(--color-primary);
  width: clamp(2.125rem, 1.7116240267rem + 0.6674082314vw, 2.5rem);
  height: clamp(2.125rem, 1.7116240267rem + 0.6674082314vw, 2.5rem);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}
.header .action-item i {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.header .action-item.header-menu {
  background: none;
  color: var(--color-primary);
}
.header .action-item.header-menu i {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .header {
    position: relative;
  }
  .header .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: calc(100vh - var(--header-height));
    background: var(--color-primary);
    transform: translateX(-100%);
    pointer-events: none;
    transition: all 0.3s;
    padding: clamp(1.875rem, -0.1918798665rem + 3.3370411568vw, 3.75rem) clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  }
  .header .main-nav.active {
    transform: translateX(0);
    pointer-events: auto;
  }
  .header .main-nav .nav-list {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .header .main-nav .nav-list::-webkit-scrollbar {
    width: 4px;
  }
  .header .main-nav .nav-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  .header .main-nav .nav-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
  }
  .header .main-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .main-nav .nav-item.active::after {
    transform: rotate(90deg);
  }
  .header .main-nav .nav-item.active ul {
    padding: 15px 0;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .main-nav .nav-item > a {
    padding: 15px 0;
    display: block;
    font-size: 16px;
    color: #fff;
    width: calc(100% - 40px);
  }
  .header .main-nav .nav-item:has(ul) {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header .main-nav .nav-item:has(ul)::after {
    content: "\e636";
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 4px;
    transition: all 0.3s;
  }
  .header .main-nav .nav-item ul {
    order: 2;
    width: 100%;
    display: none;
  }
  .header .main-nav .nav-item ul li {
    display: inline-block;
    margin-right: 15px;
  }
  .header .main-nav .nav-item ul li a {
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 0;
  }
}
@media screen and (min-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header .main-nav {
    display: block;
  }
  .header .main-nav .line {
    width: 0;
    height: 2px;
    background: #be0815;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.3s;
  }
  .header .nav-list {
    display: flex;
    gap: clamp(0.9375rem, -1.1982758621rem + 3.4482758621vw, 2.875rem);
  }
  .header .nav-item {
    position: relative;
  }
  .header .nav-item.active > a {
    color: var(--color-primary);
    font-weight: bold;
  }
  .header .nav-item:hover > a {
    color: var(--color-primary);
  }
  .header .nav-item:hover ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%);
  }
  .header .nav-item > a {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    font-family: "SourceHanSansCN-Medium";
    color: #222;
    font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
    padding: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem) 0;
  }
  .header .nav-item ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    top: 100%;
    padding: clamp(0.5rem, 0.3622080089rem + 0.2224694105vw, 0.625rem) clamp(0.625rem, 0.2116240267rem + 0.6674082314vw, 1rem);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    background: rgba(0, 160, 233, 0.85);
    border-radius: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem);
    min-width: clamp(6.25rem, 4.1831201335rem + 3.3370411568vw, 8.125rem);
    transition: all 0.3s;
  }
  .header .nav-item ul li {
    margin-right: 0;
  }
  .header .nav-item ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
    text-decoration: none;
    padding: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem) 0;
    white-space: nowrap;
    opacity: 0.8;
  }
  .header .nav-item ul li a:hover {
    opacity: 1;
  }
}

.header-search-module {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(21, 21, 21, 0.96);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  padding: 0 clamp(0.9375rem, -2.1628197998rem + 5.0055617353vw, 3.75rem);
}
.header-search-module form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-search-module form input {
  width: 100%;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  background: none;
  border: none;
  outline: none;
  color: #fff;
}
.header-search-module form input::placeholder {
  color: #fff;
}
.header-search-module form span {
  cursor: pointer;
}
.header-search-module form span i {
  color: #fff;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.header-search-module.active {
  opacity: 1;
  pointer-events: auto;
}

@font-face {
  font-family: "MONTSERRAT-BOLD";
  src: url("../fonts/MONTSERRAT-BOLD.OTF");
  font-display: swap;
}
@font-face {
  font-family: "MONTSERRAT-LIGHT";
  src: url("../fonts/MONTSERRAT-LIGHT.OTF");
  font-display: swap;
}
.absolute-center, .about-3 .timeline .img, .about-2 ul img, .page-hero img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Source Han Sans CN", "Noto Sans CJK SC", "思源黑体", "Microsoft YaHei", "PingFang SC", "Helvetica Neue", sans-serif;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}

.container {
  max-width: 1500px !important;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 992px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 20px;
  }
}

/* ====================
   Hero Section (Swiper)
   ==================== */
.index-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* 轮播控件 */
}
.index-hero .swiper {
  width: 100%;
  height: 100%;
}
.index-hero .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}
.index-hero .swiper-slide img {
  display: block;
  width: 100%;
}
.index-hero .swiper-slide .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-hero .swiper-slide ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-hero .swiper-slide ul li {
  position: absolute;
}
.index-hero .swiper-slide ul li:hover p {
  background: var(--color-primary);
  color: #fff;
}
.index-hero .swiper-slide ul li:hover p span {
  width: clamp(5.625rem, 5.0738320356rem + 0.8898776418vw, 6.125rem);
}
.index-hero .swiper-slide ul li p {
  position: absolute;
  left: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  padding: 0 clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  border-radius: clamp(1.0625rem, 0.8558120133rem + 0.3337041157vw, 1.25rem);
  height: clamp(2.125rem, 1.7116240267rem + 0.6674082314vw, 2.5rem);
  background: rgba(255, 255, 255, 0.6);
  color: var(--color-primary);
  font-weight: bold;
  white-space: nowrap;
  font-size: clamp(0.9375rem, 0.8686040044rem + 0.1112347052vw, 1rem);
  transition: all 0.3s ease-in-out;
}
.index-hero .swiper-slide ul li p span {
  width: 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}
.index-hero .swiper-slide ul .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  height: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  z-index: 2;
}
.index-hero .swiper-slide ul .dot i {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.index-hero .swiper-slide ul .dot::after, .index-hero .swiper-slide ul .dot::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.index-hero .swiper-slide ul .dot::before {
  animation: dot-expand 2s linear infinite;
}
.index-hero .swiper-slide ul .dot::after {
  animation: dot-expand2 2s 1s linear infinite;
  opacity: 0.5;
}
.index-hero .hero-controls {
  position: absolute;
  top: 45%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .index-hero .hero-controls {
    display: none;
  }
}

@keyframes dot-expand {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}
@keyframes dot-expand2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}
.carousel-btn-prev, .carousel-btn-next {
  color: #fff;
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  background: var(--color-primary);
}
.carousel-btn-prev i, .carousel-btn-next i {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
}

.index-about, .contact, .about-1 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #f6f5fd;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index-about h3, .contact h3, .about-1 h3 {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  color: var(--color-primary);
  margin: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem) 0;
}
.index-about .g-content, .contact .g-content, .about-1 .g-content {
  line-height: 1.8;
  margin-bottom: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
}
.index-about ul, .contact ul, .about-1 ul {
  margin-top: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
}
.index-about ul li, .contact ul li, .about-1 ul li {
  display: flex;
  flex-direction: column;
  color: #777777;
}
.index-about ul li span, .contact ul li span, .about-1 ul li span {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #454545;
}
.index-about ul li b, .contact ul li b, .about-1 ul li b {
  font-size: clamp(1.5rem, -0.2912958843rem + 2.8921023359vw, 3.125rem);
  color: var(--color-primary);
  line-height: 1.2;
  font-weight: lighter;
  font-family: "MONTSERRAT-LIGHT";
}
.index-about ul li p, .contact ul li p, .about-1 ul li p {
  padding: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem) 0;
}
.index-about ul .line, .contact ul .line, .about-1 ul .line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}
.index-about .img, .contact .img, .about-1 .img {
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .index-about, .contact, .about-1 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .index-about .left, .contact .left, .about-1 .left {
    width: 50%;
  }
  .index-about ul .line, .contact ul .line, .about-1 ul .line {
    width: 1px;
    height: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  }
  .index-about .img, .contact .img, .about-1 .img {
    position: absolute;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}

.index-product {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
}
.index-product .g-title {
  margin-bottom: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
.index-product ul li:not(:last-child) {
  margin-right: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.index-product ul li.active a {
  color: var(--color-primary);
}
.index-product ul li.active a::after {
  width: 100%;
  opacity: 1;
  transform: translateX(-50%);
}
.index-product ul li a {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: #444444;
  padding: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem) 0;
  position: relative;
  transition: all 0.3s;
  display: block;
}
.index-product ul li a::after {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transform: translateX(-50%);
}
.index-product .swiper {
  width: 104%;
  margin-left: -2%;
  padding: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
}
.index-product .swiper a {
  color: inherit;
}
.index-product .swiper a:hover h3 {
  color: var(--color-primary);
}
.index-product .swiper .img {
  padding-top: 128.5%;
  position: relative;
  border-radius: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
  box-shadow: 0 0 clamp(0.5rem, 0.0177280311rem + 0.7786429366vw, 0.9375rem) rgba(0, 0, 0, 0.15);
}
.index-product .swiper .img img {
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-product .swiper h3 {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  margin: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem) 0;
  margin-top: clamp(0.9375rem, 0.2485400445rem + 1.1123470523vw, 1.5625rem);
  font-weight: normal;
  color: #444;
  transition: all 0.3s;
}
.index-product .swiper p {
  color: #777777;
}
.index-product .carousel-btn {
  margin-top: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
.index-product .carousel-btn-next {
  margin-left: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
  background: #eee;
  color: #777;
}
.index-product .carousel-btn-next:hover {
  background: var(--color-primary);
  color: #fff;
}
@media screen and (max-width: 991px) {
  .index-product ul {
    width: calc(100% + 15px);
    margin-top: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .index-product ul li {
    white-space: nowrap;
    scroll-snap-align: start;
  }
}

.index-solution {
  position: relative;
  overflow: hidden;
}
.index-solution > .container {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
}
.index-solution > .container > p {
  margin-top: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
@media screen and (max-width: 991px) {
  .index-solution > .container {
    position: static;
    color: #454545;
  }
  .index-solution > .container .g-title h2 {
    color: #333;
  }
  .index-solution > .container .g-title h2::before {
    background: var(--color-primary);
  }
  .index-solution > .container .g-more {
    margin-top: 20px;
  }
}
.index-solution-map {
  position: relative;
}
.index-solution-map ul {
  width: 100%;
  height: 100%;
}
.index-solution-map ul .title {
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  display: inline-flex;
  background: #fff;
  color: var(--color-primary);
  align-items: center;
  font-size: clamp(0.9375rem, 0.8686040044rem + 0.1112347052vw, 1rem);
  padding: 0 clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  padding-left: 0;
  border-radius: clamp(1.25rem, 0.9055200222rem + 0.5561735261vw, 1.5625rem);
  white-space: nowrap;
}
.index-solution-map ul .title h3 {
  font-weight: normal;
  color: #444;
  transition: all 0.3s;
}
.index-solution-map ul .title i {
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  border-radius: 50%;
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.25rem, 0.2854560623rem + 1.5572858732vw, 2.125rem);
  margin-right: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
  flex-shrink: 0;
}
.index-solution-map ul .title i::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: -1;
}
.index-solution-map ul .text {
  padding: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
  border-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  pointer-events: none;
  margin-top: clamp(0rem, -0.6889599555rem + 1.1123470523vw, 0.625rem);
  z-index: 5;
}
.index-solution-map ul .text p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #444444;
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  line-height: 1.6;
}
.index-solution-map ul .text a {
  display: inline-block;
  color: var(--color-primary);
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  border-bottom: 1px solid var(--color-primary);
}
.index-solution-map > img {
  aspect-ratio: 1920/900;
  width: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .index-solution-map {
    padding: 0 15px;
  }
  .index-solution-map ul li {
    margin-top: 20px;
  }
  .index-solution-map ul .text {
    color: #333;
    padding: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem) 0;
  }
}
@media screen and (min-width: 992px) {
  .index-solution-map ul {
    position: absolute;
    left: 0;
    top: 0;
  }
  .index-solution-map ul li {
    width: 0;
    height: 0;
    position: absolute;
  }
  .index-solution-map ul li:nth-child(1) {
    left: 24.8%;
    top: 52%;
  }
  .index-solution-map ul li:nth-child(1) .text {
    top: clamp(1.875rem, 1.1860400445rem + 1.1123470523vw, 2.5rem);
    bottom: auto;
  }
  .index-solution-map ul li:nth-child(1) .title::after {
    top: 100%;
    bottom: auto;
  }
  .index-solution-map ul li:nth-child(2) {
    left: 41.1%;
    top: 85.4%;
  }
  .index-solution-map ul li:nth-child(3) {
    left: 59.7%;
    top: 63.8%;
  }
  .index-solution-map ul li:nth-child(4) {
    left: 76.6%;
    top: 79%;
  }
  .index-solution-map ul li:hover .text {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .index-solution-map ul li:hover .title h3 {
    color: var(--color-primary);
  }
  .index-solution-map ul .dot {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
    height: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
    z-index: 2;
  }
  .index-solution-map ul .dot i {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
  }
  .index-solution-map ul .dot::after, .index-solution-map ul .dot::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-primary);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
  }
  .index-solution-map ul .dot::before {
    animation: dot-expand 2s linear infinite;
  }
  .index-solution-map ul .dot::after {
    animation: dot-expand2 2s 1s linear infinite;
    opacity: 0.5;
  }
  .index-solution-map ul .title {
    position: absolute;
    left: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
    top: 0;
    transform: translateY(calc(-1 * clamp(1.25rem, 0.9055200222rem + 0.5561735261vw, 1.5625rem)));
  }
  .index-solution-map ul .title::after {
    content: "";
    width: 100%;
    height: calc(50% + clamp(0rem, -0.6889599555rem + 1.1123470523vw, 0.625rem));
    position: absolute;
    bottom: 100%;
    left: 0;
  }
  .index-solution-map ul .text {
    position: absolute;
    left: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
    bottom: clamp(1.875rem, 1.1860400445rem + 1.1123470523vw, 2.5rem);
    width: clamp(18.75rem, 11.8604004449rem + 11.1234705228vw, 25rem);
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(20px);
  }
}

.index-news, .news {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
}
.index-news .list, .news .list {
  display: grid;
  gap: clamp(0.9375rem, -2.1628197998rem + 5.0055617353vw, 3.75rem);
}
.index-news .list .list-item, .news .list .list-item {
  background: #fff;
  box-shadow: 0 0 clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem) rgba(0, 0, 0, 0.15);
  border-radius: clamp(0.625rem, -0.6151279199rem + 2.0022246941vw, 1.75rem);
  transition: all 0.3s;
}
.index-news .list .list-item:hover, .news .list .list-item:hover {
  transform: translateY(calc(-1 * clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem)));
}
.index-news .list .list-item:hover .text h3, .news .list .list-item:hover .text h3 {
  color: var(--color-primary);
}
.index-news .list .list-item .text, .news .list .list-item .text {
  padding: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  padding-bottom: clamp(0.625rem, -1.4418798665rem + 3.3370411568vw, 2.5rem);
}
.index-news .list .list-item .text h3, .news .list .list-item .text h3 {
  font-size: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  margin: 0;
  margin-top: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.index-news .type, .news .type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-news .type span, .news .type span {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #444;
}
.index-news .type span::before, .news .type span::before {
  content: "";
  width: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
  height: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  background: var(--color-primary);
  margin-right: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  transform: skewX(-10deg);
}
.index-news .type time, .news .type time {
  color: #777777;
}
.index-news h3, .news h3 {
  margin: clamp(0.625rem, -1.0285038932rem + 2.6696329255vw, 2.125rem) 0;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  font-weight: normal;
  line-height: 1.6;
  color: #444;
  transition: all 0.3s;
}
.index-news p, .news p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #777777;
  line-height: 1.6;
}
.index-news .more, .news .more {
  margin-top: clamp(0.9375rem, -2.8517797553rem + 6.1179087875vw, 4.375rem);
  color: #777;
}
.index-news .img, .news .img {
  padding-top: 56.25%;
  position: relative;
  border-radius: clamp(0.5rem, -0.3267519466rem + 1.3348164627vw, 1.25rem);
  overflow: hidden;
}
.index-news .img:hover img, .news .img:hover img {
  transform: scale(1.05);
}
.index-news .img img, .news .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .index-news .g-more, .news .g-more {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .index-news .list, .news .list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.index-news-header {
  margin-top: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
  margin-bottom: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
}
.index-news-header a {
  padding: clamp(0.625rem, -1.4418798665rem + 3.3370411568vw, 2.5rem);
  background: #fff;
  box-shadow: 0 0 clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) rgba(0, 0, 0, 0.1);
  border-radius: clamp(0.625rem, -0.6151279199rem + 2.0022246941vw, 1.75rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.9375rem, -2.1628197998rem + 5.0055617353vw, 3.75rem);
  align-items: center;
}
.index-news-header a:hover .text h3 {
  color: var(--color-primary);
}
@media screen and (max-width: 991px) {
  .index-news-header a {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.index-contact {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #f6f5fd;
}
.index-contact .left {
  padding-right: clamp(0rem, -15.1571190211rem + 24.4716351502vw, 13.75rem);
}
.index-contact .left h3 {
  margin-top: clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
  color: #777777;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  font-weight: normal;
  line-height: 1.6;
}
.index-contact form {
  display: grid;
  gap: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
}
.index-contact form .group {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: clamp(0.375rem, -0.0383759733rem + 0.6674082314vw, 0.75rem) clamp(0.5rem, 0.0866240267rem + 0.6674082314vw, 0.875rem);
}
.index-contact form .group input, .index-contact form .group textarea, .index-contact form .group select {
  padding: 0;
  width: 100%;
  line-height: 1.6;
}
.index-contact form .group.g-more {
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .index-contact .right {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .index-contact .left {
    width: 40%;
  }
  .index-contact .right {
    width: 60%;
  }
  .index-contact form {
    grid-template-columns: repeat(4, 1fr);
  }
  .index-contact form .group.content {
    grid-column: span 4;
  }
}

.footer {
  padding-top: clamp(1.25rem, -0.5412958843rem + 2.8921023359vw, 2.875rem);
  padding-bottom: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  background: var(--color-primary);
  color: #fff;
}
.footer .footer-contact ul li {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #fff;
  margin-bottom: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  line-height: 1.6;
}
.footer .footer-contact ul li i {
  margin-right: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
}
.footer .footer-logo {
  margin-bottom: clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
}
.footer .footer-logo img {
  height: clamp(2.875rem, 1.5659760845rem + 2.1134593993vw, 4.0625rem);
  display: block;
  filter: brightness(0) invert(1);
}
.footer .share {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.footer .share li {
  width: clamp(1.75rem, 1.6122080089rem + 0.2224694105vw, 1.875rem);
  height: clamp(1.75rem, 1.6122080089rem + 0.2224694105vw, 1.875rem);
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.footer .share li:hover {
  transform: scale(1.1);
}
.footer .share li i {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: var(--color-primary);
}
.footer .nav-list {
  display: flex;
  justify-content: space-between;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.footer .nav-list li > a {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: #fff;
}
.footer .nav-list ul {
  margin-top: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
}
.footer .nav-list ul li a {
  color: #fff;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  opacity: 0.7;
  display: inline-block;
  padding: clamp(0.125rem, -0.1505839822rem + 0.4449388209vw, 0.375rem) 0;
}
.footer .copyright {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  opacity: 0.7;
  text-align: right;
}
.footer .copyright span {
  margin-left: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  display: inline-block;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  opacity: 1;
}
.footer .container {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem) clamp(1.875rem, -1.5697997775rem + 5.5617352614vw, 5rem);
  align-items: center;
}
@media screen and (min-width: 992px) {
  .footer .container .footer-contact, .footer .container .share {
    width: calc(30% - clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem));
  }
  .footer .container .copyright, .footer .container .footer-nav {
    width: calc(70% - clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem));
  }
}
@media screen and (min-width: 1441px) {
  .footer .container .footer-contact, .footer .container .share, .footer .container .copyright, .footer .container .footer-nav {
    width: calc(50% - clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem));
  }
}

.page-hero {
  height: clamp(12.5rem, -21.9479977753rem + 55.617352614vw, 43.75rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.page-hero h1, .page-hero .title {
  color: #fff;
  font-size: clamp(1.375rem, -0.5540878754rem + 3.1145717464vw, 3.125rem);
  font-weight: normal;
  margin-bottom: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
}
.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .page-hero {
    padding-bottom: 10%;
    margin-top: clamp(3.75rem, 0.994160178rem + 4.4493882091vw, 6.25rem);
  }
}

.page-menu {
  padding-top: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
}
.page-menu nav ul li {
  position: relative;
}
.page-menu nav ul li::after {
  content: "";
  width: 1px;
  height: clamp(0.625rem, 0.2116240267rem + 0.6674082314vw, 1rem);
  background: #eeeeee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-menu nav ul li a {
  padding: clamp(0.25rem, -0.0255839822rem + 0.4449388209vw, 0.5rem) clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  font-size: clamp(0.9375rem, 0.8686040044rem + 0.1112347052vw, 1rem);
  font-weight: lighter;
  color: #444;
  display: block;
}
.page-menu nav ul li a:hover {
  color: var(--color-primary);
}
.page-menu nav ul li:first-child::after {
  display: none;
}
.page-menu nav ul li:first-child a {
  padding-left: 0;
}
.page-menu nav ul li.active a {
  color: var(--color-primary);
}
.page-menu .line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
}
@media screen and (max-width: 991px) {
  .page-menu nav {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-menu nav ul {
    overflow: scroll;
    scroll-snap-type: x mandatory;
    width: calc(100% + 15px);
  }
  .page-menu nav ul li {
    scroll-snap-align: start;
    flex-shrink: 0;
    white-space: nowrap;
  }
}

.g-crumb {
  color: #777777;
}
.g-crumb ul li {
  display: flex;
  padding-right: 4px;
}
.g-crumb ul li a {
  margin-right: 4px;
}
.g-crumb a, .g-crumb span {
  color: #777777;
  font-size: clamp(0.9375rem, 0.8686040044rem + 0.1112347052vw, 1rem);
  font-weight: lighter;
}
.g-crumb a:hover, .g-crumb span:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 991px) {
  .g-crumb ul {
    flex-wrap: wrap;
    line-height: 1.6;
  }
}

.bgimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.swiper-button .swiper-button-prev, .swiper-button .swiper-button-next {
  position: static;
  margin: 0;
  width: clamp(2.125rem, 1.0226640712rem + 1.7797552836vw, 3.125rem);
  height: clamp(2.125rem, 1.0226640712rem + 1.7797552836vw, 3.125rem);
  color: #999;
}
.swiper-button .swiper-button-prev::after, .swiper-button .swiper-button-next::after {
  font-size: clamp(1rem, 0.7244160178rem + 0.4449388209vw, 1.25rem);
}
.swiper-button .swiper-button-prev.btn-prev1, .swiper-button .swiper-button-next.btn-prev1 {
  background: var(--color-primary);
  color: #fff;
  margin-right: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
}

.about-1 {
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .about-1 .img {
    height: auto;
    width: 50%;
    bottom: 50%;
    transform: translateY(50%);
  }
}

.about-2 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #f6f5fd;
}
.about-2 ul {
  margin-top: clamp(1.5625rem, 0.1156840934rem + 2.3359288098vw, 2.875rem);
  display: grid;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.about-2 ul li {
  position: relative;
  z-index: 2;
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  overflow: hidden;
  height: clamp(28.75rem, 21.8604004449rem + 11.1234705228vw, 35rem);
  padding: 0 clamp(0.9375rem, -2.1628197998rem + 5.0055617353vw, 3.75rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  color: #fff;
  text-align: center;
}
.about-2 ul .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-2 ul .title i {
  font-size: clamp(2.25rem, 0.5964961068rem + 2.6696329255vw, 3.75rem);
}
.about-2 ul .title span {
  margin-top: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  font-size: clamp(1.125rem, 0.2982480534rem + 1.3348164627vw, 1.875rem);
}
.about-2 ul p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  line-height: 1.6;
}
.about-2 ul .line {
  width: clamp(1.875rem, 0.497080089rem + 2.2246941046vw, 3.125rem);
  height: 2px;
  background: #fff;
}
.about-2 ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .about-2 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
  }
  .about-2 ul li:hover p, .about-2 ul li:hover .line {
    opacity: 1;
    transform: translateY(0);
  }
  .about-2 ul li p, .about-2 ul li .line {
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(20px);
  }
}

.about-3 {
  padding-bottom: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem);
}
.about-3 .timeline {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #fff;
}
.about-3 .timeline .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.about-3 .timeline .swiper {
  margin-top: clamp(1.5625rem, 0.5290600667rem + 1.6685205784vw, 2.5rem);
  height: clamp(7.5rem, 3.366240267rem + 6.6740823137vw, 11.25rem);
}
.about-3 .timeline .swiper::after {
  content: "";
  width: 83.34%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.about-3 .timeline .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 1%;
  cursor: pointer;
}
.about-3 .timeline .swiper .swiper-slide.active .dot {
  opacity: 1;
}
.about-3 .timeline .swiper .swiper-slide.active span {
  font-weight: bold;
}
.about-3 .timeline .swiper span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(50% + clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem));
  font-size: clamp(1.125rem, 0.7116240267rem + 0.6674082314vw, 1.5rem);
  font-weight: lighter;
  font-family: "MONTSERRAT-LIGHT";
}
.about-3 .timeline .swiper .dot {
  width: clamp(0.625rem, 0.4183120133rem + 0.3337041157vw, 0.8125rem);
  height: clamp(0.625rem, 0.4183120133rem + 0.3337041157vw, 0.8125rem);
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.about-3 .swiper2 {
  padding: 0 15px;
  margin: clamp(1.5625rem, -0.1598998888rem + 2.7808676307vw, 3.125rem) 0;
}
.about-3 .swiper2 .swiper-slide.swiper-slide-active .time {
  color: var(--color-primary);
  font-weight: bold;
}
.about-3 .swiper2 .swiper-slide.swiper-slide-active .g-content {
  color: #222;
}
.about-3 .swiper2 .time {
  font-size: clamp(1.375rem, 0.8238320356rem + 0.8898776418vw, 1.875rem);
  font-weight: lighter;
  font-family: "MONTSERRAT-LIGHT";
  color: #222222;
  border-bottom: 1px solid #cccccc;
  padding-bottom: clamp(0.625rem, -0.3395439377rem + 1.5572858732vw, 1.5rem);
  margin-bottom: clamp(0.625rem, -0.3395439377rem + 1.5572858732vw, 1.5rem);
  transition: color 0.3s;
}
.about-3 .swiper2 .g-content {
  line-height: 1.8;
  color: #666666;
  transition: color 0.3s;
}
.about-3 .next2 {
  margin-left: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
  background: #eeeeee;
  color: #666;
}
.about-3 .next2:hover {
  background: var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 992px) {
  .about-3 .timeline .swiper {
    width: 60%;
  }
  .about-3 .swiper2 {
    padding-left: 10%;
  }
}

.honors {
  padding-top: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem);
  background: #f3f2fa;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.honors .honor-swiper {
  margin-top: clamp(1.5625rem, 0.1156840934rem + 2.3359288098vw, 2.875rem);
  background-size: 100% auto;
  padding-bottom: clamp(1.5625rem, 0.1156840934rem + 2.3359288098vw, 2.875rem);
}
.honors .honor-swiper > p {
  margin-top: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  position: relative;
  z-index: 2;
  color: #666;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
}
.honors .container {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.honors .container:nth-child(2) {
  margin-top: clamp(5rem, 2.9331201335rem + 3.3370411568vw, 6.875rem);
}
.honors .container .swiper-bg {
  position: absolute;
  width: 125%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, calc(-1 * clamp(6.25rem, 5.2854560623rem + 1.5572858732vw, 7.125rem)));
  z-index: -1;
}
.honors .swiper img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.honors .swiper span {
  height: clamp(3.5rem, 2.9488320356rem + 0.8898776418vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #666;
}
.honors .swiper-btn {
  width: clamp(7.5rem, 3.366240267rem + 6.6740823137vw, 11.25rem);
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(3.5rem, 2.9488320356rem + 0.8898776418vw, 4rem);
}
.honors .swiper-button-prev,
.honors .swiper-button-next {
  position: static;
  width: clamp(2.5rem, 1.6732480534rem + 1.3348164627vw, 3.25rem);
  height: clamp(2.5rem, 1.6732480534rem + 1.3348164627vw, 3.25rem);
  transform: none;
  margin-top: 0;
  color: #fff;
}
.honors .swiper-button-prev::after,
.honors .swiper-button-next::after {
  display: none;
}
.honors .swiper-button-prev i,
.honors .swiper-button-next i {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.honors .swiper-button-prev {
  background: var(--color-primary);
}
.honors .swiper-button-next {
  background: #fff;
  color: #666;
  margin-left: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
@media screen and (max-width: 991px) {
  .honors .container:nth-child(2) {
    margin-top: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem);
  }
}

.about-5 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
}
.about-5 .g-content {
  margin-top: clamp(1.5625rem, -0.8488598443rem + 3.893214683vw, 3.75rem);
  line-height: 1.8;
}
.about-5 .img {
  aspect-ratio: 16/9;
  border-radius: clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
  overflow: hidden;
}
.about-5 .img img {
  height: 100%;
  object-fit: cover;
}
.about-5 .content {
  flex: 1;
}
@media screen and (min-width: 992px) {
  .about-5 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  }
}

.solution-1 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
}
.solution-1 .swiper {
  margin-top: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
}
.solution-1 .swiper-slide {
  background: #f6f5fd;
  border-radius: clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
  padding: clamp(0.9375rem, -1.1982758621rem + 3.4482758621vw, 2.875rem);
  min-height: clamp(18.75rem, 15.994160178rem + 4.4493882091vw, 21.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.625rem, -0.3395439377rem + 1.5572858732vw, 1.5rem);
}
.solution-1 .swiper-slide i {
  width: clamp(2.125rem, 0.8848720801rem + 2.0022246941vw, 3.25rem);
  height: clamp(2.125rem, 0.8848720801rem + 2.0022246941vw, 3.25rem);
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--color-primary);
}
.solution-1 .swiper-slide h3 {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.solution-1 .swiper-slide p {
  line-height: 1.8;
}

.solution-2 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  padding-bottom: clamp(2.5rem, -5.7675194661rem + 13.3481646274vw, 10rem);
  color: #fff;
}
.solution-2 .g-title {
  margin-bottom: clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
}
.solution-2 p {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.solution-2 ul {
  display: grid;
  gap: clamp(0.625rem, -0.4084399333rem + 1.6685205784vw, 1.5625rem);
  margin-top: clamp(1.25rem, -2.1947997775rem + 5.5617352614vw, 4.375rem);
}
.solution-2 ul li {
  background: rgba(255, 255, 255, 0.7);
  padding: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem) clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
  text-align: center;
  border-radius: clamp(0.5rem, -0.3267519466rem + 1.3348164627vw, 1.25rem);
  backdrop-filter: blur(10px);
}
.solution-2 ul .icon {
  width: clamp(2.5rem, 1.6732480534rem + 1.3348164627vw, 3.25rem);
  height: clamp(2.5rem, 1.6732480534rem + 1.3348164627vw, 3.25rem);
  margin: 0 auto;
  margin-bottom: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.solution-2 ul p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  line-height: 1.8;
  color: initial;
}
@media screen and (min-width: 992px) {
  .solution-2 ul {
    width: 50%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.solution-3, .service-2 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #f6f5fd;
}
.solution-3 ul, .service-2 ul {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  margin-top: clamp(1.25rem, 0.2165600667rem + 1.6685205784vw, 2.1875rem);
}
.solution-3 ul li, .service-2 ul li {
  display: flex;
  align-items: center;
  padding: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem) clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
  background: #fff;
  border-radius: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.solution-3 ul li span, .service-2 ul li span {
  flex-shrink: 0;
  width: clamp(5.625rem, 2.869160178rem + 4.4493882091vw, 8.125rem);
  color: var(--color-primary);
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
}
.solution-3 ul li span strong, .service-2 ul li span strong {
  font-size: clamp(1.125rem, 0.2982480534rem + 1.3348164627vw, 1.875rem);
}
.solution-3 ul li span i, .service-2 ul li span i {
  font-size: clamp(1.25rem, -0.2657119021rem + 2.447163515vw, 2.625rem);
}
.solution-3 .content, .service-2 .content {
  flex: 1;
}
.solution-3 .img, .service-2 .img {
  display: block;
  border-radius: clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
  overflow: hidden;
  position: relative;
}
.solution-3 .img:hover .g-more, .service-2 .img:hover .g-more {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.solution-3 .img .g-more, .service-2 .img .g-more {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .solution-3 .container, .service-2 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  }
}

.solution-4 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #fff;
}
.solution-4 .content {
  flex: 1;
}
.solution-4 .img {
  display: block;
  border-radius: clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
  overflow: hidden;
  position: relative;
}
.solution-4 .img .address {
  position: absolute;
  left: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  bottom: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem) clamp(0.75rem, 0.1988320356rem + 0.8898776418vw, 1.25rem);
  border-radius: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  backdrop-filter: blur(10px);
}
.solution-4 p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  line-height: 1.8;
  margin: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) 0;
}
.solution-4 ul {
  display: flex;
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.solution-4 ul li:first-child span, .solution-4 ul li:first-child p {
  color: var(--color-primary);
}
.solution-4 ul li:first-child span {
  font-weight: bold;
}
.solution-4 ul li span {
  font-size: clamp(1.125rem, -0.3907119021rem + 2.447163515vw, 2.5rem);
  color: #333;
}
.solution-4 ul li p {
  margin: 0;
  margin-top: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  color: #666;
}
.solution-4 .line {
  width: 1px;
  height: clamp(2.5rem, -1.633759733rem + 6.6740823137vw, 6.25rem);
  background: #ebebeb;
  margin: 0 clamp(1.25rem, -2.883759733rem + 6.6740823137vw, 5rem);
}
@media screen and (min-width: 992px) {
  .solution-4 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  }
}

.get-solution {
  padding: clamp(2.5rem, -1.633759733rem + 6.6740823137vw, 6.25rem) 0;
}
.get-solution form {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  display: flex;
  gap: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
}
.get-solution form .group {
  flex: 1;
  background: #fff;
  height: clamp(2.5rem, 2.0866240267rem + 0.6674082314vw, 2.875rem);
  border-radius: clamp(0.25rem, 0.1122080089rem + 0.2224694105vw, 0.375rem);
  overflow: hidden;
  padding: 0 clamp(0.5rem, 0.0177280311rem + 0.7786429366vw, 0.9375rem);
  display: flex;
  align-items: center;
}
.get-solution form .group > * {
  width: 100%;
  color: #666;
  height: 100%;
}
.get-solution form .group:last-child {
  background: none;
}
.get-solution form .group:nth-child(5) {
  flex: 2;
}
@media screen and (max-width: 991px) {
  .get-solution form {
    flex-direction: column;
  }
  .get-solution form .group {
    flex: none !important;
  }
}

.hot-product, .product {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
}
.hot-product.detail, .detail.product {
  padding-bottom: 0;
  background: #fff;
}
.hot-product .list, .product .list {
  margin: clamp(1.5625rem, -0.435483871rem + 3.2258064516vw, 3.375rem) 0;
  display: grid;
  gap: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem) clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
}
.hot-product .list .list-item a, .product .list .list-item a {
  color: initial;
}
.hot-product .list .list-item a:hover, .product .list .list-item a:hover {
  color: var(--color-primary);
}
.hot-product .list .list-item a:hover .img, .product .list .list-item a:hover .img {
  box-shadow: 0 0 clamp(0.5rem, 0.0177280311rem + 0.7786429366vw, 0.9375rem) rgba(0, 0, 0, 0.3);
}
.hot-product .list .list-item .img, .product .list .list-item .img {
  padding-top: 128.5%;
  position: relative;
  border-radius: clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
  box-shadow: 0 0 clamp(0.5rem, 0.0177280311rem + 0.7786429366vw, 0.9375rem) rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.hot-product .list .list-item .img img, .product .list .list-item .img img {
  max-width: 60%;
  max-height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hot-product .list .list-item h3, .product .list .list-item h3 {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  margin: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem) 0;
  margin-top: clamp(0.9375rem, 0.2485400445rem + 1.1123470523vw, 1.5625rem);
  font-weight: normal;
  transition: all 0.3s;
}
.hot-product .list .list-item p, .product .list .list-item p {
  color: #777777;
}
@media screen and (min-width: 992px) {
  .hot-product .list, .product .list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.service-1 {
  padding-top: clamp(2.5rem, -0.9447997775rem + 5.5617352614vw, 5.625rem);
}
.service-1 p {
  margin: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) 0;
  line-height: 1.6;
}

.service-2 {
  background: #fff;
}
.service-2 .container {
  gap: clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
  align-items: flex-start;
}
.service-2 ul li {
  background: #f6f5fd;
  display: block;
  padding: clamp(0.9375rem, 0.1796440489rem + 1.2235817575vw, 1.625rem) clamp(0.9375rem, -1.4738598443rem + 3.893214683vw, 3.125rem);
}
.service-2 ul li.active .head h3 {
  color: #222;
}
.service-2 ul li.active p {
  height: clamp(5rem, 4.3110400445rem + 1.1123470523vw, 5.625rem);
  opacity: 1;
}
.service-2 ul li.active p::-webkit-scrollbar-thumb {
  background: var(--color-primary) !important;
}
.service-2 ul li .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.service-2 ul li .head .btn {
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9f9f9f;
  background: #fff;
  cursor: pointer;
}
.service-2 ul li .head .btn i {
  font-size: clamp(1rem, 0.5866240267rem + 0.6674082314vw, 1.375rem);
}
.service-2 ul li .head h3 {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  font-weight: normal;
  color: #454545;
}
.service-2 ul li .head h3 > i {
  font-size: clamp(1.25rem, 0.2854560623rem + 1.5572858732vw, 2.125rem);
  display: block;
  margin-bottom: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem);
  color: var(--color-primary);
}
.service-2 ul li p {
  color: #666;
  line-height: 1.8;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.service-3 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #f6f5fd;
}
.service-3 ul {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.service-3 ul li {
  background: #fff;
  padding: clamp(1.25rem, -0.9546718576rem + 3.5595105673vw, 3.25rem) clamp(0.9375rem, 0.0418520578rem + 1.446051168vw, 1.75rem);
  border-radius: clamp(1rem, 0.3110400445rem + 1.1123470523vw, 1.625rem);
  flex: 1;
  box-shadow: 0 0 clamp(0.75rem, 0.1988320356rem + 0.8898776418vw, 1.25rem) rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  color: #666;
}
.service-3 ul li i {
  font-size: clamp(1.5rem, 0.2598720801rem + 2.0022246941vw, 2.625rem);
}
.service-3 ul li img {
  width: clamp(2.125rem, 1.7116240267rem + 0.6674082314vw, 2.5rem);
  height: clamp(2.125rem, 1.7116240267rem + 0.6674082314vw, 2.5rem);
}
.service-3 ul li h3 {
  color: initial;
  font-size: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  font-weight: normal;
  color: #444444;
  margin: clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem) 0;
}
.service-3 ul li .g-content {
  color: inherit;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  line-height: 1.8;
  max-height: clamp(8.75rem, 6.8209121246rem + 3.1145717464vw, 10.5rem);
}
@media screen and (min-width: 992px) {
  .service-3 ul {
    flex-direction: row;
    align-items: stretch;
    height: clamp(22.5rem, 18.366240267rem + 6.6740823137vw, 26.25rem);
  }
  .service-3 ul li.active {
    flex: 2;
    background: var(--color-primary);
    color: #fff;
  }
  .service-3 ul li.active img {
    filter: invert(1) brightness(15);
  }
  .service-3 ul li.active h3 {
    color: inherit;
  }
}

.service-4 {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
  background: #fff;
}
.service-4 .g-title {
  margin-bottom: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.service-4 h3 {
  font-weight: normal;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  margin-bottom: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}
.service-4 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
}
.service-4 ul li {
  background: #fff;
  padding: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) clamp(0.9375rem, -0.0959399333rem + 1.6685205784vw, 1.875rem);
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  box-shadow: 0 0 clamp(0.5625rem, -0.05756396rem + 1.0011123471vw, 1.125rem) rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 1.8;
  position: relative;
}
.service-4 ul li:nth-child(2n-1)::after {
  content: "";
  width: 0;
  height: 0;
  border-top: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem) solid transparent;
  border-bottom: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem) solid transparent;
  border-left: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem) solid #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.service-4 ul li i {
  width: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  height: clamp(2.5rem, 1.8110400445rem + 1.1123470523vw, 3.125rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5f5fd;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  color: var(--color-primary);
  margin: 0 auto;
  margin-bottom: clamp(0.625rem, 0.0738320356rem + 0.8898776418vw, 1.125rem);
  border-radius: 50%;
}
.service-4 .items {
  display: grid;
  gap: clamp(0.9375rem, -2.1628197998rem + 5.0055617353vw, 3.75rem);
  margin-top: clamp(1.875rem, -0.5363598443rem + 3.893214683vw, 4.0625rem);
}
.service-4 .items img {
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
}
.service-4 .items h4 {
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  color: #444444;
  font-weight: normal;
  margin: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) 0;
}
.service-4 .items p {
  color: #666;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  .service-4 ul {
    grid-template-columns: repeat(6, 1fr);
  }
  .service-4 ul li:not(:last-child)::after {
    content: "";
    width: 0;
    height: 0;
    border-top: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem) solid transparent;
    border-bottom: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem) solid transparent;
    border-left: clamp(0.3125rem, -0.0319799778rem + 0.5561735261vw, 0.625rem) solid #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
  .service-4 .items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.news {
  padding: clamp(2.5rem, -2.3227196885rem + 7.786429366vw, 6.875rem) 0;
}
.news .index-news-header {
  margin-top: 0;
}

.news-detail article {
  background: #fff;
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  padding: clamp(1.25rem, -2.883759733rem + 6.6740823137vw, 5rem) clamp(0.9375rem, -8.3634593993rem + 15.0166852058vw, 9.375rem);
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.news-detail article h1 {
  font-weight: normal;
  text-align: center;
  color: #333;
}
.news-detail article .tag {
  margin: clamp(0.9375rem, -0.2337319244rem + 1.8909899889vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  color: #666;
}
.news-detail article .tag i {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
}
.news-detail article .g-content {
  line-height: 2;
}
.news-detail article .g-more {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}

.hot-news {
  padding: clamp(2.5rem, -0.9447997775rem + 5.5617352614vw, 5.625rem) 0;
}
.hot-news .list {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  display: grid;
  gap: 15;
}
.hot-news .list .list-item {
  background: #fff;
  box-shadow: 0 0 clamp(0.5rem, 0.2244160178rem + 0.4449388209vw, 0.75rem) rgba(0, 0, 0, 0.15);
  border-radius: clamp(0.625rem, -0.6151279199rem + 2.0022246941vw, 1.75rem);
  transition: all 0.3s;
}
.hot-news .list .list-item:hover {
  transform: translateY(calc(-1 * clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem)));
}
.hot-news .list .list-item:hover .text h3 {
  color: var(--color-primary);
}
.hot-news .list .list-item .text {
  padding: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem) clamp(0.625rem, -0.752919911rem + 2.2246941046vw, 1.875rem);
  padding-bottom: clamp(0.625rem, -1.4418798665rem + 3.3370411568vw, 2.5rem);
}
.hot-news .list .list-item .text h3 {
  font-size: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
  margin: 0;
  margin-top: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.hot-news .type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hot-news .type span {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #444;
}
.hot-news .type span::before {
  content: "";
  width: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem);
  height: clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem);
  background: var(--color-primary);
  margin-right: clamp(0.375rem, 0.2372080089rem + 0.2224694105vw, 0.5rem);
  transform: skewX(-10deg);
}
.hot-news .type time {
  color: #777777;
}
.hot-news h3 {
  margin: clamp(0.625rem, -1.0285038932rem + 2.6696329255vw, 2.125rem) 0;
  font-size: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  font-weight: normal;
  line-height: 1.6;
  color: #444;
  transition: all 0.3s;
}
.hot-news p {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  color: #777777;
  line-height: 1.6;
}
.hot-news .img {
  padding-top: 56.25%;
  position: relative;
  border-radius: clamp(0.5rem, -0.3267519466rem + 1.3348164627vw, 1.25rem);
  overflow: hidden;
}
.hot-news .img:hover img {
  transform: scale(1.05);
}
.hot-news .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .hot-news .list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0.9375rem, -2.1628197998rem + 5.0055617353vw, 3.75rem);
  }
}
.hot-news .g-more {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}

.contact {
  background: #fff;
  overflow: hidden;
}
.contact .card {
  background: #fff;
  box-shadow: 0 0 clamp(0.5rem, -0.0511679644rem + 0.8898776418vw, 1rem) rgba(0, 0, 0, 0.15);
  border-radius: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  padding: clamp(1.25rem, -2.5392797553rem + 6.1179087875vw, 4.6875rem);
  margin-top: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
}
.contact .card ul {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem);
  margin: 0;
}
.contact .card ul li {
  align-items: center;
  flex-direction: row;
  color: #444;
  line-height: 1.6;
}
.contact .card ul li i {
  flex-shrink: 0;
  margin-right: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
  color: #777777;
  font-size: clamp(1rem, 0.5866240267rem + 0.6674082314vw, 1.375rem);
}
.contact .card .wechat {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
  display: flex;
  align-items: flex-end;
  gap: clamp(0.625rem, -1.4418798665rem + 3.3370411568vw, 2.5rem);
}
.contact .card .wechat span {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #444;
  gap: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
}
.contact .img {
  height: auto;
  width: 54%;
}

.product {
  padding: clamp(1.875rem, -0.1918798665rem + 3.3370411568vw, 3.75rem) 0;
}
.product .g-title {
  margin-bottom: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
}
.product nav ul {
  margin: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem) 0;
}
.product nav ul li:not(:last-child) {
  margin-right: clamp(0.9375rem, -0.7848998888rem + 2.7808676307vw, 2.5rem);
}
.product nav ul li.active a {
  color: var(--color-primary);
}
.product nav ul li.active a::after {
  width: 100%;
  opacity: 1;
  transform: translateX(-50%);
}
.product nav ul li a {
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  color: #444444;
  padding: clamp(0.625rem, 0.2805200222rem + 0.5561735261vw, 0.9375rem) 0;
  position: relative;
  transition: all 0.3s;
}
.product nav ul li a:hover {
  color: var(--color-primary);
}
.product nav ul li a::after {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 0;
  height: 2px;
  background: var(--color-primary);
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .product nav {
    width: 100%;
  }
  .product nav ul {
    width: calc(100% + 15px);
    overflow: scroll;
    scroll-snap-type: x mandatory;
  }
  .product nav ul li {
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .product nav ul li a {
    display: block;
  }
}

.related-solution {
  background: #fff;
  padding-top: clamp(2.5rem, -0.9447997775rem + 5.5617352614vw, 5.625rem);
}
.related-solution .index-solution-map {
  margin-top: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem);
}
.related-solution .index-solution-map img {
  border-radius: clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
}

.service-support {
  background: #fff;
  padding: clamp(1.875rem, -2.258759733rem + 6.6740823137vw, 5.625rem) 0;
}
.service-support ul {
  display: grid;
  gap: clamp(0.9375rem, -0.3715239155rem + 2.1134593993vw, 2.125rem);
  margin-top: clamp(1.25rem, -0.4723998888rem + 2.7808676307vw, 2.8125rem);
}
.service-support ul li {
  padding: clamp(1.25rem, -0.4723998888rem + 2.7808676307vw, 2.8125rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #f6f5fd;
  border-radius: clamp(1rem, 0.0354560623rem + 1.5572858732vw, 1.875rem);
  transition: all 0.3s;
}
.service-support ul li:hover {
  box-shadow: 0 0 clamp(0.5rem, 0.0177280311rem + 0.7786429366vw, 0.9375rem) rgba(0, 0, 0, 0.15);
}
.service-support ul li:hover .more span {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.service-support ul li a {
  color: inherit;
}
.service-support ul li i {
  font-size: clamp(1.5rem, 0.3976640712rem + 1.7797552836vw, 2.5rem);
  color: #666;
}
.service-support ul li h3 {
  font-size: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  margin: clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  margin-top: clamp(0.5rem, 0.0177280311rem + 0.7786429366vw, 0.9375rem);
  font-weight: normal;
}
.service-support ul li p {
  color: #666;
}
.service-support ul li .more {
  margin-top: clamp(1rem, -0.2401279199rem + 2.0022246941vw, 2.125rem);
}
.service-support ul li .more span {
  color: #9f9f9f;
  display: inline-block;
  border-bottom: 1px solid #9f9f9f;
}
@media screen and (min-width: 992px) {
  .service-support ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

.product-detail-bg {
  background: url(../img/cp-bg.webp) no-repeat center center;
  background-size: cover;
}

.product-detail {
  padding: clamp(1.875rem, -2.258759733rem + 6.6740823137vw, 5.625rem) 0;
}
.product-detail .container {
  display: grid;
  gap: clamp(1.25rem, -0.127919911rem + 2.2246941046vw, 2.5rem) 0;
}
.product-detail .tag {
  padding: clamp(0.125rem, -0.0127919911rem + 0.2224694105vw, 0.25rem) clamp(0.9375rem, 0.5930200222rem + 0.5561735261vw, 1.25rem);
  border: 1px solid #9f9f9f;
  display: inline-block;
  border-radius: clamp(1.25rem, 0.5610400445rem + 1.1123470523vw, 1.875rem);
  color: #666;
  margin-bottom: clamp(0.625rem, -0.0639599555rem + 1.1123470523vw, 1.25rem);
}
.product-detail .g-title {
  margin-bottom: clamp(1.25rem, -0.5412958843rem + 2.8921023359vw, 2.875rem);
}
.product-detail .g-content {
  margin-bottom: clamp(1.25rem, -2.883759733rem + 6.6740823137vw, 5rem);
  line-height: 2;
}
.product-detail .img {
  height: clamp(25rem, 11.2208008899rem + 22.2469410456vw, 37.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail .img img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 992px) {
  .product-detail .container {
    grid-template-columns: 1fr 1fr;
  }
}

/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
.h-auto, .service-2 ul li.active p, .service-3 ul li .g-content {
  overflow-y: auto;
  overscroll-behavior: contain;
}
.h-auto::-webkit-scrollbar, .service-2 ul li.active p::-webkit-scrollbar, .service-3 ul li .g-content::-webkit-scrollbar {
  width: 4px;
}
.h-auto::-webkit-scrollbar-track, .service-2 ul li.active p::-webkit-scrollbar-track, .service-3 ul li .g-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.h-auto::-webkit-scrollbar-thumb, .service-2 ul li.active p::-webkit-scrollbar-thumb, .service-3 ul li .g-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
}

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

.g-title h2, .g-title h1 {
  font-size: clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
  font-weight: normal;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.g-title h2.nolabel::before, .g-title h1.nolabel::before {
  display: none;
}
.g-title h2.white, .g-title h1.white {
  color: #fff;
}
.g-title h2.white::before, .g-title h1.white::before {
  background: #fff;
}
.g-title h2.white2, .g-title h1.white2 {
  color: #fff;
}
.g-title h2::before, .g-title h1::before {
  content: "";
  width: clamp(0.375rem, -0.1761679644rem + 0.8898776418vw, 0.875rem);
  height: clamp(1.75rem, 0.5098720801rem + 2.0022246941vw, 2.875rem);
  background: var(--color-primary);
  margin-right: clamp(0.5rem, 0.0177280311rem + 0.7786429366vw, 0.9375rem);
  transform: skewX(-10deg);
}

.g-more.gray {
  position: relative;
  z-index: 2;
}
.g-more.gray a, .g-more.gray button {
  background: #eeeeee;
  color: #999;
  transition: all 0.3s;
  padding: 0 clamp(1.25rem, -0.8168798665rem + 3.3370411568vw, 3.125rem);
}
.g-more.gray a:hover, .g-more.gray button:hover {
  background: var(--color-primary);
  color: #fff;
}
.g-more a, .g-more button {
  padding: 0 clamp(1rem, 0.4488320356rem + 0.8898776418vw, 1.5rem);
  height: clamp(2.375rem, 1.8238320356rem + 0.8898776418vw, 2.875rem);
  background: var(--color-primary);
  border-radius: clamp(1.1875rem, 0.9119160178rem + 0.4449388209vw, 1.4375rem);
  color: #fff;
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.g-more a::after, .g-more a::before, .g-more button::after, .g-more button::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  border-radius: clamp(1.25rem, 0.6988320356rem + 0.8898776418vw, 1.75rem);
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.g-more a:hover::before, .g-more button:hover::before {
  animation: bowen 1.6s linear infinite forwards;
}
.g-more a:hover::after, .g-more button:hover::after {
  animation: bowen 1.6s linear 0.8s infinite forwards;
}
.g-more a i, .g-more button i {
  margin-left: clamp(0.375rem, 0.0994160178rem + 0.4449388209vw, 0.625rem);
}

@keyframes bowen {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3, 1.6);
    opacity: 0;
  }
}
.g-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: clamp(1.25rem, -1.505839822rem + 4.4493882091vw, 3.75rem);
}
.g-pagination li.page-item:first-child > *, .g-pagination li.page-item:last-child > * {
  position: relative;
}
.g-pagination li.page-item:first-child > *::before, .g-pagination li.page-item:last-child > *::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  content: "\e60f";
  font-family: "iconfont" !important;
  font-size: clamp(1rem, 0.8622080089rem + 0.2224694105vw, 1.125rem);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.g-pagination li.page-item:first-child > * {
  transform: rotateY(180deg);
}
.g-pagination li.active.disabled {
  opacity: 1;
}
.g-pagination li.active span {
  background-color: var(--color-primary);
  color: #fff;
}
.g-pagination li.disabled {
  opacity: 0.65;
}
.g-pagination li a,
.g-pagination li span {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: #454545;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
}
.g-pagination li a.active:hover {
  color: #fff;
}
.g-pagination li a:hover {
  color: var(--color-primary);
}

.g-content {
  font-size: clamp(0.875rem, 0.7372080089rem + 0.2224694105vw, 1rem);
  line-height: 1.6;
  color: #666666;
}
.g-content img {
  max-width: 100%;
  height: auto !important;
}
.g-content table {
  max-width: 100% !important;
}
.g-content iframe {
  aspect-ratio: 16/9;
}/*# sourceMappingURL=style.css.map */