/*
Theme Name: Longxin
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@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 {
  /* Longxin unified brand palette */
  --i_color: #c10a09;
  --i_color2: #a90909;
  --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 {
  max-width: 2.2rem;
}

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

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

/* 导航 */
@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;
    border-color: var(--i_color);
  }

  .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: 16px;
    color: #fff;
    text-transform: uppercase;
  }


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

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

.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 .swiper-slide {
    padding-bottom: 56%;
  }
}

/* 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 a {
  height: .56rem;
  padding: 0 .35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  font-weight: 600;
  transition: .35s;
}

.banner_btn a:first-child {
  background: var(--i_color);
  color: #fff;
}

.banner_btn a:first-child:hover {
  transform: translateY(-3px);
  background: #a90909;
}

.banner_btn a:last-child {
  border: 1px solid rgba(255, 255, 255, .6);
  color: #fff;
}

.banner_btn a:last-child:hover {
  background: #fff;
  color: var(--i_color2);
}

.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 {
    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 {
    height: 42px;
    padding: 0 20px;
    font-size: 13px;
  }

  .banner_btn a:last-child {
    display: none;
  }

  .banner_data {
    display: none;
  }
}



/* ==================== FOOTER 2026 ==================== */
.site_footer_2026 {
  position: relative;
  overflow: hidden;
  color: #1a1d24;
  background: url(static/images/bg_f.webp) no-repeat center;
  background-size: cover;
  min-height: 6rem;
}



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

.site_footer_inner {
  position: relative;
  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: 12px;
  }
}

.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: #000000;
  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: #1a1d24;
}

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


.site_footer_bottom {
  position: relative;
  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_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width:767px) {
  .site_footer_inner {
    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: #a90909;
  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: 13px;
  }
}

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

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

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

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

.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: 62.625%;
}

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

.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-btn.outline {
  background: transparent;
  border: 1px solid var(--i_color2);
  color: var(--i_color2);
}

.glass-btn.outline:hover {
  background: var(--i_color2);
  color: #fff;
}

.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 {
    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 {
  color: var(--i_color);
}

.p_menu_list>li.active>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: url(static/images/ico_satr_p.png) no-repeat center;
  -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 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.in_p_list li {
  width: calc(100% / 3 - 2%);
  margin-right: 3%;
  margin-bottom: 0.36rem;
  overflow: hidden;
}

.in_p_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .in_p_list {
    justify-content: space-between;
  }

  .in_p_list li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.24rem;
  }
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}

@media screen and (max-width: 560px) {
  .in_p_list h6 {
    font-size: 15px;
  }

  .in_p_list p {
    font-size: 13px;
  }
}

/* ---------------------详情页---------------- */
.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: 80%;
}

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

.pd_content article {
  color: #333;
  font-size: 0.18rem;
  line-height: 150%;
}

.pd_content article h2,
.pd_content article h2 * {
  font-size: 0.24rem;
  font-weight: 400;
  margin: 0.2rem 0 0.1rem;
}

.pd_content article img,
.pd_content article iframe {
  max-width: 100%;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}

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

  .pd_content article h2,
  .pd_content article h2 * {
    font-size: 0.2rem;
  }
}

.faq_list li {
  padding: 0.3rem;
  list-style: none;
}

.faq_list .txt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 20px;
}

.faq_list .faq_txt {
  display: none;
  margin-top: 0.2rem;
}

.faq_list span {
  display: block;
  width: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 400;
}

.faq_list li>div:first-child span {
  background: #666;
}

.faq_list li>div:last-child span {
  background: var(--i_color);
}

.faq_list h6,
.faq_list p {
  width: calc(100% - 52px);
  font-weight: 300;
  color: #333;
}

.faq_list h6 {
  font-size: 0.2rem;
}

.faq_list p {
  font-size: 0.18rem;
}

.faq_list li.curr h6 {
  font-weight: 400;
}

.faq_list li.curr {
  border-top: 1px solid var(--i_color);
  background: var(--bc_color);
}

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

  .faq_list h6 {
    font-size: 0.18rem;
  }

  .faq_list p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1024px) {
  .faq_list li {
    padding: 0.2rem 0.1rem;
  }
}

.pd_technology_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.2rem;
}

.pd_technology_list li {
  width: calc((100% - 0.4rem) / 3);
  box-shadow: var(--i_shadow);
}

@media screen and (max-width: 1024px) {
  .pd_technology_list {
    gap: 0.3rem 0.14rem;
  }

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

@media screen and (max-width: 959px) {
  .pd_technology_list {
    gap: 0.3rem 2%;
  }

  .pd_technology_list li {
    width: 49%;
  }
}

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

.pd_technology_list .img {
  position: relative;
  overflow: hidden;
  background: var(--bc_color);
}

.pd_technology_list .img::before {
  content: "";
  display: block;
  padding-bottom: 57.69%;
}

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

.pd_technology_list span {
  display: block;
  width: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.24rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
  background: var(--i_color);
  margin: -22.5px auto 0;
  position: relative;
  z-index: 2;
}

.pd_technology_list h6,
.pd_technology_list p {
  width: 80%;
  text-align: center;
  margin: 0.16rem auto;
}

.pd_technology_list h6 {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: 400;
}

.pd_technology_list p {
  font-size: 0.16rem;
  color: #666;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 1440px) {
  .pd_technology_list span {
    width: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
  }

  .pd_technology_list h6 {
    font-size: 0.18rem;
  }

  .pd_technology_list p {
    font-size: 0.15rem;
  }
}

.pd_project_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}

.pd_project_list li {
  width: 49%;
}

.pd_project_list .img {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}

.pd_project_list .img::before {
  content: "";
  display: block;
  padding-bottom: 50.63%;
}

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

.pd_project_list p {
  font-size: 0.2rem;
  color: #333;
  padding: 0.14rem 0.1rem;
  background: var(--bc_color);
  text-align: center;
  position: relative;
}

.pd_project_list p::after {
  content: "";
  width: 0%;
  height: 100%;
  background: none;
  border-bottom: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.pd_project_list .img img,
.pd_project_list p::after {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

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

.pd_project_list li:hover p {
  color: var(--i_color);
}

.pd_project_list li:hover p::after {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .pd_project_list p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_project_list p {
    font-size: 0.16rem;
  }
}

.pd_process_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.22rem;
}

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

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

@media screen and (max-width: 959px) {
  .pd_process_list {
    gap: 0.2rem 2%;
  }

  .pd_process_list li {
    width: 49%;
  }
}

.pd_process_list .img {
  position: relative;
  overflow: hidden;
}

.pd_process_list .img::before {
  content: "";
  display: block;
  padding-bottom: 78.95%;
}

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

.pd_process_list .txt {
  padding: 0.18rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.pd_process_list span {
  width: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  color: var(--i_color);
  background: var(--bc_color);
}

.pd_process_list p {
  font-size: 0.22rem;
  color: #333;
  width: calc(100% - 0.6rem);
}

.pd_process_list li,
.pd_process_list span,
.pd_process_list p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pd_process_list li:hover {
  box-shadow: var(--i_shadow);
}

.pd_process_list li:hover span {
  color: #fff;
  background: var(--i_color);
}

.pd_process_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .pd_process_list .txt {
    padding: 0.12rem;
  }

  .pd_process_list span {
    font-size: 0.22rem;
  }

  .pd_process_list p {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .pd_process_list span {
    width: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.18rem;
  }

  .pd_process_list p {
    font-size: 0.16rem;
  }

  .pd_process_list .txt {
    padding: 6px;
  }
}

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

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


.service_scope {
  position: relative;
}

.service_scope::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: url(static/images/bc_service.webp) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 561px) {
  .service_scope::after {
    background-attachment: fixed;
  }
}

.service_scope .wrap_l {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background: #fff;
  position: relative;
  z-index: 2;
}

.service_scope .txt {
  width: 46%;
  padding: 0 0.3rem;
}

.service_scope .gallery {
  width: 52%;
}

.service_scope h6 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.service_scope p {
  font-size: 0.18rem;
  color: #333;
}

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

  .service_scope p {
    font-size: 0.16rem;
  }
}

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

  .service_scope p {
    font-size: 0.15rem;
  }

  .service_scope .txt {
    width: 100%;
    padding: 0.2rem;
  }

  .service_scope .gallery {
    display: none;
  }
}

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

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

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

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

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

.in_case_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.15rem;
}

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

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

  .in_case_list li {
    width: 100%;
  }
}

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

.in_case_list a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 100%;
}

.in_case_list a::after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -2px;
}

.in_case_list .img {
  position: relative;
  overflow: hidden;
}

.in_case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 61.92%;
}

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

.in_case_list .txt {
  padding: 0.2rem;
  overflow: hidden;
}

.in_case_list h6 {
  font-size: 0.2rem;
  color: #333;
  font-weight: 400;
  line-height: 150%;
}

.in_case_list p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.in_case_list .date span {
  font-size: 0.16rem;
}

.in_case_list .more {
  transform: translateX(0.36rem);
  opacity: 0;
}

.in_case_list li,
.in_case_list a::after,
.in_case_list h6 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.in_case_list li:hover {
  box-shadow: var(--i_shadow);
}

.in_case_list li:hover .more {
  transform: translateX(0);
  opacity: 1;
}

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

.in_case_list li:hover span {
  color: var(--i_color);
}

