/*
Theme Name: UTE
Version: 1.0
Description: Reusable WordPress theme with editable content.
Author: Site Team
*/
@charset "utf-8";

* {
  box-sizing: border-box;
  line-height: 1.55;
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-size: min(16px, 18px);
}


:root {
  /* ute unified brand palette */
  --i_color: #009245;
  --i_color2: #007a3a;
  --brand-ink: #1a1d24;
  --brand-text: #68707c;
  --brand-surface: #f5f6f8;
  --brand-border: #d9dde3;
  --bc_color: #f5f6f8;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.8rem;
  --border_color: rgb(51, 51, 51, 0.2);
  --f_menu_height: 50px;
}


@media screen and (max-width: 1440px) {
  :root {
    --header_height: 0.7rem;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}

.wrap {
  width: 83.33%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  margin-left: 8.335%;
}

.wrap_r {
  margin-right: 8.335%;
}

@media screen and (max-width:1440px) {
  .wrap {
    width: 88%;
  }

  .wrap_l {
    margin-left: 6%;
  }

  .wrap_r {
    margin-right: 6%;
  }
}

@media screen and (max-width: 1024px) {
  .wrap {
    width: 92%;
  }
}

@media screen and (max-width: 1600px) {
  .wrap_l {
    margin-left: 8.335%;
  }

  .wrap_r {
    margin-right: 8.335%;
  }
}

@media screen and (max-width: 1024px) {

  .wrap_l,
  .wrap_r {
    margin-left: 4%;
    margin-right: 4%;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: none;
}

@media screen and (max-width: 1024px) {
  header {
    background: #fff;

  }
}

.TopHeader {
  --header_height: 0.8rem;
  background: #fff;
  box-shadow: 0px 0px 4px #ddd;
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}

.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 90%;
}

.logo img {
  width: 100px;
  height: auto;
  max-width: 100px;
  object-fit: contain;
}

@media screen and (max-width:1440px) {
  .logo img {
    width: 100px;
    max-width: 100px;
  }
}

@media screen and (max-width:1024px) {
  .logo img {
    width: 100px;
    max-width: 100px;
  }
}

@media screen and (max-width:560px) {
  .logo img {
    width: 100px;
    max-width: 100px;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.45rem;
  }

  .i_nav>li {
    position: relative;
  }

  .i_nav>li>a {
    display: block;
    font-size: 17px;
    color: #fff;
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
  }

  .TopHeader .i_nav>li>a {
    color: #333;
  }

  .i_nav>.current-menu-item>a,
  .i_nav>.current-category-ancestor>a,
  .i_nav>.current-post-ancestor>a,
  .i_nav>.current-menu-ancestor>a,
  .i_nav>.current-menu-parent>a,
  .i_nav>li:hover>a,
  .i_nav .curr>a {
    color: var(--i_color) !important;
  }

  .i_nav>li.menu-item-has-children>a {
    padding-right: 24px;
  }

  .i_nav>.menu-item-has-children>a::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url("static/images/arrow_down_hollow_bai.svg") no-repeat center;
    background-size: 100%;
  }

  .TopHeader .i_nav>.menu-item-has-children>a::before {
    background: url("static/images/arrow_down_hollow_hei.svg") no-repeat center;
    background-size: 100%;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    border-bottom: 2px solid var(--i_color);
  }

  .i_nav .sub-menu li {
    position: relative;
    padding: 0 0.3rem;
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav .sub-menu a {
    color: #333;
    display: block;
    font-size: 0.15rem;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav .sub-menu>li:hover {
    background: var(--i_color);
  }

  .i_nav .sub-menu>li:hover>a {
    color: #fff;
  }

  /* 箭头 */
  .i_nav .sub-menu li.menu-item-has-children {
    position: relative;
  }

  .i_nav .sub-menu li.menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='m19 12l12 12l-12 12'/%3E%3C/svg%3E") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  /* 三级 */
  .i_nav .sub-menu ul {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 80%;
    background-color: var(--bc_color);
  }

  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.36rem;
  }

  .i_nav>li>a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.3rem;
  }

  .i_nav>li>a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--header_height);
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
  }

  .i_nav a {
    display: block;
  }

  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }

  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }

  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav>li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }

  .i_nav>.menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    box-sizing: border-box;
    background: url(static/images/arrow_down_hollow_hei.svg) no-repeat center;
    background-size: 0.18rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .i_nav>.menu-item-has-children span.on {
    transform: rotate(180deg);
  }

  .i_nav>li>a {
    padding: 0 0.2rem;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    line-height: 45px;
  }


  .i_nav>li>.sub-menu {
    display: none;
  }

  .i_nav>li>.sub-menu li {
    position: relative;
  }

  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }

  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }
}

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
}

.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  background: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}

.nav_menu::before {
  top: 0;
}

.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}

.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}

@media screen and (max-width: 1024px) {
  .nav_menu {
    display: block !important;
    margin-left: 0.2rem;
  }
}

.top_r {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}



.top_search_ico {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #fff;
}

/* search main */
.top_search {
  --search_height: 0.38rem;
}

.top_search {
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.16rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}

.top_search.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}

.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}

.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}

.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color) url(static/images/search.svg) no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

.language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}

.language p {
  position: relative;
  cursor: pointer;
  width: 0.3rem;
  height: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0.2rem;
  font-size: 0.24rem !important;
  color: #fff;
}

.TopHeader .language p,
.TopHeader .top_search_ico {
  color: #333;
}

.language p.on {
  color: var(--i_color);
}

.language p.on::before {
  border-top-color: var(--i_color);
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 1.5rem;
  right: 0;
  background: #fff;
  z-index: 2016;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
}

.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}

.language_list dt>h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}

.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;
  padding: 0.06rem 0;
}

.lang_list span img {
  display: none;
}

.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}

.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.lang_list li:hover .trp-ls-language-name::after,
.curr_lang .trp-ls-language-name::after {
  display: block;
}

.lang_list li:hover .trp-ls-language-name,
.curr_lang .trp-ls-language-name {
  color: var(--i_color);
}

.top_cont {
  position: relative;
}

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

.top_quote {
  display: table;
  padding: 6px 0.2rem;
  color: #fff;
  background: var(--i_color);
  font-size: 16px;
  border-radius: 4px;
  margin-left: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .top_quote {
    padding: 4px 0.16rem;
    font-size: 14px;

  }
}

@media screen and (max-width: 560px) {
  .top_quote {
    padding: 4px 0.16rem;
    font-size: 12px;

  }
}

@media screen and (max-width: 1024px) {
  .full_header {
    margin-top: var(--header_height);
  }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .top_search.on {
    top: var(--header_height);
  }

  .top_r {
    margin-left: auto;
  }

  .top_search_ico {
    margin-right: 0.2rem;
  }

  .top_search_ico::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }

  .top_search {
    padding: 0.12rem 0;
  }
}

@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 560px) {}

header,
.top_cont,
.logo,
.logo img,
.i_nav>li,
.i_nav>li>a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/* =========================================================
   ute HEADER MEGA MENU
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.ute_mega_menu,
.drop_cont {
  position: fixed;
  top: var(--header_height);
  left: 0;
  z-index: 9998;

  width: 100%;
  max-height: calc(100vh - var(--header_height));

  overflow-x: hidden;
  overflow-y: auto;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  background: #f5f6f8;

  border-top: 1px solid rgba(20, 28, 38, .06);

  box-shadow:
    0 20px 45px rgba(20, 28, 38, .08);

  transform: translateY(8px);

  transition:
    opacity .25s ease,
    transform .25s ease,
    visibility .25s ease;
}


.ute_mega_menu.is_open,
.drop_cont.is_open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;

  transform: translateY(0);
}



/* =========================================================
   STANDARD MEGA PANEL
========================================================= */

.ute_mega_panel {
  display: none;

  grid-template-columns:
    minmax(0, 1.3fr) minmax(380px, .8fr);

  min-height: 440px;
}


.ute_mega_panel.is_active {
  display: grid;
}



/* =========================================================
   MEGA LEFT
========================================================= */

.ute_mega_left {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;

  min-width: 0;

  padding:
    52px clamp(50px, 5vw, 100px) 52px 0;
}


.ute_mega_left::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  opacity: .025;

  background:
    radial-gradient(circle at 15% 20%,
      var(--i_color, #009245) 0 2px,
      transparent 3px);

  background-size: 80px 80px;
}


.ute_mega_head,
.ute_mega_links,
.ute_mega_more {
  position: relative;
  z-index: 1;
}



/* =========================================================
   MEGA HEADING
========================================================= */

.ute_mega_head>span {
  display: block;

  margin-bottom: 12px;

  color: var(--i_color, #009245);

  font-size: 11px;
  font-weight: 650;
  line-height: 1.2;

  letter-spacing: 1.8px;

  text-transform: uppercase;
}


.ute_mega_head h2 {
  margin: 0;

  color: #20242c;

  font-size: clamp(27px, 2vw, 36px);
  font-weight: 650;
  line-height: 1.15;

  letter-spacing: -.7px;
}


.ute_mega_head p {
  max-width: 610px;

  margin: 13px 0 0;

  color: #777d86;

  font-size: 14px;
  line-height: 1.7;
}



/* =========================================================
   MEGA LINK GRID
========================================================= */

.ute_mega_links {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 0 40px;

  margin-top: 28px;

  padding-top: 24px;

  border-top:
    1px solid rgba(30, 36, 44, .10);
}


.ute_mega_links a {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 42px;

  padding:
    8px 18px 8px 0;

  color: #292e35;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;

  text-decoration: none;

  transition:
    color .25s ease,
    padding-left .25s ease;
}


.ute_mega_links a::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 0;

  width: 0;
  height: 1px;

  background:
    var(--i_color, #009245);

  transform:
    translateY(-50%);

  transition:
    width .25s ease;
}


.ute_mega_links a:hover,
.ute_mega_links a:focus-visible {
  padding-left: 19px;

  color:
    var(--i_color, #009245);
}


.ute_mega_links a:hover::before,
.ute_mega_links a:focus-visible::before {
  width: 11px;
}



/* =========================================================
   MEGA CTA
========================================================= */

.ute_mega_more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  width: min(100%, 250px);
  min-height: 52px;

  margin-top: 25px;

  padding: 0 20px;

  color: #fff;

  background:
    var(--i_color, #009245);

  font-size: 13px;
  font-weight: 550;

  text-decoration: none;

  transition:
    background-color .25s ease,
    box-shadow .25s ease;
}


.ute_mega_more:hover,
.ute_mega_more:focus-visible {
  color: #fff;

  background: #a90b15;

  box-shadow:
    0 10px 24px rgba(200, 16, 29, .15);
}


.ute_mega_arrow {
  font-size: 17px;

  transition:
    transform .25s ease;
}


.ute_mega_more:hover .ute_mega_arrow,
.ute_mega_more:focus-visible .ute_mega_arrow {
  transform:
    translateX(4px);
}



/* =========================================================
   MEGA IMAGE
========================================================= */

.ute_mega_visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;

  padding:
    45px 0 45px clamp(40px, 4.5vw, 80px);

  border-left:
    1px solid rgba(30, 36, 44, .07);
}


.ute_mega_visual::before {
  content: "";

  position: absolute;

  top: 50%;
  right: 0;

  width: 75%;
  height: 70%;

  pointer-events: none;

  background:
    radial-gradient(circle,
      rgba(200, 16, 29, .045),
      transparent 68%);

  transform:
    translateY(-50%);
}


.ute_mega_visual img {
  position: relative;
  z-index: 1;

  display: block;

  width: 100%;
  max-width: 520px;

  aspect-ratio: 4 / 3;

  object-fit: cover;

  background: #e7e9ec;

  transition:
    transform .4s ease,
    box-shadow .4s ease;
}


.ute_mega_visual:hover img {
  transform:
    translateY(-3px);

  box-shadow:
    0 18px 45px rgba(20, 28, 38, .09);
}



/* =========================================================
   NAV ACTIVE LINE
========================================================= */

.mega_menu_trigger>a,
.drop_p>a {
  position: relative;
}


.mega_menu_trigger>a::after,
.drop_p>a::after {
  content: "";

  position: absolute;

  bottom: -1px;
  left: 50%;

  width: 0;
  height: 2px;

  background:
    var(--i_color, #009245);

  transform:
    translateX(-50%);

  transition:
    width .25s ease;
}


.mega_menu_trigger:hover>a::after,
.mega_menu_trigger.mega_active>a::after,
.mega_menu_trigger.current-menu-item>a::after,
.drop_p:hover>a::after,
.drop_p.mega_active>a::after,
.drop_p.current-menu-item>a::after {
  width: 24px;
}



/* =========================================================
   SOLUTIONS
========================================================= */

.drop_p .sub-menu {
  display: none !important;
}


.drop_cont {
  padding:
    38px 0 42px;
}



/* =========================================================
   SOLUTIONS HEADER
========================================================= */

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

  gap: 50px;

  padding-bottom: 26px;

  border-bottom:
    1px solid rgba(30, 36, 44, .10);
}


.solutions_heading .i_tit {
  margin-bottom: 12px;
}


.solutions_heading p {
  max-width: 720px;

  margin: 0;

  color: #777d86;

  font-size: 14px;
  line-height: 1.7;
}


.solutions_all {
  flex: none;

  display: inline-flex;
  align-items: center;

  gap: 14px;

  padding: 10px 0;

  color: #20242c;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;

  text-decoration: none;

  transition:
    color .25s ease;
}


.solutions_all span {
  color:
    var(--i_color, #009245);

  font-size: 18px;

  transition:
    transform .25s ease;
}


.solutions_all:hover,
.solutions_all:focus-visible {
  color:
    var(--i_color, #009245);
}


.solutions_all:hover span,
.solutions_all:focus-visible span {
  transform:
    translateX(4px);
}



/* =========================================================
   SOLUTIONS GRID
========================================================= */

.solutions_grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  padding-top: 32px;
}


.solutions_item {
  position: relative;

  min-width: 0;

  padding:
    0 28px;
}


.solutions_item:first-child {
  padding-left: 0;
}


.solutions_item:last-child {
  padding-right: 0;
}


.solutions_item:not(:last-child)::after {
  content: "";

  position: absolute;

  top: 0;
  right: 0;

  width: 1px;
  height: 100%;

  background:
    rgba(30, 36, 44, .10);
}



/* =========================================================
   SOLUTION INDEX
========================================================= */

.solutions_item_index {
  margin-bottom: 12px;

  color:
    var(--i_color, #009245);

  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;

  letter-spacing: 1.5px;
}



/* =========================================================
   SOLUTION TITLE
========================================================= */

.solutions_item h3 {
  position: relative;

  margin:
    0 0 23px;

  color: #20242c;

  font-size:
    clamp(20px, 1.4vw, 23px);

  font-weight: 700;
  line-height: 1.3;
}


.solutions_item h3::after {
  content: "";

  position: absolute;

  bottom: -9px;
  left: 0;

  width: 30px;
  height: 2px;

  background:
    var(--i_color, #009245);

  transform:
    scaleX(0);

  transform-origin:
    left center;

  transition:
    transform .3s ease;
}


.solutions_item:hover h3::after {
  transform:
    scaleX(1);
}


.solutions_item h3 a {
  padding: 0;

  color: inherit;

  font-size: inherit;
  line-height: inherit;
}


.solutions_item h3 a::before {
  display: none;
}


.solutions_item h3 a:hover,
.solutions_item h3 a:focus-visible {
  padding-left: 0;

  color:
    var(--i_color, #009245);
}



/* =========================================================
   SOLUTION DESCRIPTION
========================================================= */

.solutions_item>p {
  min-height: 44px;

  margin:
    -5px 0 18px;

  color: #8b9098;

  font-size: 13px;
  line-height: 1.6;
}



/* =========================================================
   SOLUTION LINKS
========================================================= */

.solutions_item ul {
  margin: 0;
  padding: 0;

  list-style: none;
}


.solutions_item li {
  margin-bottom: 10px;
}


.solutions_item li:last-child {
  margin-bottom: 0;
}


.solutions_item a {
  position: relative;

  display: inline-block;

  padding-left: 0;

  color: #666c74;

  font-size: 14px;
  line-height: 1.45;

  text-decoration: none;

  transition:
    color .25s ease,
    padding-left .25s ease;
}


.solutions_item a::before {
  content: "";

  position: absolute;

  top: 50%;
  left: 0;

  width: 0;
  height: 1px;

  background:
    var(--i_color, #009245);

  transform:
    translateY(-50%);

  transition:
    width .25s ease;
}


.solutions_item a:hover,
.solutions_item a:focus-visible {
  padding-left: 17px;

  color:
    var(--i_color, #009245);
}


.solutions_item a:hover::before,
.solutions_item a:focus-visible::before {
  width: 10px;
}



/* =========================================================
   ACCESSIBILITY
========================================================= */

.ute_mega_menu a:focus-visible,
.drop_cont a:focus-visible {
  outline:
    2px solid var(--i_color, #009245);

  outline-offset: 3px;
}



/* =========================================================
   <= 1440
========================================================= */

@media screen and (max-width: 1440px) {

  .ute_mega_left {
    padding-right: 50px;
  }


  .ute_mega_links {
    gap:
      0 28px;
  }


  .solutions_item {
    padding:
      0 20px;
  }

}



/* =========================================================
   <= 1200
========================================================= */

@media screen and (max-width: 1200px) {

  .ute_mega_panel {
    grid-template-columns:
      minmax(0, 1.2fr) minmax(320px, .72fr);
  }


  .ute_mega_left {
    padding-right: 40px;
  }


  .ute_mega_visual {
    padding-left: 35px;
  }


  .ute_mega_links {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }


  .solutions_heading {
    gap: 30px;
  }


  .solutions_item {
    padding:
      0 16px;
  }


  .solutions_item>p {
    font-size: 12px;
  }


  .solutions_item a {
    font-size: 13px;
  }

}



/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 991px) {

  .ute_mega_menu,
  .drop_cont {
    display: none !important;
  }

}



/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .ute_mega_menu,
  .ute_mega_menu *,
  .drop_cont,
  .drop_cont * {
    transition-duration:
      .01ms !important;
  }

}


.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.banner .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.banner .swiper-slide {
  width: 100%;
  height: 0;
  padding-bottom: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .swiper-slide video {
  position: absolute;
  left: -50px;
  top: 0;
  width: calc(100% + 100px);
  height: 102% !important;
  object-fit: cover;
  z-index: 2;
}

.banner-button-prev,
.banner-button-next {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  border: 1px solid var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 0.3rem;
  color: #fff;
}

.banner-button-prev {
  left: -0.5rem;
}

.banner-button-next {
  right: -0.5rem;
}

.banner:hover .banner-button-prev {
  left: 3%;
}

.banner:hover .banner-button-next {
  right: 3%;
}

.banner-button-prev:hover,
.banner-button-next:hover {
  background-color: #fff;
  color: var(--i_color);
}

.banner-pagination {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0.4rem;
  text-align: center;
  z-index: 2;
}

.banner-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin: 0 8px;
  background: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}

.banner-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--i_color);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.banner-pagination .swiper-pagination-bullet-active::after {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}

.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {

  .banner-button-prev,
  .banner-button-next {
    display: none;
  }

  .banner-pagination {
    bottom: 0.2rem;
  }


}

/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner .swiper-slide-active img {
  transform: scale(1.08);
}


.banner_content span {
  display: inline-flex;
  align-items: center;
  gap: .12rem;
  margin-bottom: .2rem;
  font-size: .16rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--i_color);
}

.banner_content span::before {
  content: "";
  width: .5rem;
  height: 1px;
  background: var(--i_color);
}

.banner_content p {
  margin-top: .25rem;
  max-width: 6.5rem;
  font-size: .19rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, .85);
}

.banner_btn {
  display: flex;
  gap: .18rem;
  margin-top: .45rem;
}

.banner_btn>.site_cta {
  align-self: center;
}

.banner_btn>a:not(.site_cta) {
  height: .56rem;
  padding: 0 .35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  font-weight: 600;
  transition: .35s;
}

.banner_btn>a:not(.site_cta) {
  background: var(--i_color);
  color: #fff;
}

.banner_btn>a:not(.site_cta):hover {
  transform: translateY(-3px);
    background: #007a3a;
}

.banner_data {
  display: flex;
  gap: .6rem;
  margin-top: .55rem;
}

.banner_data li {
  position: relative;
}

.banner_data li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -.3rem;
  transform: translateY(-50%);
  width: 1px;
  height: .45rem;
  background: rgba(255, 255, 255, .2);
}

.banner_data strong {
  display: block;
  font-size: .34rem;
  font-weight: 700;
  color: var(--i_color);
  line-height: 1;
}

.banner_data p {
  margin-top: .08rem;
  font-size: .14rem;
  color: rgba(255, 255, 255, .75);
  line-height: 1.5;
}

.banner_center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner_center span {
  justify-content: center;
}

.banner_center h3,
.banner_center p {
  margin-left: auto;
  margin-right: auto;
}

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

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

.banner_center span::before {
  display: inline-block;
}

.banner_center span::after {
  content: "";
  width: .5rem;
  height: 1px;
  background: var(--i_color);
}

.banner_center h2,
.banner_center h3,
.banner_center p,
.banner_center span {
  text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

@media screen and (max-width: 1440px) {


  .banner_content p {
    font-size: .16rem;
    max-width: 6rem;
  }

  .banner_btn {
    margin-top: .35rem;
  }

  .banner_data {
    margin-top: .4rem;
  }
}


@media screen and (max-width: 1024px) {

  .banner .wrap {
    width: 90%;
  }


  .banner_content span {
    font-size: .14rem;
    margin-bottom: .15rem;
  }

  .banner_content span::before,
  .banner_center span::after {
    width: .35rem;
  }

  .banner_content p {
    font-size: .15rem;
    line-height: 1.6;
    margin-top: .18rem;
  }

  .banner_btn {
    margin-top: .3rem;
  }

  .banner_btn>a:not(.site_cta) {
    height: .48rem;
    padding: 0 .25rem;
    font-size: .14rem;
  }

  .banner_data {
    display: none;
  }
}


@media screen and (max-width: 767px) {

  .banner .wrap {
    width: 90%;
  }


  .banner_content span {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .banner_content span::before,
  .banner_center span::after {
    width: 25px;
  }

  .banner_content p {
    display: none;
  }

  .banner_btn {
    justify-content: flex-start;
    margin-top: 25px;
    gap: 12px;
  }

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

  .banner_btn>a:not(.site_cta) {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }

  .banner_btn {
    flex-wrap: wrap;
  }

  .banner_data {
    display: none;
  }
}



/* ==================== FOOTER 2026 ==================== */
.site_footer_2026 {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #1a1d24;
  background: none;
  background-size: cover;
  min-height: 600px;
}



.site_footer_mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 246, 248, .68), rgba(245, 246, 248, .6));
}

.site_footer_inner {
  position: relative;
  flex: 1 1 auto;
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 72px;
}


.site_footer_heading .footer_logo {
  display: inline-block;
  margin-bottom: 24px;
}

.site_footer_heading .footer_logo img {
  display: block;
  width: 280px;
  max-width: 100%;
  height: auto;
}

.site_footer_heading .footer_intro {
  max-width: 480px;
  margin: 0 0 28px;
  color: #404754;
  font-size: 16px;
  line-height: 1.8;
}

.footer_certification {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footer_certification span {
  position: relative;
  padding-left: 14px;
  color: #3f4651;
  font-size: 13px;
  line-height: 1.6;
}

.footer_certification span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--i_color);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .site_footer_heading .footer_logo img {
    width: 210px;
  }

  .site_footer_heading .footer_intro {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .footer_certification {
    gap: 6px 18px;
  }

  .footer_certification span {
    font-size: 14px;
  }
}

.site_footer_grid {
  display: grid;
  grid-template-columns: 1.25fr .65fr .9fr 1.2fr;
  gap: 54px;
  padding-top: 38px;
}

.site_footer_grid h3 {
  margin: 0 0 22px;
  color: #1a1d24;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.site_footer_contact ul,
.site_footer_nav ul,
.site_footer_products ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site_footer_contact li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  margin: 0 0 15px;
  color: #3e4651;
}

.site_footer_contact iconify-icon {
  margin-top: 3px;
  color: var(--i_color);
  font-size: 17px;
}

.site_footer_contact a,
.site_footer_contact span,
.site_footer_nav a,
.site_footer_products a {
  color: #404754;
  font-size: 16px;
  line-height: 1.65;
  transition: .25s;
}

.site_footer_nav li,
.site_footer_products li {
  margin-bottom: 10px;
}

.site_footer_nav ul ul {
  display: none;
}

.site_footer_nav a:hover,
.site_footer_products a:hover,
.site_footer_contact a:hover {
  color: var(--i_color);
}

.site_footer_social {
  display: flex;
  gap: 9px;
  margin-top: 26px;
}

.site_footer_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid rgba(26, 29, 36, .2);
  color: var(--i_color);
}

.site_footer_social a iconify-icon {
  color: inherit;
}

.site_footer_social a:hover,
.site_footer_social a:focus-visible {
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
  transform: translateY(-2px);
}


.site_footer_bottom {
  position: relative;
  flex: 0 0 auto;
  z-index: 2;
  min-height: 68px;
  background: #26282d;
}



.site_footer_bottom .wrap {
  min-height: 68px;
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(120px, 1fr);
  gap: 30px;
  align-items: center;
}

.site_footer_logo {
  width: 145px;
}

.site_footer_logo img {
  display: block;
  width: 100%;
  filter: brightness(0) invert(1);
}

.site_footer_bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
}

.site_footer_bottom_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px 18px;
  color: rgba(255, 255, 255, .7);
}

.site_footer_bottom_meta span,
.site_footer_bottom_meta a {
  font-size: 14px;
  line-height: 1.45;
}

.site_footer_bottom_meta a {
  color: #fff;
  font-size: 14px !important;
}

.site_footer_bottom_meta a:hover {
  opacity: .72;
}

@media screen and (max-width:1100px) {
  .site_footer_2026 {
    height: auto;
  }

  .site_footer_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:767px) {
  .site_footer_2026 {
    height: auto;
    min-height: 0;
  }

  .site_footer_inner {
    flex: 0 0 auto;
    padding-top: 58px;
    padding-bottom: 50px;
  }

  .site_footer_grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site_footer_nav,
  .site_footer_products {
    display: none;
  }

  .site_footer_bottom .wrap {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 20px 0;
  }

  .site_footer_bottom_meta {
    justify-content: flex-start;
  }
}

div.wpforms-container-full input[type="text"]:focus {
  box-shadow: none !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
}

.wpforms-hidden {
  display: none;
}

/* -----------------公用样式----------------- */
.i_tit {
  text-align: center;
  max-width: 8rem;
  margin: 0 auto .55rem;
  position: relative;
  z-index: 10;
}

/* 主标题 */
.i_tit h2 {
  position: relative;
  margin-bottom: .22rem;
  padding-bottom: .18rem;
  color: var(--i_color2);
  font-size: .38rem;
  line-height: 1.16;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.i_tit h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: .7rem;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,
      transparent,
      var(--i_color),
      transparent);
  border-radius: 999px;
}

.i_tit p {
  margin: 0 auto;
  font-size: .17rem;
  line-height: 1.75;
  color: #666;
}

/* 左对齐版本 */
.i_tit.left {
  text-align: left;
  margin: 0 0 .55rem;
}

.i_tit.left p {
  margin: 0;
}

.i_tit.left h2::after {
  left: 0;
  transform: none;
}

/* row_tit 兼容 */
.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .3rem;
}

.row_tit .i_tit {
  margin: 0;
}

/* 平板 */
@media screen and (max-width:1024px) {
  .i_tit {
    max-width: 7rem;
    margin-bottom: .5rem;
  }

  .i_tit h2 {
    font-size: .36rem;
  }

  .i_tit p {
    font-size: .16rem;
  }
}

/* 手机 */
@media screen and (max-width:768px) {
  .i_tit {
    max-width: 100%;
    margin-bottom: .38rem;
  }

  .i_tit h2 {
    margin-bottom: .18rem;
    padding-bottom: .15rem;
    font-size: .32rem;
  }

  .i_tit h2::after {
    width: .52rem;
    height: 2px;
  }

  .i_tit p {
    max-width: 100%;
    font-size: .15rem;
    line-height: 1.7;
  }
}

.row_tit {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.row_tit .i_tit {
  margin: 0
}

.bc {
  background: var(--bc_color);
}

.i_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .12rem;
  min-width: 2rem;
  height: .58rem;
  padding: 0 .35rem;
  background: var(--i_color);
  color: #fff;
  font-size: .16rem;
  font-weight: 600;
  transition: .35s;
  position: relative;
  overflow: hidden;
}

.i_btn:hover {
  transform: translateY(-3px);
  background: #007a3a;
  color: #fff;
}

.i_btn.line {
  background: transparent;
  border: 1px solid var(--i_color2);
  color: var(--i_color2);
}

.i_btn.line:hover {
  background: var(--i_color2);
  color: #fff;
}

.more {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--i_color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}

.more iconify-icon {
  font-size: 24px;
  transition: all 0.4s ease;
}

.more:hover {
  background: #e2b576;
  transform: translateX(6px);
}

.more:hover iconify-icon {
  transform: translateX(3px);
}

/* Breadcrumb */
.in_position {
  position: relative;
}

.in_position .wrap {
  padding: 0.2rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}

.in_position a:first-child {
  padding-left: 0.34rem;
}

.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--i_color) url("data:image/svg+xml,%3Csvg xmlns=\"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\" width=\"80\" height=\"80\" viewBox=\"0 0 2048 2048\"%3E%3Cpath fill=\"white\" d=\"m1024 165l941 942l-90 90l-83-82v805h-640v-640H896v640H256v-805l-83 82l-90-90l941-942zm640 1627V987l-640-640l-640 640v805h384v-640h512v640h384z\"%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-size: 14px;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}

.in_position a:last-child {
  color: var(--i_color) !important;
}

.in_position a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }

  .in_position a {
    font-size: 14px;
  }
}