.in_case_list li:hover a::after {
  bottom: 0;
}

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

  .in_case_list p {
    font-size: 14px;
  }
}

/* ==========================================================================
   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;
  border-radius: 0.2rem;
  border: 1px solid var(--border_color);
  background: #fff;
}

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

.in_n_list .img img {
  width: 95%;
  height: 95%;
  object-fit: contain;
  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;
  }
}

.case_control {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.2rem;
}

.case-pagination {
  font-size: 0;
}

.case-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  height: 2px;
  display: inline-block;
  margin: 0 0;
  background: #d6d6d6;
  outline: none;
  cursor: pointer;
  position: relative;
}

.case-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.case-pagination .swiper-pagination-bullet-active::before {
  right: initial;
  left: 0;
  width: 100%;
}

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

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

.case_list .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

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

.case_list a {
  display: block;
  width: 100%;
}

.case_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
  border: 1px solid var(--border_color);
}

.case_list .img::before {
  content: "";
  display: block;
  padding-bottom: 62.29%;
}

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

.case_list p {
  font-size: 0.18rem;
  color: #333;
  margin: 0.16rem 0;
  text-align: center;
}

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

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

.case_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .case_list .img {
    border-radius: 0.1rem;
  }

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

/* 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: 56.25%;
}

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

#wpforms-1014 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}

#wpforms-1014 {
  margin: 0;
  padding: 0;
}

#wpforms-form-1014 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#wpforms-1014 input,
#wpforms-1014 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

#wpforms-1014 .wpforms-field {
  padding: 0;
  margin: 0;
}

#wpforms-1014 .wpforms-field-label {
  font-size: 0;
}

#wpforms-1014 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}

#wpforms-1014 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}

#wpforms-1014 .wpforms-field-container input,
#wpforms-1014 textarea,
#wpforms-1014 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;
}

#wpforms-1014 .wpforms-field-container input:hover,
#wpforms-1014 textarea:hover {
  border-color: var(--i_color);
}

#wpforms-1014 input {
  line-height: var(--input_height);
}

#wpforms-1014 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}

#wpforms-1014-field_1-container,
#wpforms-1014-field_2-container {
  width: 49% !important;
}

#wpforms-1014 input::-webkit-input-placeholder,
#wpforms-1014 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-1014 input::-moz-placeholder,
#wpforms-1014 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-1014 input::-ms-input-placeholder,
#wpforms-1014 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}

#wpforms-1014-field_1-error,
#wpforms-1014-field_2-error,
#wpforms-1014-field_3-error,
#wpforms-1014-field_4-error,
#wpforms-1014-field_5-error,
#wpforms-1014-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}

#wpforms-1014 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

#wpforms-1014 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#wpforms-1014 .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;
}

#wpforms-1014 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}

#wpforms-1014 .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 560px;
  align-items: flex-start;
  gap: 80px;
}

.catalog-info {
  max-width: 720px;
  color: #fff;
  padding: 90px 0 40px;
}

.catalog-info h2 {
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
}

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

/* WPForms style */
.catalog-form .wpforms-container {
  margin: 0;
}

.catalog-form .wpforms-field {
  padding: 0;
  margin-bottom: 24px;
}

.catalog-form .wpforms-field-label {
  display: none;
}

.catalog-form input[type="text"],
.catalog-form input[type="email"],
.catalog-form input[type="tel"],
.catalog-form input[type="number"],
.catalog-form textarea,
.catalog-form select {
  width: 100% !important;
  height: 50px !important;
  padding: 0 18px !important;
  border: 2px solid #d0d0d0 !important;
  border-radius: 0 !important;
  background: #f7f7f7 !important;
  color: #333 !important;
  font-size: 18px !important;
  box-shadow: none !important;
}

.catalog-form textarea {
  height: 150px !important;
  padding-top: 18px !important;
  line-height: 1.5 !important;
}

.catalog-form input::placeholder,
.catalog-form textarea::placeholder {
  color: #999 !important;
}

.catalog-form .wpforms-submit-container {
  padding: 0 !important;
  margin-top: 10px !important;
}

.catalog-form button[type="submit"],
.catalog-form .wpforms-submit {
  width: 100% !important;
  height: 62px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--i_color) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  transition: all 0.35s ease;
}

.catalog-form button[type="submit"]:hover,
.catalog-form .wpforms-submit:hover {
  background: var(--i_color2) !important;
}

.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:hover {
  transform: translateY(-6px);
  border-color: var(--i_color);
  box-shadow: 0 18px 38px rgba(193, 10, 9, .14);
}

.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:hover .products-img img {
  transform: scale(1.06);
}

.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:hover h3 {
  color: var(--i_color);
}

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

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 92%;
    padding: 15px 0;
  }

  .products-grid .products-item {
    border-radius: 8px;
  }

  .products-grid .products-item h3 {
    font-size: 14px;
    padding: 12px 8px 7px;
  }

  .products-grid .products-item p {
    min-height: 0;
    padding: 0 10px 14px;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ==================== SHARED INNER-PAGE HERO ==================== */
.inner_hero {
  position: relative;
  min-height: 500px;
  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, .94) 0%, rgba(13, 17, 24, .68) 52%, rgba(13, 17, 24, .2) 100%), linear-gradient(0deg, rgba(13, 17, 24, .58), transparent 58%);
}

.inner_hero_content {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}

.inner_hero small {
  display: block;
  margin-bottom: 18px;
  color: var(--i_color);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inner_hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 76px;
  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, .72);
  font-size: 17px;
  line-height: 1.65;
}

.inner_hero_compact {
  min-height: 440px;
}

.inner_hero_tall {
  min-height: 610px;
}

.inner_hero_extra {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 40px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.inner_hero_extra span {
  color: rgba(255, 255, 255, .68);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.inner_hero_extra b {
  margin-right: 8px;
  color: #fff;
  font-size: 17px;
}

.inner_hero_extra a {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, .35);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  transition: .3s;
}

.inner_hero_extra a:first-child {
  border-color: var(--i_color);
  background: var(--i_color);
}

.inner_hero_extra a:hover {
  transform: translateY(-3px);
  border-color: #fff;
  background: rgba(255, 255, 255, .12);
}

.contact_section_head small,
.contact_inquiry_copy>small,
.contact_form_card>div>small,
.contact_location small,
.service_section_head small,
.service_testing small,
.service_cta small,
.case_archive_head small,
.case_card_copy small,
.case_archive_cta small,
.case_single_content aside small,
.case_results small,
.case_single_cta small {
  color: var(--i_color);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.about_intro_copy h2 em,
.about_section_head h2 em,
.about_factory_copy h2 em {
  color: var(--i_color);
  font-size: inherit;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width:1200px) {
  .inner_hero h1 {
    font-size: 60px;
  }
}

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

  .inner_hero,
  .inner_hero_compact,
  .inner_hero_tall {
    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,
  .inner_hero_compact,
  .inner_hero_tall {
    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: url(static/images/logo.webp) no-repeat center;
  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: url(static/images/logo.png) no-repeat center;
  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. */
.longxin_banner {
  --banner-red: var(--i_color);
  --banner-steel: #151920;
  background: var(--banner-steel);
}

.longxin_banner .swiper-slide {
  min-height: 760px;
  background: var(--banner-steel);
}

.longxin_banner .swiper-slide>img {
  filter: saturate(.84) contrast(1.03) brightness(.88);
  transition: transform 7s ease, filter .6s ease;
}

.longxin_banner .swiper-slide-active>img {
  transform: scale(1.06);
}



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

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


.longxin_banner .wrap {
  top: 52%;
  z-index: 4;
}

.longxin_banner .banner_content {
  max-width: 900px;
}


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

.longxin_banner .banner_content h3 em {
  color: var(--banner-red);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: 500;
}

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

.longxin_banner .banner_btn {
  margin-top: 38px;
}

.longxin_banner .banner_btn a {
  min-width: 190px;
  height: 54px;
  padding: 0 28px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
}

.longxin_banner .banner_btn a:first-child {
  background: var(--banner-red);
}

.longxin_banner .banner_btn a:first-child:hover {
  background: #a90909;
}

.longxin_banner .banner_btn a b {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 400;
}

.longxin_banner .banner_specs {
  display: flex;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.longxin_banner .banner_specs li {
  min-width: 160px;
  padding-right: 32px;
}

.longxin_banner .banner_specs li+li {
  padding-left: 32px;
  border-left: 1px solid rgba(255, 255, 255, .15);
}

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

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

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

.longxin_banner .banner_process i {
  flex: 1;
  height: 1px;
  margin: 0 16px;
  background: rgba(255, 255, 255, .24);
}

.longxin_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%);
}

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

.longxin_banner .banner_layout .banner_content {
  max-width: 760px;
}

.longxin_banner .banner_equipment {
  width: 100%;
  max-width: 700px;
  justify-self: end;
}

.longxin_banner .banner_equipment_frame {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(13, 17, 24, .62);
  box-shadow: 0 36px 70px rgba(0, 0, 0, .45);
  backdrop-filter: blur(10px);
}

.longxin_banner .banner_equipment_frame::before,
.longxin_banner .banner_equipment_frame::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 58px;
  height: 58px;
  pointer-events: none;
}

.longxin_banner .banner_equipment_frame::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid var(--banner-red);
  border-left: 2px solid var(--banner-red);
}

.longxin_banner .banner_equipment_frame::after {
  right: -2px;
  bottom: -2px;
  border-right: 2px solid var(--banner-red);
  border-bottom: 2px solid var(--banner-red);
}

.longxin_banner .banner_equipment_img {
  position: relative;
  height: clamp(260px, 27vw, 370px);
  overflow: hidden;
  background: #20252d;
}

.longxin_banner .banner_equipment_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88) contrast(1.04);
  transition: transform .6s ease;
}

.longxin_banner .banner_equipment_frame:hover .banner_equipment_img img {
  transform: scale(1.035);
}

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

.longxin_banner .banner_equipment_info {
  padding: 18px 8px 8px;
}

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

.longxin_banner .banner_equipment_info h4 {
  margin: 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -.3px;
}

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

.longxin_banner .banner-button-prev,
.longxin_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);
}

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

.longxin_banner .banner-pagination {
  bottom: 32px;
}

.longxin_banner .banner-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 2px;
  margin: 0 5px;
  border-radius: 0;
  background: rgba(255, 255, 255, .35);
}

.longxin_banner .banner-pagination .swiper-pagination-bullet::after {
  display: none;
}

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

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

  .longxin_banner .banner_layout .banner_content h3 {
    font-size: 60px;
  }
}

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

  .longxin_banner .banner_layout .banner_content h3 {
    font-size: 55px;
  }
}

@media screen and (max-width: 1024px) {
  .longxin_banner .swiper-slide {
    min-height: 620px;
    padding-bottom: 72%;
  }

  .longxin_banner .banner_mark,
  .longxin_banner .banner_side_note,
  .longxin_banner .banner_equipment {
    display: none;
  }

  .longxin_banner .banner_layout {
    display: block;
  }

  .longxin_banner .banner_layout .banner_content {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .longxin_banner .swiper-slide {
    min-height: 590px;
    padding-bottom: 150%;
  }

  .longxin_banner .swiper-slide>img {
    object-position: 62% center;
  }


  .longxin_banner .banner_grid {
    background-size: 64px 64px;
  }

  .longxin_banner .wrap {
    top: 51%;
  }

  .longxin_banner .banner_layout .banner_content h3 {
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1.5px;
  }

  .longxin_banner .banner_content>p {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .longxin_banner .banner_btn {
    margin-top: 26px;
  }

  .longxin_banner .banner_btn a {
    min-width: 0;
    height: 46px;
    padding: 0 20px;
  }

  .longxin_banner .banner_specs,
  .longxin_banner .banner_process {
    display: none;
  }

  .longxin_banner .banner-pagination {
    bottom: 20px;
  }
}

/* ==================== 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_visual:hover img {
  transform: translateY(-5px) scale(1.01);
}

.home_heritage_content {
  padding: 10px 0;
}

.home_heritage_content>h2 {
  margin: 0 0 18px;
  color: #1a1d24;
  font-size: clamp(36px, 3vw, 52px);
  line-height: 1.08;
  letter-spacing: -1.8px;
  font-weight: 700;
}

.home_heritage_content>h2 em {
  color: var(--i_color);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: 500;
}

.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: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.home_timeline p {
  max-width: 470px;
  margin: 0;
  color: #6a717d;
  font-size: 12.5px;
  line-height: 1.55;
}

.home_heritage_link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 32px;
  color: #1a1d24;
  font-size: 14px;
  font-weight: 600;
}

.home_heritage_link::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--i_color);
}

.home_heritage_link span {
  color: var(--i_color);
  font-size: 18px;
  transition: transform .25s ease;
}

.home_heritage_link:hover span {
  transform: translateX(5px);
}

@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_content>h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .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: 12px;
  }
}

/* ==================== 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;
  color: #1a1d24;
  font-size: clamp(40px, 3.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -2px;
  font-weight: 700;
}

.home_capabilities_header h2 em {
  color: var(--i_color);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: 500;
}

.home_capabilities_header>p {
  margin: 0 0 5px;
  color: #68707c;
  font-size: 15px;
  line-height: 1.75;
}

.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_card:hover {
  z-index: 2;
  background: #f5f7f9;
}

.home_capability_card:hover::before {
  width: 100%;
}

.home_capability_num {
  margin-bottom: 34px;
  color: var(--i_color);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
}

.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:hover .home_capability_icon {
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
}

.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: 13.5px;
  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: 13px !important;
  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;
}

.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_capabilities_header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .home_capabilities_header>p {
    font-size: 14px;
  }

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

  .home_capability_card {
    min-height: 0;
    padding: 30px 24px 34px;
  }

  .home_capability_num {
    margin-bottom: 22px;
  }

  .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;
  color: #1a1d24;
  font-size: clamp(40px, 3.4vw, 58px);
  line-height: 1.06;
  letter-spacing: -2px;
  font-weight: 700;
}

.home_products_header h2 em {
  color: var(--i_color);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: 500;
}

.home_products_header>p {
  margin: 0 0 5px;
  color: #68707c;
  font-size: 15px;
  line-height: 1.75;
}

.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_card:hover .home_product_image img {
  transform: scale(1.055);
  filter: brightness(.96) saturate(1) contrast(1.02);
}

.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, .7) 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: 23px;
  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: 13.5px;
  line-height: 1.65;
}

.home_product_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
}

.home_product_link b {
  font-size: 16px;
  font-weight: 400;
  transition: transform .25s ease;
}

.home_product_card:hover .home_product_link b {
  transform: translateX(5px);
}

.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_all {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 34px;
  color: #1a1d24;
  font-size: 14px;
  font-weight: 600;
}

.home_products_all::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--i_color);
}

.home_products_all span {
  color: var(--i_color);
  font-size: 18px;
  transition: transform .25s ease;
}

.home_products_all:hover span {
  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_header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .home_products_header>p {
    font-size: 14px;
  }

  .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;
  color: #1a1d24;
  font-size: .48rem;
  line-height: 1.06;
  letter-spacing: -2px;
  font-weight: 700;
}

.home_common_header h2 em {
  color: var(--i_color);
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
  font-weight: 500;
}

.home_common_header>p {
  margin: 0 0 5px;
  color: #68707c;
  font-size: 15px;
  line-height: 1.75;
}




/* =========================================================
   HOME NEWS
========================================================= */

.home_news {
  --news_color: var(--i_color);
  --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;

  font-size: .48rem;
  line-height: 1.08;

  font-weight: 500;

  color: var(--news_dark);
}


.home_news_header_title h2 em {
  font-style: normal;

  font-weight: inherit;

  color: var(--news_color);
}


/* =========================================================
   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(--news_color);

  transform: scaleX(0);

  transform-origin: right center;

  transition:
    transform .35s ease;
}


/* =========================================================
   TAB HOVER
========================================================= */

.home_news_tab:hover {
  color: var(--news_dark);
}


.home_news_tab:hover::after {
  transform: scaleX(1);

  transform-origin: left center;
}




/* =========================================================
   TAB ACTIVE
========================================================= */

.home_news_tab.active {
  color: var(--news_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);
}


.home_news_card:hover .home_news_image img {
  transform: scale(1.055);
}

.home_news_card:hover h3 {
  color: var(--i_color);
}

/* =========================================================
   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: 10px;
  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: 10px;
  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: 12px;
  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: 11px;
  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;
}


.home_news_card:hover .home_news_read i {
  color: #fff;

  background: var(--news_color);

  transform: translateX(5px);
}


/* =========================================================
   CARD BOTTOM LINE HOVER
========================================================= */

.home_news_card::after {
  content: "";

  width: 100%;
  height: 2px;

  position: absolute;

  left: 0;
  bottom: 0;

  z-index: 2;

  background: var(--news_color);

  transform: scaleX(0);

  transform-origin: right center;

  transition:
    transform .45s ease;
}


.home_news_card:hover::after {
  transform: scaleX(1);

  transform-origin: left center;
}


/* =========================================================
   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(--news_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;
}


/* =========================================================
   VIEW ALL NEWS
========================================================= */

.home_news_all {
  display: inline-flex;

  align-items: center;

  gap: .14rem;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 600;

  color: var(--news_dark);

  text-decoration: none;
}


.home_news_all i {
  width: .34rem;
  height: .34rem;

  display: flex;

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

  border-radius: 50%;

  background: var(--i_color);

  color: #fff;

  font-style: normal;

  font-size: 15px;

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


.home_news_all:hover i {
  transform: translateX(5px);

  box-shadow:
    0 6px 16px rgba(0, 0, 0, .12);
}


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

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

  .home_news_header {
    gap: .4rem;
  }


  .home_news_tabs {
    gap: .08rem .22rem;
  }


  .home_news_tab_name {
    font-size: 12px;
  }


  .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_header_title h2 {
    font-size: .4rem;
  }


  .home_news_tabs {
    max-width: 5rem;

    gap: .05rem .18rem;
  }


  .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: 11px;
  }

}


/* =========================================================
   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;
  }


  .home_news_header_title h2 {
    font-size: .32rem;
  }

  /* =========================
     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: 11px;
  }




  /* =========================
     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: 12px;
  }


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

}


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

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

  .home_news_header_title h2 {
    font-size: .3rem;
  }


  .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_partner_grid>div:hover {
  z-index: 2;
  transform: translateY(-4px);
  background: #fff7f7;
  box-shadow: inset 0 3px 0 var(--i_color), 0 14px 30px rgba(27, 35, 48, .13);
}

.home_partner_grid>div:hover img {
  transform: translateY(-2px);
}

.home_partners_note {
  margin: 30px 0 0;
  color: #68707c;
  font-size: 14px;
  text-align: center;
}

.home_partners_note strong {
  color: #1a1d24;
}

.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: 34px 1fr 28px;
  gap: 14px;
  align-items: center;
  width: 100%;
  padding: 22px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.home_faq_grid button span {
  color: var(--i_color);
  font-size: 10px;
  letter-spacing: 1px;
}

.home_faq_grid button b {
  color: #1a1d24;
  font-size: 14px;
  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 70px;
  overflow: hidden;
  color: #69717c;
  font-size: 13px;
  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; */
}