@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }

  .in_position a {
    font-size: 14px;
  }
}

/*-----产品页面-------*/

/* 产品分类菜单 */
.p_nav_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  width: 100%;
  margin: 0;

}



.p_nav_list li {
  flex: 0 0 calc((100% - 100px) / 6);
  margin: 0;
  padding: 0;
}

.p_nav_list li:last-child:nth-child(6n + 1) {
  margin-left: auto;
  margin-right: auto;
}

.p_nav_list li a {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 70px;
  padding: 15px 20px;

  background: #f0f0f0;

  color: #292929;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;

  box-sizing: border-box;

  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

/* hover */
.p_nav_list li a:hover {
  background: #c9080d;
  color: #fff;
}

.p_nav_list li.current-cat a,
.p_nav_list li.active a {
  background: #c9080d;
  color: #fff;
}


/* =========================
   平板
========================= */
@media (max-width: 1200px) {

  .p_nav_list {
    gap: 16px;
  }

  .p_nav_list li {
    flex: 0 0 calc((100% - 32px) / 3);
  }

  .p_nav_list li:last-child:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: 0;
  }

  .p_nav_list li a {
    min-height: 66px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {

  .p_nav_list {
    gap: 10px;
    padding: 45px 0 30px;
  }


  .p_nav_list li {
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .p_nav_list li:last-child:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: 0;
  }

  .p_nav_list li a {
    min-height: 60px;
    padding: 10px;
    font-size: 15px;
  }
}

.in_cat_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 60px 0 0;
}

.in_cat_list>li {
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e8ec;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.in_cat_list>li:hover {
  transform: translateY(-5px);
  border-color: #d8dce2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.in_cat_list>li>a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* 图片区域 */
.in_cat_list .img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f5f6;
}

.in_cat_list .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.in_cat_list>li:hover .img img {
  transform: scale(1.04);
}

/* 标题 */
.in_cat_list h3 {
  margin: 0;
  padding: 22px 24px 0;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: #172033;
  transition: color 0.3s ease;
}

.in_cat_list>li:hover h3 {
  color: #d60812;
}

/* 描述 */
.in_cat_list .txt {
  padding: 12px 24px 24px;
  font-size: 14px;
  line-height: 1.75;
  color: #68717d;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/* 平板：一行2个 */
@media (max-width: 991px) {
  .in_cat_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .in_cat_list h3 {
    font-size: 19px;
    padding: 18px 20px 0;
  }

  .in_cat_list .txt {
    padding: 10px 20px 20px;
  }
}

/* 手机：一行1个 */
@media (max-width: 600px) {
  .in_cat_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .in_cat_list h3 {
    font-size: 18px;
  }

  .in_cat_list .txt {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}

/*产品分类页*/
.in_tit {
  padding-top: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 10px;
}

.in_tit h6 {
  font-size: 0.3rem;
  font-weight: 400;
  color: var(--i_color);
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .in_tit h6 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_tit h6 {
    font-size: 0.2rem;
  }
}

.p_decription {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.p_decription .img {
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
}

.p_decription .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.p_decription .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p_decription .txt {
  width: 47%;
}

.p_decription .text {
  color: #333;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}

.p_decription .text * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}

.p_decription .text::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.p_decription .text::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.p_decription .text::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .p_decription .text {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }

  .p_decription .text * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_decription .text {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }

  .p_decription .text * {
    font-size: 14px;
    line-height: 20px;
  }
}

.p_decription h6 {
  font-weight: 400;
  color: var(--i_color);
  padding-bottom: 0.1rem;
  font-size: 0.36rem;
  position: relative;
}

.p_decription h6::after {
  content: "";
  width: 60px;
  height: 5px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .p_decription h6 {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_decription h6 {
    font-size: 0.22rem;
  }

  .p_decription .txt,
  .p_decription .img {
    width: 100%;
  }
}

.c_name {
  font-size: 0.28rem;
  color: #333;
  font-weight: 400;
}

.glass-showcase {
  position: relative;
  background: #f4f5f6;
  overflow: hidden;
}

.glass-showcase .wrap {
  position: relative;
}

.glass-showcase-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
}

.glass-showcase-content {
  position: relative;
  z-index: 2;
}

.glass-title h2 {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
  color: var(--i_color2);
  letter-spacing: -1px;
}

.glass-showcase-content h3 {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  font-style: italic;
  color: #444;
}

.glass-showcase-content p {
  max-width: 720px;
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.75;
  color: #4b4b4b;
}

.glass-feature-list {
  margin: 0 0 58px;
  padding: 0;
  list-style: none;
}

.glass-feature-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #4a4a4a;
}

.glass-feature-list li .iconify {
  flex: 0 0 auto;
  font-size: 20px;
  color: var(--i_color2);
}

.glass-btns {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.glass-btn {
  min-width: 300px;
  height: 60px;
  padding: 0 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  transition: all 0.35s ease;
}

.glass-btn.primary {
  background: var(--i_color);
  border: 2px solid var(--i_color);
  color: #fff;
}

.glass-btn.primary:hover {
  background: var(--i_color2);
  border-color: var(--i_color2);
}

.glass-showcase-img {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.glass-showcase-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 自适应 */
@media screen and (max-width: 1440px) {
  .glass-showcase-content h3 {
    font-size: 18px;
  }

  .glass-btn {
    min-width: 260px;
    height: 68px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .glass-showcase-inner {
    gap: 50px;
  }

  .glass-title h2 {
    font-size: 30px;
  }

  .glass-showcase-content p,
  .glass-feature-list {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 992px) {
  .glass-showcase-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .glass-showcase-img {
    order: -1;
  }

  .glass-title h2 {
    font-size: 24px;
  }

  .glass-showcase-content h3 {
    font-size: 18px;
  }

  .glass-feature-list li {
    font-size: 15px;
  }
}

@media screen and (max-width: 576px) {
  .glass-title h2 {
    font-size: 20px;
  }

  .glass-showcase-content p {
    font-size: 16px;
    line-height: 1.65;
  }

  .glass-feature-list li {
    align-items: flex-start;
  }

  .glass-feature-list li .iconify {
    margin-top: 2px;
    font-size: 18px;
  }

  .glass-btns {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .glass-btn {
    width: 100%;
    min-width: auto;
    height: 58px;
    font-size: 17px;
  }
}


.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.p_nav {
  width: 28%;
  margin-right: auto;
  padding: 0.2rem;
  background-color: var(--bc_color);
}

.p_nav .tit h5 {
  font-size: 0.24rem;
}

.p_nav .tit {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid var(--border_color);
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .p_nav .tit h5 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav .tit h5 {
    font-size: 0.2rem;
  }

  .p_nav .tit {
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* 折叠面板 */
.p_menu_list {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 0.5em;
  list-style: none;
}

.p_menu_list li {
  position: relative;
}

.p_menu_list li a {
  position: relative;
  line-height: 100%;
  font-size: 0.18rem;
  padding: 0.14rem 2%;
  display: block;
  box-sizing: border-box;
  text-transform: capitalize;
}

.p_menu_list ul {
  padding: 0;
  display: none;
  overflow: hidden;
}

.p_menu_list ul li {
  margin: 0;
  padding: 0;
  clear: both;
}

.p_menu_list ul li a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  outline: 0;
  color: #333;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

.p_menu_list ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--i_color);
  position: absolute;
  left: -8px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list>li:hover>a,
.p_menu_list>li.active>a,
.p_menu_list>li.current-cat>a {
  color: var(--i_color);
}

.p_menu_list>li.active>a,
.p_menu_list>li.current-cat>a {
  font-weight: bold;
}

.p_menu_list ul li:hover a,
.p_menu_list ul li.active a {
  color: var(--i_color);
  margin-left: 0.1rem;
}

.p_menu_list ul li:hover a::after,
.p_menu_list ul li.active a::after {
  left: 0;
  opacity: 1;
}

.p_menu_list ul ul li a {
  color: #333;
  padding-left: 40px;
}

.p_menu_list ul ul li a:hover {
  color: var(--i_color);
}

.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0.16rem;
  right: 3%;
  z-index: 3;
  width: 20px;
  height: 20px;
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p_menu_list>li:hover>span,
.p_menu_list>li.active>span {
  color: var(--i_color);
}

.p_menu_list ul li i {
  position: absolute;
  left: -0.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 0.3rem;
  background: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p_menu_list ul li:hover i,
.p_menu_list ul li.active i {
  left: 0;
}

.p_nav .img {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .p_nav {
    padding: 0.2rem 0.3rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p_menu_list li a {
    padding: 0.1rem;
    font-size: 14px;
  }

  .p_menu_list ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  .p_nav {
    max-height: 300px;
    overflow-y: auto;
  }

  .p_nav .tit {
    display: none;
  }
}

.in_c_name h1 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}

@media screen and (max-width: 1440px) {
  .in_c_name h1 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_c_name h1 {
    font-size: 0.22rem;
  }
}

.in_c_name article {
  margin: 0.1rem 0 0.2rem;
  color: #666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  max-height: calc(0.24rem * 6);
  overflow-y: auto;
  padding-right: 2%;
}

.in_c_name article * {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.24rem;
}

.in_c_name article::-webkit-scrollbar {
  width: 2px;
  border-radius: 3px;
}

.in_c_name article::-webkit-scrollbar-track {
  width: 1px;
  background-color: #d8d8d8;
}

.in_c_name article::-webkit-scrollbar-thumb {
  background-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .in_c_name article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 6);
  }

  .in_c_name article * {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 560px) {
  .in_c_name article {
    line-height: 20px;
    max-height: calc(20px * 8);
  }
}

.in_p_r {
  margin-left: auto;
  width: 68%;
}

.in_p_r a {
  position: relative;
}

.in_p_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.in_p_list>li {
  min-width: 0;
  background: #fff;
  border: 1px solid #e5e8ec;
  overflow: hidden;
  transition: transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.in_p_list>li:hover {
  transform: translateY(-5px);
  border-color: #d8dce2;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.in_p_list>li>a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

/* 图片 */
.in_p_list .img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f6f8;
}

.in_p_list .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.in_p_list>li:hover .img img {
  transform: scale(1.04);
}

/* 标题 */
.in_p_list h6 {
  margin: 0;
  padding: 22px 24px 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #172033;
  transition: color 0.3s ease;
}

.in_p_list>li:hover h6 {
  color: #d60812;
}

/* 简介 */
.in_p_list .txt {
  margin-top: 12px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 1.75;
  color: #68717d;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* Read More */
.in_p_list .home_news_read {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  margin-top: auto;
  padding: 22px 24px 24px;

  font-size: 14px;
  font-weight: 600;
  color: #172033;
}

.in_p_list .home_news_read i {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f1f3f5;

  font-size: 18px;
  font-style: normal;
  line-height: 1;

  transition: all 0.3s ease;
}

.in_p_list>li:hover .home_news_read {
  color: #d60812;
}

.in_p_list>li:hover .home_news_read i {
  background: #d60812;
  color: #fff;
  transform: translateX(3px);
}

/* 平板 */
@media (max-width: 991px) {
  .in_p_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .in_p_list h6 {
    padding: 18px 20px 0;
    font-size: 18px;
  }

  .in_p_list .txt {
    padding: 0 20px;
  }

  .in_p_list .home_news_read {
    padding: 20px;
  }
}

/* 手机 */
@media (max-width: 600px) {
  .in_p_list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .in_p_list h6 {
    font-size: 18px;
  }
}


/* ---------------------详情页---------------- */
.pd_gallery_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.pd_gallery_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.pd_gallery_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_gallery_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}

.pd_gallery_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.pd_gallery_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pd_gallery_list .img,
.pd_gallery_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_gallery_list li:hover img {
  width: 105%;
  height: 105%;
}

.pd_gallery-prev,
.pd_gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.46rem;
  height: 0.46rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
  display: none;
}

.pd_gallery-prev {
  left: 0;
}

.pd_gallery-next {
  right: 0;
}

.pd_gallery_list .swiper-button-disabled {
  cursor: not-allowed;
}

.pd_gallery-prev:hover,
.pd_gallery-next:hover {
  opacity: 1;
}

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

.pd_gallery-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.pd_gallery-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {

  .pd_gallery-prev,
  .pd_gallery-next {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .pd_gallery-pagination {
    margin-top: 0.22rem;
  }
}

.pd_det_cont {
  position: relative;
  overflow: hidden;
}

.pd_det_cont .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.pd_gallery_list {
  width: 49%;
}

.pd_det {
  width: 44%;
  position: relative;
  z-index: 10;
}

.pd_det>h1 {
  font-size: 0.28rem;
  font-weight: 400;
  color: var(--i_color);
}

.pd_det>h6 {
  display: table;
  font-size: 0.2rem;
  color: #333;
  padding: 0.16rem 0;
  border-bottom: 1px solid var(--i_color);
}

.p_brief {
  font-size: 0.18rem;
  padding: 0.16rem 0;
  border-top: 1px solid var(--border_color);
  border-bottom: 1px solid var(--border_color);
}

.p_brief p {
  margin: 8px 0;
}

.pd_det .min {
  font-size: 0.16rem;
  color: #333;
  margin: 0.16rem 0;
}

.pd_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.1rem;
}

.pd_share p {
  font-size: 0.16rem;
  color: #333;
  font-weight: 400;
}

.pd_share a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  color: #c2c6c9;
}

.pd_share iconify-icon {
  font-size: 0.24rem;
}

.pd_share a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 959px) {
  .pd_gallery_list {
    width: 100%;
  }

  .pd_det {
    width: 100%;
    margin-top: 0.3rem;
  }

  .p_brief {
    font-size: 0.16rem;
  }
}

.pd_menu {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.4rem;
  margin-top: 0.2rem;
  border-bottom: 1px solid var(--border_color);
}

.pd_menu li {
  text-align: center;
  padding: 0.2rem;
  font-size: 0.24rem;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}

.pd_menu li::after {
  content: "";
  width: 0;
  right: 0;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  bottom: -1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_menu li.current,
.pd_menu li:hover {
  color: var(--i_color);
}

.pd_menu li:hover::after,
.pd_menu li.current::after {
  width: 100%;
  right: initial;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .pd_menu li {
    padding: 0.12rem;
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_menu li {
    padding: 0.1rem;
    font-size: 0.18rem;
  }
}

.pd_content {
  padding: 0.2rem 0;
}

/* Product detail tabs: ACF gallery and technical-specification content */
.pd_product_gallery_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.pd_content article figure.pd_product_gallery_item {
  margin: 0;
  overflow: hidden;
  background: #f7f7f7;
}

.pd_content article .pd_product_gallery_item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  object-fit: cover;
  transition: transform .35s ease;
}

.pd_content article .pd_product_gallery_item figcaption {
  margin: 0;
  padding: 14px 12px;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  overflow-wrap: anywhere;
}

.pd_specs_content>*:first-child {
  margin-top: 0;
}

.pd_specs_content>*:last-child {
  margin-bottom: 0;
}

@media (hover: hover) and (pointer: fine) {
  .pd_product_gallery_item:hover img {
    transform: scale(1.035);
  }
}

@media (max-width: 1024px) {
  .pd_product_gallery_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pd_product_gallery_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .pd_content article .pd_product_gallery_item figcaption {
    padding: 12px 8px;
    font-size: 14px;
  }
}

/*编辑器样式*/
.pd_content article {
  color: #222;
  font-size: 17px;
  line-height: 1.9;
  word-break: break-word;
}

.pd_content article p {
  margin: 0 0 20px;
}

.pd_content article h2,
.pd_content article h3,
.pd_content article h4,
.pd_content article h5,
.pd_content article h6 {
  margin: 36px 0 18px;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
}

.pd_content article h2 {
  position: relative;
  padding-left: 16px;
  font-size: 28px;
}

.pd_content article h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 28px;
  background: #c9080d;
  transform: translateY(-50%);
}

.pd_content article h3 {
  font-size: 23px;
}

.pd_content article h4 {
  font-size: 20px;
}

.pd_content article h5,
.pd_content article h6 {
  font-size: 18px;
}

.pd_content article strong,
.pd_content article b {
  font-weight: 700;
}

.pd_content article a {
  color: #c9080d;
  text-decoration: none;
  transition: opacity .25s ease;
}

.pd_content article a:hover {
  opacity: .75;
}

.pd_content article ul,
.pd_content article ol {
  margin: 0 0 22px;
  padding-left: 28px;
}

.pd_content article li {
  margin-bottom: 8px;
  line-height: 1.8;
}

.pd_content article ul li {
  list-style: disc;
}

.pd_content article ol li {
  list-style: decimal;
}

.pd_content article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
}

.pd_content article figure {
  margin: 28px 0;
}

.pd_content article figure img {
  margin: 0 auto;
}

.pd_content article figcaption {
  margin-top: 10px;
  color: #777;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.pd_content article blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid #c9080d;
  background: #f7f7f7;
  color: #444;
}

.pd_content article blockquote p:last-child {
  margin-bottom: 0;
}

.pd_content article table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.pd_content article th,
.pd_content article td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  vertical-align: middle;
}

.pd_content article th {
  background: #f2f2f2;
  font-weight: 700;
}

.pd_content article hr {
  height: 1px;
  margin: 35px 0;
  border: 0;
  background: #e5e5e5;
}

.pd_content article iframe,
.pd_content article video {
  max-width: 100%;
}

.pd_content article>*:first-child {
  margin-top: 0;
}

.pd_content article>*:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pd_content article {
    font-size: 15px;
    line-height: 1.8;
  }

  .pd_content article p {
    margin-bottom: 16px;
  }

  .pd_content article h2 {
    margin: 28px 0 15px;
    padding-left: 12px;
    font-size: 23px;
  }

  .pd_content article h2::before {
    width: 4px;
    height: 23px;
  }

  .pd_content article h3 {
    margin: 26px 0 14px;
    font-size: 20px;
  }

  .pd_content article h4 {
    font-size: 18px;
  }

  .pd_content article ul,
  .pd_content article ol {
    padding-left: 22px;
  }

  .pd_content article table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .pd_content article th,
  .pd_content article td {
    padding: 10px 12px;
    font-size: 14px;
  }
}


.tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem 0.2rem;
}

.tag h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: 400;
}

.tag a {
  font-size: 16px;
  color: #666;
  padding: 6px 0.1rem;
  border-radius: 4px;
}

.tag a:hover {
  background: var(--i_color);
  color: #fff;
}

.pd_navigation {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid var(--border_color);
}

.pd_navigation a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
}

.pd_navigation h6 {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin: 0 10px;
}

.pd_navigation p {
  font-size: 14px;
  color: #333;
}

.pd_n_btn {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.r_product {
  position: relative;
  overflow: hidden;
}

.r_product::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  background: rgba(193, 10, 9, .16);
  border-radius: 50%;
}

.rp {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.rp .swiper-container {
  margin: 0 auto;
  z-index: 1;
}

.rp .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.rp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.rp-button-prev,
.rp-button-next {
  border: 1px solid #666;
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rp-button-prev:hover,
.rp-button-next:hover {
  background: var(--linear-gradien);
  color: #fff;
  border-color: transparent;
}

.rp-button-prev {
  left: -8%;
}

.rp-button-next {
  right: -8%;
}

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

.rp-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.rp-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.rp_list>a {
  display: block;
  width: 100%;
}

.rp_list h6 {
  font-size: 0.18rem;
  color: #333;
  font-weight: normal;
  margin: 0.16rem 0.1rem;
  text-align: center;
}

.rp_list .img {
  border: 1px solid var(--border_color);
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rp_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.rp_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rp_list li:hover .img {
  border-color: var(--i_color);
}

.rp_list img,
.rp_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.rp_list li:hover h6 {
  color: var(--i_color);
}

.rp_list li:hover img {
  width: 105%;
  height: 105%;
}

.p_atlas_show {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.p_atlas_show .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.p_atlas_show .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.p_atlas_show .swiper-slide .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.p_atlas_show .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 63.15%;
}

.p_atlas_show .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_atlas_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 63.15%;
}

.p_atlas_list .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p_atlas_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_atlas_list .swiper-slide-thumb-active .img {
  border: 1px solid var(--i_color);
}

.atlas-prev,
.atlas-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}

.atlas-prev {
  left: 0;
}

.atlas-next {
  right: 0;
}



.atlas-prev:hover,
.atlas-next:hover {
  opacity: 1;
}

.atlas-pagination {
  text-align: center;
  display: none;
}

.atlas-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.atlas-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.atlas-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.atlas-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

.env_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.1rem;
}

.env_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.env_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(0.75);
}

.env_list .swiper-slide-active {
  transform: scale(1);
}

.env_list .swiper-slide-next,
.env_list .swiper-slide-prev {
  transform: scale(0.9);
}

.env_list .img {
  width: 100%;
  background: var(--bc_color);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.env_list .img::before {
  content: "";
  display: block;
  padding-bottom: 140%;
}

.env_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.env_list .img,
.env_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.env_list li:hover .img {
  background: #fff;
  border-color: var(--i_color);
}

.env_list li:hover img {
  width: 105%;
  height: 105%;
}

.env_but {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.env-prev,
.env-next {
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  opacity: 0.5;
}

.env-prev {
  transform: translateX(-0.6rem);
}

.env-next {
  transform: translateX(0.6rem);
}



.env-prev:hover,
.env-next:hover {
  opacity: 1;
}

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

.env-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #cbcbcb;
  outline: none;
  cursor: pointer;
  position: relative;
}

.env-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: none;
  border: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.env-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.env-pagination .swiper-pagination-bullet-active::after {
  width: 200%;
  height: 200%;
  border-color: var(--i_color);
}

/* ------------------case------------------- */
.hot_case {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: linear-gradient(to right, #fff, var(--bc_color));
  overflow: hidden;
  gap: 0.2rem 0;
}

.hot_case>img {
  position: absolute;
  right: -0.2rem;
  bottom: -0.2rem;
  max-width: 30%;
  opacity: 0.1;
}

.hot_case .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.hot_case .img::before {
  content: "";
  display: block;
  padding-bottom: 62.1%;
}

.hot_case .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hot_case .txt {
  width: 50%;
  padding: 0 0.6rem;
}

.hot_case h6 {
  font-size: 0.26rem;
  font-weight: 400;
  color: var(--i_color);
  margin-bottom: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot_case .date {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.hot_case .date span {
  font-size: 0.16rem;
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .hot_case .txt {
    padding: 0 0.4rem;
  }

  .hot_case h6 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
}

@media screen and (max-width: 1024px) {

  .hot_case .img,
  .hot_case .txt {
    width: 100%;
  }

  .hot_case .txt {
    padding: 0.2rem;
    background: var(--bc_color);
  }
}





@media screen and (max-width: 768px) {}

.hot_case article {
  color: #666;
  font-size: 0.18rem;
  line-height: 0.28rem;
  max-height: calc(0.28rem * 10);
  overflow-y: auto;
  padding-right: 2%;
}

.hot_case article * {
  margin: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
}



@media screen and (max-width: 1440px) {
  .hot_case article {
    font-size: 0.16rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }

  .hot_case article * {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

@media screen and (max-width: 1024px) {
  .hot_case article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }

  .hot_case article * {
    font-size: 14px;
    line-height: 20px;
  }
}



































@media screen and (max-width: 1024px) {}

/* ==========================================================================
   contact
   ========================================================================== */
.contact_intro_map {
  position: relative;
  overflow: hidden;
}

.contact_intro_map::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -160px;
  top: -160px;
  background: rgba(193, 10, 9, .16);
  border-radius: 50%;
}

.contact_intro_map .contact_intro_box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 45px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.contact_intro_map .contact_intro_txt {
  background: var(--i_color2);
  color: #fff;
  padding: 58px 55px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
}

.contact_intro_map .contact_intro_txt::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(193, 10, 9, .28);
  border-radius: 50%;
}

.contact_intro_map .sub_title {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--i_color);
  margin-bottom: 18px;
  font-weight: 600;
}

.contact_intro_map .contact_intro_txt h2 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #fff;
}

.contact_intro_map .contact_intro_txt>p {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
  max-width: 760px;
  margin-bottom: 34px;
}

.contact_intro_map .contact_info_list {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.contact_intro_map .info_item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 12px;
}

.contact_intro_map .info_item .ico {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--i_color);
}

.contact_intro_map .info_item p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.contact_intro_map .contact_map {
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.contact_intro_map .map_title {
  margin-bottom: 22px;
}

.contact_intro_map .map_title h3 {
  font-size: 26px;
  color: #111;
  margin-bottom: 8px;
}

.contact_intro_map .map_title p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.contact_intro_map .map_iframe {
  width: 100%;
  height: calc(100% - 90px);
  min-height: 430px;
  border-radius: 16px;
  overflow: hidden;
  background: #eee;
}

.contact_intro_map .map_iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(18%);
}

/* 平板 */
@media screen and (max-width: 1024px) {
  .contact_intro_map {
    padding: 70px 0;
  }

  .contact_intro_map .contact_intro_box {
    grid-template-columns: 1fr;
  }

  .contact_intro_map .contact_intro_txt {
    padding: 46px 38px;
  }

  .contact_intro_map .contact_intro_txt h2 {
    font-size: 36px;
  }

  .contact_intro_map .map_iframe {
    height: 420px;
    min-height: auto;
  }
}

/* 手机 */
@media screen and (max-width: 767px) {
  .contact_intro_map {
    padding: 55px 0;
  }

  .contact_intro_map .contact_intro_box {
    gap: 26px;
  }

  .contact_intro_map .contact_intro_txt {
    padding: 34px 24px;
    border-radius: 16px;
  }

  .contact_intro_map .contact_intro_txt h2 {
    font-size: 30px;
  }

  .contact_intro_map .contact_intro_txt>p {
    font-size: 15px;
    line-height: 1.8;
  }

  .contact_intro_map .contact_map {
    padding: 20px;
    border-radius: 16px;
  }

  .contact_intro_map .map_title h3 {
    font-size: 22px;
  }

  .contact_intro_map .map_iframe {
    height: 320px;
  }
}

/* Contact Form Section */
.c_form {
  max-width: 920px;
  background: #fff;
  border-radius: 22px;
  padding: 55px 60px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}

.c_form::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -70px;
  top: -70px;
  background: rgba(193, 10, 9, .14);
  border-radius: 50%;
}

.c_form .i_tit {
  text-align: center;
  position: relative;
  z-index: 2;
}

.c_form .i_tit h2 {
  font-size: 42px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 14px;
}

.c_form .i_tit p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  max-width: 620px;
  margin: 0 auto;
}

/* WPForms 基础 */
.c_form .wpforms-container {
  margin: 0;
  position: relative;
  z-index: 2;
}

.c_form .wpforms-form {
  display: block;
}

.c_form .wpforms-field {
  padding: 0 0 20px !important;
}

/* label */
.c_form .wpforms-field-label {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin-bottom: 8px !important;
}

/* 输入框 */
.c_form .wpforms-form input[type="text"],
.c_form .wpforms-form input[type="email"],
.c_form .wpforms-form input[type="tel"],
.c_form .wpforms-form input[type="url"],
.c_form .wpforms-form input[type="number"],
.c_form .wpforms-form select,
.c_form .wpforms-form textarea {
  width: 100% !important;
  height: 52px !important;
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  background: #f8f8f8 !important;
  padding: 0 18px !important;
  font-size: 15px !important;
  color: #111 !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}

.c_form .wpforms-form textarea {
  height: 150px !important;
  padding: 16px 18px !important;
  resize: vertical;
}

/* 聚焦效果 */
.c_form .wpforms-form input:focus,
.c_form .wpforms-form select:focus,
.c_form .wpforms-form textarea:focus {
  border-color: var(--i_color) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(193, 10, 9, .14) !important;
  outline: none !important;
}

/* placeholder */
.c_form .wpforms-form input::placeholder,
.c_form .wpforms-form textarea::placeholder {
  color: #999;
}

/* 提交按钮 */
.c_form .wpforms-submit-container {
  padding-top: 8px !important;
  text-align: center;
}

.c_form .wpforms-submit {
  min-width: 190px !important;
  height: 54px !important;
  border: none !important;
  border-radius: 50px !important;
  background: var(--i_color2) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 0 36px !important;
  cursor: pointer !important;
  transition: all 0.35s ease !important;
}

.c_form .wpforms-submit:hover {
  background: var(--i_color) !important;
  color: #111 !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(193, 10, 9, .24);
}

/* 错误提示 */
.c_form .wpforms-error {
  color: #c0392b !important;
  font-size: 13px !important;
  margin-top: 6px !important;
}

.c_form .wpforms-confirmation-container-full {
  border-radius: 12px !important;
  background: #f7f5f0 !important;
  border: 1px solid rgba(193, 10, 9, .28) !important;
  color: #111 !important;
  padding: 18px 22px !important;
}

/* 平板 */
@media screen and (max-width: 1024px) {
  .c_form {
    padding: 45px 38px;
  }

  .c_form .i_tit h2 {
    font-size: 36px;
  }
}

/* 手机 */
@media screen and (max-width: 767px) {
  .c_form {
    padding: 50px 0;
  }

  .c_form {
    padding: 34px 22px;
    border-radius: 16px;
  }

  .c_form .i_tit h2 {
    font-size: 30px;
  }

  .c_form .i_tit p {
    font-size: 14px;
  }

  .c_form .wpforms-form input[type="text"],
  .c_form .wpforms-form input[type="email"],
  .c_form .wpforms-form input[type="tel"],
  .c_form .wpforms-form input[type="url"],
  .c_form .wpforms-form input[type="number"],
  .c_form .wpforms-form select {
    height: 50px !important;
  }

  .c_form .wpforms-submit {
    width: 100% !important;
  }
}

/* -----------------news------------------------ */
.new_menu {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.new_menu a {
  display: table;
  padding: 0.1rem 0.3rem;
  font-size: 0.18rem;
  border: 1px solid var(--i_color);
  border-radius: 0.3rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new_menu .curr a,
.new_menu a:hover {
  background: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .new_menu a {
    padding: 8px 0.2rem;
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .new_menu a {
    font-size: 0.14rem;
  }
}

.in_n_list li {
  background: var(--bc_color);
  margin-bottom: 0.5rem;
}

.in_n_list a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: var(--bc_color);
  overflow: hidden;
  border-radius: 0.2rem;
  padding: 0.3rem;
}

.in_n_list .img {
  width: 28%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.in_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.in_n_list .img img {
  width: 95%;
  height: 95%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_n_list .txt {
  width: 70%;
}

.in_n_list h6 {
  font-size: 0.24rem;
}

.in_n_list p {
  font-size: 0.16rem;
  margin: 0.1rem 0 0.2rem;
}

.in_n_list span {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1rem;
  color: #666;
}

.in_n_list span i {
  font-size: 0.16rem;
}

.in_n_list a,
.in_n_list h6,
.in_n_list img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_n_list a:hover img {
  width: 100%;
  height: 100%;
}

.in_n_list a:hover {
  background: none;
  box-shadow: var(--i_shadow);
}

.in_n_list a:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .in_n_list h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .in_n_list h6 {
    font-size: 0.18rem;
  }

  .in_n_list p {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }

  .in_n_list .img,
  .in_n_list .txt {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {

  .in_n_list .img,
  .in_n_list .txt {
    width: 100%;
  }
}

/* ---------------application------------------- */
.application_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.4rem;
}

.application_list li {
  width: calc((100% - 0.8rem) / 3);
  position: relative;
  background: #fff;
}

@media screen and (max-width: 1440px) {
  .application_list {
    gap: 0.8rem 0.3rem;
  }

  .application_list li {
    width: calc((100% - 0.6rem) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .application_list {
    gap: 0.8rem 0.2rem;
  }

  .application_list li {
    width: calc((100% - 0.2rem) / 2);
  }
}

@media screen and (max-width: 560px) {
  .application_list li {
    width: 100%;
  }
}

.application_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.application_list .img::before {
  content: "";
  display: block;
  padding-bottom: 73.27%;
}

.application_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.application_list .date {
  display: table;
  padding: 6px 0.2rem;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: var(--i_color);
  z-index: 2;
  position: absolute;
  right: 0.3rem;
  transform: translateY(-50%);
}

.application_list h6 {
  width: 100%;
  font-size: 0.2rem;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0.3rem 0;
  padding: 0 0.2rem;
}

.application_list .more {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0.1rem;
  transform: translateY(-0.2rem);
  background: var(--i_color);
  opacity: 0;
  border-radius: 0px 0px 8px 8px;
}

.application_list .more,
.application_list img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.application_list li:hover img {
  width: 110%;
  height: 110%;
}

.application_list li:hover .more {
  transform: translateY(-8px);
  opacity: 1;
}

.application_list li:hover a {
  border-color: transparent;
  box-shadow: var(--i_shadow);
}

@media screen and (max-width: 1440px) {
  .application_list h6 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .application_list h6 {
    font-size: 0.18rem;
  }
}



































@media screen and (max-width: 768px) {}

/* Number of pages */
.in_page_box {
  margin: 0.3rem 0;
  text-align: center;
  overflow: hidden;
}

.in_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.in_page li {
  min-width: 0.32rem;
  margin: 0 0.04rem;
}

.in_page a,
.in_page span {
  display: block;
  padding: 0 0.12rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  color: #666;
  background: #fff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
}

.in_page>i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
}

.in_page a:hover,
.in_page .active_page a,
.in_page .active_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1024px) {
  .in_page_box {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .in_page li {
    min-width: 0.28rem;
  }

  .in_page a,
  .in_page span {
    line-height: 0.28rem;
    padding: 0 0.1rem;
  }
}

@media screen and (max-width: 560px) {
  .in_page_box {
    margin-top: 0.3rem;
  }
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.tec_list {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.tec_list li {
  width: calc(50% - 0.2rem);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.tec_list a {
  display: block;
  width: 100%;
  height: 100%;
}

.tec_list .img {
  position: relative;
  padding-bottom: 58.39%;
  overflow: hidden;
}

.tec_list .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--i_color);
  opacity: 0;
}

.tec_list img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tec_list .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem 0.1rem;
}

.tec_list .txt p {
  width: 70%;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tec_list .txt,
.tec_list img,
.tec_list .img::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tec_list li:hover .txt {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
}

.tec_list li:hover .img::after {
  opacity: 0.3;
}

.tec_list li:hover img {
  width: 105%;
  height: 105%;
}

.tec_list li:hover .i_btn {
  border-color: transparent;
  color: #fff;
  background: var(--i_color);
}

@media screen and (max-width: 768px) {
  .tec_list li {
    width: 100%;
  }
}

.certs_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 四列平铺 */
  gap: 0.3rem;
}

.cert_item {
  background: #fff;
  transition: all 0.4s ease;
}

.cert_img {
  width: 100%;
  aspect-ratio: 1 / 1.414;
  background: #f9f9f9;
  border: 1px solid #eee;
  padding: 0.15rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.cert_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(193, 10, 9, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}

.cert_mask iconify-icon {
  font-size: 0.4rem;
  color: var(--i_color);
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}

.cert_info {
  padding-top: 0.2rem;
  text-align: center;
}

.cert_info h5 {
  font-size: 0.18rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 0.05rem;
}

.cert_info p {
  font-size: 0.14rem;
  color: #999;
}

.cert_item:hover .cert_img {
  border-color: var(--i_color);
  box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.05);
}

.cert_item:hover .cert_mask {
  opacity: 1;
}

.cert_item:hover img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .certs_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .certs_grid {
    grid-template-columns: 1fr;
  }
}

/* ---------------------新闻详情页------------------ */
.in_news_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.3rem 0;
}

.post_recommend {
  flex-shrink: 0;
  width: 4rem;
  margin-left: auto;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #ddd;
}

.post_content {
  width: calc(100% - 4.5rem);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.post_recommend h3 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1024px) {

  .post_recommend,
  .post_content {
    width: 100%;
  }

  .post_recommend {
    padding: 20px 10px;
  }
}

.post_recommend_list {}

.post_recommend_list li {}

.post_recommend_list li:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
}

.post_recommend_list a {
  display: block;
  width: 100%;
}

.post_recommend_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.post_recommend_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.post_recommend_list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post_recommend_list {
  margin: 14px 0 10px;
}

.post_recommend_list p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_recommend_list li:hover img {
  -webkit-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}

.post_recommend_list li:hover p {
  color: var(--i_color);
}

.new_form_cont {
  background: #f7f7f7;
  margin-top: 0.3rem;
  padding: 0.2rem;
  position: relative;
}

.new_form_cont::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: linear-gradient(to top, var(--i_color), var(--i_color2));
  position: absolute;
  right: 0;
  top: 0;
}

.new_form_cont p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.new_form_cont .wpforms-container {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}

.new_form_cont .wpforms-container {
  margin: 0;
  padding: 0;
}

.new_form_cont form {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.new_form_cont .wpforms-container input,
.new_form_cont .wpforms-container button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.new_form_cont .wpforms-container .wpforms-field {
  padding: 0;
  margin: 0;
}

.new_form_cont .wpforms-container .wpforms-field-label {
  font-size: 0;
}

.new_form_cont .wpforms-container .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}

.new_form_cont .wpforms-container .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

.new_form_cont .wpforms-container .wpforms-field-container input,
.new_form_cont .wpforms-container textarea,
.new_form_cont .wpforms-container select {
  width: 100%;
  max-width: 100% !important;
  min-width: 100%;
  font-size: var(--input_font_size);
  color: #333;
  height: var(--input_height);
  border: 1px solid transparent;
  background: #fff;
  padding: 0 0.1rem 0 0.16rem;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.new_form_cont .wpforms-container .wpforms-field-container input:hover,
.new_form_cont .wpforms-container textarea:hover {
  border-color: var(--i_color);
}

.new_form_cont .wpforms-container input {
  line-height: var(--input_height);
}

.new_form_cont .wpforms-container textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}

.new_form_cont [id$="-field_1-container"],
.new_form_cont [id$="-field_2-container"] {
  width: 49% !important;
}

.new_form_cont .wpforms-container input::-webkit-input-placeholder,
.new_form_cont .wpforms-container textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

.new_form_cont .wpforms-container input::-moz-placeholder,
.new_form_cont .wpforms-container textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

.new_form_cont .wpforms-container input::-ms-input-placeholder,
.new_form_cont .wpforms-container textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

.new_form_cont [id$="-field_1-error"],
.new_form_cont [id$="-field_2-error"],
.new_form_cont [id$="-field_3-error"],
.new_form_cont [id$="-field_4-error"],
.new_form_cont [id$="-field_5-error"],
.new_form_cont [id$="-field_6-error"] {
  position: absolute;
  font-size: 12px;
  color: #007a3a;
}

.new_form_cont .wpforms-container .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.new_form_cont .wpforms-container .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.new_form_cont .wpforms-container .wpforms-submit-container button {
  display: block;
  width: 100%;
  font-size: 0.16rem;
  padding: 10px 0;
  color: #fff;
  background: var(--i_color);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.new_form_cont .wpforms-container .wpforms-submit-container button:hover {
  background: var(--i_color2);
}

.new_form_cont .wpforms-container .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

/* --- 左侧悬浮导航 --- */
.sidebar-nav {
  flex: 0 0 300px;
}

.sticky-menu {
  position: sticky;
  top: 100px;
  /* 距离顶部固定的距离 */
}

.sidebar-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  border-left: 4px solid var(--primary-blue);
  padding-left: 15px;
}

#scrollspy-menu {
  list-style: none;
  padding: 0;
}

#scrollspy-menu li {
  margin-bottom: 15px;
}

#scrollspy-menu a {
  text-decoration: none;
  color: var(--text-gray);
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

#scrollspy-menu li span {
  margin-right: 15px;
  font-size: 14px;
  opacity: 0.5;
}

/* 激活状态样式 */
#scrollspy-menu li.active a {
  color: var(--primary-blue);
  font-weight: 700;
  transform: translateX(10px);
}

/* --- 右侧内容区 --- */
.content-area {
  flex: 1;
}

.content-block {
  margin-bottom: 100px;
  /* 增加间距以触发滚动监听 */
  padding-bottom: 50px;
  border-bottom: 1px solid var(--border-color);
}

.block-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.block-header iconify-icon {
  font-size: 32px;
  color: var(--primary-blue);
}

.block-header h3 {
  font-size: 22px;
  margin: 0;
}

.content-block p {
  color: var(--text-gray);
  line-height: 1.8;
  margin-bottom: 30px;
}

.demo-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 响应式 */
@media (max-width: 992px) {
  .solution-container {
    flex-direction: column;
  }

  .sidebar-nav {
    display: none;
    /* 移动端通常隐藏此类悬浮导航 */
  }
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 20px 0;
  justify-content: center;
}

.category_list li {
  position: relative;
}

.category_list li a {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  /* 圆角胶囊形状 */
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  /* 防止文字换行 */
}

.category_list li a:hover {
  color: #fff;
  background-color: var(--i_color);
  /* 品牌蓝 */
  border-color: var(--i_color);
  box-shadow: 0 4px 15px rgba(193, 10, 9, .2);
  transform: translateY(-2px);
  /* 向上轻微浮动 */
}

.category_list li.active a {
  color: #fff;
  background-color: var(--i_color);
  border-color: var(--i_color);
  font-weight: 600;
}

.category_list li.active a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--i_color);
  border-radius: 50%;
}

@media (max-width: 768px) {
  .category_list {
    flex-wrap: nowrap;
    overflow-x: auto;
    /* 开启横向滚动 */
    justify-content: flex-start;
    padding: 15px 10px;
    -webkit-overflow-scrolling: touch;
    /* 滚动更顺滑 */
  }

  .category_list::-webkit-scrollbar {
    display: none;
  }

  .category_list li a {
    padding: 10px 18px;
    font-size: 14px;
  }
}

/* ==========================================================================
   products页面
   ========================================================================== */
.catalog-quote-section {
  position: relative;
  overflow: hidden;
}

.catalog-quote-section .wrap {
  position: relative;
  z-index: 3;
}

.catalog-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.catalog-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 50, 72, 0.72);
  z-index: 2;
}

.catalog-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-quote-inner {
  display: grid;
  grid-template-columns: 1fr 650px;
  align-items: flex-start;
  gap: 80px;
}

.catalog-info {
  max-width: 720px;
  color: #fff;
  padding: 90px 0 40px;
}

.catalog-info h2 {
  margin: 0 0 16px;
}

.catalog-info h3 {
  margin: 0 0 42px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--i_color);
}

.catalog-info p {
  margin: 0 0 34px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
}

.catalog-product-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  max-width: 680px;
  margin-top: 40px;
  overflow: hidden;
}

.catalog-product-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.catalog-form-box {
  background: #fff;
  padding: 42px 46px 50px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.catalog-form-title {
  margin-bottom: 34px;
  text-align: center;
}

.catalog-form-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  color: #0b1f2a;
}



@media screen and (max-width: 1100px) {
  .catalog-quote-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  .catalog-info {
    max-width: none;
    padding: 70px 0 0;
  }

  .catalog-form-box {
    width: 100%;
    max-width: 560px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .catalog-quote-inner {
    gap: 32px;
  }

  .catalog-info {
    padding: 0;
  }

  .catalog-info h3 {
    margin-bottom: 28px;
    font-size: 24px;
  }

  .catalog-info p {
    font-size: 15px;
  }

  .catalog-form-box {
    padding: 32px 22px 36px;
  }

  .catalog-form-title {
    margin-bottom: 24px;
  }

  .catalog-form-title h2 {
    font-size: 25px;
  }


}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 30px 0;
  width: calc(100% - 80px);
  max-width: 1840px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.products_categories_section>.i_tit {
  width: 83.33%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.products-grid .products-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.products-grid .products-item .products-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--bc_color);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.products-grid .products-item .products-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.products-grid .products-item h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin: 0;
  padding: 20px 15px 8px;
  line-height: 1.4;
  transition: color 0.3s ease;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-grid .products-item p {
  min-height: 72px;
  margin: 0;
  padding: 0 20px 22px;
  color: #707884;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}


/* ==================== SHARED INNER-PAGE HERO ==================== */
.inner_hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: var(--brand-ink);
}

.inner_hero>img,
.inner_hero_media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_hero_media {
  pointer-events: none;
}

.inner_hero_overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(13, 17, 24, 0.04) 0%,
      rgba(13, 17, 24, 0.16) 52%,
      rgba(13, 17, 24, 0.07) 100%),
    linear-gradient(0deg,
      rgba(13, 17, 24, 0.12),
      transparent 38%);
  pointer-events: none;
}

.inner_hero_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}


.inner_hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 66px;
  line-height: 1;
  letter-spacing: -3px;
  font-weight: 600;
}

.inner_hero h1 em {
  color: var(--i_color);
  font-size: inherit;
  font-style: normal;
  font-weight: 500;
}

.inner_hero p {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 20px;
  line-height: 1.65;
}





.service_section_head small,
.service_testing small {
  color: var(--i_color);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media screen and (max-width:1440px) {
  .inner_hero h1 {
    font-size: 60px;
  }
}

@media screen and (max-width:1024px) {

  .inner_hero {
    min-height: 430px;
  }

  .inner_hero_content {
    padding-bottom: 65px;
  }

  .inner_hero h1 {
    font-size: 60px;
    letter-spacing: -2px;
  }
}

@media screen and (max-width:600px) {

  .inner_hero {
    min-height: 380px;
  }

  .inner_hero_overlay {
    background: linear-gradient(90deg, rgba(13, 17, 24, .92), rgba(13, 17, 24, .48));
  }

  .inner_hero_content {
    padding-bottom: 48px;
  }

  .inner_hero h1 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }

  .inner_hero p {
    margin-top: 18px;
    font-size: 14px;
  }
}

.manufacturing_strength {
  position: relative;
  overflow: hidden;
  background: var(--bc_color);
}

.manufacturing_strength::before {
  content: "";
  position: absolute;
  right: -180px;
  top: -100px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.16;
  background: none;
  background-size: contain;
}

.strength_head {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 50px;
  align-items: end;
  position: relative;
  z-index: 2;
}

.strength_head .i_tit {
  margin-bottom: 0;
}

.strength_head p {
  max-width: 620px;
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

.strength_new_box {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 55px;
  align-items: stretch;
  position: relative;
  z-index: 2;
}

.strength_visual {
  position: relative;
  min-height: 100%;
}

.strength_img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border-radius: 28px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.12);
}

.strength_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.strength_visual:hover .strength_img img {
  transform: scale(1.05);
}

.strength_stats {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stat_item {
  padding: 22px 16px;
  border-radius: 18px;
  text-align: center;
  background: rgba(17, 17, 17, 0.82);
  backdrop-filter: blur(10px);
  color: #fff;
}

.stat_item h3 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 8px;
  color: #fff;
}

.stat_item h3 b {
  font-size: 17px;
  margin-left: 3px;
  font-weight: 600;
}

.stat_item p {
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.strength_content {
  padding: 44px 42px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
}

.strength_label {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.strength_label span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--i_color, var(--i_color));
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.strength_label h3 {
  font-size: 30px;
  line-height: 1.3;
  color: #111;
  margin: 0;
}

.strength_feature {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}

.strength_feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.feature_icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.feature_icon iconify-icon {
  font-size: 30px;
}

.strength_feature:hover .feature_icon {
  background: var(--i_color, var(--i_color));
  transform: translateY(-4px);
}

.feature_text h4 {
  font-size: 21px;
  line-height: 1.35;
  color: #111;
  margin: 0 0 10px;
}

.feature_text p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #666;
  margin: 0;
}

@media screen and (max-width: 1024px) {

  .strength_head,
  .strength_new_box {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .strength_img {
    min-height: 460px;
  }

  .strength_content {
    padding: 36px 32px;
  }
}

@media screen and (max-width: 768px) {
  .manufacturing_strength {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .strength_head {
    gap: 20px;
  }

  .strength_head p {
    font-size: 15.5px;
    line-height: 1.7;
  }

  .strength_img {
    min-height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
  }

  .strength_stats {
    display: none;
  }

  .stat_item {
    background: #111;
    padding: 20px 15px;
  }

  .stat_item h3 {
    font-size: 28px;
  }

  .strength_content {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .strength_label h3 {
    font-size: 24px;
  }

  .strength_feature {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .feature_icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .feature_icon iconify-icon {
    font-size: 28px;
  }

  .feature_text h4 {
    font-size: 20px;
  }

  .feature_text p {
    font-size: 15px;
    line-height: 1.7;
  }
}

.recommended_products {
  position: relative;
  overflow: hidden;
  background: var(--bc_color);
}

.recommended_products::before {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -160px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(193, 10, 9, .14);
  pointer-events: none;
}

.rp_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  position: relative;
  z-index: 2;
}

.rp_item {
  list-style: none;
}

.rp_item a {
  display: block;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.rp_item a:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.13);
}

.rp_img {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.rp_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 45%,
      rgba(0, 0, 0, 0.16) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.rp_item a:hover .rp_img::after {
  opacity: 1;
}

.rp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.rp_item a:hover .rp_img img {
  transform: scale(1.06);
}

.rp_info {
  padding: 24px 24px 26px;
}

.rp_info span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  color: var(--i_color, var(--i_color));
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.rp_info h3 {
  font-size: 21px;
  line-height: 1.35;
  color: #111;
  margin: 0;
  transition: color 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.rp_item a:hover .rp_info h3 {
  color: var(--i_color, var(--i_color));
}

.rp_more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  transition: all 0.35s ease;
}

.rp_more em {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
}

.rp_more iconify-icon {
  font-size: 18px;
  transition: transform 0.35s ease;
}

.rp_item a:hover .rp_more {
  background: var(--i_color, var(--i_color));
}

.rp_item a:hover .rp_more iconify-icon {
  transform: translateX(4px);
}

@media screen and (max-width: 1200px) {
  .rp_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .rp_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media screen and (max-width: 768px) {
  .recommended_products {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rp_grid {
    grid-template-columns: 1fr;
  }

  .rp_item a {
    border-radius: 20px;
  }

  .rp_info {
    padding: 22px 20px 24px;
  }

  .rp_info h3 {
    font-size: 20px;
  }
}


.en_partner {
  position: relative;
}

.en_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.en_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}

.en_partner_list .swiper-slide {
  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: flex;

  flex-shrink: 0;

  position: relative;

  cursor: pointer;

  flex-direction: column;

  position: relative;
}

.en_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.en_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 66%;
}

.en_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-sizing: border-box;
}

.en_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.en_partner_text p {
  font-size: 0.24rem;
  text-align: center;
  margin: 0.3rem 0;
}

@media screen and (max-width: 560px) {}

@media screen and (max-width: 425px) {}

/* 指示器 */

.en_partner .pt-pagination {
  display: block;
  text-align: center;
  margin: 0px auto 0;
  margin-top: 0.6rem;
}

.en_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.12rem;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  border-radius: 0;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  outline: none;
}

.en_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */

.en_partner .pt-button-prev,
.en_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  z-index: 999;
  cursor: pointer;
  outline: none;
}

.en_partner .pt-button-prev:before,
.en_partner .pt-button-next:before {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  height: 100%;
}

.en_partner .pt-button-prev {
  left: 6%;
}

.en_partner .pt-button-prev:before {
  content: "";

  background: url("static/imgs/history_left1.png") center no-repeat;

  background-size: contain;

  transition: all 0.3s ease;
}

.en_partner .pt-button-next {
  right: 6%;
}

.en_partner .pt-button-next:before {
  content: "";

  background: url("static/imgs/history_right1.png") center no-repeat;

  background-size: contain;

  transition: all 0.3s ease;
}

.en_partner .pt-button-prev:hover::before {
  background: url("static/imgs/history_left.png") center no-repeat;
}

.en_partner .pt-button-next:hover::before {
  background: url("static/imgs/history_right.png") center no-repeat;
}

@media screen and (max-width: 1440px) {
  .en_partner_text {
    padding: 1rem 0 0.3rem 0;
  }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {

  .en_partner .pt-button-prev,
  .en_partner .pt-button-next {
    display: none;
  }

  .en_partner .pt-pagination {
    display: block;
  }

  .en_partner_box {
    margin-top: 0.6rem;
  }

  .en_partner_text {
    padding: 0.8rem 0 0.2rem 0;
  }
}

@media screen and (max-width: 959px) {
  .en_partner_text {
    padding: 0.6rem 0 0.2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .en_partner_box {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .en_partner .pt-pagination {
    margin: 14px auto 0;
  }

  .en_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.faq_section {
  position: relative;
  overflow: hidden;
  padding: 0.9rem 0;
  background:
    radial-gradient(circle at 90% 82%, rgba(39, 49, 66, 0.06), transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(219, 167, 103, 0.08), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 55%, #faf7f2 100%);
}

.faq_section::before {
  content: "";
  position: absolute;
  right: -1rem;
  bottom: -1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: none;
  background-size: cover;
  z-index: 0;
  opacity: .2;
}

.faq_section>* {
  position: relative;
  z-index: 1;
}

.i_faq_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.24rem;
}

.faq_item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.16rem;
  overflow: hidden;
  align-self: start;
  transition: 0.3s ease;
}

.faq_item.active {
  box-shadow: 0 0.12rem 0.3rem rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.12);
}

.faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
  padding: 0.24rem 0.28rem;
  cursor: pointer;
}

.faq_q h3 {
  margin: 0;
  font-size: 0.2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}

.faq_q iconify-icon {
  flex: none;
  font-size: 0.24rem;
  color: var(--i_color, var(--i_color));
  transition: 0.3s ease;
}

.faq_item.active .faq_q iconify-icon {
  transform: rotate(45deg);
}

.faq_a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq_a p,
.faq_a ul {
  padding: 0 0.28rem 0.24rem;
  margin: 0;
  font-size: 0.16rem;
  line-height: 1.75;
  color: #666;
}

.faq_a ul {
  padding-left: 0.48rem;
}

.faq_a li {
  margin-bottom: 0.08rem;
}

@media (max-width: 768px) {
  .i_faq_list {
    grid-template-columns: 1fr;
  }

  .faq_q {
    padding: 0.22rem;
  }

  .faq_q h3 {
    font-size: 0.18rem;
  }

  .faq_a p,
  .faq_a ul {
    padding-left: 0.22rem;
    padding-right: 0.22rem;
  }

  .faq_a ul {
    padding-left: 0.42rem;
  }
}

.wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: var(--i_color) !important;
}







/* ==================== HOME BANNER · CONSOLIDATED ==================== */
/* All homepage-only banner rules live in this block. Shared `.banner` rules stay above. */
.ute_banner {
  --banner-red: var(--i_color);
  --banner-steel: #151920;
  background: var(--banner-steel);
}

.ute_banner .swiper-slide {
  min-height: 760px;
  background: var(--banner-steel);
}

.ute_banner .swiper-slide>img {
  filter: saturate(.84) contrast(1.03) brightness(.88);
  transition: transform 7s ease, filter .6s ease;
}

.ute_banner .swiper-slide-active>img {
  transform: scale(1.06);
}



.ute_banner .banner_grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: .58;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 96px 96px;
}

.ute_banner .banner_mark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background:
    linear-gradient(90deg,
      rgba(13, 17, 24, 0.04) 0%,
      rgba(13, 17, 24, 0.16) 52%,
      rgba(13, 17, 24, 0.07) 100%),
    linear-gradient(0deg,
      rgba(13, 17, 24, 0.12),
      transparent 38%);
  pointer-events: none;
}


.ute_banner .wrap {
  top: 52%;
  z-index: 4;
}

.ute_banner .banner_content {
  max-width: 900px;
}


.ute_banner .banner_layout .banner_content h3 {
  white-space: nowrap;
  margin: 0;
  max-width: 920px;
  color: #fff;
  font-size: 74px;
  line-height: .95;
  letter-spacing: -3px;
  font-weight: 700;
}

.ute_banner .banner_content h3 em {
  color: var(--banner-red);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: 500;
}

.ute_banner .banner_content>p {
  max-width: 700px;
  margin-top: 30px;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .76);
  font-weight: 400;
}

.ute_banner .banner_btn {
  margin-top: 38px;
}

.ute_banner .banner_btn>a:not(.site_cta) {
  min-width: 190px;
  height: 54px;
  padding: 0 28px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
}

.ute_banner .banner_btn>a:not(.site_cta) {
  background: var(--banner-red);
}

.ute_banner .banner_btn>a:not(.site_cta):hover {
  background: #007a3a;
}

.ute_banner .banner_btn>a:not(.site_cta) b {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 400;
}

.ute_banner .banner_specs {
  display: flex;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.ute_banner .banner_specs li {
  min-width: 160px;
  padding-right: 32px;
}

.ute_banner .banner_specs li+li {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.ute_banner .banner_specs strong {
  display: block;
  color: #fff;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}

.ute_banner .banner_specs small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, .48);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ute_banner .banner_process {
  display: flex;
  align-items: center;
  max-width: 720px;
  margin-top: 50px;
  color: rgba(255, 255, 255, .55);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.ute_banner .banner_process i {
  flex: 1;
  height: 1px;
  margin: 0 16px;
  background: rgba(255, 255, 255, .24);
}

.ute_banner .banner_side_note {
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 4;
  color: rgba(255, 255, 255, .35);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.ute_banner .banner_layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .92fr);
  gap: clamp(36px, 5vw, 86px);
  align-items: center;
  width: 100%;
}

.ute_banner .banner_layout .banner_content {
  max-width: 760px;
}

.ute_banner .banner_equipment {
  width: 100%;
  max-width: 700px;
  justify-self: end;
}

.ute_banner .banner_equipment_frame {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(66, 72, 97, .62);
  box-shadow: 0 36px 70px rgba(0, 0, 0, .45);
  backdrop-filter: blur(10px);
}

.ute_banner .banner_equipment_frame::before,
.ute_banner .banner_equipment_frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 58px;
  height: 58px;
  pointer-events: none;
}

.ute_banner .banner_equipment_frame::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid var(--banner-red);
  border-left: 2px solid var(--banner-red);
}

.ute_banner .banner_equipment_frame::after {
  right: -2px;
  bottom: -2px;
  border-right: 2px solid var(--banner-red);
  border-bottom: 2px solid var(--banner-red);
}

.ute_banner .banner_equipment_img {
  position: relative;
  height: clamp(260px, 27vw, 370px);
  overflow: hidden;
  background: #20252d;
}

.ute_banner .banner_equipment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04);
  transition: transform .6s ease;
}

.ute_banner .banner_equipment_frame:hover .banner_equipment_img img {
  transform: scale(1.035);
}

.ute_banner .banner_equipment_img span {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 12px;
  background: var(--banner-red);
  color: #fff;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.ute_banner .banner_equipment_info {
  padding: 18px 8px 8px;
}

.ute_banner .banner_equipment_info small {
  display: block;
  margin-bottom: 7px;
  color: var(--banner-red);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.ute_banner .banner_equipment_info h4 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -.3px;
}

.ute_banner .banner_equipment_info p {
  margin-top: 7px;
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ute_banner .banner-button-prev,
.ute_banner .banner-button-next {
  width: 48px;
  height: 48px;
  border-radius: 0;
  border-color: rgba(255, 255, 255, .3);
  background: rgba(13, 17, 24, .5);
  color: #fff;
  backdrop-filter: blur(8px);
}

.ute_banner .banner-button-prev:hover,
.ute_banner .banner-button-next:hover {
  border-color: var(--banner-red);
  background: var(--banner-red);
  color: #fff;
}

.ute_banner .banner-pagination {
  bottom: 32px;
}

.ute_banner .banner-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 2px;
  margin: 0 5px;
  border-radius: 0;
  background: rgba(255, 255, 255, .35);
}