/* Reference-inspired homepage hover language */
@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 {
    transform: scale(1.025);
    filter: saturate(1.04) contrast(1.02);
  }


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

  .home_capability_card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 42px rgba(27, 35, 48, .12);
  }

  .home_capability_card:hover>a {
    transform: translateX(3px);
    border-color: var(--i_color);
    color: var(--i_color);
  }

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

  .home_product_card:hover {
    z-index: 2;
    transform: translateY(-5px);
    box-shadow: 0 22px 42px rgba(24, 31, 42, .2);
  }

  .home_product_card:hover h3 {
    color: var(--i_color)
  }


  .home_solution_tabs button {
    transition: border-color .3s ease, color .3s ease, box-shadow .3s ease, transform .3s ease;
  }

  .home_solution_stage {
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease, border-color .3s ease;
  }

  .home_solution_stage:hover {
    transform: translateY(-5px);
    border-color: #cdd2d9;
    box-shadow: 0 22px 46px rgba(27, 35, 48, .1);
  }

  .home_solution_stage_copy>a b {
    transition: transform .3s ease;
  }

  .home_solution_stage_copy>a:hover b {
    transform: translateX(6px);
  }

  .home_faq_grid article:hover {
    transform: translateY(-3px);
    border-color: #c9ced6;
    background: #fff;
    box-shadow: 0 12px 26px rgba(27, 35, 48, .07);
  }

  .home_faq_grid article:hover button i {
    border-color: var(--i_color);
    color: var(--i_color);
  }

}

@media screen and (max-width:1200px) {
  .home_common_header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home_common_header>p {
    max-width: 720px;
  }

  .home_partner_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width:900px) {
  .home_news_grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (max-width:767px) {
  .home_common_header {
    margin-bottom: 32px;
  }

  .home_common_header h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .home_common_header>p {
    font-size: 14px;
  }

  .home_solution_showcase,
  .home_news,
  .home_partners,
  .home_faq {
    padding: 68px 0 74px;
  }

  .home_solution_showcase_head {
    margin-bottom: 32px;
  }

  .home_solution_showcase_head h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .home_solution_showcase_head>p {
    font-size: 14px;
  }

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

  .home_news_image {
    height: 230px;
  }

  .home_news_copy p {
    min-height: 0;
  }

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

  .home_partner_grid>div {
    min-height: 90px;
  }

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

  .home_faq_grid button {
    grid-template-columns: 28px 1fr 28px;
    padding: 18px 15px;
    gap: 9px;
  }

  .home_faq_grid article>p {
    padding-left: 52px;
    padding-right: 38px;
  }

}

/* ==================== CONTACT & SERVICE 2026 ==================== */
.contact_2026,
.service_2026 {
  color: #1a1d24;
  background: #fff;
}

.contact_channels,
.service_scope_2026,
.service_support {
  padding: 110px 0 120px;
  background: #f5f6f8;
}

.contact_section_head,
.service_section_head {
  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 85px;
  align-items: end;
  margin-bottom: 50px;
}

.contact_section_head h2,
.service_section_head h2 {
  margin: 14px 0 0;
  color: #1a1d24;
  font-size: clamp(40px, 3.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.contact_section_head>p,
.service_section_head>p {
  margin: 0 0 4px;
  color: #68707c;
  font-size: 13px;
  line-height: 1.75;
}

.contact_channel_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid #d8dce2;
  background: #d8dce2;
}

.contact_channel_grid>a,
.contact_channel_grid>div {
  position: relative;
  min-height: 230px;
  padding: 30px;
  background: #fff;
  transition: .35s;
}

.contact_channel_grid iconify-icon {
  display: block;
  margin-bottom: 45px;
  color: var(--i_color);
  font-size: 28px;
}

.contact_channel_grid span {
  display: block;
  margin-bottom: 11px;
  color: #9a5a38;
  font-size: 8px;
  letter-spacing: 1.5px;
}

.contact_channel_grid strong {
  display: block;
  color: #1a1d24;
  font-size: 12px;
  line-height: 1.55;
  word-break: break-word;
}

.contact_channel_grid i {
  position: absolute;
  right: 24px;
  bottom: 22px;
  color: var(--i_color);
  font-size: 17px;
  font-style: normal;
}

.contact_channel_grid>a:hover {
  z-index: 2;
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(27, 35, 48, .11);
}

.contact_inquiry {
  padding: 110px 0 120px;
  background: #202735;
  color: #fff;
}

.contact_inquiry_grid {
  display: grid;
  grid-template-columns: .85fr 1.05fr;
  gap: 100px;
  align-items: start;
}

.contact_inquiry_copy h2 {
  margin: 16px 0 21px;
  color: #fff;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.contact_inquiry_copy>p {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.75;
}

.contact_inquiry_copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact_inquiry_copy li {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.contact_inquiry_copy li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.contact_inquiry_copy li>b {
  color: var(--i_color);
  font-size: 9px;
}

.contact_inquiry_copy li span {
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.55;
}

.contact_inquiry_copy li strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 12px;
}

.contact_form_card {
  padding: 42px;
  background: #fff;
  color: #1a1d24;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .2);
}

.contact_form_card>div h2 {
  margin: 10px 0 11px;
  font-size: 31px;
}

.contact_form_card>div p {
  margin: 0 0 28px;
  color: #68707c;
  font-size: 12px;
}

.contact_location {
  padding: 110px 0;
  background: #fff;
}

.contact_location_grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 80px;
  align-items: center;
}

.contact_location h2 {
  margin: 14px 0 20px;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -1.7px;
}

.contact_location p {
  margin: 0 0 25px;
  color: #68707c;
  font-size: 13px;
  line-height: 1.75;
}

.contact_location a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1a1d24;
  font-size: 11px;
  font-weight: 650;
}

.contact_location a span {
  color: var(--i_color);
  font-size: 17px;
}

.contact_location iframe {
  width: 100%;
  height: 430px;
  border: 0;
  filter: grayscale(.25);
}

.service_scope_2026 {
  background: #fff;
}

.service_scope_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid #d8dce2;
  background: #d8dce2;
}

.service_scope_grid article {
  position: relative;
  min-height: 300px;
  padding: 30px;
  background: #fff;
  transition: .4s;
}

.service_scope_grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: var(--i_color);
  transition: width .4s;
}

.service_scope_grid article>span {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1.5px;
}

.service_scope_grid iconify-icon {
  display: block;
  margin: 40px 0 28px;
  color: var(--i_color);
  font-size: 30px;
}

.service_scope_grid h3 {
  margin: 0 0 13px;
  font-size: 19px;
}

.service_scope_grid p {
  margin: 0;
  color: #6d7580;
  font-size: 12px;
  line-height: 1.65;
}

.service_scope_grid article:hover {
  z-index: 2;
  transform: translateY(-6px);
  background: #f8f9fa;
  box-shadow: 0 18px 38px rgba(27, 35, 48, .11);
}

.service_scope_grid article:hover::before {
  width: 100%;
}

.service_method {
  padding: 110px 0 120px;
  background: #202735;
  color: #fff;
}

.service_method .service_section_head h2 {
  color: #fff;
}

.service_method .service_section_head>p {
  color: rgba(255, 255, 255, .6);
}

.service_method ol {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .17);
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.service_method li {
  min-height: 220px;
  padding: 27px 20px;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.service_method li:first-child {
  border-left: 0;
}

.service_method li>b {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1.4px;
}

.service_method li h3 {
  margin: 48px 0 11px;
  color: #fff;
  font-size: 14px;
}

.service_method li p {
  margin: 0;
  color: rgba(255, 255, 255, .55);
  font-size: 10.5px;
  line-height: 1.6;
}

.service_testing {
  padding: 120px 0;
  background: #fff;
}

.service_testing_grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.service_testing h2 {
  margin: 15px 0 21px;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: -1.9px;
}

.service_testing p {
  margin: 0 0 25px;
  color: #68707c;
  font-size: 13px;
  line-height: 1.75;
}

.service_testing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service_testing li {
  position: relative;
  padding: 11px 0 11px 17px;
  border-top: 1px solid #d9dde3;
  color: #46505d;
  font-size: 11px;
}

.service_testing li:last-child {
  border-bottom: 1px solid #d9dde3;
}

.service_testing li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--i_color);
}

.service_testing a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  color: #1a1d24;
  font-size: 11px;
  font-weight: 650;
}

.service_testing a span {
  color: var(--i_color);
  font-size: 17px;
}

.service_testing img {
  width: 100%;
  height: 510px !important;
  object-fit: cover;
}

.service_support_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.service_support_grid article {
  min-height: 210px;
  padding: 29px;
  border: 1px solid #d8dce2;
  background: #fff;
  transition: .35s;
}

.service_support_grid h3 {
  margin: 45px 0 12px;
  font-size: 17px;
}