.ute_banner .banner-pagination .swiper-pagination-bullet::after {
  display: none;
}

.ute_banner .banner-pagination .swiper-pagination-bullet-active {
  background: var(--banner-red);
}

@media screen and (max-width: 1400px) {

  .ute_banner .banner_layout .banner_content h3 {
    font-size: 60px;
  }
}

@media screen and (max-width: 1200px) {

  .ute_banner .banner_layout .banner_content h3 {
    font-size: 55px;
  }
}

@media screen and (max-width: 1024px) {
  .ute_banner .swiper-slide {
    min-height: 620px;
    padding-bottom: 32%;
  }

  .ute_banner .banner_mark,
  .ute_banner .banner_side_note,
  .ute_banner .banner_equipment {
    display: none;
  }

  .ute_banner .banner_layout {
    display: block;
  }

  .ute_banner .banner_layout .banner_content {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .ute_banner .swiper-slide {
    min-height: 450px;
  }

  .ute_banner .swiper-slide>img {
    object-position: 62% center;
  }


  .ute_banner .banner_grid {
    background-size: 64px 64px;
  }

  .ute_banner .wrap {
    top: 51%;
  }

  .ute_banner .banner_layout .banner_content h3 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1.5px;
  }

  .ute_banner .banner_content>p {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .ute_banner .banner_btn {
    margin-top: 26px;
  }

  .ute_banner .banner_btn>a:not(.site_cta) {
    min-width: 0;
    height: 46px;
    padding: 0 20px;
  }

  .ute_banner .banner_specs,
  .ute_banner .banner_process {
    display: none;
  }

  .ute_banner .banner-pagination {
    bottom: 20px;
  }
}

/* ==================== SHARED CONTENT HEADINGS ==================== */
.home_section_heading,
.home_section_heading_content,
.home_section_heading_title,
.home_section_heading_desc {
  min-width: 0;
}

.home_section_heading_title {
  margin: 0 0 18px;
  color: #1a1d24;
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.home_section_heading_title em {
  color: var(--i_color);
  font: inherit;
  font-style: normal;
  font-weight: 500;
}

.home_section_heading_desc {
  margin: 0;
  color: #5c6470;
  font-size: 15px;
  line-height: 1.7;
}


@media screen and (max-width: 767px) {
  .home_section_heading_title {
    font-size: 34px;
    letter-spacing: -1px;
  }

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

/* ==================== SHARED INTERNAL CTA ==================== */
body a.site_cta {
  display: inline-flex;
  align-items: center;
  gap: clamp(12px, 1.1vw, 16px);
  width: fit-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--site-cta-color, var(--brand-ink, #1a1d24));
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  transition: color .25s ease, transform .25s ease;
}

body a.site_cta>span {
  min-width: 0;
}

body a.site_cta>i {
  display: inline-grid;
  flex: 0 0 auto;
  width: clamp(38px, 2.5vw, 48px);
  height: clamp(38px, 2.5vw, 48px);
  place-items: center;
  border-radius: 50%;
  background: var(--i_color);
  color: #fff;
  font-size: clamp(20px, 1.6vw, 25px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}



@media (hover: hover) and (pointer: fine) {
  body a.site_cta:hover {
    color: var(--i_color);
    transform: translateY(-2px);
  }

  body a.site_cta:hover>i {
    background: var(--i_color2);
    box-shadow: 0 8px 18px rgba(194, 0, 0, .2);
    transform: translateX(4px);
  }
}

body a.site_cta:focus-visible {
  outline: 3px solid var(--i_color);
  outline-offset: 4px;
}

@media screen and (max-width: 767px) {
  body a.site_cta {
    gap: 12px;
    font-size: 15px;
  }

  body a.site_cta>i {
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}

/* Legacy page CTA placement */
.in404 .site_cta,
.thanks .site_cta {
  margin-top: 28px;
}

/* ==================== HOME HERITAGE 2026 ==================== */
.home_heritage {
  padding: 96px 0;
  overflow: hidden;
  background: #f4f6f8;
}

.home_heritage_grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: clamp(50px, 6vw, 100px);
  align-items: center;
}

.home_heritage_visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.home_heritage_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home_heritage_visual.is-switching img {
  opacity: .18;
}


.home_heritage_content {
  padding: 10px 0;
}

.home_heritage_lead {
  max-width: 560px;
  margin: 0 0 30px;
  color: #5c6470;
  font-size: 15px;
  line-height: 1.7;
}

.home_timeline {
  position: relative;
  margin: 0;
  padding: 0 0 0 28px;
  border-left: 1px solid #d6dae1;
  list-style: none;
}

.home_timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 0 0 23px;
  cursor: pointer;
  transition: opacity .25s ease;
}

.home_timeline li:last-child {
  padding-bottom: 0;
}

.home_timeline li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -34px;
  width: 10px;
  height: 10px;
  border: 2px solid var(--i_color);
  border-radius: 50%;
  background: #f4f6f8;
  box-shadow: 0 0 0 4px #f4f6f8;
  transition: background-color .25s ease, transform .25s ease;
}

.home_timeline li.active::before {
  background: var(--i_color);
}

.home_timeline li.active::after {
  content: "←";
  position: absolute;
  top: -5px;
  left: -63px;
  color: var(--i_color);
  font-family: Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}



.home_timeline li:hover h3,
.home_timeline li:focus h3,
.home_timeline li.active h3 {
  color: var(--i_color);
}

.home_timeline li:focus {
  outline: none;
}

.home_timeline time {
  color: var(--i_color);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
}

.home_timeline h3 {
  margin: 0 0 4px;
  color: #1a1d24;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -.3px;
}

.home_timeline p {
  max-width: 470px;
  margin: 0;
  color: #6a717d;
  font-size: 14px;
  line-height: 1.65;
}

.home_heritage_content>.site_cta {
  margin-top: 32px;
}

@media (hover: hover) and (pointer: fine) {
  .home_heritage_visual img {
    transition: transform .9s cubic-bezier(.16, 1, .3, 1), filter .45s ease;
  }

  .home_heritage_visual:hover img {
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.025);
  }

}

@media screen and (max-width: 1024px) {
  .home_heritage {
    padding: 72px 0;
  }

  .home_heritage_grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .home_heritage_visual {
    max-width: 760px;
    margin: 0 auto;
  }

  .home_heritage_content {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .home_heritage {
    padding: 54px 0 60px;
  }

  .home_heritage_grid {
    gap: 34px;
  }

  .home_heritage_visual {
    padding: 16px 4px 62px;
  }

  .home_heritage_visual img {
    width: 108%;
  }



  .home_heritage_lead {
    font-size: 14px;
    margin-bottom: 26px;
  }

  .home_timeline {
    padding-left: 22px;
  }

  .home_timeline li {
    grid-template-columns: 52px 1fr;
    gap: 12px;
    padding-bottom: 20px;
  }

  .home_timeline li::before {
    left: -28px;
  }

  .home_timeline li.active::after {
    left: -53px;
  }

  .home_timeline p {
    font-size: 14px;
  }
}

/* ==================== HOME CAPABILITIES 2026 ==================== */
.home_capabilities {
  padding: 110px 0 120px;
  overflow: hidden;
  background: url(static/images/bg2.webp) no-repeat center;
  background-size: cover;
}

.home_capabilities_header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.home_capabilities_header h2 {
  margin: 0;
}

.home_capabilities_header>.home_section_heading_desc {
  margin: 0 0 5px;
}

.home_capability_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #d9dde3;
  background: #d9dde3;
  gap: 1px;
}

.home_capability_card {
  position: relative;
  min-height: 430px;
  padding: 42px 32px 36px;
  overflow: hidden;
  background: #fff;
  transition: background .35s ease, transform .35s ease;
}

.home_capability_card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: var(--i_color);
  transition: width .4s ease;
}

.home_capability_icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid #d9dde3;
  color: var(--i_color);
  font-size: 25px;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.home_capability_card h3 {
  margin: 0 0 15px;
  color: #1a1d24;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -.5px;
}

.home_capability_card>p {
  min-height: 96px;
  margin: 0 0 26px;
  color: #69717c;
  font-size: 15px;
  line-height: 1.65;
}

.home_capability_points {
  margin: 0;
  padding: 0 52px 0 0;
  list-style: none;
}

.home_capability_points li {
  position: relative;
  padding: 8px 0 8px 16px;
  border-top: 1px solid #e2e5e9;
  color: #46505d;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: .35px;
}

.home_capability_points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--i_color);
}

.home_capability_points li:last-child {
  border-bottom: 1px solid #e2e5e9;
}

.home_capability_card>a {
  position: absolute;
  right: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #d9dde3;
  color: #1a1d24;
  font-size: 17px;
  transition: all .3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home_capability_card:hover {
    z-index: 2;
    background: #f5f7f9;
    box-shadow: 0 20px 42px rgba(27, 35, 48, .12);
    transform: translateY(-4px);
  }

  .home_capability_card:hover::before {
    width: 100%;
  }

  .home_capability_card:hover .home_capability_icon {
    border-color: var(--i_color);
    background: var(--i_color);
    color: #fff;
  }

  .home_capability_card:hover>a {
    border-color: var(--i_color);
    color: var(--i_color);
    transform: translateX(3px);
  }

  .home_capability_card>a:hover {
    border-color: var(--i_color);
    background: var(--i_color);
    color: #fff;
  }
}

@media screen and (max-width: 1200px) {
  .home_capabilities_header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home_capabilities_header>p {
    max-width: 700px;
  }

  .home_capability_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .home_capabilities {
    padding: 66px 0 72px;
  }

  .home_capabilities_header {
    margin-bottom: 32px;
  }

  .home_capability_grid {
    grid-template-columns: 1fr;
  }

  .home_capability_card {
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .home_capability_card>p {
    min-height: 0;
    padding-right: 36px;
  }
}

/* ==================== HOME PRODUCTS 2026 ==================== */
.home_products {
  position: relative;
  padding: 110px 0 118px;
  overflow: hidden;
  background: #f5f6f8;
  color: #1a1d24;
}

.home_products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e2e5e9;
}

.home_products_header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.home_products_header h2 {
  margin: 0;
}

.home_products_header>.home_section_heading_desc {
  margin: 0 0 5px;
}

.home_products_grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1.5fr repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.home_product_card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #1a1d24;
  border: 0;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease;
}

.home_product_card>a,
.home_product_image {
  display: block;
  width: 100%;
  height: 100%;
}

.home_product_card>a {
  display: block;
  height: 100%;
}

.home_product_image {
  height: 100%;
}

@media screen and (min-width: 1201px) {
  .home_products_grid {
    grid-template-areas:
      "featured wet-grinding closed-cycle"
      "featured fluid-bed airflow";
    /* Two 4:3 cards plus the row gap determine the full mosaic height. */
    aspect-ratio: 2.26 / 1;
  }

  .home_product_card {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
  }

  .home_product_card:nth-child(1) {
    grid-area: featured;
  }

  .home_product_card:nth-child(2) {
    grid-area: wet-grinding;
  }

  .home_product_card:nth-child(3) {
    grid-area: closed-cycle;
  }

  .home_product_card:nth-child(4) {
    grid-area: fluid-bed;
  }

  .home_product_card:nth-child(5) {
    grid-area: airflow;
  }

  .home_product_card:not(.featured) {
    aspect-ratio: auto;
  }
}

.home_product_image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: brightness(.86) saturate(.9) contrast(1.04);
  transition: transform .75s cubic-bezier(.2, .7, .2, 1), filter .5s ease;
}

.home_product_overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 30px;
  background: linear-gradient(180deg, rgba(12, 16, 22, .06) 20%, rgba(12, 16, 22, .3) 100%);
}

.home_product_card.featured .home_product_overlay {
  padding: 34px 38px;
}

.home_product_tag {
  align-self: flex-start;
  padding: 6px 11px;
  border: 1px solid rgba(193, 10, 9, .8);
  color: #fff;
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.home_product_info small {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .62);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home_product_info h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -.6px;
  font-weight: 700;
}

.home_product_info p {
  max-width: 600px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.65;
}

.home_product_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .3px;
}

.home_product_link b {
  font-size: 16px;
  font-weight: 400;
  transition: transform .25s ease;
}

.home_product_card:not(.featured) .home_product_info p {
  display: none;
}

.home_product_card.featured .home_product_info h3 {
  max-width: 700px;
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -1.5px;
}

.home_product_card:not(.featured) .home_product_info h3 {
  font-size: 26px;
}

.home_products .site_cta {
  margin-top: 34px;
}

@media (hover: hover) and (pointer: fine) {
  .home_product_card:hover {
    z-index: 2;
    box-shadow: 0 22px 42px rgba(24, 31, 42, .2);
    transform: translateY(-4px);
  }

  .home_product_card:hover .home_product_image img {
    filter: brightness(.96) saturate(1) contrast(1.02);
    transform: scale(1.055);
  }

  .home_product_card:hover h3 {
    color: var(--i_color);
  }

  .home_product_card:hover .home_product_link b {
    transform: translateX(5px);
  }
}

@media screen and (max-width: 1200px) {
  .home_products_header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .home_products_header>p {
    max-width: 700px;
  }

  .home_products_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 430px 360px;
  }

  .home_product_card {
    min-height: 330px;
  }

  .home_product_card.featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }

}

@media screen and (max-width: 767px) {
  .home_products {
    padding: 68px 0 74px;
  }

  .home_products_header {
    margin-bottom: 32px;
  }

  .home_products_grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 340px;
  }

  .home_product_card {
    min-height: 340px;
  }

  .home_product_overlay {
    padding: 24px;
  }

  .home_product_card.featured {
    grid-column: auto;
    grid-row: auto;
    min-height: 340px;
  }

  .home_product_card.featured .home_product_overlay {
    padding: 24px;
  }

  .home_product_card.featured .home_product_info h3,
  .home_product_card:not(.featured) .home_product_info h3 {
    font-size: 26px;
  }

  .home_product_info h3 {
    font-size: 25px;
  }
}

/* ==================== HOME REMAINING SECTIONS 2026 ==================== */
.home_common_header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .65fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.home_common_header h2 {
  margin: 0;
}

.home_common_header>.home_section_heading_desc {
  margin: 0 0 5px;
}

@media screen and (max-width: 1200px) {
  .home_common_header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home_common_header>.home_section_heading_desc {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .home_common_header {
    margin-bottom: 32px;
  }
}




/* =========================================================
   HOME NEWS
========================================================= */

.home_news {
  --news_dark: #202229;
  --news_text: #72757b;
  --news_line: #e5e5e5;
  --news_light: #f7f7f5;

  width: 100%;

  padding: 1rem 0 1.1rem;

  position: relative;

  overflow: hidden;
}


/* =========================================================
   HEADER
========================================================= */

.home_news_header {
  width: 100%;

  display: flex;

  align-items: flex-end;

  justify-content: space-between;

  gap: .6rem;

  margin-bottom: .45rem;

  padding-bottom: .3rem;

  border-bottom: 1px solid var(--news_line);
}


/* =========================================================
   HEADER TITLE
========================================================= */

.home_news_header_title {
  flex-shrink: 0;
}


.home_news_header_title h2 {
  margin: 0;
}


/* =========================================================
   NEWS CATEGORY TABS
========================================================= */

.home_news_tabs {
  max-width: 8.5rem;

  display: flex;

  align-items: center;

  justify-content: flex-end;

  flex-wrap: wrap;

  gap: .08rem .32rem;

  padding-bottom: .03rem;
}


/* =========================================================
   TAB
========================================================= */

.home_news_tab {
  position: relative;

  display: inline-flex;

  align-items: center;

  gap: .07rem;

  padding: .08rem 0 .11rem;

  margin: 0;

  border: 0;

  background: transparent;

  outline: none;

  font-family: inherit;

  cursor: pointer;

  color: #777;

  transition:
    color .3s ease;
}




/* =========================================================
   NAME
========================================================= */

.home_news_tab_name {
  font-size: 15px;
  line-height: 1.3;

  font-weight: 500;

  white-space: nowrap;
}


/* =========================================================
   TAB LINE
========================================================= */

.home_news_tab::after {
  content: "";

  width: 100%;
  height: 2px;

  position: absolute;

  left: 0;
  bottom: 0;

  background: var(--i_color);

  transform: scaleX(0);

  transform-origin: right center;

  transition:
    transform .35s ease;
}


/* =========================================================
   TAB HOVER
========================================================= */


/* =========================================================
   TAB ACTIVE
========================================================= */

.home_news_tab.active {
  color: var(--i_color);
}


.home_news_tab.active::after {
  transform: scaleX(1);

  transform-origin: left center;
}



/* =========================================================
   CONTENT
========================================================= */

.home_news_content {
  width: 100%;

  position: relative;
}


/* =========================================================
   PANEL
========================================================= */

.home_news_panel {
  display: none;
}


.home_news_panel.active {
  display: block;

  animation:
    homeNewsPanelShow .45s ease both;
}


@keyframes homeNewsPanelShow {

  from {

    opacity: 0;

    transform: translateY(10px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}


/* =========================================================
   NEWS GRID
========================================================= */

.home_news_grid {
  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: .25rem;
}


/* =========================================================
   CARD
========================================================= */

.home_news_card {
  width: 100%;

  min-width: 0;

  position: relative;

  overflow: hidden;

  background: #fff;

  border-bottom: 1px solid var(--news_line);

  transition:
    border-color .35s ease;
}


.home_news_card>a {
  width: 100%;
  height: 100%;

  display: block;

  color: inherit;

  text-decoration: none;
}


/* =========================================================
   CARD IMAGE
========================================================= */

.home_news_image {
  width: 100%;

  position: relative;

  overflow: hidden;
  aspect-ratio: 4 / 3;

  background: #eee;
}


.home_news_image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;

  transition:
    transform .75s cubic-bezier(.2, .6, .3, 1);
}


/* =========================================================
   IMAGE MASK
========================================================= */

.home_news_image_mask {
  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 45%,
      rgba(0, 0, 0, .42) 100%);
}


/* =========================================================
   CATEGORY
========================================================= */

.home_news_category {
  position: absolute;

  left: .18rem;
  bottom: .16rem;

  z-index: 3;

  display: inline-flex;

  align-items: center;

  min-height: 27px;

  padding: 5px 11px;

  border-radius: 50px;

  background: rgba(255, 255, 255, .94);

  font-size: 14px;
  line-height: 1.2;

  font-weight: 500;

  color: #333;
}


/* =========================================================
   DATE
========================================================= */

.home_news_image time {
  position: absolute;

  right: .18rem;
  bottom: .19rem;

  z-index: 3;

  font-size: 14px;
  line-height: 1;

  letter-spacing: .08em;

  color: rgba(255, 255, 255, .92);
}


/* =========================================================
   COPY
========================================================= */

.home_news_copy {
  position: relative;
  padding: .22rem .02rem .25rem;
}

.home_news_copy h3 {
  margin: 0;
  font-size: .18rem;
  line-height: 1.45;
  font-weight: 600;
  color: var(--news_dark);
  transition: color .3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



/* =========================================================
   DESCRIPTION
========================================================= */

.home_news_copy p {
  margin: .1rem 0 .2rem;
  font-size: 14px;
  line-height: 1.75;
  color: var(--news_text);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* =========================================================
   READ ARTICLE
========================================================= */

.home_news_read {
  display: inline-flex;

  align-items: center;

  gap: .12rem;

  font-size: 14px;
  line-height: 1.3;

  font-weight: 600;

  color: #555;
}


.home_news_read i {
  width: .28rem;
  height: .28rem;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #f1f1f1;

  font-size: 13px;
  font-style: normal;

  color: #555;

  transition:
    color .3s ease,
    background .3s ease,
    transform .3s ease;
}


/* =========================================================
   CARD BOTTOM LINE HOVER
========================================================= */

.home_news_card::after {
  content: "";

  width: 100%;
  height: 2px;

  position: absolute;

  left: 0;
  bottom: 0;

  z-index: 2;

  background: var(--i_color);

  transform: scaleX(0);

  transform-origin: right center;

  transition:
    transform .45s ease;
}


/* =========================================================
   EMPTY
========================================================= */

.home_news_empty {
  grid-column: 1 / -1;

  min-height: 2.5rem;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: .08rem;

  background: var(--news_light);
}


.home_news_empty span {
  font-size: 10px;

  letter-spacing: .12em;

  color: var(--i_color);
}


.home_news_empty p {
  margin: 0;

  font-size: 13px;

  color: #999;
}


/* =========================================================
   BOTTOM
========================================================= */

.home_news_bottom {
  width: 100%;

  display: flex;

  justify-content: flex-end;

  margin-top: .35rem;
}


@media (hover: hover) and (pointer: fine) {
  .home_news_tab:hover {
    color: var(--news_dark);
  }

  .home_news_tab:hover::after,
  .home_news_card:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }

  .home_news_card:hover .home_news_image img {
    transform: scale(1.055);
  }

  .home_news_card:hover h3 {
    color: var(--i_color);
  }

  .home_news_card:hover .home_news_read i {
    background: var(--i_color);
    color: #fff;
    transform: translateX(5px);
  }

}

.home_news_read:hover i {
  background: var(--i_color);
  color: #fff;
  transform: translateX(5px);
}

.home_news_tab:focus-visible,
.home_news_card>a:focus-visible {
  outline: 2px solid var(--i_color);
  outline-offset: 3px;
}


/* =========================================================
   1200
========================================================= */

@media screen and (max-width: 1200px) {

  .home_news_header {
    gap: .4rem;
  }


  .home_news_tabs {
    gap: .08rem .22rem;
  }


  .home_news_tab_name {
    font-size: 14px;
  }


  .home_news_grid {
    gap: .2rem;
  }


  .home_news_image {
    height: 2.2rem;
  }


  .home_news_copy h3 {
    font-size: .17rem;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 900px) {

  .home_news_header {
    align-items: flex-end;

    gap: .3rem;
  }


  .home_news_tabs {
    max-width: 5rem;

    gap: .05rem .18rem;
  }

  .home_news_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


  .home_news_grid {
    gap: .15rem;
  }


  .home_news_image {
    height: 1.8rem;
  }


  .home_news_copy h3 {
    min-height: .48rem;

    font-size: .15rem;
  }


  .home_news_copy p {
    font-size: 14px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 768px) {

  .home_news {
    padding: .65rem 0 .75rem;
  }


  /* =========================
     HEADER
  ========================= */

  .home_news_header {
    display: block;

    margin-bottom: .3rem;

    padding-bottom: .18rem;
  }


  /* =========================
     MOBILE TABS
  ========================= */

  .home_news_tabs {
    width: 100%;
    max-width: none;

    display: flex;

    flex-wrap: nowrap;

    justify-content: flex-start;

    gap: .22rem;

    margin-top: .25rem;

    padding-bottom: .08rem;

    overflow-x: auto;

    overflow-y: hidden;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }


  .home_news_tabs::-webkit-scrollbar {
    display: none;
  }


  .home_news_tab {
    flex-shrink: 0;

    padding: .07rem 0 .09rem;
  }


  .home_news_tab_name {
    font-size: 14px;
  }




  /* =========================
     NEWS GRID
  ========================= */

  .home_news_grid {
    grid-template-columns: 1fr;

    gap: .28rem;
  }


  .home_news_image {
    height: 2.5rem;
  }


  .home_news_copy {
    padding-top: .18rem;
  }


  .home_news_copy h3 {
    min-height: 0;

    font-size: .18rem;
  }


  .home_news_copy p {
    min-height: 0;

    font-size: 14px;
  }


  .home_news_bottom {
    margin-top: .3rem;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 420px) {


  .home_news_image {
    height: 2.2rem;
  }


  .home_news_category {
    left: .12rem;
    bottom: .12rem;
  }


  .home_news_image time {
    right: .12rem;
    bottom: .15rem;
  }

}







.home_partners {
  padding: 110px 0;
  background: #f4f6f8;
}

.home_partner_grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1px;
  border: 1px solid #d9dde3;
  background: #d9dde3;
}

.home_partner_grid>div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 20px;
  background: #fff;
  transition: transform .3s ease, background-color .3s ease, box-shadow .3s ease;
}

.home_partner_grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform .3s ease;
}

.home_partners_note {
  margin: 30px 0 0;
  color: #68707c;
  font-size: 14px;
  text-align: center;
}

.home_partners_note strong {
  color: #1a1d24;
}

@media (hover: hover) and (pointer: fine) {
  .home_partner_grid>div:hover {
    z-index: 2;
    background: #fff7f7;
    box-shadow: inset 0 3px 0 var(--i_color), 0 14px 30px rgba(27, 35, 48, .13);
    transform: translateY(-4px);
  }

  .home_partner_grid>div:hover img {
    transform: translateY(-2px);
  }
}

@media screen and (max-width: 1200px) {
  .home_partner_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .home_partners {
    padding: 68px 0 74px;
  }

  .home_partner_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home_partner_grid>div {
    min-height: 90px;
  }
}

.home_faq {
  padding: 110px 0 120px;
  background: url(static/images/bg1.webp) no-repeat center;
  background-size: cover;
}

.home_faq_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.home_faq_grid article {
  background: #f8f9fa;
  transition: .3s;
}

.home_faq_grid button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 22px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.home_faq_grid button b {
  color: #1a1d24;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.home_faq_grid button i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #ccd1d9;
  color: var(--i_color);
  font-style: normal;
  font-size: 18px;
  transition: .3s;
}

.home_faq_grid article>p {
  max-height: 0;
  margin: 0;
  padding: 0 64px 0 22px;
  overflow: hidden;
  color: #69717c;
  font-size: 14px;
  line-height: 1.65;
  transition: max-height .35s ease, padding .35s ease;
}

.home_faq_grid article.open {
  border-color: var(--i_color);
  background: #fff;
}

.home_faq_grid article.open>p {
  max-height: 180px;
  padding-bottom: 24px;
}

.home_faq_grid article.open button i {
  transform: rotate(45deg);
  /* background: var(--i_color);
  border-color: var(--i_color);
  color: #fff; */
}

.home_faq_grid button:focus-visible {
  outline: 2px solid var(--i_color);
  outline-offset: -2px;
}

@media (hover: hover) and (pointer: fine) {
  .home_faq_grid article:hover {
    border-color: #c9ced6;
    background: #fff;
    box-shadow: 0 12px 26px rgba(27, 35, 48, .07);
    transform: translateY(-3px);
  }

  .home_faq_grid article:hover button i {
    border-color: var(--i_color);
    color: var(--i_color);
  }
}

@media screen and (max-width: 767px) {
  .home_faq {
    padding: 68px 0 74px;
  }

  .home_faq_grid {
    grid-template-columns: 1fr;
  }

  .home_faq_grid button {
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 9px;
    padding: 18px 15px;
  }

  .home_faq_grid article>p {
    padding-right: 38px;
    padding-left: 15px;
  }
}





/* ==================== CONTACT 2026 ==================== */
.contact_2026 {
  color: #1a1d24;
  background: #fff;
}

/* Direct contact */
.contact_channels {
  padding: clamp(76px, 8vw, 120px) 0;
  background: #f5f6f8;
}

.contact_section_head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, .72fr);
  gap: clamp(38px, 7vw, 88px);
  align-items: end;
  margin-bottom: clamp(36px, 4vw, 56px);
}

.contact_section_head .home_section_heading_title {
  margin-bottom: 0;
}

.contact_section_head .home_section_heading_desc {
  max-width: 560px;
  margin: 0;
  color: #596371;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.75;
}

.contact_channel_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid #d8dce2;
  background: #d8dce2;
}

.contact_channel_grid>a,
.contact_channel_grid>div {
  position: relative;
  min-height: 270px;
  padding: clamp(28px, 2.4vw, 38px);
  background: #fff;
}

.contact_channel_grid>a {
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease;
}

.contact_channel_grid iconify-icon {
  display: block;
  margin-bottom: clamp(42px, 5vw, 68px);
  color: var(--i_color);
  font-size: 32px;
}

.contact_channel_grid h3 {
  margin: 0 0 13px;
  color: #9a5a38;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.contact_channel_grid strong {
  display: block;
  color: #1a1d24;
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.contact_channel_grid i {
  position: absolute;
  right: 28px;
  bottom: 25px;
  color: var(--i_color);
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.contact_channel_grid>a:hover {
  z-index: 1;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(27, 35, 48, .11);
}

@media screen and (max-width: 1050px) {
  .contact_channel_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .contact_channels {
    padding: 68px 0 74px;
  }

  .contact_section_head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .contact_section_head .home_section_heading_desc {
    max-width: none;
    font-size: 16px;
  }

  .contact_channel_grid {
    grid-template-columns: 1fr;
  }

  .contact_channel_grid>a,
  .contact_channel_grid>div {
    min-height: 230px;
    padding: 30px 26px;
  }

  .contact_channel_grid iconify-icon {
    margin-bottom: 42px;
  }
}

/* Project inquiry */
.contact_inquiry {
  padding: clamp(76px, 8vw, 120px) 0;
  background: #202735;
  color: #fff;
}

.contact_inquiry_grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.05fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: start;
}

.contact_inquiry .home_section_heading_title {
  margin-bottom: 20px;
}

.contact_inquiry_copy>p {
  max-width: 580px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.75;
}

.contact_inquiry_copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact_inquiry_copy li {
  padding: 17px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.contact_inquiry_copy li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.contact_inquiry_copy li span {
  display: block;
  color: rgba(255, 255, 255, .76);
  font-size: 15px;
  line-height: 1.7;
}

.contact_inquiry_copy li strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
}

.contact_form_card {
  padding: clamp(28px, 4vw, 48px);
  background: #fff;
  color: #1a1d24;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .2);
}

.contact_form_card .home_section_heading_title {
  margin-bottom: 12px;
}

.contact_form_card .home_section_heading_desc {
  margin: 0 0 30px;
  color: #596371;
  font-size: 16px;
  line-height: 1.65;
}

.contact_form_card .wpforms-container {
  margin: 0 !important;
}

.contact_form_card .wpforms-field {
  padding: 0 0 20px !important;
}

.contact_form_card .wpforms-field-label {
  margin-bottom: 8px !important;
  color: #1a1d24 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.contact_form_card .wpforms-form input,
.contact_form_card .wpforms-form select,
.contact_form_card .wpforms-form textarea {
  width: 100% !important;
  min-height: 54px !important;
  border: 1px solid #d5dae1 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #1a1d24 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.contact_form_card .wpforms-form textarea {
  min-height: 148px !important;
  padding-top: 15px !important;
}

.contact_form_card .wpforms-form input:focus,
.contact_form_card .wpforms-form select:focus,
.contact_form_card .wpforms-form textarea:focus {
  border-color: var(--i_color) !important;
  box-shadow: 0 0 0 3px rgba(193, 10, 9, .12) !important;
  outline: 0;
}

.contact_form_card .wpforms-submit-container {
  padding-top: 4px !important;
}

.contact_form_card .wpforms-submit {
  min-height: 54px !important;
  padding: 0 25px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--i_color) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  transition: background-color .25s ease, transform .25s ease;
}

.contact_form_card .wpforms-submit:hover {
  background: #007a3a !important;
  transform: translateY(-2px);
}

.contact_form_card .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}