.service_support_grid p {
  margin: 0;
  color: #707985;
  font-size: 11.5px;
  line-height: 1.65;
}

.service_support_grid article:hover {
  transform: translateY(-6px);
  border-color: var(--i_color);
  box-shadow: 0 16px 33px rgba(27, 35, 48, .09);
}

.service_cta {
  padding: 75px 0;
  background: #1b222e;
  color: #fff;
}

.service_cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}

.service_cta h2 {
  margin: 9px 0 0;
  color: #fff;
  font-size: 38px;
  letter-spacing: -1.3px;
}

.service_cta a {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 17px 21px;
  background: var(--i_color);
  color: #fff;
  font-size: 11px;
  font-weight: 650;
  transition: .3s;
}

.service_cta a:hover {
  transform: translateY(-3px);
  background: #a90909;
}

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

  .contact_channel_grid,
  .service_support_grid {
    grid-template-columns: 1fr 1fr;
  }

  .service_method ol {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .contact_channels,
  .contact_inquiry,
  .contact_location,
  .service_scope_2026,
  .service_method,
  .service_testing,
  .service_support {
    padding: 68px 0 74px;
  }

  .contact_section_head,
  .service_section_head,
  .contact_inquiry_grid,
  .contact_location_grid,
  .service_testing_grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .contact_section_head h2,
  .service_section_head h2,
  .contact_inquiry_copy h2,
  .contact_location h2,
  .service_testing h2 {
    font-size: 35px;
    letter-spacing: -1.2px;
  }

  .contact_channel_grid,
  .service_scope_grid,
  .service_support_grid {
    grid-template-columns: 1fr;
  }

  .contact_channel_grid>a,
  .contact_channel_grid>div {
    min-height: 190px;
  }

  .contact_form_card {
    padding: 30px 22px;
  }

  .contact_location iframe {
    height: 330px;
  }

  .service_scope_grid article {
    min-height: 270px;
  }

  .service_method ol {
    grid-template-columns: 1fr 1fr;
  }

  .service_method li:nth-child(odd) {
    border-left: 0;
  }

  .service_testing img {
    height: 330px !important;
  }

  .service_cta .wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .service_cta h2 {
    font-size: 31px;
  }
}

/* ==================== ENGINEERING CASES 2026 ==================== */
.case_2026,
.case_single_2026 {
  color: #1a1d24;
  background: #fff;
}

.case_archive_body {
  padding: 75px 0 120px;
  background: #f5f6f8;
}

.case_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 55px;
}

.case_filters a {
  padding: 13px 19px;
  border: 1px solid #d7dbe1;
  background: #fff;
  color: #444d59;
  font-size: 11px;
  font-weight: 650;
  transition: .3s;
}

.case_filters a:hover,
.case_filters a.active {
  transform: translateY(-2px);
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
  box-shadow: 0 9px 22px rgba(193, 10, 9, .18);
}

.case_archive_head {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7dbe1;
}

.case_archive_head h2 {
  margin: 10px 0 0;
  color: #1a1d24;
  font-size: 42px;
  letter-spacing: -1.5px;
}

.case_archive_head>p {
  margin: 0 0 4px;
  color: #68707c;
  font-size: 13px;
  line-height: 1.7;
}

.case_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.case_grid article {
  min-width: 0;
  border: 1px solid #dce0e5;
  background: #fff;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .4s, border-color .3s;
}

.case_card_image {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: #202735;
}

.case_card_image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: saturate(.85) contrast(1.03);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1), filter .4s;
}

.case_card_image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(12, 17, 24, .72));
}

.case_card_image span {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 17px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.case_card_copy {
  padding: 28px;
}

.case_card_copy h2 {
  min-height: 58px;
  margin: 12px 0 13px;
  color: #1a1d24;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -.5px;
}

.case_card_copy p {
  min-height: 82px;
  margin: 0 0 23px;
  color: #68707c;
  font-size: 12px;
  line-height: 1.65;
}

.case_card_copy b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #e0e4e8;
  color: #1a1d24;
  font-size: 11px;
}

.case_card_copy b i {
  color: var(--i_color);
  font-size: 17px;
  font-style: normal;
  transition: transform .3s;
}

.case_grid article:hover {
  transform: translateY(-7px);
  border-color: #cbd0d7;
  box-shadow: 0 22px 45px rgba(27, 35, 48, .12);
}

.case_grid article:hover img {
  transform: scale(1.055);
  filter: saturate(1.02);
}

.case_grid article:hover b i {
  transform: translateX(6px);
}

.case_paging {
  margin-top: 45px;
}

.case_archive_cta,
.case_single_cta {
  padding: 75px 0;
  background: #1b222e;
  color: #fff;
}

.case_archive_cta .wrap,
.case_single_cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
}

.case_archive_cta h2,
.case_single_cta h2 {
  margin: 9px 0 0;
  color: #fff;
  font-size: 38px;
  letter-spacing: -1.3px;
}

.case_archive_cta a,
.case_single_cta a {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 17px 21px;
  border: 1px solid var(--i_color);
  background: var(--i_color);
  color: #fff;
  font-size: 11px;
  font-weight: 650;
  transition: .3s;
}

.case_archive_cta a:hover,
.case_single_cta a:hover {
  transform: translateY(-3px);
  background: #a90909;
  border-color: #a90909;
}

.case_single_summary {
  background: #fff;
  border-bottom: 1px solid #d8dce2;
}

.case_single_summary .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.case_single_summary .wrap>div {
  min-height: 135px;
  padding: 32px;
  border-left: 1px solid #d8dce2;
}

.case_single_summary .wrap>div:first-child {
  border-left: 0;
}

.case_single_summary span {
  display: block;
  margin-bottom: 15px;
  color: var(--i_color);
  font-size: 8px;
  letter-spacing: 1.5px;
}

.case_single_summary strong {
  color: #1a1d24;
  font-size: 13px;
  line-height: 1.5;
}

.case_single_content {
  padding: 110px 0 120px;
}

.case_single_content .wrap {
  display: grid;
  grid-template-columns: .75fr 1.2fr;
  gap: 100px;
}

.case_single_content aside h2 {
  margin: 17px 0 0;
  color: #1a1d24;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.6px;
}

.case_single_content article h2 {
  margin: 38px 0 13px;
  color: #1a1d24;
  font-size: 22px;
}

.case_single_content article h2:first-child {
  margin-top: 0;
}

.case_single_content article p {
  margin: 0 0 18px;
  color: #68707c;
  font-size: 14px;
  line-height: 1.8;
}

.case_results {
  padding: 100px 0;
  background: #f5f6f8;
}

.case_results .wrap {
  display: grid;
  grid-template-columns: .75fr 1.2fr;
  gap: 100px;
}

.case_results h2 {
  margin: 14px 0 0;
  color: #1a1d24;
  font-size: 42px;
  letter-spacing: -1.5px;
}

.case_results ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d4d9df;
}

.case_results li {
  display: flex;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid #d4d9df;
  color: #303844;
  font-size: 14px;
}

.case_results li span {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1px;
}

.case_single_cta .wrap>div:last-child {
  display: flex;
  gap: 10px;
}

.case_single_cta .wrap>div:last-child a:first-child {
  border-color: rgba(255, 255, 255, .3);
  background: transparent;
}

@media screen and (max-width:1050px) {
  .case_grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

  .case_archive_body,
  .case_single_content,
  .case_results {
    padding: 68px 0 74px;
  }

  .case_filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .case_filters a {
    flex: none;
  }

  .case_archive_head,
  .case_single_content .wrap,
  .case_results .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case_archive_head h2,
  .case_single_content aside h2,
  .case_results h2 {
    font-size: 34px;
  }

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

  .case_card_image {
    height: 240px;
  }

  .case_single_summary .wrap {
    grid-template-columns: 1fr;
  }

  .case_single_summary .wrap>div {
    min-height: 0;
    padding: 23px 0;
    border-left: 0;
    border-top: 1px solid #d8dce2;
  }

  .case_single_summary .wrap>div:first-child {
    border-top: 0;
  }

  .case_archive_cta .wrap,
  .case_single_cta .wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .case_archive_cta h2,
  .case_single_cta h2 {
    font-size: 31px;
  }

  .case_single_cta .wrap>div:last-child {
    flex-wrap: wrap;
  }
}

/* ==================== ABOUT PAGE 2026 ==================== */
.about_2026 {
  color: #1a1d24;
  background: #fff;
}

.about_eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--i_color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.about_eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--i_color);
}

.about_intro {
  padding: 120px 0;
  background: #fff;
}

.about_intro_grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 90px;
  align-items: center;
}

.about_intro_visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 4 / 3;
}

.about_intro_visual>img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: saturate(.9) contrast(1.02);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1);
}

.about_intro_visual>div {
  position: absolute;
  left: 30px;
  bottom: -28px;
  min-width: 300px;
  padding: 18px 22px;
  border-left: 3px solid var(--i_color);
  background: #fff;
  box-shadow: 0 18px 40px rgba(24, 31, 42, .14);
}

.about_intro_visual span {
  display: block;
  margin-bottom: 7px;
  color: #c15822;
  font-size: 9px;
  letter-spacing: 1.6px;
}

.about_intro_visual strong {
  color: #1a1d24;
  font-size: 14px;
}

.about_intro_visual:hover>img {
  transform: scale(1.02);
}

.about_intro_copy h2 {
  margin: 22px 0 25px;
  color: #1a1d24;
  font-size: clamp(42px, 3.8vw, 60px);
  line-height: 1.06;
  letter-spacing: -2.4px;
}

.about_intro_copy>p {
  margin: 0 0 18px;
  color: #68707c;
  font-size: 14px;
  line-height: 1.8;
}

.about_intro_copy>a,
.about_factory_copy>a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  color: #1a1d24;
  font-size: 12px;
  font-weight: 650;
}

.about_intro_copy>a::before,
.about_factory_copy>a::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--i_color);
}

.about_intro_copy>a span,
.about_factory_copy>a span {
  color: var(--i_color);
  font-size: 17px;
  transition: transform .3s;
}

.about_intro_copy>a:hover span,
.about_factory_copy>a:hover span {
  transform: translateX(6px);
}

.about_path,
.about_quality {
  padding: 110px 0 120px;
  background: #f5f6f8;
}

.about_path .about_section_head {
  margin-bottom: 82px;
}

.about_section_head {
  display: grid;
  grid-template-columns: 1.15fr .65fr;
  gap: 85px;
  align-items: end;
  margin-bottom: 55px;
}

.about_section_head h2 {
  margin: 21px 0 0;
  color: #1a1d24;
  font-size: clamp(42px, 3.8vw, 60px);
  line-height: 1.06;
  letter-spacing: -2.3px;
}

.about_section_head>p {
  margin: 0 0 5px;
  color: #68707c;
  font-size: 14px;
  line-height: 1.75;
}

.about_timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d4d9df;
  border-bottom: 1px solid #d4d9df;
}

.about_timeline li {
  position: relative;
  min-height: 250px;
  padding: 36px 28px;
  border-left: 1px solid #d4d9df;
  transition: .35s;
}

.about_timeline li:first-child {
  border-left: 0;
}

.about_timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--i_color);
}

.about_timeline li:first-child::before {
  left: 0;
}

.about_timeline time {
  color: var(--i_color);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 30px;
  font-weight: 700;
}

.about_timeline h3 {
  margin: 45px 0 12px;
  color: #1a1d24;
  font-size: 17px;
}

.about_timeline p {
  margin: 0;
  color: #737b86;
  font-size: 12px;
  line-height: 1.65;
}

.about_timeline li:hover {
  transform: translateY(-6px);
  background: #fff;
  box-shadow: 0 17px 35px rgba(27, 35, 48, .09);
}

.about_capability {
  padding: 110px 0 120px;
  background: #fff;
}

.about_capability_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid #d9dde3;
  background: #d9dde3;
}

.about_capability_grid article {
  position: relative;
  min-height: 330px;
  padding: 34px 28px;
  background: #fff;
  transition: .4s;
}

.about_capability_grid article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: var(--i_color);
  transition: width .4s;
}

.about_capability_grid iconify-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 27px;
  border: 1px solid #d7dce2;
  color: var(--i_color);
  font-size: 24px;
  transition: .35s;
}

.about_capability_grid h3 {
  margin: 0 0 14px;
  color: #1a1d24;
  font-size: 19px;
}

.about_capability_grid p {
  margin: 0;
  color: #6d7580;
  font-size: 12px;
  line-height: 1.65;
}

.about_capability_grid article:hover {
  z-index: 2;
  transform: translateY(-7px);
  background: #f8f9fa;
  box-shadow: 0 20px 42px rgba(27, 35, 48, .12);
}

.about_capability_grid article:hover::before {
  width: 100%;
}

.about_capability_grid article:hover iconify-icon {
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
}

.about_factory {
  padding: 120px 0;
  background: #202735;
  color: #fff;
}

.about_factory_grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.about_factory_copy h2 {
  margin: 22px 0 24px;
  color: #fff;
  font-size: clamp(42px, 3.7vw, 58px);
  line-height: 1.07;
  letter-spacing: -2.2px;
}

.about_factory_copy>p {
  margin: 0 0 25px;
  color: rgba(255, 255, 255, .65);
  font-size: 14px;
  line-height: 1.75;
}

.about_factory_copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about_factory_copy li {
  position: relative;
  padding: 12px 0 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
}

.about_factory_copy li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.about_factory_copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--i_color);
}

.about_factory_copy>a {
  color: #fff;
}

.about_factory_visual {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.about_factory_visual img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: brightness(.88) saturate(.85);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1), filter .4s;
}

.about_factory_visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(10, 14, 21, .62));
}

.about_factory_visual span {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 20px;
  color: #fff;
  font-size: 9px;
  letter-spacing: 1.7px;
}

.about_factory_visual:hover img {
  transform: scale(1.05);
  filter: brightness(1) saturate(1);
}

.about_quality_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.about_quality_grid article {
  min-height: 230px;
  padding: 30px;
  border: 1px solid #d8dce2;
  background: #fff;
  transition: .35s;
}

.about_quality_grid b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--i_color);
  color: var(--i_color);
  font-size: 15px;
}

.about_quality_grid h3 {
  margin: 35px 0 12px;
  color: #1a1d24;
  font-size: 17px;
}

.about_quality_grid p {
  margin: 0;
  color: #707985;
  font-size: 12px;
  line-height: 1.6;
}

.about_quality_grid article:hover {
  transform: translateY(-6px);
  border-color: var(--i_color);
  box-shadow: 0 17px 34px rgba(27, 35, 48, .09);
}

.about_quality_note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: #727a84;
  font-size: 9px;
  letter-spacing: 1.6px;
}

.about_quality_note i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2dcb73;
  box-shadow: 0 0 0 4px rgba(45, 203, 115, .13);
}

.about_cta {
  padding: 90px 0;
  background: #fff;
}

.about_cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  padding: 55px 60px;
  background: #f5f6f8;
  border: 1px solid #d9dde3;
}

.about_cta_kicker {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1.7px;
}

.about_cta h2 {
  margin: 11px 0 14px;
  color: #1a1d24;
  font-size: 40px;
  letter-spacing: -1.5px;
}

.about_cta p {
  max-width: 720px;
  margin: 0;
  color: #68707c;
  font-size: 13px;
  line-height: 1.7;
}

.about_cta a {
  flex: none;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 18px 22px;
  background: var(--i_color);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  transition: .3s;
}

.about_cta a:hover {
  transform: translateY(-3px);
  background: #a90909;
  box-shadow: 0 13px 28px rgba(169, 9, 9, .28);
}

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

  .about_intro_grid,
  .about_factory_grid {
    gap: 50px;
  }

  .about_timeline,
  .about_capability_grid,
  .about_quality_grid {
    grid-template-columns: 1fr 1fr;
  }

  .about_timeline li:nth-child(3),
  .about_capability_grid article:nth-child(3) {
    border-left: 0;
  }
}

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

  .about_2026 .inner_hero_tall {
    min-height: 560px;
  }

  .about_intro,
  .about_path,
  .about_capability,
  .about_factory,
  .about_quality,
  .about_cta {
    padding: 68px 0 74px;
  }

  .about_intro_grid,
  .about_factory_grid,
  .about_section_head {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about_path .about_section_head {
    margin-bottom: 55px;
  }

  .about_intro_visual>div {
    left: 15px;
    bottom: -24px;
    min-width: 0;
    right: 15px;
  }

  .about_intro_copy h2,
  .about_section_head h2,
  .about_factory_copy h2 {
    font-size: 36px;
    letter-spacing: -1.3px;
  }

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

  .about_timeline li,
  .about_timeline li:nth-child(3) {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid #d4d9df;
  }

  .about_timeline li:first-child {
    border-top: 0;
  }

  .about_timeline li::before {
    display: none;
  }

  .about_timeline h3 {
    margin-top: 24px;
  }

  .about_capability_grid,
  .about_quality_grid {
    grid-template-columns: 1fr;
  }

  .about_capability_grid article {
    min-height: 280px;
  }

  .about_cta .wrap {
    align-items: flex-start;
    flex-direction: column;
    padding: 34px 24px;
  }

  .about_cta h2 {
    font-size: 33px;
  }
}

/* ==================== SOLUTIONS SYSTEM 2026 ==================== */
.solution_archive,
.solution_single {
  color: #1a1d24;
  background: #fff;
}

.solution_kicker,
.solution_section_num {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--i_color);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.solution_kicker::before,
.solution_section_num::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--i_color);
}

.solution_archive_body {
  padding: 80px 0 120px;
  background: #f5f6f8;
}

.solution_filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 60px;
}

.solution_filters a {
  padding: 13px 20px;
  border: 1px solid #d7dbe1;
  background: #fff;
  color: #444d59;
  font-size: 12px;
  font-weight: 600;
  transition: .3s;
}

.solution_filters a:hover,
.solution_filters a.active {
  border-color: var(--i_color);
  background: var(--i_color);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 9px 22px rgba(193, 10, 9, .18);
}

.solution_archive_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  padding-bottom: 32px;
  border-bottom: 1px solid #d7dbe1;
}

.solution_archive_intro>div {
  font-size: 19px;
  font-weight: 650;
}

.solution_archive_intro>div span {
  margin-right: 12px;
  color: var(--i_color);
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 38px;
}

.solution_archive_intro p {
  margin: 0;
  color: #68707c;
  font-size: 13px;
  line-height: 1.7;
}

.solution_card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 35px;
}

.solution_card {
  min-width: 0;
  background: #fff;
  border: 1px solid #dce0e5;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease, border-color .3s;
}