/* Name + Email */
.contact_form_card .wpforms-field-container>.wpforms-field:nth-child(1),
.contact_form_card .wpforms-field-container>.wpforms-field:nth-child(2) {
  width: calc(50% - 10px) !important;
}


/* Phone / Message */
.contact_form_card .wpforms-field-container>.wpforms-field:nth-child(n

  /**/
  +3) {
  width: 100% !important;
}


/* 手机 */
@media screen and (max-width: 767px) {
  .contact_form_card .wpforms-field-container>.wpforms-field {
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
  .contact_inquiry_grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media screen and (max-width: 767px) {
  .contact_inquiry {
    padding: 68px 0 74px;
  }

  .contact_inquiry_copy>p,
  .contact_inquiry_copy li span,
  .contact_form_card .home_section_heading_desc {
    font-size: 16px;
  }

  .contact_form_card {
    padding: 30px 22px;
  }

  .contact_form_card .wpforms-submit {
    width: 100% !important;
  }
}

/* Visit ute */
.contact_location {
  padding: clamp(76px, 8vw, 120px) 0;
  background: #fff;
}

.contact_location_grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(42px, 7vw, 82px);
  align-items: center;
}

.contact_location .home_section_heading_title {
  margin-bottom: 20px;
}

.contact_location .home_section_heading_desc {
  margin: 0 0 28px;
  color: #596371;
  font-size: 16px;
  line-height: 1.75;
}

.contact_location a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1a1d24;
  font-size: 16px;
  font-weight: 700;
}

.contact_location a span {
  color: var(--i_color);
  font-size: 22px;
  line-height: 1;
}

.contact_location iframe {
  width: 100%;
  min-height: 430px;
  border: 0;
  filter: grayscale(.25);
}

@media screen and (max-width: 900px) {
  .contact_location_grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media screen and (max-width: 767px) {
  .contact_location {
    padding: 68px 0 74px;
  }

  .contact_location .home_section_heading_desc,
  .contact_location a {
    font-size: 16px;
  }

  .contact_location iframe {
    min-height: 330px;
  }
}

/* ==================== SERVICE 2026 ==================== */
.service_2026 {
  --service-ink: #1a1d24;
  --service-text: #68707c;
  --service-line: #dce1e6;
  --service-surface: #f3f5f6;
  color: var(--service-ink);
  background: #fff;
}

.service_2026 img {
  display: block;
  max-width: 100%;
}

.service_section_head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr);
  gap: clamp(28px, 6vw, 85px);
  align-items: end;
  margin-bottom: clamp(34px, 4vw, 56px);
}

.service_section_head .home_section_heading_title {
  margin: 0;
}

.service_section_head>.home_section_heading_desc {
  max-width: 510px;
  margin: 0 0 3px;
  color: var(--service-text);
}

@media (max-width: 767px) {
  .service_section_head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 30px;
  }

  .service_section_head>.home_section_heading_desc {
    font-size: 15px;
  }
}

/* Service lifecycle */
.service_scope_2026 {
  padding: clamp(80px, 8vw, 132px) 0;
  background: #fff;
}

.service_lifecycle_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
}

.service_lifecycle_stage {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--service-line);
  background: #fff;
  transition: box-shadow .32s ease, transform .32s ease;
}

.service_lifecycle_media {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #e8ecef;
}

.service_lifecycle_image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2, .65, .3, 1), filter .55s ease;
}

.service_lifecycle_content {
  padding: clamp(23px, 2.3vw, 34px);
}

.service_stage_label {
  display: block;
  color: var(--i_color);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.service_lifecycle_content>h3 {
  margin: 17px 0 0;
  color: var(--service-ink);
  font-size: clamp(22px, 1.65vw, 28px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.035em;
}

.service_stage_services {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid var(--service-line);
}

.service_stage_service {
  padding: 18px 0;
}

.service_stage_service+.service_stage_service {
  border-top: 1px solid var(--service-line);
}

.service_stage_service h4 {
  margin: 0;
  color: var(--service-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.service_stage_service p {
  margin: 8px 0 0;
  color: var(--service-text);
  font-size: 14px;
  line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
  .service_lifecycle_stage:hover {
    box-shadow: 0 18px 38px rgba(27, 35, 48, .1);
    transform: translateY(-5px);
  }

  .service_lifecycle_stage:hover .service_lifecycle_image {
    filter: saturate(1.04);
    transform: scale(1.045);
  }
}

@media (max-width: 767px) {
  .service_scope_2026 {
    padding: 68px 0 74px;
  }

  .service_lifecycle_grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service_lifecycle_content {
    padding: 24px 20px;
  }

  .service_stage_service p {
    font-size: 15px;
  }
}

/* Service project route */
.service_method {
  padding: clamp(80px, 8vw, 132px) 0;
  background: var(--service-surface);
}

.service_method_layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: clamp(26px, 4.5vw, 72px);
}

.service_method_media {
  aspect-ratio: 4 / 3;
  align-self: center;
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e4e8eb;
}

.service_method_image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_method_content {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.4vw, 52px);
  border: 1px solid var(--service-line);
  background: #fff;
}

.service_method_content .home_section_heading_title {
  margin: 0;
  color: var(--service-ink);
}

.service_method_content .home_section_heading_desc {
  margin: 19px 0 0;
  color: var(--service-text);
}

.service_method_steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: clamp(32px, 4vw, 52px) 0 0;
  padding: 1px;
  list-style: none;
  background: var(--service-line);
}

.service_method_steps li {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 20px;
  background: #fff;
  transition: background-color .28s ease, box-shadow .28s ease;
}

.service_method_steps li>span {
  color: var(--i_color);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.5;
}

.service_method_steps h3 {
  margin: 0;
  color: var(--service-ink);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.service_method_steps p {
  margin: 7px 0 0;
  color: var(--service-text);
  font-size: 14px;
  line-height: 1.62;
}

@media (hover: hover) and (pointer: fine) {
  .service_method_steps li:hover {
    position: relative;
    z-index: 1;
    background: #f9fafb;
    box-shadow: 0 10px 24px rgba(27, 35, 48, .08);
  }
}

@media (max-width: 1100px) {
  .service_method_layout {
    gap: 28px;
  }

  .service_method_media {
    min-height: 0;
  }

  .service_method_content {
    padding: 30px;
  }
}

@media (max-width: 900px) {
  .service_method_layout {
    grid-template-columns: 1fr;
  }

  .service_method_media {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .service_method {
    padding: 68px 0 74px;
  }

  .service_method_media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .service_method_content {
    padding: 27px 20px 20px;
  }

  .service_method_steps {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .service_method_steps li {
    padding: 18px;
  }

  .service_method_steps p {
    font-size: 15px;
  }
}

/* Service material trials */
.service_testing {
  padding: clamp(80px, 8vw, 132px) 0;
  background: #fff;
}

.service_testing_layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: clamp(26px, 4.5vw, 72px);
}

.service_testing_media {
  aspect-ratio: 4 / 3;
  align-self: center;
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #e7ebee;
}

.service_testing_image {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_testing_media figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, .94);
  color: var(--service-ink);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.service_testing_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid var(--service-line);
  background: var(--service-surface);
}

.service_testing_content .home_section_heading_title {
  margin: 0;
  color: var(--service-ink);
}

.service_testing_content .home_section_heading_desc {
  margin: 20px 0 0;
  color: var(--service-text);
}

.service_testing_content ul {
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}

.service_testing_content li {
  position: relative;
  padding: 13px 0 13px 18px;
  border-top: 1px solid var(--service-line);
  color: #46505d;
  font-size: 15px;
  line-height: 1.55;
}

.service_testing_content li:last-child {
  border-bottom: 1px solid var(--service-line);
}

.service_testing_content li::before {
  position: absolute;
  top: 21px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--i_color);
  content: "";
}

.service_testing_content .site_cta {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .service_testing_layout {
    grid-template-columns: 1fr;
  }

  .service_testing_media {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .service_testing {
    padding: 68px 0 74px;
  }

  .service_testing_media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .service_testing_media figcaption {
    bottom: 12px;
    left: 12px;
    padding: 10px 12px;
    font-size: 11px;
  }

  .service_testing_content {
    padding: 27px 20px;
  }

  .service_testing_content li {
    font-size: 15px;
  }
}

/* Service handover support */





/* =========================
   Service Support
========================= */

.service_support {
  position: relative;
  min-height: 680px;
  padding: 100px 0;
  overflow: hidden;
  background: #1c2025;
}


/* =========================
   Background Image
========================= */

.service_support_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.service_support_bg_image {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter: brightness(.72);
}


/* light/dark overlay */

.service_support::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;

  background:
    linear-gradient(90deg,
      rgba(19, 23, 28, .88) 0%,
      rgba(19, 23, 28, .75) 42%,
      rgba(19, 23, 28, .5) 72%,
      rgba(19, 23, 28, .35) 100%);
}


/* =========================
   Panel
========================= */

.service_support .wrap {
  position: relative;
  z-index: 2;
}

.service_support_panel {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.05fr);
  gap: clamp(70px, 8vw, 130px);

  align-items: center;
}


/* =========================
   Intro
========================= */

.service_support_intro {
  max-width: 600px;
}

.service_support_eyebrow {
  display: block;
  margin-bottom: 22px;

  font-size: 12px;
  line-height: 1;
  font-weight: 700;

  letter-spacing: .18em;
  text-transform: uppercase;

  color: #fff;
  opacity: .75;
}

.service_support_intro h2 {
  margin: 0 0 26px;

  font-size: clamp(44px, 4.5vw, 68px);
  line-height: 1;

  font-weight: 600;
  letter-spacing: -.045em;

  color: #fff;
}

.service_support_intro h2 span {
  display: block;
  color: #fff;
}

.service_support_intro>p {
  max-width: 560px;
  margin: 0;

  font-size: 15px;
  line-height: 1.8;

  color: rgba(255, 255, 255, .72);
}


/* =========================
   List
========================= */

.service_support_list {
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.service_support_item {
  position: relative;

  padding: 26px 40px 26px 0;

  border-bottom: 1px solid rgba(255, 255, 255, .22);

  transition: padding-left .3s ease;
}

.service_support_item::after {
  content: "→";

  position: absolute;
  top: 28px;
  right: 0;

  font-size: 18px;

  color: rgba(255, 255, 255, .55);

  transition:
    color .3s ease,
    transform .3s ease;
}

.service_support_item h3 {
  margin: 0 0 10px;

  font-size: 21px;
  line-height: 1.25;

  font-weight: 600;

  color: #fff;
}

.service_support_item p {
  max-width: 520px;
  margin: 0;

  font-size: 13px;
  line-height: 1.7;

  color: rgba(255, 255, 255, .65);
}

.service_support_item:hover {
  padding-left: 10px;
}

.service_support_item:hover h3 {
  color: #fff;
}

.service_support_item:hover::after {
  color: #fff;
  transform: translateX(5px);
}


/* =========================
   Tablet
========================= */

@media screen and (max-width: 959px) {

  .service_support {
    min-height: auto;
    padding: 80px 0;
  }

  .service_support_panel {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .service_support_intro {
    max-width: 700px;
  }

}


/* =========================
   Mobile
========================= */

@media screen and (max-width: 600px) {

  .service_support {
    padding: 60px 0;
  }

  .service_support::before {
    background: rgba(18, 22, 27, .78);
  }

  .service_support_intro h2 {
    font-size: 36px;
  }

  .service_support_intro>p {
    font-size: 14px;
  }

  .service_support_item {
    padding: 22px 34px 22px 0;
  }

  .service_support_item h3 {
    font-size: 19px;
  }

  .service_support_item p {
    font-size: 12px;
  }

}








/* =========================
   Service CTA
========================= */

.service_cta {
  position: relative;
  padding: 110px 0;
  background: #f5f6f7;
  overflow: hidden;
}

.service_cta::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(193, 10, 9, .08) 0%,
      rgba(193, 10, 9, 0) 70%);
  pointer-events: none;
}


/* =========================
   Layout
========================= */

.service_cta_layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}


/* =========================
   Content
========================= */

.service_cta_content {
  max-width: 620px;
}

.service_cta_content::before {
  content: "START YOUR PROJECT";
  display: block;
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--i_color);
}

.service_cta_content .home_section_heading_title {
  margin: 0;
  max-width: 600px;
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -.045em;
  color: #171a1f;
}

.service_cta_content>p {
  max-width: 560px;
  margin: 28px 0;
  font-size: 16px;
  line-height: 1.8;
  color: #6d7279;
}



/* =========================
   Media
========================= */

.service_cta_media {
  position: relative;
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.service_cta_media::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(18, 22, 28, 0) 55%,
      rgba(18, 22, 28, .12) 100%);
  pointer-events: none;
}

.service_cta_media::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;

  width: 110px;
  height: 6px;

  background: var(--i_color);
}

.service_cta_image {
  height: auto;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;

  transition: transform .8s cubic-bezier(.2, .7, .3, 1);
}

.service_cta_media:hover .service_cta_image {
  transform: scale(1.025);
}




/* =========================
   <= 1200
========================= */

@media screen and (max-width: 1200px) {

  .service_cta {
    padding: 90px 0;
  }

  .service_cta_layout {
    gap: 55px;
  }

  .service_cta_content .home_section_heading_title {
    font-size: clamp(38px, 4vw, 54px);
  }

}


/* =========================
   Tablet
========================= */

@media screen and (max-width: 959px) {

  .service_cta {
    padding: 75px 0;
  }

  .service_cta_layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .service_cta_content {
    max-width: 700px;
  }

  .service_cta_media {
    width: 100%;
  }

  .service_cta_image {
    aspect-ratio: 4 / 3;
  }

}


/* =========================
   Mobile
========================= */

@media screen and (max-width: 600px) {

  .service_cta {
    padding: 58px 0;
  }

  .service_cta_layout {
    gap: 30px;
  }

  .service_cta_content::before {
    margin-bottom: 16px;
    font-size: 11px;
  }

  .service_cta_content .home_section_heading_title {
    font-size: 36px;
    line-height: 1.08;
  }

  .service_cta_content>p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.75;
  }




  .service_cta_image {
    aspect-ratio: 4 / 3;
  }

  .service_cta_media::after {
    width: 72px;
    height: 4px;
  }

}

@media screen and (max-width:1050px) {}

@media screen and (max-width:767px) {}




.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 50px;
}

.nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d9dde5;
  background: #fff;
  color: #202842;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.nav-links a.page-numbers:hover {
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
}

.nav-links .page-numbers.current {
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
  cursor: default;
}

.nav-links .next.page-numbers {
  gap: 10px;
  padding: 0 20px;
}

.nav-links .next.page-numbers::after {
  content: "→";
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.25s ease;
}

.nav-links .next.page-numbers:hover::after {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .nav-links {
    gap: 8px;
    margin-top: 32px;
  }

  .nav-links .page-numbers {
    min-width: 40px;
    height: 40px;
    padding: 0 11px;
    font-size: 14px;
  }

  .nav-links .next.page-numbers {
    padding: 0 14px;
  }
}



.i_n_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.i_n_list li {
  width: calc((100% - 0.6rem) / 3);
  padding-bottom: 0.2rem;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 560px) {
  .i_n_list li {
    width: 100%;
  }
}

.i_n_list .img {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.i_n_list .img::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.i_n_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_n_list a {
  display: block;
  color: #102636;
}

.i_n_list .txt {
  padding: 0.16rem;
}

.i_n_list h6 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 120%;
  margin: 0.2rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.i_n_list p {
  font-size: 0.16rem;
  font-weight: bold;
}

.i_n_list span {
  margin-top: 0.1rem;
  display: table;
  font-size: 14px;
  color: #666;
}

.i_n_list li:hover h6 {
  color: var(--i_color);
}

/* ==================== TYPE SYSTEM · LIGHT SWISS ==================== */
/* Reference: IBM Plex Sans for content; IBM Plex Mono for numbering and technical labels. */
body,
button,
input,
select,
textarea {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home_timeline time,
.home_product_tag,
.home_product_info small,
.home_solution_stage_copy small,
.home_solution_stage_copy h4,
.home_news_image span,
.home_news_copy time,
.service_section_head small,
.service_testing small,
.service_cta small,
.solution_archive_cta small,
.solution_feature_grid article span,
.solution_process_flow li span,
.solution_related small {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 600;
}



/* Service, about and solutions */

.solution_archive_cta h2,
.solution_overview h2,
.solution_materials_section h2,
.solution_advantages_section h2,
.solution_section_head h2,
.solution_related h2 {
  font-weight: 600;
  letter-spacing: -2.5px;
  line-height: 1.05;
}


.solution_archive_intro p,
.solution_overview .solution_two_col>div:last-child>p,
.solution_section_head>p,
.solution_related p {
  font-size: 16px;
  line-height: 1.7;
}


.about_cta h2 {
  font-weight: 600;
  letter-spacing: -2.5px;
}


.solution_card_copy p,
.solution_feature_grid article p {
  font-size: 14px;
  line-height: 1.65;
}


.solution_card_copy h2,
.solution_feature_grid article h3,
.solution_equipment_grid h3 {
  font-weight: 700;
  letter-spacing: -.5px;
}


@media screen and (max-width: 1024px) {
  .i_n_list h6 {
    margin: 0.1rem 0;
  }
}

/* =========================================================
   HOME CTA
========================================================= */

.home_cta {
  --cta_color: var(--i_color);
  --cta_dark: #202229;
  --cta_text: #6f747c;
  --cta_line: #e1e4e8;
  --cta_bg: #f5f6f7;

  position: relative;
  padding: 1rem 0;
  overflow: hidden;

  background: var(--cta_bg);
  color: var(--cta_dark);
}


/* =========================================================
   DECORATION
========================================================= */

.home_cta::before {
  content: "";

  position: absolute;

  width: 6rem;
  height: 6rem;

  right: -1.5rem;
  top: -2.5rem;

  border-radius: 50%;

  background:
    radial-gradient(circle,
      color-mix(in srgb, var(--cta_color) 10%, transparent),
      transparent 68%);

  pointer-events: none;
}


.home_cta::after {
  content: "";

  position: absolute;

  width: 3rem;
  height: 3rem;

  left: -1.3rem;
  bottom: -1.3rem;

  border-radius: 50%;

  border: 1px solid rgba(0, 0, 0, .045);

  pointer-events: none;
}


/* =========================================================
   GRID
========================================================= */

.home_cta_grid {
  position: relative;
  z-index: 2;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr) minmax(4rem, .82fr);

  gap: .8rem;

  align-items: start;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.home_cta_content {
  min-width: 0;

  padding-top: .02rem;
}


.home_cta_content h2 {
  max-width: 7.5rem;

  margin: 0 0 .24rem;
}


.home_cta_content>p {
  max-width: 6.5rem;

  margin: 0 0 .32rem;

  color: var(--cta_text);

  font-size: 16px;
  line-height: 1.8;
}


/* =========================================================
   FEATURE LIST
========================================================= */

.home_cta_content ul {
  max-width: 6.4rem;

  margin: 0;
  padding: 0;

  list-style: none;

  border-top: 1px solid var(--cta_line);
}


.home_cta_content li {
  display: flex;

  align-items: center;

  gap: .13rem;

  padding: .14rem 0;

  border-bottom: 1px solid var(--cta_line);

  color: #555b64;

  font-size: 15px;
  line-height: 1.5;
}


/* ICON */

.home_cta_content li span {
  width: .26rem;
  height: .26rem;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid color-mix(in srgb,
      var(--cta_color) 55%,
      transparent);

  border-radius: 50%;

  background:
    color-mix(in srgb,
      var(--cta_color) 5%,
      white);

  color: var(--cta_color);

  font-size: 11px;
}


/* =========================================================
   FORM CARD
========================================================= */

.home_cta_form {
  width: 100%;

  position: relative;

  padding: .42rem .48rem;

  background: #fff;

  color: var(--cta_dark);

  border: 1px solid #e8e8e8;

  box-shadow:
    0 20px 55px rgba(25, 30, 40, .08);
}


/* 顶部小品牌线 */

.home_cta_form::before {
  content: "";

  width: .55rem;
  height: 3px;

  position: absolute;

  left: .48rem;
  top: 0;

  background: var(--cta_color);
}


/* =========================================================
   FORM HEADER
========================================================= */

.home_cta_form_head {
  margin-bottom: .26rem;

  padding-bottom: .22rem;

  border-bottom: 1px solid var(--cta_line);
}


.home_cta_form_head small {
  color: var(--cta_color);

  font-size: 9px;
  line-height: 1.4;

  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}


.home_cta_form_head h3 {
  margin: .1rem 0 .09rem;

  color: var(--cta_dark);

  font-size: .3rem;
  line-height: 1.15;

  font-weight: 600;
}


.home_cta_form_head p {
  margin: 0;

  color: #7c828b;

  font-size: 12px;
  line-height: 1.7;
}


/* =========================================================
   WPFORMS
========================================================= */

.home_cta_form .wpforms-container {
  margin: 0 !important;
}


.home_cta_form .wpforms-form {
  margin: 0 !important;
}


/* Name and Email share one row on desktop; the mobile rule below restores a single column. */
.home_cta_form .wpforms-field-container {
  display: flex !important;
  flex-wrap: wrap;
  column-gap: .24rem;
}

.home_cta_form .wpforms-field-container>.wpforms-field {
  width: 100% !important;
  flex: 0 0 100% !important;
}

.home_cta_form .wpforms-field-container>[data-field-id="1"],
.home_cta_form .wpforms-field-container>[data-field-id="2"] {
  width: calc(50% - .12rem) !important;
  flex: 0 0 calc(50% - .12rem) !important;
}


/* FIELD */

.home_cta_form .wpforms-field {
  padding: 0 0 .18rem !important;
}


/* 隐藏字段 */

.home_cta_form .link_hidden {
  display: none !important;
}


/* LABEL */

.home_cta_form .wpforms-field-label {
  display: block !important;

  margin: 0 0 6px !important;

  color: #626872 !important;

  font-size: 12px !important;
  line-height: 1.4 !important;

  font-weight: 700 !important;

  letter-spacing: .12em !important;

  text-transform: uppercase;
}


.home_cta_form .wpforms-required-label {
  color: var(--cta_color) !important;
}


/* =========================================================
   INPUT
========================================================= */

.home_cta_form input,
.home_cta_form textarea,
.home_cta_form select {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;

  border: 0 !important;
  border-bottom: 1px solid #d8dce1 !important;

  border-radius: 0 !important;

  outline: none !important;

  background: transparent !important;

  color: var(--cta_dark) !important;

  font-family: inherit !important;

  font-size: 14px !important;

  box-shadow: none !important;

  transition:
    border-color .3s ease !important;
}


/* INPUT HEIGHT */

.home_cta_form input,
.home_cta_form select {
  height: .44rem !important;

  padding: 0 !important;
}


/* TEXTAREA */

.home_cta_form textarea {
  min-height: .9rem !important;
  height: .9rem !important;

  padding: 8px 0 !important;

  resize: vertical;
}


/* PLACEHOLDER */

.home_cta_form input::placeholder,
.home_cta_form textarea::placeholder {
  color: #a5abb3 !important;
}


/* FOCUS */

.home_cta_form input:focus,
.home_cta_form textarea:focus,
.home_cta_form select:focus {
  border-bottom-color: var(--cta_color) !important;
}


/* =========================================================
   SELECT
========================================================= */

.home_cta_form select {
  cursor: pointer;
}


/* =========================================================
   SUBMIT
========================================================= */

.home_cta_form .wpforms-submit-container {
  margin: 0 !important;

  padding: .04rem 0 0 !important;
}


.home_cta_form button[type="submit"] {
  width: 100% !important;
  height: .54rem !important;

  padding: 0 .2rem !important;

  border: 1px solid var(--cta_color) !important;

  border-radius: 0 !important;

  background: var(--cta_color) !important;

  color: #fff !important;

  font-size: 16px !important;
  line-height: 1 !important;

  font-weight: 700 !important;

  letter-spacing: .12em !important;

  text-transform: uppercase;

  cursor: pointer;

  transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease,
    box-shadow .3s ease !important;
}


/* HOVER */

.home_cta_form button[type="submit"]:hover {
  background: var(--cta_dark) !important;

  border-color: var(--cta_dark) !important;

  color: #fff !important;

  transform: translateY(-2px);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, .12);
}


/* =========================================================
   NOTE
========================================================= */

.home_cta_form_note {
  margin-top: .15rem;

  color: #9a9fa7;

  font-size: 8px;
  line-height: 1.5;

  letter-spacing: .1em;

  text-align: center;
}


/* =========================================================
   WPForms Validation
========================================================= */

.home_cta_form .wpforms-field.wpforms-has-error input,

.home_cta_form .wpforms-field.wpforms-has-error textarea,

.home_cta_form .wpforms-field.wpforms-has-error select {
  border-bottom-color: #d63638 !important;
}


.home_cta_form .wpforms-error {
  margin-top: 5px !important;

  color: #d63638 !important;

  font-size: 10px !important;
}


/* =========================================================
   1200
========================================================= */

@media screen and (max-width: 1200px) {

  .home_cta {
    padding: .85rem 0;
  }


  .home_cta_grid {
    grid-template-columns:
      minmax(0, 1fr) minmax(3.8rem, .9fr);

    gap: .55rem;
  }


  .home_cta_content h2 {
    font-size: clamp(38px,
        4vw,
        54px);
  }


  .home_cta_form {
    padding: .36rem .38rem;
  }


  .home_cta_form::before {
    left: .38rem;
  }

}


/* =========================================================
   TABLET 1024
========================================================= */

@media screen and (max-width: 1024px) {

  .home_cta {
    padding: .75rem 0;
  }


  .home_cta_grid {
    grid-template-columns:
      minmax(0, .9fr) minmax(3.6rem, 1fr);

    gap: .4rem;
  }


  .home_cta_content h2 {
    margin-bottom: .2rem;
    font-size: .42rem;
  }


  .home_cta_content>p {
    margin-bottom: .25rem;
  }


  .home_cta_content li {
    padding: .12rem 0;
  }


  .home_cta_form {
    padding: .32rem;
  }


  .home_cta_form::before {
    left: .32rem;
  }


  .home_cta_form_head h3 {
    font-size: .26rem;
  }

}


/* =========================================================
   MOBILE / TABLET 768
========================================================= */

@media screen and (max-width: 768px) {
  .home_cta_content h2 {
    font-size: .36rem;
  }

  .home_cta {
    padding: .6rem 0;
  }


  .home_cta::before {
    width: 4rem;
    height: 4rem;

    right: -2rem;
    top: -1.5rem;
  }


  /* 改成上下结构 */

  .home_cta_grid {
    display: block;
  }


  .home_cta_content {
    margin-bottom: .4rem;
  }


  .home_cta_content h2 {
    max-width: 100%;

    margin-bottom: .18rem;
  }


  .home_cta_content>p {
    max-width: 100%;

    margin-bottom: .25rem;
    font-size: 14px;
  }


  .home_cta_content ul {
    max-width: 100%;
  }


  .home_cta_content li {
    gap: .1rem;

    padding: .11rem 0;
  }


  .home_cta_content li span {
    width: .24rem;
    height: .24rem;
  }


  /* FORM */

  .home_cta_form {
    padding: .3rem .25rem;

    box-shadow:
      0 12px 35px rgba(25, 30, 40, .07);
  }


  .home_cta_form::before {
    left: .25rem;
  }


  .home_cta_form .wpforms-field-container>[data-field-id="1"],
  .home_cta_form .wpforms-field-container>[data-field-id="2"] {
    width: 100% !important;
    flex-basis: 100% !important;
  }


  .home_cta_form_head {
    margin-bottom: .22rem;

    padding-bottom: .18rem;
  }


  .home_cta_form_head h3 {
    margin: .08rem 0;

    font-size: .25rem;
  }

  .home_cta_form_head p,
  .home_cta_form .wpforms-field-label,
  .home_cta_form input,
  .home_cta_form textarea,
  .home_cta_form select,
  .home_cta_form button[type="submit"] {
    font-size: 14px !important;
  }


  .home_cta_form .wpforms-field {
    padding-bottom: .15rem !important;
  }


  .home_cta_form input,
  .home_cta_form select {
    height: .42rem !important;

    font-size: 14px !important;
  }


  .home_cta_form textarea {
    min-height: .85rem !important;
    height: .85rem !important;

    font-size: 14px !important;
  }


  .home_cta_form button[type="submit"] {
    height: .5rem !important;
  }

}


/* =========================================================
   SMALL MOBILE 480
========================================================= */

@media screen and (max-width: 480px) {

  .home_cta {
    padding: .5rem 0;
  }


  .home_cta_content {
    margin-bottom: .32rem;
  }


  .home_cta_form {
    padding: .26rem .2rem;
  }


  .home_cta_form::before {
    left: .2rem;
  }


  .home_cta_form_head h3 {
    font-size: .23rem;
  }


  .home_cta_form input,
  .home_cta_form textarea,
  .home_cta_form select {
    font-size: 14px !important;
  }


  .home_cta_form button[type="submit"] {
    height: .48rem !important;
    font-size: 14px !important;
  }

}

/* =========================================================
   INDUSTRY SOLUTIONS
========================================================= */

.home_solution_showcase {
  --solution_color: var(--i_color);
  --solution_dark: #202229;
  --solution_text: #6f7278;
  --solution_border: #e5e5e5;
  --solution_bg: #f6f6f4;

  padding: 1rem 0 1.2rem;
  overflow: hidden;
}


/* =========================================================
   HEAD
========================================================= */

.home_solution_showcase_head {
  max-width: 9rem;
  margin-bottom: .6rem;
}


.home_solution_showcase_head h2 {
  margin: 0;
}


.home_solution_showcase_head>.home_section_heading_desc {
  max-width: 7.5rem;

  margin: .2rem 0 0;
  color: var(--solution_text);
}



/* =========================================================
   MAIN LAYOUT
========================================================= */

.home_solution_layout {
  display: grid;

  grid-template-columns:
    4.75rem minmax(0, 1fr);

  gap: 0;

  align-items: center;
}



/* =========================================================
   LEFT NAV
========================================================= */

.home_solution_nav {
  width: 100%;

  display: flex;

  align-items: center;
  justify-content: flex-start;
}



/* =========================================================
   CIRCLE NAVIGATION
========================================================= */

.home_solution_tabs {
  --circle-size: 7rem;
  --item-size: 1.06rem;
  --orbit-radius: 2.72rem;

  width: var(--circle-size);
  height: var(--circle-size);

  position: relative;

  flex-shrink: 0;
}



/* =========================================================
   OUTER RING
========================================================= */

.home_solution_tabs_ring {
  width: 5.48rem;
  height: 5.48rem;

  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  border: 1px solid rgba(0, 0, 0, .08);

  clip-path: inset(0 50% 0 0);

  pointer-events: none;

  z-index: 1;
}



/* 动态品牌色圆弧 */

.home_solution_tabs_ring::before {
  content: "";

  position: absolute;

  inset: -2px;

  border-radius: 50%;

  border: 2px solid transparent;

  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: var(--solution_color);
  border-left-color: var(--solution_color);

  opacity: .55;

  animation: none;
}



/* 内圈 */

.home_solution_tabs_ring::after {
  content: "";

  position: absolute;

  inset: .48rem;

  border-radius: 50%;

  border: 1px dashed rgba(0, 0, 0, .08);

  animation: none;
}



/* =========================================================
   ORBIT DOT
========================================================= */

.home_solution_tabs_ring>span {
  width: .09rem;
  height: .09rem;

  position: absolute;

  left: .06rem;
  top: 50%;

  margin-left: -.045rem;

  border-radius: 50%;

  background: var(--solution_color);

  box-shadow:
    0 0 0 5px rgba(0, 0, 0, .035);

  transform: translateY(-50%);

  z-index: 3;
}



/* =========================================================
   SOFT BACKGROUND
========================================================= */

.home_solution_tabs::before {
  content: "";

  width: 3.78rem;
  height: 3.78rem;

  position: absolute;

  left: 50%;
  top: 50%;

  transform:
    translate(-50%, -50%);

  border-radius: 50%;

  background:
    radial-gradient(circle,
      rgba(0, 0, 0, .02) 0%,
      transparent 70%);

  pointer-events: none;
}



/* =========================================================
   CENTER LOGO
========================================================= */

.home_solution_tabs_logo {
  width: 1.38rem;
  height: 1.38rem;

  position: absolute;

  left: 50%;
  top: 50%;

  transform:
    translate(-50%, -50%);

  z-index: 5;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #fff;
  /* 
  box-shadow:
    0 12px 35px rgba(0, 0, 0, .09);*/
}



/* logo 外圈 */

.home_solution_logo_ring {
  position: absolute;

  inset: -.09rem;

  border-radius: 50%;

  border: 1px solid rgba(0, 0, 0, .08);
}



/* logo 动态圆弧 */

.home_solution_logo_ring::before {
  content: "";

  position: absolute;

  inset: -.02rem;

  border-radius: 50%;

  border: 2px solid transparent;

  border-top-color: transparent;
  border-left-color: var(--solution_color);

  opacity: .7;

  /* animation:
    solutionLogoRing
    10s linear infinite reverse; */
}



.home_solution_tabs_logo img {
  width: 78%;
  height: 78%;

  display: block;

  position: relative;

  z-index: 2;

  object-fit: contain;
}



/* =========================================================
   BUTTON POSITION
   JS 自动计算六个按钮的位置
========================================================= */

.home_solution_tab {
  --angle: 0deg;

  width: var(--item-size);
  height: var(--item-size);

  position: absolute;

  left: 50%;
  top: 50%;

  margin-left:
    calc(var(--item-size) / -2);

  margin-top:
    calc(var(--item-size) / -2);

  padding: 0;

  border: 0;

  outline: none;

  background: transparent;

  cursor: pointer;

  z-index: 10;

  transform:
    rotate(var(--angle)) translateY(calc(var(--orbit-radius) * -1)) rotate(calc(var(--angle) * -1));

  opacity: 0;

  animation:
    solutionNodeShow .55s ease forwards;

  animation-delay:
    calc(var(--index) * .08s);
}



/* =========================================================
   BUTTON CIRCLE
========================================================= */

.home_solution_tab_circle {
  width: 100%;
  height: 100%;

  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  border: 1px solid #dedede;

  background: #fff;

  text-align: center;

  box-shadow:
    0 8px 25px rgba(0, 0, 0, .07);

  transition:
    transform .4s cubic-bezier(.2, .7, .2, 1),
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}



/* 内圈 */

.home_solution_tab_circle::after {
  content: "";

  position: absolute;

  inset: .055rem;

  border-radius: 50%;

  border: 1px solid transparent;

  transition:
    border-color .35s ease;

  pointer-events: none;
}



/* ACTIVE 小圆点 */

.home_solution_tab_circle::before {
  content: "";

  width: .09rem;
  height: .09rem;

  position: absolute;

  right: .09rem;
  top: .08rem;

  border-radius: 50%;

  background: var(--solution_color);

  opacity: 0;

  transform: scale(.4);

  transition:
    opacity .35s ease,
    transform .35s ease;
}



/* =========================================================
   TAB TITLE
========================================================= */

.home_solution_tab em {
  display: block;

  position: relative;

  z-index: 2;

  max-width: .7rem;

  padding: 0 .025rem;

  font-size: 16px;
  line-height: 1.15;

  font-style: normal;

  font-weight: 500;

  color: #50545a;

  transition:
    color .35s ease;
}



/* =========================================================
   BUTTON HOVER
========================================================= */

@media (hover: hover) and (pointer: fine) {
  .home_solution_tab:hover .home_solution_tab_circle {
    border-color: var(--solution_color);
    box-shadow: 0 15px 32px rgba(0, 0, 0, .11);
    transform: translateY(-4px) scale(1.04);
  }

  .home_solution_tab:hover .home_solution_tab_circle::after {
    border-color: rgba(0, 0, 0, .06);
  }
}



/* =========================================================
   BUTTON ACTIVE
========================================================= */

.home_solution_tab.active .home_solution_tab_circle {
  background:
    var(--solution_color);

  border-color:
    var(--solution_color);

  transform:
    scale(1.1);

  box-shadow:
    0 15px 34px rgba(0, 0, 0, .14);

  animation:
    solutionActivePulse 2.6s ease-in-out infinite;
}


.home_solution_tab.active .home_solution_tab_circle::before {
  opacity: 1;

  transform:
    scale(1);

  background: #fff;
}


.home_solution_tab.active .home_solution_tab_circle::after {
  border-color:
    rgba(255, 255, 255, .38);
}


.home_solution_tab.active em {
  color: #fff;
}



/* =========================================================
   RIGHT STAGE
========================================================= */

.home_solution_stage {
  width: 100%;

  min-width: 0;

  background: #fff;

  box-shadow:
    0 15px 50px rgba(0, 0, 0, .07);

  transition:
    opacity .25s ease,
    transform .25s ease;
}



/* JS 内容切换 */

.home_solution_stage.is-changing {
  opacity: .25;

  transform:
    translateY(6px);
}



/* =========================================================
   IMAGE
========================================================= */

.home_solution_stage_image {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;

  position: relative;

  overflow: hidden;

  background: #eee;
}


.home_solution_stage_image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform 1.2s ease,
    opacity .35s ease;
}