.solution_card_image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #252c38;
}

.solution_card_image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  filter: saturate(.86) contrast(1.03);
  transition: transform .8s cubic-bezier(.16, 1, .3, 1), filter .4s;
}

.solution_card_copy {
  padding: 23px 24px 22px;
}

.solution_card_copy small {
  color: var(--i_color);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.solution_card_copy h2 {
  min-height: 0;
  margin: 10px 0 10px;
  color: #1a1d24;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -.6px;
}

.solution_card_copy p {
  min-height: 0;
  margin: 0 0 18px;
  color: #68707c;
  font-size: 14px;
  line-height: 1.65;

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

.solution_card_copy b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #e2e5e9;
  color: #1a1d24;
  font-size: 14px;
}

.solution_card_copy b i {
  color: var(--i_color);
  font-size: 17px;
  font-style: normal;
  transition: transform .3s;
}

.solution_card:hover {
  transform: translateY(-7px);
  border-color: #cbd0d7;
  box-shadow: 0 22px 45px rgba(27, 35, 48, .12);
}

.solution_card:hover img {
  transform: scale(1.055);
  filter: saturate(1.03) contrast(1.02);
}

.solution_card:hover b i {
  transform: translateX(6px);
}

.solution_archive .navigation.pagination {
  margin-top: 50px;
}

.solution_archive_cta {
  padding: 75px 0;
  background: #1c2330;
  color: #fff;
}

.solution_archive_cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.solution_archive_cta small {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1.8px;
}

.solution_archive_cta h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 38px;
  letter-spacing: -1.2px;
}

.solution_archive_cta a {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 18px 22px;
  background: var(--i_color);
  color: #fff;
  font-size: 12px;
  font-weight: 650;
  transition: .3s;
}

.solution_archive_cta a:hover {
  transform: translateY(-3px);
  background: #a90909;
  box-shadow: 0 12px 26px rgba(169, 9, 9, .3);
}

.solution_two_col {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 100px;
}

.solution_overview,
.solution_materials_section,
.solution_advantages_section {
  padding: 110px 0;
}

.solution_overview h2,
.solution_materials_section h2,
.solution_advantages_section h2 {
  max-width: 600px;
  margin: 22px 0 0;
  color: #1a1d24;
  font-size: clamp(38px, 3.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.solution_overview .solution_two_col>div:last-child>p {
  margin: 0;
  color: #4f5864;
  font-size: 16px;
  line-height: 1.85;
}

.solution_overview blockquote {
  margin: 30px 0 0;
  padding: 20px 24px;
  border-left: 3px solid var(--i_color);
  background: #f5f6f8;
  color: #68707c;
  font-size: 12.5px;
  line-height: 1.65;
}

.solution_challenges,
.solution_process_section,
.solution_equipment_section {
  padding: 110px 0 120px;
  background: #f5f6f8;
}

.solution_section_head {
  display: grid;
  grid-template-columns: 1.2fr .7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.solution_section_head h2 {
  margin: 20px 0 0;
  color: #1a1d24;
  font-size: clamp(38px, 3.4vw, 54px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.solution_section_head>p {
  margin: 0 0 5px;
  color: #68707c;
  font-size: 13px;
  line-height: 1.75;
}

.solution_section_head>a {
  justify-self: end;
  color: #1a1d24;
  font-size: 12px;
  font-weight: 650;
}

.solution_section_head>a span {
  margin-left: 12px;
  color: var(--i_color);
}

.solution_feature_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border: 1px solid #d9dde3;
  background: #d9dde3;
}

.solution_feature_grid article {
  min-height: 180px;
  padding: 30px;
  background: #fff;
  transition: .35s;
}

.solution_feature_grid article span {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1.5px;
}

.solution_feature_grid article h3 {
  margin: 44px 0 0;
  color: #1a1d24;
  font-size: 17px;
  line-height: 1.3;
}

.solution_feature_grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(27, 35, 48, .1);
}

.solution_materials_section {
  background: #fff;
}

.solution_material_tags {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 10px;
  padding-top: 8px;
}

.solution_material_tags span {
  padding: 13px 16px;
  border: 1px solid #d5dae1;
  background: #f8f9fa;
  color: #46505d;
  font-size: 11px;
  transition: .3s;
}

.solution_material_tags span:hover {
  transform: translateY(-3px);
  border-color: var(--i_color);
  color: var(--i_color);
  background: #fff7f7;
}

.solution_process_section {
  background: #1e2633;
  color: #fff;
}

.solution_process_section .solution_section_head h2 {
  color: #fff;
}

.solution_process_section .solution_section_head>p {
  color: rgba(255, 255, 255, .6);
}

.solution_process_flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.solution_process_flow li {
  position: relative;
  min-height: 160px;
  padding: 28px 20px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.solution_process_flow li:first-child {
  border-left: 0;
}

.solution_process_flow li span {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1.5px;
}

.solution_process_flow li strong {
  display: block;
  margin-top: 45px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.solution_process_flow li i {
  position: absolute;
  right: -8px;
  top: 70px;
  z-index: 2;
  color: var(--i_color);
  font-size: 16px;
  font-style: normal;
}

.solution_equipment_section {
  background: #fff;
}

.solution_equipment_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.solution_equipment_grid>a {
  min-height: 180px;
  padding: 28px;
  border: 1px solid #d9dde3;
  background: #f7f8f9;
  transition: .35s;
}

.solution_equipment_grid>a>span {
  color: var(--i_color);
  font-size: 8px;
  letter-spacing: 1.5px;
}

.solution_equipment_grid h3 {
  margin: 25px 0 30px;
  color: #1a1d24;
  font-size: 21px;
}

.solution_equipment_grid b {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #d9dde3;
  color: #555e69;
  font-size: 10px;
}

.solution_equipment_grid b i {
  color: var(--i_color);
  font-size: 15px;
  font-style: normal;
}

.solution_equipment_grid>a:hover {
  transform: translateY(-5px);
  border-color: var(--i_color);
  background: #fff;
  box-shadow: 0 15px 32px rgba(27, 35, 48, .09);
}

.solution_advantages_section {
  background: #f5f6f8;
}

.solution_advantages_section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d6dae0;
}

.solution_advantages_section li {
  display: flex;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #d6dae0;
  color: #303844;
  font-size: 14px;
}

.solution_advantages_section li span {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1px;
}

.solution_related {
  padding: 90px 0;
  background: #1b222e;
  color: #fff;
}

.solution_related .wrap {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 100px;
  align-items: center;
}

.solution_related small {
  color: var(--i_color);
  font-size: 9px;
  letter-spacing: 1.6px;
}

.solution_related h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.solution_related p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.7;
}

.solution_related .wrap>div:last-child {
  display: grid;
  gap: 10px;
}

.solution_related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 12px;
  transition: .3s;
}

.solution_related a:last-child {
  border-color: var(--i_color);
  background: var(--i_color);
}

.solution_related a:hover {
  transform: translateX(5px);
  border-color: var(--i_color);
}

@media screen and (max-width:1100px) {
  .solution_card_grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .solution_process_flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .solution_process_flow li:nth-child(4) {
    border-left: 0;
  }
}

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

  .solution_archive_body,
  .solution_overview,
  .solution_materials_section,
  .solution_advantages_section,
  .solution_challenges,
  .solution_process_section,
  .solution_equipment_section {
    padding: 68px 0 74px;
  }

  .solution_filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 38px;
    padding-bottom: 8px;
  }

  .solution_filters a {
    flex: none;
  }

  .solution_archive_intro,
  .solution_two_col,
  .solution_section_head,
  .solution_related .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .solution_archive_cta .wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .solution_archive_cta h2 {
    font-size: 31px;
  }

  .solution_overview h2,
  .solution_materials_section h2,
  .solution_advantages_section h2,
  .solution_section_head h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

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

  .solution_feature_grid article {
    min-height: 150px;
    padding: 22px;
  }

  .solution_feature_grid article h3 {
    margin-top: 30px;
    font-size: 15px;
  }

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

  .solution_process_flow li:nth-child(odd) {
    border-left: 0;
  }

  .solution_process_flow li:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, .12);
  }

  .solution_process_flow li i {
    display: none;
  }

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

  .solution_related h2 {
    font-size: 34px;
  }
}

.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_capability_num,
.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,
.contact_section_head small,
.contact_inquiry_copy>small,
.contact_form_card>div>small,
.contact_location small,
.service_section_head small,
.service_testing small,
.service_cta small,
.case_archive_head small,
.case_card_copy small,
.case_archive_cta small,
.case_single_content aside small,
.case_results small,
.case_single_cta small,
.about_timeline time,
.solution_card_copy 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;
}



/* Homepage sections */
.home_timeline time {
  font-size: 12px;
  letter-spacing: 2px;
}

.home_timeline h3 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.3px;
  line-height: 1.25;
}

.home_timeline p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.home_capability_num {
  font-size: 12px;
  letter-spacing: 2.5px;
}

.home_capability_card h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.5px;
}

.home_capability_card>p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}

.home_capability_points li {
  font-size: 14px;
  font-weight: 500;
}

.home_product_info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.5px;
}

.home_product_card.featured .home_product_info h3 {
  font-size: clamp(34px, 3vw, 48px);
  letter-spacing: -1.5px;
}

.home_product_info p {
  font-size: 14px;
  line-height: 1.65;
}