@media (hover: hover) and (pointer: fine) {
  .home_solution_stage:hover {
    border-color: #cdd2d9;
    box-shadow: 0 22px 46px rgba(27, 35, 48, .1);
    transform: translateY(-4px);
  }

  .home_solution_stage:hover .home_solution_stage_image img {
    transform: scale(1.025);
  }
}



/* =========================================================
   IMAGE MASK
========================================================= */

.home_solution_image_mask {
  position: absolute;

  inset: 0;

  z-index: 2;

  pointer-events: none;

  background:
    linear-gradient(180deg,
      rgba(7, 10, 15, 0) 24%,
      rgba(7, 10, 15, .16) 46%,
      rgba(7, 10, 15, .7) 100%);
}



/* =========================================================
   IMAGE LABEL
========================================================= */

.home_solution_image_label {
  position: absolute;

  left: .32rem;
  bottom: .26rem;

  z-index: 3;

  font-size: 14px;
  line-height: 1.4;

  letter-spacing: .11em;

  color:
    rgba(255, 255, 255, .9);
}



/* =========================================================
   IMAGE INDEX
========================================================= */

.home_solution_image_index {
  position: absolute;
  right: .3rem;
  top: .28rem;
  bottom: auto;

  z-index: 3;

  display: flex;

  align-items: center;

  gap: .1rem;

  padding: .1rem .2rem;

  border-radius: 999px;

  background: var(--solution_color);

  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);

  color: #fff;
}


.home_solution_image_index .current {
  font-size: .2rem;
  line-height: 1;

  font-weight: 600;
}


.home_solution_image_index i {
  width: auto;
  height: auto;

  display: inline-block;

  background: none;

  font-style: normal;
}

.home_solution_image_index i::before {
  content: "/";
  color: rgba(255, 255, 255, .76);
  font-size: .18rem;
  font-weight: 400;
}


.home_solution_image_index small {
  font-size: 14px;

  color:
    rgba(255, 255, 255, .88);

  font-weight: 600;
}



/* =========================================================
   COPY
========================================================= */

.home_solution_stage_copy {
  padding:
    .23rem .45rem .42rem;
}


.home_solution_copy_top {
  position: absolute;

  left: .45rem;
  right: .45rem;
  bottom: .34rem;

  z-index: 4;
}


.home_solution_copy_top>small {
  display: block;

  margin-bottom: .1rem;

  font-size: 14px;
  line-height: 1.4;

  letter-spacing: .12em;

  font-weight: 600;

  color:
    #fff;
}


.home_solution_copy_top h3 {
  margin: 0;

  font-size: .34rem;
  line-height: 1.2;

  font-weight: 500;

  color:
    #fff;
}


.home_solution_copy_top>p {
  max-width: 9.5rem;

  margin:
    .15rem 0 0;

  font-size: 14px;
  line-height: 1.8;

  color:
    rgba(255, 255, 255, .86);
}



/* =========================================================
   MATERIALS
========================================================= */

.home_solution_material_box {
  margin-top: 0;

  padding-top: .22rem;

  border-top:
    1px solid var(--solution_border);
}


.home_solution_material_box h4 {
  margin:
    0 0 .12rem;

  font-size: 14px;
  line-height: 1.4;

  letter-spacing: .1em;

  font-weight: 600;

  color: #999;
}

.home_solution_material_box h4::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: .16rem;
  margin-right: .1rem;
  vertical-align: -.025rem;
  background: var(--solution_color);
}


.home_solution_materials {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;
}


.home_solution_materials span {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  min-height: 42px;

  padding:
    7px 16px;

  border:
    1px solid rgba(42, 49, 61, .06);

  border-radius: 50px;

  background: #fff;

  font-size: 14px;
  line-height: 1.2;

  color: #404754;

  box-shadow: 0 7px 18px rgba(31, 42, 58, .12);

  transition:
    color .3s ease,
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease,
    transform .3s ease;
}

.home_solution_materials span iconify-icon {
  flex: none;
  color: #596474;
  font-size: 20px;
  line-height: 1;
}

.home_solution_materials span b {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
}


@media (hover: hover) and (pointer: fine) {
  .home_solution_materials span:hover {
    border-color: rgba(193, 10, 9, .2);
    background: #fff;
    box-shadow: 0 11px 24px rgba(31, 42, 58, .18);
    color: var(--solution_color);
    transform: translateY(-2px);
  }

  .home_solution_materials span:hover iconify-icon {
    color: var(--solution_color);
  }
}



/* =========================================================
   CTA PLACEMENT
========================================================= */

.home_solution_copy_top>.site_cta {
  margin-top: .28rem;
}



/* =========================================================
   ANIMATION
========================================================= */

@keyframes solutionRingRotate {

  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }

}


@keyframes solutionRingReverse {

  from {
    transform:
      rotate(360deg);
  }

  to {
    transform:
      rotate(0deg);
  }

}


@keyframes solutionOrbitDot {

  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }

}


@keyframes solutionLogoRing {

  from {
    transform:
      rotate(0deg);
  }

  to {
    transform:
      rotate(360deg);
  }

}


@keyframes solutionLogoFloat {

  0%,
  100% {

    transform:
      translate(-50%, -50%) translateY(0);

  }

  50% {

    transform:
      translate(-50%, -50%) translateY(-4px);

  }

}


@keyframes solutionNodeShow {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}


@keyframes solutionActivePulse {

  0%,
  100% {

    box-shadow:
      0 15px 34px rgba(0, 0, 0, .14);

  }

  50% {

    box-shadow:
      0 16px 42px rgba(0, 0, 0, .22);

  }

}



/* =========================================================
   1200
========================================================= */

@media screen and (max-width: 1200px) {

  .home_solution_layout {
    grid-template-columns:
      5rem minmax(0, 1fr);

    gap: 0;
  }


  .home_solution_tabs {
    --circle-size: 5rem;
    --item-size: .86rem;
    --orbit-radius: 2.26rem;
  }


  .home_solution_tabs_ring {
    width: 4.5rem;
    height: 4.5rem;
  }


  .home_solution_tabs_logo {
    width: 1.16rem;
    height: 1.16rem;
  }


  .home_solution_tab em {
    max-width: .62rem;

    font-size: 9px;
  }


  .home_solution_stage_image {
    height: auto;
  }

}



/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 900px) {

  .home_solution_layout {
    display: block;
  }


  .home_solution_nav {
    margin-bottom: .45rem;
  }


  .home_solution_tabs {
    --circle-size: 4.45rem;
    --item-size: .84rem;
    --orbit-radius: 1.98rem;

    margin: 0 auto;
  }


  .home_solution_tabs_ring {
    width: 3.95rem;
    height: 3.95rem;
  }


  .home_solution_stage_image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

}



/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 768px) {

  .home_solution_showcase {
    padding:
      .65rem 0 .75rem;
  }


  .home_solution_showcase_head {
    margin-bottom: .4rem;
  }



  .home_solution_tabs {
    --circle-size: 3.75rem;
    --item-size: .7rem;
    --orbit-radius: 1.63rem;

    margin: 0 auto;
  }


  .home_solution_tabs_ring {
    width: 3.26rem;
    height: 3.26rem;
  }


  .home_solution_tabs_logo {
    width: .94rem;
    height: .94rem;
  }


  .home_solution_tab em {
    max-width: .55rem;

    font-size: 8px;
  }


  .home_solution_stage_image {
    height: auto;
  }


  .home_solution_image_label {
    left: .18rem;
    bottom: .16rem;

    font-size: 9px;
  }


  .home_solution_image_index {
    left: .18rem;
    right: auto;
    top: .18rem;
    bottom: auto;

    padding: 9px 13px;
  }


  .home_solution_image_index .current {
    font-size: .18rem;
  }


  .home_solution_stage_copy {
    padding:
      .27rem .2rem .32rem;
  }


  .home_solution_copy_top h3 {
    font-size: 25px;
    line-height: 1.14;
  }


  .home_solution_copy_top>p {
    font-size: 14px;

    line-height: 1.55;
  }


  .home_solution_copy_top {
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
  }


  .home_solution_materials {
    gap: 5px;
  }


  .home_solution_materials span {
    min-height: 38px;

    padding:
      6px 12px;

    font-size: 14px;
  }

  .home_solution_materials span iconify-icon {
    font-size: 18px;
  }

  /* The orbit remains a desktop treatment; touch devices get readable tab controls. */
  .home_solution_nav {
    margin-bottom: .32rem;
  }

  .home_solution_tabs {
    display: grid;
    width: 100%;
    height: auto;
    margin: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .home_solution_tabs::before,
  .home_solution_tabs_ring,
  .home_solution_tabs_logo {
    display: none;
  }

  .home_solution_tab {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    opacity: 1;
    transform: none !important;
    animation: none;
  }

  .home_solution_tab_circle {
    min-height: 50px;
    padding: 10px 12px;
    border-radius: 0;
    box-shadow: none;
  }

  .home_solution_tab_circle::before,
  .home_solution_tab_circle::after {
    display: none;
  }

  .home_solution_tab em {
    max-width: none;
    padding: 0;
    font-size: 14px;
    line-height: 1.25;
  }

  .home_solution_tab.active .home_solution_tab_circle {
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, .5);
    transform: none;
    animation: none;
  }

  .home_solution_tab:focus-visible .home_solution_tab_circle {
    outline: 2px solid var(--solution_color);
    outline-offset: 2px;
  }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 420px) {

  .home_solution_tabs {
    --circle-size: 3.25rem;
    --item-size: .64rem;
    --orbit-radius: 1.4rem;
  }


  .home_solution_tabs_ring {
    width: 2.8rem;
    height: 2.8rem;
  }


  .home_solution_tabs_logo {
    width: .8rem;
    height: .8rem;
  }


  .home_solution_tab em {
    max-width: none;
    font-size: 14px;
  }

}



/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .home_solution_tabs_ring::before,
  .home_solution_tabs_ring::after,
  .home_solution_tabs_ring>span,
  .home_solution_logo_ring::before,
  .home_solution_tabs_logo,
  .home_solution_tab,
  .home_solution_tab_circle {
    animation: none !important;
  }


  .home_solution_tab {
    opacity: 1;
  }

}

/* ==================== FAQ 2026 ==================== */
.faq_2026 {
  color: #1a1d24;
  background: #fff;
}

/* FAQ introduction */
.faq_2026_intro {
  padding: clamp(76px, 9vw, 132px) 0 clamp(62px, 7vw, 96px);
  background: #f5f6f8;
}

.faq_2026_intro_head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .65fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: end;
}

.faq_2026_intro_head .home_section_heading_title {
  margin-bottom: 0;
}

.faq_2026_intro_head .home_section_heading_desc {
  max-width: 560px;
  margin: 0;
  color: #596371;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .faq_2026_intro {
    padding: 68px 0 58px;
  }

  .faq_2026_intro_head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .faq_2026_intro_head .home_section_heading_desc {
    max-width: none;
    font-size: 16px;
  }
}

/* FAQ groups and answers */
.faq_2026_content {
  padding: clamp(64px, 8vw, 118px) 0;
  background: #fff;
}

.faq_2026_group {
  border-top: 1px solid #d8dce2;
}

.faq_2026_group:last-child {
  border-bottom: 1px solid #d8dce2;
}

.faq_2026_group_head {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .68fr);
  gap: clamp(34px, 7vw, 100px);
  padding: clamp(30px, 4vw, 52px) 0;
}

.faq_2026_group_head h3 {
  margin: 0;
  color: #1a1d24;
  font-size: clamp(26px, 2.35vw, 38px);
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1.12;
}

.faq_2026_group_head p {
  margin-top: 14px;
  max-width: 550px;
  margin: 0;
  color: #596371;
  font-size: 16px;
  line-height: 1.7;
}

.faq_2026_items {
  border-top: 1px solid #d8dce2;
}

.faq_2026_item {
  border-bottom: 1px solid #d8dce2;
}

.faq_2026_trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  width: 100%;
  padding: 24px 0;
  border: 0;
  background: transparent;
  color: #1a1d24;
  text-align: left;
  cursor: pointer;
}

.faq_2026_question {
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 650;
  line-height: 1.45;
}

.faq_2026_icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #cbd1d9;
  color: var(--i_color);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s ease;
}

.faq_2026_item.is-open .faq_2026_icon {
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .faq_2026_trigger:hover .faq_2026_icon {
    border-color: var(--i_color);
    background: var(--i_color);
    color: #fff;
  }
}

.faq_2026_trigger:focus-visible {
  outline: 2px solid var(--i_color);
  outline-offset: 3px;
}

.faq_2026_item.is-open .faq_2026_icon {
  transform: rotate(45deg);
}

.faq_2026_answer {
  max-width: 820px;
  padding: 0 64px 28px 0;
}

.faq_2026_answer p {
  margin: 0;
  color: #596371;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .faq_2026_content {
    padding: 58px 0 70px;
  }

  .faq_2026_group_head {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 32px 0;
  }

  .faq_2026_group_head p,
  .faq_2026_answer p {
    font-size: 16px;
  }

  .faq_2026_trigger {
    gap: 16px;
    padding: 20px 0;
  }

  .faq_2026_icon {
    width: 28px;
    height: 28px;
    font-size: 22px;
  }

  .faq_2026_answer {
    padding: 0 0 24px;
  }
}

/* FAQ call to action */
.faq_2026_cta {
  padding: clamp(64px, 7vw, 100px) 0;
  background: #202735;
}

.faq_2026_cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.faq_2026_cta .home_section_heading_title {
  max-width: 760px;
  margin: 0;
}

.faq_2026_cta .site_cta {
  flex: 0 0 auto;
}

@media screen and (max-width: 767px) {
  .faq_2026_cta {
    padding: 58px 0 68px;
  }

  .faq_2026_cta .wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }

  .faq_2026_cta .site_cta {
    width: 100%;
    justify-content: space-between;
  }
}




/* ==================== ABOUT 2026: SCOPED DESIGN SYSTEM ==================== */
/* Shared structure only. Each section keeps its own desktop and responsive rules below. */
.about_2026 {
  --about-line: rgba(26, 29, 36, .12);
  --about-card-shadow: 0 18px 44px rgba(26, 29, 36, .08);
  color: var(--brand-ink);
  overflow: hidden;
}



.about_2026 .about_section_head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .64fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: end;
  margin-bottom: clamp(38px, 4vw, 66px);
}

.about_2026 .about_section_head .home_section_heading_title {
  max-width: 720px;
  margin: 0;
}

.about_2026 .about_section_head>p,
.about_2026 .about_section_heading_copy>p {
  max-width: 610px;
  margin: 0;
  color: var(--brand-text);
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.78;
}

.about_2026 :is(.about_history_video, .about_video_modal_close, .about_timeline_prev, .about_timeline_next, .about_certificates_tabs li, .about_certificates_prev, .about_certificates_next):focus-visible {
  outline: 3px solid var(--i_color);
  outline-offset: 4px;
}

@media (max-width: 767px) {
  .about_2026 .about_section_head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 32px;
  }

  .about_2026 .about_section_head>p,
  .about_2026 .about_section_heading_copy>p {
    max-width: none;
    padding-left: 18px;
    font-size: 15px;
  }
}




/* About culture */
.about_culture {
  padding: clamp(76px, 7vw, 132px) 0;
  background: linear-gradient(135deg, #f2f4f6 0%, #fff 52%, #f5f6f7 100%);
}

.about_culture_head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .72fr);
  gap: clamp(24px, 5vw, 84px);
  align-items: end;
  margin-bottom: clamp(34px, 4.5vw, 64px);
}

.about_culture .home_section_heading_title {
  margin: 0;
  color: var(--brand-ink);
}

.about_culture_head p {
  max-width: 510px;
  margin: 0;
  color: var(--brand-text);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.7;
}



/* =========================
   About - Corporate Culture
   ========================= */

.about_culture_values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;

  width: 100%;

  overflow: visible;

  border: 0;
  background: transparent;
}


/* =========================
   Single Culture Card
   ========================= */

.about_culture_value {
  --culture-mask: #d60812;

  position: relative;
  isolation: isolate;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-width: 0;

  /* 每一张卡片 4:3 */
  aspect-ratio: 4 / 3;

  padding: 28px 24px;

  overflow: hidden;

  background-color: #25282e;
  background-image: var(--culture-bg, none);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  text-align: center;

  transition:
    transform .35s ease,
    box-shadow .35s ease;
}


/* 去掉原分割线 */
.about_culture_value+.about_culture_value {
  border-left: 0;
}


/* =========================
   Default Dark Overlay
   ========================= */

.about_culture_value::before {
  position: absolute;
  inset: 0;

  z-index: 0;

  content: "";

  background:
    linear-gradient(180deg,
      rgba(20, 22, 27, .16) 0%,
      rgba(20, 22, 27, .22) 50%,
      rgba(20, 22, 27, .34) 100%);

  pointer-events: none;

  transition: opacity .35s ease;
}


/* =========================
   Hover Red Overlay
   ========================= */

/* =========================
   Hover Red Overlay
   左进右出
   ========================= */

.about_culture_value::after {
  position: absolute;
  inset: 0;

  z-index: 1;

  content: "";

  background: rgba(214, 8, 18, .46);

  /* 默认收缩在右边 */
  transform: scaleX(0);
  transform-origin: right center;

  pointer-events: none;

  transition: transform .5s cubic-bezier(.65, 0, .35, 1);
}


/* =========================
   Hover
   ========================= */

@media (hover: hover) and (pointer: fine) {

  .about_culture_value:hover::after {
    /* Hover 时改成从左边展开 */
    transform: scaleX(1);
    transform-origin: left center;
  }

}


/* =========================
   Content Layer
   ========================= */

.about_culture_value>* {
  position: relative;
  z-index: 2;
}


/* =========================
   Content
   ========================= */

.about_culture_value_copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 310px;

  margin: 0 auto;
}


/* =========================
   Icon
   ========================= */

.about_culture_value_icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 56px;
  height: 56px;

  margin: 0 auto 20px;

  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;

  background: rgba(255, 255, 255, .05);

  color: #fff;

  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);

  transition:
    transform .35s ease,
    border-color .35s ease,
    background-color .35s ease,
    color .35s ease;
}


.about_culture_value_icon svg {
  display: block;

  width: 30px;
  height: 30px;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* =========================
   Title
   ========================= */

.about_culture_value_copy h3 {
  margin: 0;

  color: #fff;

  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 600;
  line-height: 1.35;

  letter-spacing: 0;

  transition: color .35s ease;
}


/* =========================
   Description
   ========================= */

.about_culture_value_copy p {
  max-width: 290px;

  margin: 12px auto 0;

  color: rgba(255, 255, 255, .86);

  font-size: clamp(13px, .9vw, 15px);
  font-weight: 400;
  line-height: 1.7;

  transition: color .35s ease;
}


/* =========================
   Hover
   ========================= */

@media (hover: hover) and (pointer: fine) {

  .about_culture_value:hover {
    z-index: 2;

    transform: translateY(-4px);

    box-shadow:
      0 18px 38px rgba(20, 24, 32, .18);
  }


  .about_culture_value:hover::after {
    opacity: 1;
  }


  .about_culture_value:hover .about_culture_value_icon {
    transform: translateY(-3px) scale(1.04);

    border-color: rgba(255, 255, 255, .8);

    background: rgba(255, 255, 255, .12);

    color: #fff;
  }


  .about_culture_value:hover .about_culture_value_copy h3 {
    color: #fff;
  }


  .about_culture_value:hover .about_culture_value_copy p {
    color: rgba(255, 255, 255, .96);
  }

}


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

  .about_culture_values {
    gap: 8px;
  }

  .about_culture_value {
    padding: 24px 18px;
  }

  .about_culture_value_icon {
    width: 52px;
    height: 52px;

    margin-bottom: 17px;
  }

  .about_culture_value_icon svg {
    width: 27px;
    height: 27px;
  }

  .about_culture_value_copy h3 {
    font-size: 18px;
  }

  .about_culture_value_copy p {
    font-size: 13px;
    line-height: 1.6;
  }

}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

  .about_culture_values {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .about_culture_value {
    aspect-ratio: 4 / 3;

    padding: 28px 22px;
  }

  .about_culture_value_copy {
    max-width: 320px;
  }

  .about_culture_value_icon {
    width: 54px;
    height: 54px;

    margin-bottom: 18px;
  }

  .about_culture_value_icon svg {
    width: 28px;
    height: 28px;
  }

  .about_culture_value_copy h3 {
    font-size: 20px;
  }

  .about_culture_value_copy p {
    font-size: 14px;
  }

}




/* About development timeline */
.about_timeline {
  position: relative;
  padding: clamp(76px, 7vw, 132px) 0;
  overflow: hidden;
  background: #f5f6f8 url("static/images/bg1.webp") center / cover no-repeat;
}

.about_timeline_list {
  position: relative;
  padding: 52px 54px 0;
}

.about_timeline_list::before {
  position: absolute;
  top: 111px;
  right: 54px;
  left: 54px;
  height: 1px;
  background: var(--about-line);
  content: "";
}

.about_timeline_nav {
  position: relative;
  overflow: hidden;
}

.about_timeline_nav .swiper-wrapper {
  display: flex;
}

.about_timeline_nav .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  text-align: center;
}

.about_timeline_year {
  display: flex;
  align-items: end;
  justify-content: center;
  height: 46px;
  margin-bottom: 18px;
}

.about_timeline_year h6 {
  margin: 0;
  color: var(--brand-text);
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  transition: color .3s ease, transform .3s ease;
}

.about_timeline_marker {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border: 3px solid var(--brand-surface);
  border-radius: 50%;
  background: var(--brand-ink);
  box-shadow: 0 0 0 1px var(--about-line);
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.about_timeline_card {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  background: #fff;
  text-align: left;
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.about_timeline_media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--brand-surface);
}

.about_timeline_media--contain {
  background: #fff;
}

.about_timeline_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .38s ease;
}

.about_timeline_media--contain .about_timeline_image {
  object-fit: contain;
  padding: 10px;
}

.about_timeline_card_body {
  padding: 22px 24px 26px;
}

.about_timeline_card_body h2,
.about_timeline_card_body p {
  position: relative;
  z-index: 1;
}

.about_timeline_card_body h2 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(18px, 1.25vw, 22px);
  font-weight: 600;
  line-height: 1.35;
}

.about_timeline_card_body p {
  max-height: 6.88em;
  margin: 0;
  padding-right: 5px;
  overflow-y: auto;
  color: var(--brand-text);
  font-size: 15px;
  line-height: 1.72;
}

.about_timeline_card_body h2+p {
  margin-top: 12px;
}

.about_timeline_card_body p::-webkit-scrollbar {
  width: 3px;
}

.about_timeline_card_body p::-webkit-scrollbar-thumb {
  background: rgba(26, 29, 36, .28);
}

.about_timeline_prev,
.about_timeline_next {
  position: absolute;
  top: 97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--i_color);
  border-radius: 50%;
  background: #fff;
  color: var(--i_color);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: color .25s ease, background-color .25s ease, transform .25s ease, opacity .25s ease;
}

.about_timeline_prev {
  left: 0;
}

.about_timeline_next {
  right: 0;
}

.about_timeline_prev.swiper-button-disabled,
.about_timeline_next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: .35;
}

@media (hover: hover) and (pointer: fine) {
  .about_timeline_nav .swiper-slide:hover .about_timeline_year h6 {
    color: var(--i_color);
    transform: translateY(-2px);
  }

  .about_timeline_nav .swiper-slide:hover .about_timeline_marker {
    background: var(--i_color);
    box-shadow: 0 0 0 5px rgba(193, 10, 9, .13);
    transform: scale(1.08);
  }

  .about_timeline_nav .swiper-slide:hover .about_timeline_card {
    border-color: rgba(193, 10, 9, .28);
    background: #fff8f8;
    box-shadow: 0 16px 30px rgba(26, 29, 36, .09);
    transform: translateY(-4px);
  }

  .about_timeline_nav .swiper-slide:hover .about_timeline_image {
    transform: scale(1.035);
  }

  .about_timeline_prev:not(.swiper-button-disabled):hover,
  .about_timeline_next:not(.swiper-button-disabled):hover {
    background: var(--i_color);
    color: #fff;
    transform: translateY(-2px);
  }
}

@media (max-width: 767px) {
  .about_timeline {
    padding: 64px 0;
    background-size: cover;
  }

  .about_timeline_list {
    padding: 42px 42px 0;
  }

  .about_timeline_list::before {
    top: 101px;
    right: 42px;
    left: 42px;
  }

  .about_timeline_prev,
  .about_timeline_next {
    top: 84px;
    width: 30px;
    height: 30px;
    font-size: 17px;
  }

  .about_timeline_card {
    min-height: 0;
  }

  .about_timeline_card_body {
    padding: 20px 22px 24px;
  }

  .about_timeline_card_body p {
    max-height: none;
    overflow: visible;
  }
}


/* About qualifications and certificates */
.about_certificates {
  position: relative;
  padding: clamp(76px, 7vw, 132px) 0;
  overflow: hidden;
  background: none;
}



.about_certificates_tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.about_certificates_tabs li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 18px;
  overflow: hidden;
  border: 1px solid rgba(193, 10, 9, .5);
  background: rgba(255, 255, 255, .76);
  color: var(--brand-ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  transition: border-color .28s ease, color .28s ease, background-color .28s ease, transform .28s ease;
}

.about_certificates_tabs li::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--i_color);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
}

.about_certificates_tabs li span {
  position: relative;
  z-index: 1;
  font-size: inherit;
  font-weight: inherit;
}

.about_certificates_tabs li.current {
  border-color: var(--i_color);
  color: #fff;
}

.about_certificates_tabs li.current::before {
  transform: scaleX(1);
}

.about_certificates_content {
  margin-top: clamp(32px, 4vw, 58px);
}

.about_certificates_panels>.about_certificates_panel:not(:first-child) {
  display: none;
}

.about_certificates_panel {
  position: relative;
  padding: clamp(28px, 3vw, 46px) clamp(48px, 5vw, 82px) 36px;
  border: 1px solid var(--about-line);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--about-card-shadow);
}

.about_certificates_slider {
  position: relative;
  height: auto !important;
  overflow: hidden;
}

.about_certificates_slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: auto !important;
}

.about_certificates_slider .swiper-slide {
  position: relative;
  flex-shrink: 0;
  height: auto !important;
}

.about_certificates_image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  padding: clamp(12px, 1.5vw, 24px);
  overflow: hidden;
  border: 1px solid var(--about-line);
  background: #fff;
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.about_certificates_image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  object-fit: contain;
  transition: transform .32s ease;
}

.about_certificates_slider h6 {
  min-height: 2.8em;
  margin: 14px 0 0;
  color: var(--brand-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

.about_certificates_prev,
.about_certificates_next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--i_color);
  border-radius: 50%;
  background: #fff;
  color: var(--i_color);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

.about_certificates_prev {
  left: 14px;
}

.about_certificates_next {
  right: 14px;
}

.about_certificates_prev.swiper-button-disabled,
.about_certificates_next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: .35;
}

.about_certificates_pagination {
  display: none;
  margin-top: 24px;
  text-align: center;
}

.about_certificates_pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(26, 29, 36, .24);
  cursor: pointer;
}

.about_certificates_pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

@media (hover: hover) and (pointer: fine) {
  .about_certificates_tabs li:hover {
    border-color: var(--i_color);
    color: #fff;
    transform: translateY(-2px);
  }

  .about_certificates_tabs li:hover::before {
    transform: scaleX(1);
  }

  .about_certificates_slider .swiper-slide:hover .about_certificates_image {
    background: #fff8f8;
    box-shadow: 0 12px 26px rgba(26, 29, 36, .08);
    transform: translateY(-4px);
  }

  .about_certificates_slider .swiper-slide:hover .about_certificates_image img {
    transform: scale(1.025);
  }

  .about_certificates_prev:not(.swiper-button-disabled):hover,
  .about_certificates_next:not(.swiper-button-disabled):hover {
    background: var(--i_color);
    box-shadow: 0 8px 18px rgba(193, 10, 9, .22);
    color: #fff;
  }
}

@media (max-width: 1024px) {

  .about_certificates_prev,
  .about_certificates_next {
    display: none;
  }

  .about_certificates_pagination {
    display: block;
  }
}

@media (max-width: 767px) {
  .about_certificates {
    padding: 64px 0;
  }

  .about_certificates_tabs {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about_certificates_tabs li {
    min-height: 50px;
    font-size: 14px;
  }

  .about_certificates_panel {
    padding: 22px 16px 26px;
  }

  .about_certificates_slider h6 {
    min-height: 3.1em;
    margin-top: 10px;
    font-size: 14px;
  }
}


/* About selected partners */
.about_selected_partners {
  position: relative;
  padding: clamp(76px, 7vw, 132px) 0;
  overflow: hidden;
  background: #f5f6f8 url("static/images/bg1.webp") center / cover no-repeat;
}

.about_selected_partners::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(245, 246, 248, .78), rgba(245, 246, 248, .94));
  content: "";
  pointer-events: none;
}

.about_selected_partners_intro {
  max-width: 610px;
}

.about_selected_partners_intro p {
  margin: 0;
  color: var(--brand-text);
  font-size: clamp(16px, 1.08vw, 18px);
  line-height: 1.78;
}

.about_selected_partners_intro p+p {
  margin-top: 12px;
}

.about_selected_partners_groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 34px);
}

.about_selected_partner_group {
  position: relative;
  padding: clamp(24px, 2.5vw, 42px);
  overflow: hidden;
  border: 1px solid var(--about-line);
  background: #fff;
  box-shadow: var(--about-card-shadow);
}

.about_selected_partner_group_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
}

.about_selected_partner_group_head>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 30px;
  background: var(--i_color);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.about_selected_partner_group_head h3 {
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(20px, 1.5vw, 27px);
  font-weight: 600;
  line-height: 1.35;
}

.about_selected_partner_logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.about_selected_partner_logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin: 0;
  padding: 24px;
  overflow: hidden;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  background: #fff;
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.about_selected_partner_logo img {
  display: block;
  width: auto;
  max-width: 78%;
  height: auto;
  max-height: 76px;
  object-fit: contain;
  transition: transform .3s ease;
}

.about_selected_partners_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: clamp(32px, 4vw, 60px);
  padding-top: 28px;
  border-top: 1px solid var(--about-line);
}

.about_selected_partners_footer p {
  max-width: 760px;
  margin: 0;
  color: var(--brand-text);
  font-size: 16px;
  line-height: 1.7;
}

.about_selected_partners_footer p strong {
  color: var(--brand-ink);
  font-weight: 700;
}

.about_selected_partners_footer .site_cta {
  flex: none;
}

@media (hover: hover) and (pointer: fine) {
  .about_selected_partner_logo:hover {
    z-index: 2;
    background: #fff7f7;
    box-shadow: 0 14px 28px rgba(26, 29, 36, .08);
    transform: translateY(-4px);
  }

  .about_selected_partner_logo:hover img {
    transform: translateY(-2px) scale(1.035);
  }

}

@media (max-width: 1024px) {
  .about_selected_partners_groups {
    grid-template-columns: 1fr;
  }

  .about_selected_partners_intro {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .about_selected_partners {
    padding: 64px 0;
  }

  .about_selected_partners_intro {
    padding-left: 18px;
  }

  .about_selected_partners_intro p {
    font-size: 15px;
  }

  .about_selected_partners_groups {
    gap: 18px;
  }

  .about_selected_partner_group {
    padding: 24px 18px;
  }

  .about_selected_partner_logo {
    min-height: 110px;
    padding: 18px;
  }

  .about_selected_partner_logo img {
    max-height: 58px;
  }

  .about_selected_partners_footer {
    display: block;
    margin-top: 32px;
  }

  .about_selected_partners_footer .site_cta {
    margin-top: 22px;
  }
}


@media (prefers-reduced-motion: reduce) {

  .about_2026 *,
  .about_2026 *::before,
  .about_2026 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.about_research_quality {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 7vw, 130px) 0;
  background-color: #f7f8fa;
}

.about_research_quality .wrap {
  position: relative;
}


.about_rq_layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(390px, 0.85fr);
  gap: clamp(24px, 2.5vw, 44px);
  margin-top: clamp(38px, 4vw, 64px);

  /* 左右顶部、底部对齐 */
  align-items: stretch;
}


/* =========================
   Left
   ========================= */

.about_rq_lab {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;
}


/* 左侧图片 4:3 */
.about_rq_lab_image {
  position: relative;

  display: block;

  width: 100%;
  aspect-ratio: 4 / 3;

  margin: 0;

  overflow: hidden;

  background: var(--brand-ink);

  flex-shrink: 0;
}


.about_rq_lab_image::after {
  position: absolute;
  inset: 0;

  background: var(--brand-ink);

  content: "";

  opacity: 0.18;

  transition: opacity 0.35s ease;
}


.about_rq_lab_image img,
.about_rq_quality_image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform 0.55s ease;
}


.about_rq_lab_image:hover::after {
  opacity: 0;
}


.about_rq_lab_image:hover img,
.about_rq_quality_image:hover img {
  transform: scale(1.05);
}


/* =========================
   Number
   ========================= */

.about_rq_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 46px;
  height: 32px;

  background: var(--i_color);

  color: #fff;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}


.about_rq_lab_image .about_rq_number {
  position: absolute;
  top: 0;
  left: 0;

  z-index: 2;
}


/* =========================
   Left Content
   ========================= */

.about_rq_lab_content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;

  /* 自动把左侧高度撑到和右侧一致 */
  flex: 1;

  width: calc(100% - 64px);

  margin: -94px 32px 0;

  padding: clamp(30px, 3.2vw, 52px);

  background: #fff;

  box-shadow: var(--i_shadow);

  box-sizing: border-box;
}


/* =========================
   Common Text
   ========================= */

.about_rq_eyebrow {
  display: block;

  margin: 0 0 14px;

  color: var(--i_color2);

  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;

  text-transform: uppercase;
}


.about_rq_lab_content h3,
.about_rq_quality_content h3 {
  margin: 0;

  color: var(--brand-ink);

  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.03em;
}


.about_rq_lab_content p,
.about_rq_quality_content p {
  margin: 22px 0 0;

  color: var(--brand-text);

  font-size: 16px;
  line-height: 1.8;
}


/* =========================
   Tags
   ========================= */

.about_rq_tags {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 26px;
}


.about_rq_tags span {
  padding: 8px 12px;

  border: 1px solid var(--brand-border);

  color: var(--brand-text);

  font-size: 13px;
  line-height: 1.2;
}


/* =========================
   Right
   ========================= */

.about_rq_quality {
  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;

  overflow: hidden;

  border: 1px solid var(--brand-border);

  background: var(--brand-surface);

  box-shadow: var(--i_shadow);
}


/* 右侧文字自动撑开，让整体和左侧对齐 */
.about_rq_quality_content {
  display: flex;
  flex-direction: column;

  flex: 1;

  padding: clamp(34px, 3.5vw, 58px);
}


.about_rq_quality_content>.about_rq_number {
  margin-bottom: 20px;
}


/* =========================
   Right List
   ========================= */

.about_rq_quality_list {
  display: flex;
  flex-wrap: wrap;

  gap: 18px;

  margin: 28px 0 0;
  padding: 0;

  list-style: none;
}


.about_rq_quality_list li {
  position: relative;

  padding-left: 14px;

  color: var(--brand-ink);

  font-size: 14px;
  font-weight: 600;
}


.about_rq_quality_list li::before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 5px;
  height: 5px;

  background: var(--i_color);

  content: "";

  transform: translateY(-50%);
}


/* =========================
   Right Image
   ========================= */

.about_rq_quality_image {
  position: relative;

  display: block;

  width: 100%;

  /* 右侧图片严格 4:3 */
  aspect-ratio: 4 / 3;

  margin: 0;

  overflow: hidden;

  flex-shrink: 0;
}


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

  .about_rq_layout {
    grid-template-columns: 1fr;

    align-items: stretch;
  }


  .about_rq_lab,
  .about_rq_quality {
    height: auto;
  }


  .about_rq_lab_image {
    width: 100%;
    aspect-ratio: 4 / 3;
  }


  .about_rq_quality {
    display: grid;

    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }


  .about_rq_quality_image {
    width: 100%;
    height: 100%;

    /* 平板左右结构时取消 4:3，否则会撑坏布局 */
    aspect-ratio: auto;
  }

}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

  .about_research_quality {
    padding: 64px 0;
  }


  .about_rq_layout {
    gap: 24px;

    margin-top: 32px;
  }


  .about_rq_lab_image {
    width: 100%;

    /* 手机仍然保持 4:3 */
    aspect-ratio: 4 / 3;
  }


  .about_rq_lab_content {
    width: calc(100% - 32px);

    margin: -54px 16px 0;

    padding: 30px 24px;
  }


  .about_rq_quality {
    display: flex;
    flex-direction: column;
  }


  .about_rq_quality_content {
    padding: 32px 24px;
  }


  .about_rq_quality_image {
    width: 100%;
    height: auto;

    /* 手机恢复 4:3 */
    aspect-ratio: 4 / 3;
  }


  .about_rq_quality_list {
    gap: 12px 18px;
  }

}


/* =========================
   About - Research & Quality
   ========================= */

.about_rq_layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 40px);

  margin-top: clamp(38px, 4vw, 64px);

  align-items: stretch;
}


/* =========================
   Left / Right Card
   ========================= */

.about_rq_lab,
.about_rq_quality {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;

  background: #fff;

  border: 1px solid var(--brand-border);

  box-shadow: var(--i_shadow);

  overflow: hidden;
}


/* =========================
   Images
   ========================= */

.about_rq_lab_image,
.about_rq_quality_image {
  position: relative;

  display: block;

  width: 100%;

  /* 两张图完全一样的 4:3 */
  aspect-ratio: 4 / 3;

  margin: 0;

  overflow: hidden;

  background: var(--brand-ink);

  flex: 0 0 auto;
}


.about_rq_lab_image img,
.about_rq_quality_image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .55s ease;
}


/* 图片蒙版 */
.about_rq_lab_image::after,
.about_rq_quality_image::after {
  position: absolute;
  inset: 0;

  z-index: 1;

  content: "";

  background: var(--brand-ink);

  opacity: .12;

  pointer-events: none;

  transition: opacity .35s ease;
}


/* Hover */
.about_rq_lab_image:hover::after,
.about_rq_quality_image:hover::after {
  opacity: 0;
}


.about_rq_lab_image:hover img,
.about_rq_quality_image:hover img {
  transform: scale(1.04);
}


/* =========================
   Number
   ========================= */

.about_rq_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 46px;
  height: 32px;

  padding: 0 12px;

  background: var(--i_color);

  color: #fff;

  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
}


/* 左边编号放图片左上角 */
.about_rq_lab_image .about_rq_number {
  position: absolute;
  top: 0;
  left: 0;

  z-index: 3;
}


/* =========================
   Content
   ========================= */

.about_rq_lab_content,
.about_rq_quality_content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;

  /* 文字区域自动补足剩余空间 */
  flex: 1;

  width: 100%;

  padding: clamp(32px, 3vw, 50px);

  box-sizing: border-box;
}


/* 去掉之前左边的悬浮叠层 */
.about_rq_lab_content {
  margin: 0;
  background: #fff;
  box-shadow: none;
}


/* 右边背景 */
.about_rq_quality_content {
  background: var(--brand-surface);
}


.about_rq_quality_content>.about_rq_number {
  align-self: flex-start;

  margin-bottom: 20px;
}


/* =========================
   Eyebrow
   ========================= */

.about_rq_eyebrow {
  display: block;

  margin: 0 0 14px;

  color: var(--i_color2);

  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;

  text-transform: uppercase;
}


/* =========================
   Title
   ========================= */

.about_rq_lab_content h3,
.about_rq_quality_content h3 {
  margin: 0;

  color: var(--brand-ink);

  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.03em;
}


/* =========================
   Paragraph
   ========================= */

.about_rq_lab_content p,
.about_rq_quality_content p {
  margin: 20px 0 0;

  color: var(--brand-text);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* =========================
   Tags
   ========================= */

.about_rq_tags {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 26px;
}


.about_rq_tags span {
  display: inline-flex;
  align-items: center;

  padding: 8px 12px;

  border: 1px solid var(--brand-border);

  color: var(--brand-text);

  font-size: 13px;
  line-height: 1.2;
}


/* =========================
   Quality List
   ========================= */

.about_rq_quality_list {
  display: flex;
  flex-wrap: wrap;

  gap: 14px 20px;

  margin: 26px 0 0;
  padding: 0;

  list-style: none;
}


.about_rq_quality_list li {
  position: relative;

  padding-left: 14px;

  color: var(--brand-ink);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}


.about_rq_quality_list li::before {
  position: absolute;
  top: .72em;
  left: 0;

  width: 5px;
  height: 5px;

  background: var(--i_color);

  content: "";

  transform: translateY(-50%);
}


/* =========================
   Desktop Alignment
   ========================= */

/*
左：
┌─────────────┐
│    IMAGE    │  4:3
├─────────────┤
│    TEXT     │
└─────────────┘

右：
┌─────────────┐
│    TEXT     │
├─────────────┤
│    IMAGE    │  4:3
└─────────────┘
*/


/* =========================
   Tablet
   ========================= */

@media (max-width: 1024px) {

  .about_rq_layout {
    gap: 20px;
  }

  .about_rq_lab_content,
  .about_rq_quality_content {
    padding: 30px 26px;
  }

  .about_rq_lab_content h3,
  .about_rq_quality_content h3 {
    font-size: clamp(26px, 3vw, 34px);
  }

  .about_rq_lab_content p,
  .about_rq_quality_content p {
    font-size: 15px;
  }

}


/* =========================
   Mobile
   ========================= */

@media (max-width: 767px) {

  .about_research_quality {
    padding: 64px 0;
  }


  .about_rq_layout {
    grid-template-columns: 1fr;

    gap: 24px;

    margin-top: 32px;
  }


  .about_rq_lab,
  .about_rq_quality {
    height: auto;
  }


  .about_rq_lab_image,
  .about_rq_quality_image {
    width: 100%;

    aspect-ratio: 4 / 3;
  }


  .about_rq_lab_content,
  .about_rq_quality_content {
    padding: 30px 24px;
  }


  .about_rq_lab_content h3,
  .about_rq_quality_content h3 {
    font-size: 28px;
  }


  .about_rq_lab_content p,
  .about_rq_quality_content p {
    margin-top: 16px;

    font-size: 14px;
    line-height: 1.7;
  }


  .about_rq_quality_list {
    gap: 12px 18px;

    margin-top: 22px;
  }

}

/* =====================================
   Research & Quality - Final Alignment
   ===================================== */

.about_rq_layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 40px);

  margin-top: clamp(38px, 4vw, 64px);

  /* 不要把两个卡片强制拉高 */
  align-items: start;
}


/* 左右卡片 */
.about_rq_lab,
.about_rq_quality {
  display: flex;
  flex-direction: column;

  width: 100%;
  min-width: 0;

  height: auto;
  min-height: 0;

  align-self: start;

  margin: 0;
  padding: 0;

  overflow: hidden;

  background: #fff;

  border: 1px solid var(--brand-border);

  box-shadow: var(--i_shadow);
}


/* =====================================
   Images - Strict 4:3
   ===================================== */

.about_rq_lab_image,
.about_rq_quality_image {
  position: relative;

  display: block;

  width: 100%;
  height: auto;
  min-height: 0;

  aspect-ratio: 4 / 3;

  margin: 0;
  padding: 0;

  overflow: hidden;

  background: transparent;

  flex: none;
}


/* 图片完全铺满 4:3 */
.about_rq_lab_image img,
.about_rq_quality_image img {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  object-fit: cover;
  object-position: center;

  transition: transform .5s ease;
}


/* 图片蒙版 */
.about_rq_lab_image::after,
.about_rq_quality_image::after {
  position: absolute;
  inset: 0;

  z-index: 1;

  content: "";

  background: rgba(20, 22, 27, .08);

  pointer-events: none;

  transition: opacity .35s ease;
}


.about_rq_lab_image:hover::after,
.about_rq_quality_image:hover::after {
  opacity: 0;
}


.about_rq_lab_image:hover img,
.about_rq_quality_image:hover img {
  transform: scale(1.04);
}


/* =====================================
   Content
   ===================================== */

.about_rq_lab_content,
.about_rq_quality_content {
  display: block;

  width: 100%;

  /*
   * 左右文字区域统一高度
   * 这样：
   * 左 = 4:3图片 + 260
   * 右 = 260 + 4:3图片
   * 总高度严格一致
   */
  height: 260px;
  min-height: 0;

  flex: none;

  padding: 28px 32px;

  margin: 0;

  box-sizing: border-box;

  overflow: hidden;
}


.about_rq_lab_content {
  background: #fff;

  box-shadow: none;
}


.about_rq_quality_content {
  background: var(--brand-surface);
}


/* =====================================
   Number
   ===================================== */

.about_rq_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  min-width: 46px;
  height: 30px;

  padding: 0 11px;

  background: var(--i_color);

  color: #fff;

  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
}


.about_rq_lab_image .about_rq_number {
  position: absolute;
  top: 0;
  left: 0;

  z-index: 3;
}


.about_rq_quality_content>.about_rq_number {
  margin-bottom: 10px;
}


/* =====================================
   Eyebrow
   ===================================== */

.about_rq_eyebrow {
  display: block;

  margin: 0 0 8px;

  color: var(--i_color2);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;

  text-transform: uppercase;
}


/* =====================================
   Title
   ===================================== */

.about_rq_lab_content h3,
.about_rq_quality_content h3 {
  margin: 0;

  color: var(--brand-ink);

  font-size: clamp(27px, 2vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.03em;
}


/* =====================================
   Paragraph
   ===================================== */

.about_rq_lab_content p,
.about_rq_quality_content p {
  margin: 13px 0 0;

  color: var(--brand-text);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}


/* =====================================
   Tags
   ===================================== */

.about_rq_tags {
  display: flex;
  flex-wrap: wrap;

  gap: 8px;

  margin-top: 16px;
}


.about_rq_tags span {
  display: inline-flex;
  align-items: center;

  padding: 7px 11px;

  border: 1px solid var(--brand-border);

  color: var(--brand-text);

  font-size: 12px;
  line-height: 1.2;
}


/* =====================================
   Quality List
   ===================================== */

.about_rq_quality_list {
  display: flex;
  flex-wrap: wrap;

  gap: 8px 18px;

  margin: 15px 0 0;
  padding: 0;

  list-style: none;
}


.about_rq_quality_list li {
  position: relative;

  padding-left: 12px;

  color: var(--brand-ink);

  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}


.about_rq_quality_list li::before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 5px;
  height: 5px;

  background: var(--i_color);

  content: "";

  transform: translateY(-50%);
}


/* =====================================
   Tablet
   ===================================== */

@media (max-width: 1024px) {

  .about_rq_layout {
    gap: 18px;
  }


  .about_rq_lab_content,
  .about_rq_quality_content {
    height: 250px;

    padding: 24px 22px;
  }


  .about_rq_lab_content h3,
  .about_rq_quality_content h3 {
    font-size: 28px;
  }


  .about_rq_lab_content p,
  .about_rq_quality_content p {
    font-size: 13px;
  }

}


/* =====================================
   Mobile
   ===================================== */

@media (max-width: 767px) {

  .about_rq_layout {
    grid-template-columns: 1fr;

    gap: 24px;

    margin-top: 32px;
  }


  .about_rq_lab,
  .about_rq_quality {
    height: auto;
  }


  .about_rq_lab_image,
  .about_rq_quality_image {
    aspect-ratio: 4 / 3;
  }


  /* 手机不需要左右严格等高 */
  .about_rq_lab_content,
  .about_rq_quality_content {
    height: auto;

    padding: 26px 22px;
  }


  .about_rq_lab_content h3,
  .about_rq_quality_content h3 {
    font-size: 27px;
  }


  .about_rq_lab_content p,
  .about_rq_quality_content p {
    font-size: 14px;
  }

}

.in_nav {
  width: 100%;
  margin: 0.3rem auto 0.4rem;
  position: relative;
  background: #fff;
}

.in_nav.navFix {
  position: fixed;
  left: 0;
  margin: 0 auto 0;
  top: var(--header_height);
  z-index: 100;
}

.in_nav::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--border_color);
}

.in_nav_tit {
  display: none;
  background: var(--i_color);
  text-align: center;
}

.in_nav_tit h6 {
  display: block;
  font-size: 0.22rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.6rem;
  text-transform: capitalize;
  padding-right: 0.4rem;
  background: url(static/images/public/arrow_down_hollow_bai.svg) no-repeat right center;
  background-size: 0.26rem;
}

.in_nav_tit.on h6 {
  background: url(static/images/public/arrow_up_hollow_bai.svg) no-repeat right center;
  background-size: 0.26rem;
}

.in_nav ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}

.in_nav li {
  /* width: 50%; */

  padding: 0 0.1rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}

.in_nav li::before,
.in_nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.in_nav li::before {
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 12px solid var(--i_color);
}

.in_nav li::after {
  bottom: -7px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  border-top: 9px solid #fff;
}

.in_nav a {
  width: 100%;

  padding: 0.24rem 0;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}

.in_nav .line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  z-index: -1;
}

.in_nav p {
  font-size: 0.15rem;
  color: #3e3a39;
  font-weight: bold;
  text-transform: capitalize;
}

.in_nav li:hover::before,
.in_nav .curr::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.in_nav li:hover::after,
.in_nav .curr::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.in_nav li:hover .line,
.in_nav .curr .line {
  width: 100%;
}

.in_nav .curr i img,
.in_nav li:hover i img {
  top: -30px !important;
}

.in_nav .curr p,
.in_nav li:hover p {
  color: var(--i_color);
}