.home_product_link,
.home_products_all {
  font-size: 14px;
  font-weight: 600;
}

.home_solution_tabs button span {
  font-size: 13px;
  font-weight: 600;
}

.home_solution_stage_copy small,
.home_solution_stage_copy h4 {
  font-size: 11px;
  letter-spacing: 2px;
}

.home_solution_stage_copy h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.5px;
}

.home_solution_stage_copy>p {
  font-size: 16px;
  line-height: 1.7;
}

.home_solution_materials span {
  font-size: 11px;
  font-weight: 500;
}

.home_solution_stage_copy>a {
  font-size: 14px;
  font-weight: 600;
}

.home_partners_note {
  font-size: 14px;
  line-height: 1.6;
}

.home_faq_grid button span {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 600;
}

.home_faq_grid button b {
  font-size: 16px;
  font-weight: 600;
}

.home_faq_grid article>p {
  font-size: 14px;
  line-height: 1.65;
}


/* Contact, service, cases, about and solutions */
.contact_section_head h2,
.service_section_head h2,
.case_archive_head h2,
.about_intro_copy h2,
.about_section_head h2,
.about_factory_copy h2,
.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;
}

.contact_section_head>p,
.service_section_head>p,
.case_archive_head>p,
.about_intro_copy>p,
.about_section_head>p,
.about_factory_copy>p,
.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;
}

.contact_inquiry_copy h2,
.contact_form_card>div h2,
.service_cta h2,
.case_archive_cta h2,
.case_single_cta h2,
.about_cta h2 {
  font-weight: 600;
  letter-spacing: -2.5px;
}

.contact_inquiry_copy>p,
.contact_form_card>div p,
.service_testing p,
.case_card_copy p,
.case_single_content article p,
.about_timeline p,
.about_capability_grid p,
.about_quality_grid p,
.solution_card_copy p,
.solution_feature_grid article p {
  font-size: 14px;
  line-height: 1.65;
}

.contact_channel_grid span,
.service_scope_grid h3,
.service_method li h3,
.service_support_grid h3,
.case_card_copy h2,
.case_single_content article h2,
.about_timeline h3,
.about_capability_grid h3,
.about_quality_grid h3,
.solution_card_copy h2,
.solution_feature_grid article h3,
.solution_equipment_grid h3 {
  font-weight: 700;
  letter-spacing: -.5px;
}

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

  .home_heritage_content>h2,
  .home_capabilities_header h2,
  .home_products_header h2,
  .home_common_header h2,
  .home_solution_showcase_head h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .i_nav>li>a {
    font-size: 16px;
  }

  .home_heritage_content>h2,
  .home_capabilities_header h2,
  .home_products_header h2,
  .home_common_header h2,
  .home_solution_showcase_head h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .home_heritage_lead,
  .home_capabilities_header>p,
  .home_products_header>p,
  .home_common_header>p,
  .home_solution_showcase_head>p {
    font-size: 14px;
  }

  .home_timeline h3 {
    font-size: 16px;
  }

  .home_timeline p,
  .home_capability_card>p {
    font-size: 14px;
  }

  .home_solution_stage_copy h3 {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .home_solution_stage_copy>p,
  .home_news_copy p,
  .home_faq_grid article>p {
    font-size: 14px;
  }
}

@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;

  color: var(--cta_dark);

  font-size: .48rem;
  line-height: 1.05;

  font-weight: 500;

  letter-spacing: -.025em;
}


.home_cta_content h2 em {
  color: var(--cta_color);

  font-size: inherit;

  font-style: normal;
  font-weight: inherit;
}


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


/* 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 {
    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;

    font-size: .34rem;
    line-height: 1.12;

    letter-spacing: -.015em;
  }


  .home_cta_content>p {
    max-width: 100%;

    margin-bottom: .25rem;

    line-height: 1.7;
  }


  .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_head {
    margin-bottom: .22rem;

    padding-bottom: .18rem;
  }


  .home_cta_form_head h3 {
    margin: .08rem 0;

    font-size: .25rem;
  }


  .home_cta_form .wpforms-field {
    padding-bottom: .15rem !important;
  }


  .home_cta_form input,
  .home_cta_form select {
    height: .42rem !important;

    font-size: 13px !important;
  }


  .home_cta_form textarea {
    min-height: .85rem !important;
    height: .85rem !important;

    font-size: 13px !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_content h2 {
    font-size: .3rem;
  }


  .home_cta_form {
    padding: .26rem .2rem;
  }


  .home_cta_form::before {
    left: .2rem;
  }


  .home_cta_form_head h3 {
    font-size: .23rem;
  }


  .home_cta_form_head p {
    font-size: 11px;
  }


  .home_cta_form .wpforms-field-label {
    font-size: 8px !important;
  }


  .home_cta_form input,
  .home_cta_form textarea,
  .home_cta_form select {
    font-size: 12px !important;
  }


  .home_cta_form button[type="submit"] {
    height: .48rem !important;

    font-size: 10px !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;

  font-size: .48rem;
  line-height: 1.12;

  font-weight: 500;

  color: var(--solution_dark);
}


.home_solution_showcase_head>p {
  max-width: 7.5rem;

  margin: .2rem 0 0;

  font-size: 15px;
  line-height: 1.8;

  color: #777;
}



/* =========================================================
   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;
}



/* =========================================================
   NUMBER
========================================================= */

.home_solution_tab strong {
  display: block;

  position: relative;

  z-index: 2;

  margin-bottom: .04rem;

  font-size: .14rem;
  line-height: 1;

  font-weight: 600;

  color: #aaa;

  transition:
    color .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
========================================================= */

.home_solution_tab:hover .home_solution_tab_circle {
  transform:
    translateY(-6px) scale(1.04);

  border-color:
    var(--solution_color);

  box-shadow:
    0 15px 32px rgba(0, 0, 0, .11);
}


.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 strong {
  color:
    rgba(255, 255, 255, .7);
}


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


.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, .9) 100%);
}



/* =========================================================
   IMAGE LABEL
========================================================= */

.home_solution_image_label {
  position: absolute;

  left: .32rem;
  bottom: .26rem;

  z-index: 3;

  font-size: 11px;
  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;
}


.home_solution_materials span:hover {
  color:
    var(--solution_color);

  border-color:
    rgba(193, 10, 9, .2);

  background: #fff;

  box-shadow: 0 11px 24px rgba(31, 42, 58, .18);

  transform: translateY(-2px);
}

.home_solution_materials span:hover iconify-icon {
  color: var(--solution_color);
}



/* =========================================================
   MORE
========================================================= */

.home_solution_more {
  width: max-content;

  display: inline-flex;

  align-items: center;

  gap: .16rem;

  margin-top: .28rem;

  font-size: 13px;
  line-height: 1.4;

  font-weight: 600;

  color:
    var(--solution_dark);

  text-decoration: none;
}


.home_solution_more b {
  width: .32rem;
  height: .32rem;

  display: flex;

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

  border-radius: 50%;

  background:
    var(--solution_color);

  color: #fff;

  font-size: 15px;

  font-weight: 400;

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


.home_solution_more:hover b {
  transform:
    translateX(5px);

  box-shadow:
    0 5px 15px rgba(0, 0, 0, .12);
}



/* =========================================================
   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 strong {
    font-size: .13rem;
  }


  .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_showcase_head h2 {
    font-size: .32rem;
  }


  .home_solution_showcase_head>p {
    font-size: 13px;
    line-height: 1.7;
  }


  .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 strong {
    font-size: .11rem;

    margin-bottom: 3px;
  }


  .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: 24px;
  }


  .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: 13px;

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

}



/* =========================================================
   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 strong {
    font-size: .1rem;
  }


  .home_solution_tab em {
    max-width: .5rem;

    font-size: 7px;
  }

}



/* =========================================================
   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;
  }

}

/* ==================== HOME STRUCTURE & MOBILE REFINEMENT ==================== */
/* All homepage headings share these semantic hooks; existing section selectors keep the desktop design unchanged. */
.home_section_heading_content,
.home_section_heading_title,
.home_section_heading_desc {
  min-width: 0;
}

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

  /* A touch-friendly, compact mobile product rhythm. */
  .home_products_grid {
    grid-auto-rows: 340px;
  }

  .home_product_card {
    min-height: 340px;
  }

  /* Keep the circular solution navigator interactive without the obsolete horizontal-tab overrides. */
  .home_solution_tabs {
    overflow: visible;
  }

  .home_solution_tab {
    touch-action: manipulation;
  }

  /* The inquiry card keeps the 14px minimum type scale established above. */
  .home_cta_content>.home_section_heading_desc,
  .home_cta_content li,
  .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;
  }
}

/* Service Support: readable type scale without the section-number kickers. */
.service_2026 .service_section_head>p,
.service_2026 .service_scope_grid p,
.service_2026 .service_method li p,
.service_2026 .service_testing p,
.service_2026 .service_testing li,
.service_2026 .service_testing a,
.service_2026 .service_support_grid p,
.service_2026 .service_cta a {
  font-size: 14px;
}

.service_2026 .service_scope_grid article>span,
.service_2026 .service_method li>b {
  font-size: 14px;
  letter-spacing: .8px;
}

.service_2026 .service_method li h3 {
  font-size: 16px;
}

.service_2026 .service_section_head h2,
.service_2026 .service_testing h2,
.service_2026 .service_cta h2 {
  margin-top: 0;
}