.in_nav,
.in_nav li::before,
.in_nav li::after,
.in_nav .line,
.in_nav i img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 959px) {
  .in_nav {
    margin: 0.3rem auto 0;
  }

  .in_nav_tit {
    display: block;
  }

  .in_nav ul,
  .in_nav::before {
    display: none;
  }

  .in_nav ul {
    padding: 0.2rem;
    background: rgb(0 0 0 / 3%);
  }

  .in_nav li {
    width: 100%;
    margin-bottom: 0.1rem;
    background: #fff;
  }

  .in_nav li::before,
  .in_nav li::after {
    display: none;
  }

  .in_nav .line {
    height: 1px;
    z-index: 0;
  }

  .in_nav a {
    padding: 0.2rem 0;
  }

  .in_nav p {
    font-size: 0.17rem;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 560px) {
  .in_nav_tit h6 {
    font-size: 0.18rem;
  }

  .in_nav a {
    padding: 0.16rem 0;
  }
}

/* =========================
   Culture
========================= */

.in_culture {
  position: relative;
  overflow: hidden;
  background: #f6f7f8;
}


/* 整体布局 */

.in_culture_cont {
  display: grid;
  grid-template-columns: minmax(280px, 32%) minmax(0, 68%);
  align-items: center;
  gap: clamp(50px, 6vw, 110px);
  margin: 0.75rem auto 0.9rem;
  min-height: 4.6rem;
}


/* =========================
   Left Text
========================= */

.in_culture_text {
  width: 100%;
  margin: 0;
}

.in_culture_text dt {
  display: none;
}

.in_culture_text dt:first-child {
  display: block;
}

.in_culture_text span {
  position: relative;
  display: block;
  padding: 0;
}


/* 小红点 */

.in_culture_text i {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 0.3rem;
  border-radius: 50%;
  background: var(--i_color);
}


/* 不要原来的 quotes 背景图 */

.in_culture_text span::before {
  display: none;
}


.in_culture_text h4 {
  margin: 0 0 0.16rem;
  font-size: clamp(26px, 2vw, 38px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: #202328;
}

.in_culture_text p {
  max-width: 390px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #686d74;
}


/* 左侧增加淡淡横线 */

.in_culture_text span::after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  margin-top: 0.28rem;
  background: var(--i_color);
}


/* =========================
   Diamond List
========================= */

.in_culture_list {
  width: 100%;
  margin: 0;
  padding: 0.45rem 0.25rem;

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;

  gap: clamp(16px, 2vw, 34px);

  list-style: none;
}


/* 菱形 */

.in_culture_list li {
  position: relative;
  width: 100%;

  background: #fff;

  border: 1px solid #e8eaed;
  border-radius: 10px;

  box-shadow:
    0 10px 30px rgba(20, 26, 34, .055);

  transform: rotate(45deg);

  cursor: pointer;

  transition:
    transform .4s ease,
    border-color .4s ease,
    box-shadow .4s ease,
    background .4s ease;
}


/* 保持正方形 */

.in_culture_list li::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}


/* 删除原来的散落红点 */

.in_culture_list li::after {
  display: none;
}


/* 不再大幅上下错落 */

.in_culture_list li:nth-child(odd) {
  top: 0;
}


/* 做很轻微的节奏 */

.in_culture_list li:nth-child(2),
.in_culture_list li:nth-child(4) {
  transform: translateY(-20px) rotate(45deg);
}

.in_culture_list li:nth-child(1),
.in_culture_list li:nth-child(3) {
  transform: translateY(20px) rotate(45deg);
}


/* 内部反旋转 */

.in_culture_list span {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 78%;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  transform: translate(-50%, -50%) rotate(-45deg);
}


/* =========================
   Icon
========================= */

.in_culture_list .ico {
  position: relative;

  width: clamp(68px, 5.5vw, 92px);
  height: clamp(68px, 5.5vw, 92px);

  border-radius: 50%;

  background: rgba(193, 10, 9, .07);

  overflow: hidden;

  transition:
    background .35s ease,
    transform .35s ease;
}

.in_culture_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 52%;
  height: 52%;

  transform: translate(-50%, -50%);

  object-fit: contain;

  filter: none;

  transition: filter .35s ease;
}


/* 标题 */

.in_culture_list p {
  margin: 0.18rem 0 0;

  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.2;

  font-weight: 600;

  color: #292d32;

  transition: color .35s ease;
}


/* =========================
   Hover
========================= */

.in_culture_list li:hover {
  border-color: rgba(193, 10, 9, .28);

  box-shadow:
    0 18px 40px rgba(20, 26, 34, .09);
}

.in_culture_list li:nth-child(2):hover,
.in_culture_list li:nth-child(4):hover {
  transform: translateY(-28px) rotate(45deg);
}

.in_culture_list li:nth-child(1):hover,
.in_culture_list li:nth-child(3):hover {
  transform: translateY(12px) rotate(45deg);
}

.in_culture_list li:hover .ico {
  transform: scale(1.06);
}


/* =========================
   Current
========================= */

/* 不再整块红色 */

.in_culture_list .current {
  background: #fff;

  border-color: var(--i_color);

  box-shadow:
    0 18px 42px rgba(193, 10, 9, .11);
}


/* current 图标才使用红色 */

.in_culture_list .current .ico {
  background: var(--i_color);
}


/* 如果你的 PNG 是深色图标，可以继续转白 */

.in_culture_list .current .ico img {
  filter: brightness(0) invert(1);
}


.in_culture_list .current p {
  color: var(--i_color);
}


/* =========================
   Text Animation
========================= */

.fadeInRight {
  animation: cultureFadeIn .5s ease both;
}

@keyframes cultureFadeIn {

  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }

}


/* =========================
   <= 1366
========================= */

@media screen and (max-width: 1366px) {

  .in_culture_cont {
    grid-template-columns: 30% 70%;
    gap: 50px;
  }

  .in_culture_list {
    gap: 20px;
  }

}


/* =========================
   Tablet
========================= */

@media screen and (max-width: 959px) {

  .in_culture_cont {
    display: flex;
    flex-direction: column;

    gap: 35px;

    min-height: 0;

    margin: 0.45rem auto 0.55rem;
  }

  .in_culture_list {
    order: 1;

    width: 100%;

    grid-template-columns: repeat(4, 1fr);

    padding: 20px 5px;
  }

  .in_culture_text {
    order: 2;
    width: 100%;
  }

  .in_culture_list li,
  .in_culture_list li:nth-child(odd),
  .in_culture_list li:nth-child(even) {
    top: 0;
    transform: none;
  }

  .in_culture_list li:hover,
  .in_culture_list li:nth-child(odd):hover,
  .in_culture_list li:nth-child(even):hover {
    transform: translateY(-5px);
  }

  .in_culture_list span {
    transform: translate(-50%, -50%);
  }

  .in_culture_text p {
    max-width: 650px;
  }

}


/* =========================
   Mobile
========================= */

@media screen and (max-width: 600px) {

  .in_culture_cont {
    gap: 25px;
    margin-top: 0.35rem;
  }

  .in_culture_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0;
  }

  .in_culture_list li {
    border-radius: 8px;
  }

  .in_culture_list .ico {
    width: 58px;
    height: 58px;
  }

  .in_culture_list p {
    margin-top: 12px;
    font-size: 14px;
  }

  .in_culture_text i {
    width: 8px;
    height: 8px;
    margin-bottom: 18px;
  }

  .in_culture_text h4 {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .in_culture_text p {
    font-size: 14px;
    line-height: 1.7;
  }

}







/* =========================================
   ute About
========================================= */

.ute_about {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background: #f5f6f8 url("static/images/bg2.webp") center / cover no-repeat;
}

.ute_about::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -150px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(193, 10, 9, .05),
      transparent 68%);
  pointer-events: none;
}

.ute_about .wrap {
  position: relative;
  z-index: 2;
}

.ute_about_grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 70px;
  align-items: start;
}


/* =========================================
   Section Title
========================================= */

.ute_about_title {
  margin-bottom: 40px;
}

.ute_about_title>span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  color: #999;
}

.ute_about_title h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.15;
  font-weight: 700;
  color: #20242d;
}

.ute_about_title h2 em {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: .55em;
  line-height: 1.45;
  font-weight: 600;
  color: #c83217;
}


/* =========================================
   Statistics
========================================= */

.ute_about_stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ute_about_stats li {
  position: relative;
  min-height: 190px;
  padding: 30px 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(0, 0, 0, .035);
  transition:
    transform .4s ease,
    box-shadow .4s ease,
    border-color .4s ease;
}

.ute_about_stats li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #c83217;
  transition: width .4s ease;
}

.ute_about_stats li:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 50, 23, .12);
  box-shadow: 0 18px 40px rgba(24, 30, 40, .08);
}

.ute_about_stats li:hover::after {
  width: 100%;
}

.stat_icon {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
}

.stat_icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #252b35;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stat_num {
  display: flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
}

.stat_num strong {
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.5px;
  color: #c83217;
}

.stat_num span {
  font-size: 13px;
  font-weight: 600;
  color: #555b64;
}

.ute_about_stats p {
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #2d323a;
}


/* =========================================
   Company Introduction
========================================= */

.ute_about_right {
  padding-top: 28px;
}

.ute_about_content {
  margin-bottom: 45px;
  max-height: 310px;
  overflow-y: auto;
  padding-right: 10px;
}


.ute_about_content p {
  margin: 0 0 17px;
  font-size: 14px;
  line-height: 1.9;
  color: #5e636c;
}

.ute_about_content p strong {
  color: #20242d;
  font-weight: 700;
}

.ute_about_content::-webkit-scrollbar {
  width: 3px;
}

.ute_about_content::-webkit-scrollbar-track {
  background: #e7e9ec;
  border-radius: 10px;
}

.ute_about_content::-webkit-scrollbar-thumb {
  background: #c83217;
  border-radius: 10px;
}

.ute_about_content::-webkit-scrollbar-thumb:hover {
  background: #a92814;
}

/* =========================================
   Company Video
========================================= */

.ute_about_video {
  position: relative;
  height: 470px;
  overflow: hidden;
  cursor: pointer;
  background: #222;
}

.ute_about_video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.22, .61, .36, 1);
}

.ute_about_video:hover img {
  transform: scale(1.035);
}

.video_mask {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,
      rgba(15, 18, 24, .02) 30%,
      rgba(15, 18, 24, .64) 100%);
}


/* Play Button */

.video_play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 78px;
  height: 78px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    background .3s ease,
    transform .3s ease;
}

.video_play::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  animation: uteVideoPulse 2s infinite;
}

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

.video_play svg {
  width: 23px;
  height: 23px;
  margin-left: 3px;
  fill: #fff;
  stroke: none;
}

.ute_about_video:hover .video_play {
  background: #c83217;
  border-color: #c83217;
  transform: translate(-50%, -50%) scale(1.08);
}

@keyframes uteVideoPulse {

  0% {
    transform: scale(.85);
    opacity: .8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }

}


/* Video Caption */

.video_bottom {
  position: absolute;
  left: 38px;
  bottom: 32px;
  z-index: 3;
  color: #fff;
}

.video_bottom small {
  display: block;
  margin-bottom: 7px;
  font-size: 10px;
  letter-spacing: 2px;
  opacity: .7;
}

.video_bottom strong {
  display: block;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
}


/* =========================================
   Video Popup
========================================= */

.ute_video_popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity .35s ease,
    visibility .35s ease;
}

.ute_video_popup.active {
  visibility: visible;
  opacity: 1;
}

.ute_video_overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 10, 14, .92);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.ute_video_box {
  position: relative;
  z-index: 2;
  width: min(1100px, 90vw);
  transform: translateY(30px) scale(.96);
  opacity: 0;
  transition:
    transform .45s cubic-bezier(.2, .8, .2, 1),
    opacity .35s ease;
}

.ute_video_popup.active .ute_video_box {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.ute_video_inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .4);
}

.ute_video_inner video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.ute_video_close {
  position: absolute;
  top: -48px;
  right: 0;
  z-index: 4;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 200;
  cursor: pointer;
  opacity: .75;
  transition:
    opacity .3s ease,
    transform .3s ease;
}

.ute_video_close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

body.ute_video_open {
  overflow: hidden;
}


/* =========================================
   Responsive
========================================= */

@media (max-width: 1200px) {

  .ute_about_grid {
    gap: 40px;
  }

  .ute_about_video {
    height: 380px;
  }

}


@media (max-width: 991px) {

  .ute_about {
    padding: 80px 0;
  }

  .ute_about_grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .ute_about_right {
    padding-top: 0;
  }

  .ute_about_content {
    max-width: none;
  }

  .ute_about_video {
    height: auto;
    aspect-ratio: 16 / 9;
  }

}


@media (max-width: 640px) {

  .ute_about {
    padding: 60px 0;
  }

  .ute_about_stats {
    gap: 10px;
  }

  .ute_about_stats li {
    min-height: 155px;
    padding: 20px 16px;
  }

  .stat_icon {
    width: 28px;
    height: 28px;
    margin-bottom: 18px;
  }

  .stat_num strong {
    font-size: 27px;
    letter-spacing: -1px;
  }

  .stat_num span {
    font-size: 10px;
  }

  .ute_about_stats p {
    margin-top: 14px;
    font-size: 12px;
  }

  .ute_about_video {
    aspect-ratio: 4 / 3;
  }

  .video_play {
    width: 62px;
    height: 62px;
  }

  .video_bottom {
    left: 22px;
    bottom: 20px;
  }

  .video_bottom strong {
    font-size: 17px;
  }

  .ute_video_popup {
    padding: 15px;
  }

  .ute_video_box {
    width: 100%;
  }

}

.about_partners {
  background: none;
}

.about_partners .about_partner_grid {
  --partner-gap: clamp(14px, 1.5vw, 24px);

  width: 100%;
  margin-top: 28px;
  overflow: hidden;
}

.about_partners .about_partner_grid+.about_partner_grid {
  margin-top: 20px;
}


/* 滚动轨道 */
.about_partners .about_partner_track {
  display: flex;
  align-items: center;

  width: 200%;

  will-change: transform;
  animation: partner-scroll-left 30s linear infinite;
}


/* 每一组占整个轨道的一半 */
.about_partners .about_partner_group {
  display: flex;
  flex: 0 0 50%;
  align-items: center;

  gap: var(--partner-gap);

  width: 50%;
  padding-right: var(--partner-gap);

  box-sizing: border-box;
}


/* 一行固定显示 7 个 */
.about_partners .about_partner_group .img {
  display: flex;

  flex: 0 0 calc((100% - (var(--partner-gap) * 6)) / 7);

  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 4px;

  box-sizing: border-box;

  background: #fff;
}


/* Logo 图片尽量撑满 */
.about_partners .about_partner_group .img img {
  display: block;

  width: 100%;
  height: auto;

  max-width: 100%;

  margin: 0 auto;

  object-fit: contain;
  object-position: center;
}


/* 上排向左 */
.about_partners .about_partner_grid--left .about_partner_track {
  animation-name: partner-scroll-left;
}


/* 下排向右 */
.about_partners .about_partner_grid--right .about_partner_track {
  animation-name: partner-scroll-right;
}


/* 向左滚动 */
@keyframes partner-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}


/* 向右滚动 */
@keyframes partner-scroll-right {
  from {
    transform: translate3d(-50%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}


/* 鼠标经过暂停 */
.about_partners .about_partner_grid:hover .about_partner_track {
  animation-play-state: paused;
}


/* 平板 */
@media (max-width: 1024px) {

  .about_partners .about_partner_grid {
    --partner-gap: 14px;
  }

  .about_partners .about_partner_group .img {
    padding: 3px;
  }

}


/* 手机 */
@media (max-width: 767px) {

  .about_partners .about_partner_grid {
    --partner-gap: 10px;
    margin-top: 18px;
  }

  .about_partners .about_partner_grid+.about_partner_grid {
    margin-top: 14px;
  }

  .about_partners .about_partner_group .img {
    padding: 2px;
  }

}


/* 减少动画 */
@media (prefers-reduced-motion: reduce) {

  .about_partners .about_partner_track {
    animation: none;
  }

}

/* =========================================================
   Manufacturing Capabilities
   对应 about_capability_slider / swiper-wrapper / card 结构
   ========================================================= */

.about_capability {
  --capability-red: #cf2c31;
  --capability-ink: #171b20;
  --capability-copy: #343940;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 6.5vw, 108px) 0 clamp(62px, 5vw, 84px);
  background: #f4f4f2;
}

.about_capability::before,
.about_capability::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

/* 工厂背景 */
.about_capability::before {
  top: 0;
  bottom: 0;
  background-image: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /*   filter: grayscale(1); */
}

/* 下半部红色背景 */
/* .about_capability::after {
  top: 54%;
  bottom: 0;
  background: rgba(207, 44, 49, .5);
} */

.about_capability .wrap {
  position: relative;
  z-index: 1;
}

/* =========================================================
   标题
   ========================================================= */

.about_capability .about_capability_head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  align-items: end;
  gap: clamp(28px, 5vw, 90px);
  margin-bottom: clamp(38px, 4vw, 58px);
}

.about_capability .home_section_heading_title {
  margin: 0;
  color: var(--capability-ink);
}

.about_capability .home_section_heading_title em {
  color: var(--capability-red);
}

.about_capability .about_section_heading_copy {
  max-width: 380px;
}

.about_capability .about_section_heading_copy p {
  margin: 0;
  color: var(--capability-copy);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.7;
}

/* =========================================================
   Swiper 图廊
   ========================================================= */

.about_capability .about_capability_slider {
  position: relative;
  width: 100%;
  padding-bottom: 46px;
  overflow: hidden;
}

/* 必须保留，确保卡片横向排列 */
.about_capability .about_capability_slider .swiper-wrapper {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: stretch;
  width: 100%;
  height: auto;
}

/* 桌面端：一行四张，4:3 */
.about_capability .about_capability_card,
.about_capability .about_capability_card--narrow,
.about_capability .about_capability_card--wide {
  --slide-width: calc((100% - 60px) / 4);

  position: relative;
  display: block;
  flex: 0 0 var(--slide-width) !important;
  width: var(--slide-width) !important;
  height: auto !important;
  min-width: 0;
  aspect-ratio: 4 / 3 !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, .96);
  background: #1b2026;
  box-shadow: 0 12px 26px rgba(47, 15, 17, .16);
  transition: transform .35s ease, box-shadow .35s ease;
}

.about_capability .about_capability_image {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  background: #1b2026;
}

.about_capability .about_capability_image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 17, 22, .02), rgba(13, 17, 22, .22));
  content: "";
  pointer-events: none;
  transition: background-color .35s ease;
}

.about_capability .about_capability_image img {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .55s ease;
}

/* 参考图没有下方文字区，隐藏以避免黑/灰空白 */
.about_capability .about_capability_content {
  display: none !important;
}

/* 分页短横线 */
.about_capability .about_capability_pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
  line-height: 0;
}

.about_capability .about_capability_pagination .swiper-pagination-bullet {
  display: block;
  width: 29px;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  background: #fff;
  opacity: .48;
  transition: opacity .25s ease;
}

.about_capability .about_capability_pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/* Hover */
@media (hover: hover) and (pointer: fine) {
  .about_capability .about_capability_card:hover {
    z-index: 1;
    box-shadow: 0 18px 30px rgba(48, 14, 17, .28);
    transform: translateY(-6px);
  }

  .about_capability .about_capability_card:hover .about_capability_image img {
    transform: scale(1.055);
  }

  .about_capability .about_capability_card:hover .about_capability_image::after {
    background: rgba(207, 44, 49, .15);
  }
}

/* =========================================================
   平板：一行三张
   ========================================================= */

@media (max-width: 1100px) {
  .about_capability .about_capability_head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about_capability .about_section_heading_copy {
    max-width: 620px;
  }

  .about_capability .about_capability_card,
  .about_capability .about_capability_card--narrow,
  .about_capability .about_capability_card--wide {
    --slide-width: calc((100% - 40px) / 3);
  }
}

/* =========================================================
   手机：一行一张
   ========================================================= */

@media (max-width: 767px) {
  .about_capability {
    padding: 64px 0 58px;
  }

  .about_capability::after {
    top: 43%;
  }

  .about_capability .about_capability_head {
    gap: 14px;
    margin-bottom: 32px;
  }

  .about_capability .about_section_heading_copy {
    max-width: none;
  }

  .about_capability .about_section_heading_copy p {
    font-size: 15px;
  }

  .about_capability .about_capability_slider {
    padding-bottom: 38px;
  }

  .about_capability .about_capability_card,
  .about_capability .about_capability_card--narrow,
  .about_capability .about_capability_card--wide {
    --slide-width: 100%;
    aspect-ratio: 4 / 3 !important;
  }

  .about_capability .about_capability_pagination {
    margin-top: 15px;
  }

  .about_capability .about_capability_pagination .swiper-pagination-bullet {
    width: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .about_capability .about_capability_card,
  .about_capability .about_capability_image img,
  .about_capability .about_capability_image::after,
  .about_capability .about_capability_pagination .swiper-pagination-bullet {
    transition: none;
  }
}

/* Solutions industry navigation follows the shared 1024px breakpoint. */
.solution_mobile_toggle,
.solutions_mobile_submenu {
  display: none;
}

.solutions_mobile_submenu[hidden] {
  display: none !important;
}

.ute_mega_panel[data-panel="solutions"] a[aria-current="page"] {
  color: #c9080d;
}

@media (max-width:1024px) {
  .i_nav>li.drop_p {
    position: relative;
  }

  .i_nav>li.drop_p>a {
    padding-right: 60px;
  }

  .i_nav .solution_mobile_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 4px;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 26px;
    cursor: pointer;
  }

  .i_nav .solutions_mobile_submenu:not([hidden]) {
    display: block;
    position: static;
    width: 100%;
    max-height: none;
    padding: 0 16px 12px;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .i_nav .solutions_mobile_submenu li {
    display: block;
    width: 100%;
  }

  .i_nav .solutions_mobile_submenu a {
    display: block;
    padding: 12px 8px;
    white-space: normal;
    line-height: 1.4;
    font-size: 15px;
    color: inherit;
  }

  .i_nav .solutions_mobile_submenu a[aria-current="page"] {
    color: #c9080d;
    font-weight: 700;
  }
}

/* Article photos use a 4:3 display box while retaining the complete source image.
   Preserve author-selected widths; height:auto overrides HTML height attributes.
   Banners, logos, certificates, video posters and UI icons are not article photos. */
.n_article img:not(.emoji):not(.wp-smiley):not([src$=".svg"]),
.pd_content article img:not(.emoji):not(.wp-smiley):not([src$=".svg"]),
.solution_editor_content img:not(.emoji):not(.wp-smiley):not([src$=".svg"]) {
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

/* Long article titles stay below the fixed navigation without changing hero height. */
@media (max-width:1024px) {
  .inner_hero_section .inner_hero_content {
    top: calc(50% + 30px);
    padding-bottom: 0;
  }

  .inner_hero_long_title h1 {
    font-size: 44px;
    line-height: 1.12;
    letter-spacing: -1px;
  }
}

@media (max-width:600px) {
  .inner_hero_long_title h1 {
    font-size: 28px;
    letter-spacing: -.6px;
  }
}

/* ==================== HOME REFERENCE SECTIONS ==================== */
.home_reference_hero,
.home_reference_products,
.home_reference_custom,
.home_reference_applications,
.home_reference_quality,
.home_reference_knowledge {
  padding: clamp(64px, 7vw, 120px) 0;
  background: #fff;
}

.home_reference_hero {
  position: relative;
  padding: 0;
  background: #f1f3f5;
  color: #111;
}

.home_reference_hero_slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1672 / 941;
  max-height: 800px;
  background: #eef0f2;
}

.home_reference_hero_track,
.home_reference_hero_slide {
  position: absolute;
  inset: 0;
  min-width: 0;
  max-width: 100%;
}

.home_reference_hero_slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
}

.home_reference_hero_slide.is-active {
  opacity: 1;
  visibility: visible;
}

.home_reference_hero_slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-width: 0;
  object-fit: cover;
}

.home_reference_product_image img,
.home_reference_custom_media img,
.home_reference_quality_media img,
.home_reference_application_grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_reference_hero_arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(17, 17, 17, .2);
  border-radius: 50%;
  background: rgba(255, 255, 255, .84);
  color: #111;
  font-size: 23px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.home_reference_hero_arrow:hover {
  background: var(--i_color);
  color: #fff;
  transform: translateY(-50%) scale(1.04);
}

.home_reference_hero_prev {
  left: clamp(16px, 3vw, 48px);
}

.home_reference_hero_next {
  right: clamp(16px, 3vw, 48px);
}

.home_reference_hero_dots {
  position: absolute;
  bottom: clamp(14px, 2vw, 28px);
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.home_reference_hero_dots button {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(17, 17, 17, .3);
  cursor: pointer;
  transition: background-color .25s ease, width .25s ease;
}

.home_reference_hero_dots button.is-active {
  width: 46px;
  background: var(--i_color);
}

.home_reference_hero_arrow:focus-visible,
.home_reference_hero_dots button:focus-visible {
  outline: 3px solid var(--i_color);
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .home_reference_hero_slide,
  .home_reference_hero_arrow,
  .home_reference_hero_dots button {
    transition-duration: .01ms;
  }
}

.home_reference_heading {
  margin-bottom: 28px;
}

.home_reference_heading h2 {
  margin: 0;
  color: #111;
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.15;
  letter-spacing: -1px;
  font-weight: 700;
}

.home_reference_heading p {
  margin: 12px 0 0;
  color: #666;
  font-size: 18px;
}

.home_reference_product_grid,
.home_reference_application_grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home_reference_product_card {
  display: block;
  min-width: 0;
  padding: 16px;
  border: 1px solid #dfe2e5;
  border-radius: 12px;
  color: #111;
  text-align: center;
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.home_reference_product_card:hover,
.home_reference_application_grid a:hover {
  border-color: #6aa7ee;
  box-shadow: 0 12px 28px rgba(17, 46, 78, .1);
  transform: translateY(-3px);
}

.home_reference_product_image {
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
  border: 1px solid #e5e7e9;
  border-radius: 9px;
  background: #f8f9fa;
}

.home_reference_product_card strong {
  display: block;
  margin-top: 14px;
  font-size: 23px;
}

.home_reference_product_card > span:last-child {
  display: block;
  margin-top: 4px;
  color: #666;
  font-size: 16px;
}

.home_reference_product_card i {
  font-style: normal;
}

.home_reference_custom,
.home_reference_quality {
  background: #f7f8f9;
}

.home_reference_custom_media,
.home_reference_quality_media {
  aspect-ratio: 2.12;
  overflow: hidden;
  border-radius: 14px;
}

.home_reference_custom > .wrap > p,
.home_reference_quality > .wrap > p {
  margin: 20px 0 16px;
  color: #222;
  font-size: 19px;
  line-height: 1.65;
}

.home_reference_checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 40px;
  max-width: 780px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.home_reference_checks li {
  position: relative;
  padding-left: 25px;
  color: #222;
  font-size: 17px;
}

.home_reference_checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #27703d;
  font-weight: 700;
}

.home_reference_application_grid a {
  overflow: hidden;
  border-radius: 12px;
  color: #111;
  text-decoration: none;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.home_reference_application_grid a img {
  aspect-ratio: 1.4;
  border-radius: 12px;
}

.home_reference_application_grid h3 {
  margin: 12px 0 0;
  font-size: 25px;
  line-height: 1.2;
}

.home_reference_quality_checks {
  max-width: none;
  margin-bottom: 0;
  padding: 18px 20px;
  border: 1px solid #dfe2e5;
  border-radius: 12px;
  background: #fff;
}

.home_reference_articles {
  border-top: 1px solid #e1e3e5;
}

.home_reference_articles > a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #e1e3e5;
  color: #111;
  text-decoration: none;
}

.home_reference_articles > a > span {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 12px;
  background: #f7f8f9;
  color: #555;
  font-size: 34px;
}

.home_reference_articles strong,
.home_reference_articles small {
  display: block;
}

.home_reference_articles strong {
  font-size: 22px;
}

.home_reference_articles small {
  margin-top: 3px;
  color: #666;
  font-size: 16px;
}

.home_reference_empty {
  color: #666;
}

.home_reference_final_cta {
  margin-top: 34px;
  padding: 34px 24px;
  border-radius: 14px;
  background: #112e4e;
  color: #fff;
  text-align: center;
}

.home_reference_final_cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 46px);
}

.home_reference_final_cta p {
  margin: 12px 0 22px;
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .home_reference_product_grid,
  .home_reference_application_grid {
    grid-template-columns: 1fr;
  }

  .home_reference_heading p,
  .home_reference_custom > .wrap > p,
  .home_reference_quality > .wrap > p {
    font-size: 16px;
  }

  .home_reference_hero_arrow {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .home_reference_custom_media,
  .home_reference_quality_media {
    aspect-ratio: 1.1;
  }

  .home_reference_checks {
    gap: 8px 16px;
  }

  .home_reference_checks li {
    font-size: 15px;
  }

  .home_reference_articles > a {
    gap: 12px;
  }

  .home_reference_articles > a > span {
    width: 56px;
    height: 56px;
  }

  .home_reference_articles strong {
    font-size: 18px;
  }
}

/* Neutral media-free hero; no old company image fallback. */
.inner_hero_no_media {background: var(--brand-surface, #f5f6f8); color: var(--brand-ink, #1a1d24); min-height: 240px;}
.inner_hero_no_media .inner_hero_overlay {display:none;}
.inner_hero_no_media h1,.inner_hero_no_media p {color:inherit;}

/* Layout adjustments for a content-neutral, image-free navigation and footer. */
.ute_mega_panel {grid-template-columns: minmax(0, 1fr); min-height: 260px;}
.ute_mega_left {padding: 40px clamp(24px, 4vw, 70px);}
.site_footer_grid {grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 24px;}
.site_footer_contact li {display: block;}
.home_reference_hero:not(:has(.home_reference_hero_media)) .home_reference_hero_inner {grid-template-columns:1fr;}
@media (max-width: 768px) {.ute_mega_left {padding:24px 16px;}.site_footer_grid {grid-template-columns:1fr 1fr;}}

/* ==================== UTE EMPTY-SITE FALLBACK ==================== */
.ute_fallback_catalog li .img {
  background: #f7f8fa;
}

.ute_fallback_catalog li .img img {
  object-fit: cover;
}

.home_reference_hero_media img {
  object-position: center;
}

.home_reference_application_grid a img {
  background: #eef4f8;
}

@media (max-width: 767px) {
  .home_reference_product_card strong {
    font-size: 19px;
  }
}
