/*
Theme Name: goodwind
Version: 1.0
Description: 三鸟科技提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：三鸟科技
*/
@charset "utf-8";

* {
  box-sizing: border-box;
}

body {
  font-size: min(16px, 18px);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 150%;
}

:root {
  --i_color: #dd3a10;
  --i_color2: #ca3400;
  --bc_color: #f3f4f7;
  --i_shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  --header_height: 0.8rem;
  --border_color: rgb(0, 0, 0, 0.2);
  --f_menu_height: 50px;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --border_color: rgb(0 0 0 / 6%);
  }
}
.top_wrap {
  width: 95%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.wrap {
  width: 83.33%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_l {
  padding-left: 8.335%;
}
.wrap_r {
  padding-right: 8.335%;
}
@media screen and (max-width: 560px) {
  .wrap {
    width: 92%;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  background: #fff;
  border-bottom: 1px solid #999;
}
.TopHeader {
  --header_height: 0.6rem;
}
.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;
  margin-left: 0.2rem;
  font-size: 0.24rem;
}
.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;
  z-index: 2;
}
.top {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
/* 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: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-width: 1.4rem;
  }
}
/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-right: auto;
    margin-left: 0.6rem;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    z-index: 2015;
    gap: 0 0.5rem;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li > a {
    display: block;
    font-size: 16px;
    color: #222;
    white-space: nowrap;
    font-weight: normal;
    line-height: var(--header_height);
    border-bottom: 2px solid transparent;
  }
  .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_hei.svg") no-repeat
      center;
    background-size: 100%;
  }
  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background-color: var(--bc_color);
    text-align: center;
    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);
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav .sub-menu li:hover ul {
    opacity: 1;
    left: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    margin-left: 0.5rem;
  }
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1366px) {
  .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: 0.16rem;
    color: #222;
    line-height: 0.44rem;
  }
  .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;
}
.top_search_ico iconify-icon {
  font-size: 0.24rem;
  color: #222;
}
/* 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;
}
@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::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;
}

.bc {
  background: var(--bc_color);
}
.bc_gradient {
  background: linear-gradient(to top, var(--bc_color), #fff);
}
.bc_black {
  background: #000;
}

/* -----------------------------------底部--------------------------------------- */
footer {
  background: var(--bc_color);
}
.f_media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.f_media a {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  font-size: 0.2rem;
  color: #333;
  margin-right: 0.2rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
}
.f_media a:hover {
  background: var(--i_color);
  color: #fff;
  border-color: #fff;
}
@media screen and (max-width: 1024px) {
  .f_media a {
    width: 0.34rem;
    height: 0.34rem;
    font-size: 0.18rem;
  }
}
.f_cont {
  padding: 0.4rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f_contact {
  width: 35%;
}
.f_menu {
  width: 25%;
}
.f_menu li {
  padding-left: 0.2rem;
}
.f_menu li ul {
  display: none;
}
.f_cont li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  position: relative;
}
.f_menu a:hover {
  text-decoration: underline;
}
.f_menu li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.f_cont a,
.f_cont p {
  font-size: 0.16rem;
  color: #333;
  opacity: 0.8;
}
.f_tit {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.22rem;
}
.f_contact_list li {
  display: flex;
  align-items: center;
}
.f_contact_list li iconify-icon {
  font-size: 0.22rem;
  color: #333;
  opacity: 0.8;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .f_tit {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
  .f_contact {
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_tit {
    margin-bottom: 0.18rem;
  }
  .f_menu {
    display: none;
  }
  .f_contact {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .f_cont a,
  .f_cont p {
    font-size: 0.14rem;
  }
}
.f_cr {
  padding: 0.24rem 0;
  border-top: 1px solid var(--border_color);
}
.f_cr .wrap {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.f_cr p,
.f_cr a {
  font-size: 14px;
  color: #666;
}
.f_cr a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1440px) {
  .f_cr {
    padding: 0.16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    width: 100%;
    font-size: 13px;
  }
  .f_cr a {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
}
/* ---------------------------首页---------------------------- */
.full_head {
  height: var(--header_height);
}
.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: 35vh;
  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-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: 40vh;
  }
}
/* banner上文字 */
.banner .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 14rem;
  z-index: 2;
}
.banner .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  z-index: 1;
}
.b_t1 {
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.b_t1 h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: clamp(0.24rem, 4vw, 0.48rem);
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.product-container {
  display: flex;
  justify-content: space-between;
  gap: 0.2rem;
}

.product-card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 0.08rem;
  overflow: hidden;
  box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.product-image {
  position: relative;
  overflow: hidden;
}
.product-image::before {
  content: "";
  display: block;
  padding-bottom: 95%;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-content {
  padding: 0.24rem 0.2rem 0.3rem 0.2rem;
  flex-grow: 1;
}

.product-title {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.15rem 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-desc {
  font-size: 0.14rem;
  color: #666666;
  margin: 0;
  line-height: 1.6;
  text-align: left;
}
.product-image img,
.product-title {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product-card:hover .product-image img {
  width: 105%;
  height: 105%;
}
.product-card:hover .product-title {
  color: var(--i_color);
}
/* 移动端适配 */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
    gap: 0.3rem;
  }

  .product-image {
    height: 2.5rem;
  }
}

.home_p_list {
  position: relative;
  overflow: hidden;
}
.home_p_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.home_p_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.home_p-prev,
.home_p-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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
  display: none;
}
.home_p-prev {
  left: 0%;
}
.home_p-next {
  right: 0%;
}
.home_p_list .swiper-button-disabled {
  cursor: not-allowed;
}
.home_p-prev:hover,
.home_p-next:hover {
  background: var(--i_color2);
}
.home_p-pagination {
  margin-top: 0.3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home_p-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 8px;
  background: #999;
  outline: none;
  cursor: pointer;
  position: relative;
}
.home_p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.home_p_list li {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.home_p_list .img {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.home_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.home_p_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team_content {
  width: 50%;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.team_content .sub_title {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.2rem;
  font-family: "Inter", sans-serif;
}

.team_content h2 {
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1.1;
  color: #000;
  margin-bottom: 0.4rem;
  font-family: "Inter", sans-serif;
  max-width: 5rem;
}
.team_content p {
  font-size: 0.18rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.5rem;
  max-width: 4.8rem;
}

@media screen and (max-width: 1440px) {
  .team_content h2 {
    font-size: 0.42rem;
  }
}
@media screen and (max-width: 1024px) {
  .home_p_list .img {
    width: 100%;
  }
  .team_content {
    width: 100%;
    padding: 0.6rem;
  }
  .team_content h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .team_content {
    padding: 0.3rem;
  }
  .team_content h2 {
    font-size: 0.22rem;
  }
}
.btn_primary {
  display: inline-block;
  width: fit-content;
  background: var(--i_color);
  color: #fff;
  padding: 0.15rem 0.4rem;
  font-size: 0.18rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn_primary:hover {
  background: var(--curr_color);
}
@media screen and (max-width: 1024px) {
  .btn_primary {
    padding: 0.1rem 0.4rem;
    font-size: 0.13rem;
  }
}
.i_news {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.news-container {
  display: flex;
  justify-content: space-between;
  gap: 0.3rem;
}

.news-item {
  flex: 1;
  background-color: #ffffff;
  border-radius: 0.04rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
}

/* Hover: 卡片整体效果 */
.news-item:hover {
  transform: translateY(-0.06rem);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
}

.news-img {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
  background-color: #f0f0f0;
}

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

/* Hover: 图片放大 */
.news-item:hover .news-img img {
  transform: scale(1.1);
}

.news-text {
  padding: 0.25rem 0.2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-caption {
  font-size: 0.2rem;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.12rem 0;
  transition: color 0.3s ease;
}

/* Hover: 标题颜色强调 */
.news-item:hover .news-caption {
  color: #e60012;
}

.news-info {
  font-size: 0.14rem;
  color: #666666;
  line-height: 1.6;
  margin: 0 0 0.2rem 0;
  height: 0.68rem; /* 保持内容对齐 */
  overflow: hidden;
}

.news-link {
  font-size: 0.14rem;
  color: #e60012;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
  position: relative;
  padding-bottom: 0.02rem;
}

/* Hover: 链接下划线展开 */
.news-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #e60012;
  transition: width 0.3s ease;
}

.news-item:hover .news-link::after {
  width: 100%;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .news-container {
    flex-direction: column;
    gap: 0.4rem;
  }
}

.contact_form_area {
  padding: 0.3rem;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.05);
}

#wpforms-68 {
  --input_font_size: 0.16rem;
  --input_height: 0.44rem;
}
#wpforms-68 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-68 {
  width: 100%;
  overflow: hidden;
}

#wpforms-68 input,
#wpforms-68 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-68 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-68 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-68 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-68 .wpforms-field {
  position: relative;
}
#wpforms-68 .wpforms-field-label {
  font-size: 14px;
  color: #333;
}

#wpforms-68 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 0.12rem !important;
}

#wpforms-68 .wpforms-field {
  width: 100%;
  margin-bottom: 10px;
  background: transparent;
  overflow: hidden;
}
#wpforms-68 .wpforms-field:nth-child(1),
#wpforms-68 .wpforms-field:nth-child(2) {
  margin-right: 0.2rem;
}
#wpforms-68 .wpforms-field:nth-child(1),
#wpforms-68 .wpforms-field:nth-child(2),
#wpforms-68 .wpforms-field:nth-child(3) {
  width: calc((100% - 0.4rem) / 3);
}

#wpforms-68 input {
  height: var(--input_height);
}
#wpforms-68 textarea {
  height: 2.8rem;
}
#wpforms-68 input,
#wpforms-68 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  color: #222;
  border: 1px solid #cad5e2;
  line-height: var(--input_height);
  padding: 0 10px;
  border-radius: 0.04rem;
  box-shadow: 0 0 0 0 !important;
}

#wpforms-68 input::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-68 .wpforms-submit-container button {
  display: table;
  margin: 0.3rem auto 0;
  padding: 12px 0.8rem;
  background: #000;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-68 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
#wpforms-68 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_form_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #wpforms-68 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  #wpforms-68 .wpforms-field:nth-child(1),
  #wpforms-68 .wpforms-field:nth-child(2) {
    margin-right: 0rem;
  }
  #wpforms-68 .wpforms-field:nth-child(1),
  #wpforms-68 .wpforms-field:nth-child(2),
  #wpforms-68 .wpforms-field:nth-child(3) {
    width: 100%;
  }
  #wpforms-68 {
    --input_height: 0.5rem;
  }
}

/* --------------------------------about------------------------------ */
.banner_about {
  position: relative;
  width: 100%;
}
.banner_about::after {
  content: "";
  display: block;
  padding-bottom: 26%;
}
.banner_about img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 560px) {
  .banner_about::after {
    padding-bottom: 45%;
  }
}
/* 当前位置 */
.in_position {
  padding: 0.14rem 0;
}
.in_position a {
  display: block;
  float: left;
  font-size: 14px;
  color: #4c4c4c;
  position: relative;
  line-height: 0.2rem;
  text-transform: capitalize;
}

.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 0.1rem;
  color: #4c4c4c;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 959px) {
  .in_position a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .in_position a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .in_position a {
    font-size: 12px;
  }
}

.about_list {
  background-color: #f7f7f7;
}
.about_list_ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.about_list_ul li {
  width: 25%;
}
.about_list_ul li a {
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  display: block;
  padding: 0.2rem 0;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.about_list_ul li:hover a {
  color: #fff;
  background-color: var(--i_color);
}
.about_list_active a {
  color: #fff !important;
  background-color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .about_list_ul li a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .about_list_ul li {
    width: 50%;
  }
  .about_list_ul li a {
    padding: 0.15rem 0;
  }
}
@media screen and (max-width: 560px) {
  .about_list_ul li a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 425px) {
}

/* about_us */
.about_us_bac {
  padding: 0.6rem 0;
  overflow: hidden;
}
.about_us {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.about_us_left {
  width: 48.5%;
}
.about_us_right {
  width: 51.5%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;

  padding-top: 0.6rem;
}
.about_us_left h2 {
  font-size: 0.52rem;
  color: #333;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 100%;
}
.about_us_left h2 span {
  color: var(--i_color);
}
.about_us_left h3 {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 0.3rem;
  margin-top: 0.1rem;
}

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

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

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

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

@media screen and (max-width: 1440px) {
  .about_us_left article {
    font-size: 0.18rem;
    line-height: 0.24rem;
    max-height: calc(0.24rem * 10);
  }
}
@media screen and (max-width: 1024px) {
  .about_us_left article {
    font-size: 16px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
}
@media screen and (max-width: 768px) {
  .about_us_left article {
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px * 10);
  }
}

.about_us_rightImg {
  position: relative;
}
.about_us_rightImg img {
  width: 3.52rem;
  height: 3.52rem;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.about_us_span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  height: 115%;
  border-radius: 50%;
  border: 1px solid #f2f2f2;
  animation: quan 40s linear infinite;
}
.about_us_span span {
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 50%;
}
.about_us_span span:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.28rem;
  height: 0.28rem;
}
.about_us_span span:nth-child(2) {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.15rem;
  height: 0.15rem;
}
.about_us_span span:nth-child(3) {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.2rem;
  height: 0.2rem;
}
.about_us_span span:nth-child(4) {
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  height: 0.25rem;
}

@keyframes quan {
  0% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotateZ(0deg);
  }
}

.about_us_watch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  border-top: 0;
  border-left: 0;
}
.about_us_watch::after {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background-color: var(--i_color);
}
.about_us_watch::before {
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--i_color);
}
.about_us_watch i {
  display: block;
  width: 1.26rem;
  height: 1.26rem;
  border-radius: 50%;
  font-size: 0.16rem;
  color: #fff;
  background-color: var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  position: absolute;
  top: 78%;
  left: 90%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.about_us_img {
  position: relative;
  margin-top: 0.8rem;
  -webkit-border-radius: 0.2rem 0.2rem 0 0;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
}
.about_us_img::after {
  content: "";
  display: block;
  padding-bottom: 31.28%;
}
.about_us_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.about_us_text {
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #333;
  text-align: center;
  margin: 0.4rem auto 0.6rem auto;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .about_us_img {
    -webkit-border-radius: 0.1rem 0.1rem 0 0;
    border-radius: 0.1rem 0.1rem 0 0;
  }
}
@media screen and (max-width: 960px) {
  .about_us_left h2 {
    font-size: 0.4rem;
  }
  .about_us_left h3 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
  .about_us_left {
    width: 100%;
  }
  .about_us_right {
    width: 100%;
    padding-top: 0.8rem;
  }
  .about_us_left h2 {
    font-size: 0.3rem;
  }
  .about_us_left h3 {
    font-size: 0.18rem;
  }
  .about_us_watch i {
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* eject videos */
.vd_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.vd_box_area {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2014;
  width: 60%;
  max-height: 90%;
}
.vd_box_area::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box_area {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box_area {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}

/* company */
.company_bac {
  padding: 0.8rem 0;
  background: url("static/images/bg_factory.webp") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.company {
}
.company_list {
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  margin: 0.6rem auto;
}
.company_list li {
  font-size: 0.18rem;
  color: #333;
  width: calc(100% / 3);

  padding: 0.18rem 2%;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.3s ease;
}
.company_list .current {
  background-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .company_list li {
    font-size: 0.16rem;
  }
  .company_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .company_list li {
    font-size: 0.14rem;
  }
  .company_list {
    margin: 0.4rem auto;
  }
  .company_bac {
    background-attachment: unset;
  }
}
@media screen and (max-width: 560px) {
  .company_list {
    margin: 0.2rem auto;
  }
}
@media screen and (max-width: 425px) {
}

/*  */
.com_partner_box {
}

.com_partner {
  position: relative;
}
.com_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.com_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.com_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.com_partner_list .img {
  width: 100%;

  position: relative;
  overflow: hidden;
}
.com_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 69%;
}
.com_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

/* 指示器 */
.com_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.com_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.com_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.com_partner .pt-button-prev,
.com_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.com_partner .pt-button-prev:before,
.com_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.com_partner .pt-button-prev {
  left: 1px;
}
.com_partner .pt-button-prev:before {
  content: "<";
}
.com_partner .pt-button-next {
  right: 1px;
}
.com_partner .pt-button-next:before {
  content: ">";
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .com_partner .pt-button-prev,
  .com_partner .pt-button-next {
    display: none;
  }
  .com_partner .pt-pagination {
    display: block;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .com_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .com_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/*  */

.zs_bac {
  padding: 0.8rem 0;
}

.zs_partner_box {
  margin-top: 0.6rem;
}

.zs_partner {
  position: relative;
}
.zs_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.zs_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.zs_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.zs_partner_list .img {
  width: 100%;

  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  overflow: hidden;
}
.zs_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 131%;
}
.zs_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;

  padding: 0.1rem;
}

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

/* 指示器 */
.zs_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.zs_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.zs_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.zs_partner .pt-button-prev,
.zs_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.zs_partner .pt-button-prev:before,
.zs_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zs_partner .pt-button-prev {
  left: -6%;
}
.zs_partner .pt-button-prev:before {
  content: "<";
}
.zs_partner .pt-button-next {
  right: -6%;
}
.zs_partner .pt-button-next:before {
  content: ">";
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .zs_partner .pt-button-prev,
  .zs_partner .pt-button-next {
    display: none;
  }
  .zs_partner .pt-pagination {
    display: block;
  }
  .zs_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .zs_partner_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .zs_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .zs_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/* contact_us */
.contact_us_bac {
  padding: 0.8rem 0 1rem 0;
  background-color: #f7f7f7;
}
.contact_us {
}
.contact_list {
  display: flex;
  display: -webkit-flex;
  gap: 0.8rem;
  margin-top: 0.6rem;
}
.contact_list li {
  width: calc((100% - 1.6rem) / 3);
}
.contact_list_text {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;

  padding-bottom: 0.15rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.contact_list_text h3 {
  font-size: 0.22rem;
  color: #333;
  font-weight: bold;
}
.contact_list_text iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.contact_list p {
  font-size: 0.16rem;
  color: #333;
}
.contact_list a {
  font-size: 0.36rem;
  color: #333;
  font-family: "bincond";
  transition: all 0.3s ease;
}
.contact_list a:hover {
  color: var(--i_color);
}

.contact_ul {
  display: flex;
  display: -webkit-flex;
  margin-top: 0.8rem;
  gap: 0.4rem;
  align-items: flex-start;
}
.contact_ul li {
  width: calc((100% - 1.6rem) / 5);
  background-color: #fff;

  padding: 0.4rem 0.12rem 0.6rem 0.12rem;
}
.contact_ul_div {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.contact_ul_div h2 {
  font-size: 0.22rem;
  color: var(--i_color);
  font-weight: bold;
}
.contact_ul_div h3 {
  font-size: 0.16rem;
  color: #999;
  margin-top: 0.05rem;
  text-transform: capitalize;
  text-align: center;
}
.contact_ul_dl {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.contact_ul_dl dt {
}
.contact_ul_dl dt p {
  font-size: 0.16rem;
  color: #999;
  text-align: center;
}
.contact_ul_dl dt a {
  font-size: 0.16rem;
  color: #333;
  display: block;
  text-align: center;
  margin-top: 0.05rem;
}

@media screen and (min-width: 561px) {
  .contact_ul li:nth-child(even) {
    margin-top: 0.55rem;
  }
}
.contact_ul li:nth-child(even) {
  background-color: var(--i_color);
}
.contact_ul li:nth-child(even) h2,
.contact_ul li:nth-child(even) a {
  color: #fff;
}
.contact_ul li:nth-child(even) h3,
.contact_ul li:nth-child(even) p {
  color: rgba(255, 255, 255, 0.5);
}
.contact_li_green .contact_ul_div {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1440px) {
  .contact_ul {
    gap: 0.3rem;
  }
  .contact_ul li {
    width: calc((100% - 1.2rem) / 5);
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_ul {
    gap: 0.2rem;
  }
  .contact_ul li {
    width: calc((100% - 0.8rem) / 5);
  }
  .contact_list a {
    font-size: 0.3rem;
  }
  .contact_us_bac {
    padding: 0.6rem 0 1rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .contact_ul li {
    width: calc((100% - 0.4rem) / 3);
  }
  .contact_ul {
    flex-wrap: wrap;
  }
  .contact_list {
    gap: 0.4rem;
    margin-top: 0.4rem;
  }
  .contact_list li {
    width: 100%;
  }
  .contact_list {
    flex-wrap: wrap;
  }
  .contact_list_text h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 425px) {
}

/* contact_form */
.contact_form_bac {
  padding: 0.8rem 0;
  border-top: 1px solid var(--bc_color);
}

.contact_form_area {
  margin-top: 0.6rem;
}

#wpforms-68 {
  --input_font_size: 0.16rem;
  --input_height: 0.44rem;
}
#wpforms-68 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#wpforms-form-68 {
  width: 100%;
  overflow: hidden;
}

#wpforms-68 input,
#wpforms-68 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-68 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-68 .wpforms-error-container {
  line-height: 16px;
}
#wpforms-68 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#wpforms-68 .wpforms-field {
  position: relative;
}
#wpforms-68 .wpforms-field-label {
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 !important;
}
#wpforms-68 .wpforms-field-label span {
  position: absolute;
  top: 12px;
  left: 3px;
  font-size: 0.14rem;
  color: red;
}

#wpforms-68 .wpforms-error {
  margin-top: 0.01rem;
  font-size: 0.12rem !important;
}

#wpforms-68 .wpforms-field {
  width: 100%;
  margin-bottom: 10px;
  background: transparent;
  overflow: hidden;
}
#wpforms-68 .wpforms-field:nth-child(1),
#wpforms-68 .wpforms-field:nth-child(2) {
  margin-right: 0.2rem;
}
#wpforms-68 .wpforms-field:nth-child(1),
#wpforms-68 .wpforms-field:nth-child(2),
#wpforms-68 .wpforms-field:nth-child(3) {
  width: calc((100% - 0.4rem) / 3);
}

#wpforms-68 input {
  height: var(--input_height);
}
#wpforms-68 textarea {
  height: 2.8rem;
}
#wpforms-68 input,
#wpforms-68 textarea {
  width: 100%;
  border: 0;
  max-width: 100% !important;
  font-size: var(--input_font_size);
  background-color: #f7f7f7;
  color: #222;

  line-height: var(--input_height);
  padding: 0 10px;
  border-radius: 0.04rem;
  box-shadow: 0 0 0 0 !important;
}

#wpforms-68 input::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 input::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-webkit-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-moz-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}
#wpforms-68 textarea::-ms-input-placeholder {
  color: #999;
  font-size: var(--input_font_size);
}

#wpforms-68 .wpforms-submit-container button {
  display: table;
  margin: 0.3rem auto 0;
  padding: 12px 0.8rem;
  background: #000;
  color: #fff;
  font-size: 0.18rem;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#wpforms-68 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
#wpforms-68 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_form_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #wpforms-68 .wpforms-submit-container {
    margin: 0.2rem auto 0;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  #wpforms-68 .wpforms-field:nth-child(1),
  #wpforms-68 .wpforms-field:nth-child(2) {
    margin-right: 0rem;
  }
  #wpforms-68 .wpforms-field:nth-child(1),
  #wpforms-68 .wpforms-field:nth-child(2),
  #wpforms-68 .wpforms-field:nth-child(3) {
    width: 100%;
  }
  #wpforms-68 {
    --input_height: 0.5rem;
  }
  .become_form {
    margin-top: 0.4rem;
  }
  .contact_form_area {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

.contact_map {
  width: 100%;
}
.map {
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* applications */
.applications_bac {
  background-color: #f7f7f7;

  padding: 0.8rem 0;
  overflow: hidden;
}
.applications {
}
.applications_ul {
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.5rem;
}
.applications_ul li {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.applications_left {
  width: 50%;
  position: relative;
}
.applications_left::after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.applications_left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applications_right {
  width: 50%;
}
.applications_text {
  min-height: 3.57rem;
  background-color: #fff;

  padding: 0.45rem 0.3rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.applications_txt {
}
.applications_txt h2 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;

  padding-left: 0.12rem;
  position: relative;
  margin-bottom: 0.3rem;
}
.applications_txt h2::after {
  content: "";
  width: 0.03rem;
  height: 0.2rem;
  background-color: var(--i_color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.applications_txt h3 {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #666;
  margin-bottom: 0.2rem;
}
.applications_text h4 {
  font-size: 0.14rem;
  color: #333;
}
.applications_text h4 span {
  font-size: 0.24rem;
  color: var(--i_color);
}

.applications_ul li:nth-child(even) {
  display: flex;
  display: -webkit-flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .applications_left,
  .applications_right {
    width: 100%;
  }
  .applications_text {
    min-height: unset;
    padding: 0.4rem 0.25rem;
  }
  .applications_txt h2 {
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/*------------------------ news -------------------------- */
.news_bac {
  padding: 0.8rem 0;
}
.news {
}
.news_ul {
  margin-top: 0.6rem;
}
.news_ul li {
  padding: 0.6rem 0;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.news_ul li a {
  display: block;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_img {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.news_img::after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.news_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}
.news_text {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.news_text_div {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_div {
  padding: 0.14rem 0.2rem;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.news_div h2 {
  font-size: 0.36rem;
  color: #333;
}
.news_div h3 {
  font-size: 0.18rem;
  color: #333;
}
.news_text h4 {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin: 0.3rem 0 0.1rem 0;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_text h5 {
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news_text h6 {
  font-size: 0.18rem;
  color: #333;

  padding: 0.13rem 0.5rem;
  text-transform: capitalize;
  border: 1px solid rgba(51, 51, 51, 0.2);
  display: inline-block;
  transition: all 0.3s ease;
}
.news_ul li:hover h4 {
  color: var(--i_color);
}
.news_ul li:hover h6 {
  border-color: var(--i_color);
  color: #fff;
  background-color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .news_div h2 {
    font-size: 0.34rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .news_div h2 {
    font-size: 0.32rem;
  }
  .news_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_div h2 {
    font-size: 0.3rem;
  }
  .news_text h5 {
    -webkit-line-clamp: 2;
  }
  .news_text h4 {
    font-size: 0.2rem;
    margin: 0.2rem 0 0.1rem 0;
    -webkit-line-clamp: 1;
  }
  .news_ul li {
    padding: 0.4rem 0;
  }
  .news_text h6 {
    font-size: 0.16rem;
    padding: 0.12rem 0.4rem;
  }
}
@media screen and (max-width: 960px) {
  .news_div h2 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 768px) {
  .news_img {
    width: 100%;
  }
  .news_text_div {
    margin: 0.4rem 0;
  }
  .news_text {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .news_ul {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 425px) {
}

/* Number of pages */
.in_page_box {
  text-align: center;
  overflow: hidden;
  margin-top: 0.4rem;
}
.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: 0.05rem;
  border-radius: 0.05rem;
  border: 1px solid var(--border_color);
  overflow: hidden;
  transition: all 0.3s ease;
}
.in_page > i {
  margin-top: 0.14rem;
  width: 100%;
  font-size: 0.13rem;
  color: #888;
  display: none;
}

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

/* -----------------------------single_grid--------------------------------- */
.single_grid_bac {
  background-color: #f7f7f7;
  padding: 0.5rem 0;
}

.single_grid {
  background-color: #fff;
  padding: 0.3rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.3rem 0;
}
.single_grid_left {
  width: 46%;
}
.single_grid_right {
  width: 50%;
}

.in_grid_cont {
  --sm_pic_width: 17%;
}
.in_grid_cont {
  position: relative;
  overflow: hidden;
}
.in_grid_cont:before {
  content: "";
  display: block;
  padding-bottom: 80.4%;
}
.in_grid_list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--sm_pic_width);
  height: 100%;
  padding: 40px 0;
}
.in_grid_list {
  height: 100%;
  overflow: hidden;
}
.in_grid_list .swiper-slide {
  cursor: pointer;
}
.in_grid_list .img {
  width: 100%;
  height: 100%;
  border: 1px solid #d8d8d8;
  position: relative;
  overflow: hidden;
}
.in_grid_list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.in_grid_list .swiper-slide-thumb-active .img {
  border: 2px solid var(--i_color);
}
.in_grid_list .swiper-slide-thumb-active img {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
}
.ingrid-button-prev,
.ingrid-button-next {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 30px;
  z-index: 999;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ingrid-button-prev {
  top: 4px;
  background: url(static/imgs/arrow_up_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.ingrid-button-next {
  bottom: 4px;
  background: url(static/imgs/arrow_down_hollow_hei.svg) no-repeat center;
  background-size: contain;
}
.ingrid-button-prev.swiper-button-disabled,
.ingrid-button-next.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.1;
}
/* 澶у浘 */
.in_grid_show_box {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--sm_pic_width) - 20px);
  height: 100%;
  padding: 0 0;
  margin: 0 auto;
}
.in_grid_show {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.in_grid_show .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.ingrid-pagination {
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(1, 167, 255, 0.15);
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.18rem;
  color: var(--i_color);
}
.ingrid-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  background: #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.ingrid-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
.in_grid_cont:before {
  display: none;
}
.in_grid_show_box {
  position: initial;
  width: 99%;
  border-radius: 0.04rem;
  overflow: hidden;
  border: 1px solid #d8d8d8;
}
.in_grid_show .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in_grid_show .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.in_grid_show .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.in_grid_list_box {
  margin-top: 0.3rem;
  padding: 0 0;
  position: relative;
  width: 100%;
  height: initial;
}
.in_grid_list {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.in_grid_list_box .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.in_grid_list_box .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.in_grid_list .img {
  height: auto;
  border-radius: 0.04rem;
}
.in_grid_list .img:before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.in_grid_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.ingrid-button-prev,
.ingrid-button-next {
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 50px;
}
.ingrid-button-prev {
  left: 0;
  background: url(static/images/arrow_left_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}
.ingrid-button-next {
  left: initial;
  right: 0;
  background: url(static/images/arrow_right_hollow_heiss.svg) no-repeat center;
  background-size: 18px;
}

.single_grid_right h1 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}
.brief {
  padding: 0.3rem 0 0.15rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 0.16rem;
  color: #333;
  line-height: 0.22rem;
  margin-top: 0.1rem;
}

.single_grid_share {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.single_grid_share h4 {
  font-size: 0.16rem;
  color: #222;
  margin-right: 0.2rem;
}

.single_grid_dl {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
}

.single_grid_dl dt {
}

.single_grid_dl dt a {
  display: block;
  width: 100%;
}

.single_grid_dl dt a iconify-icon {
  font-size: 0.28rem;
  color: #e7e7e7;
  transition: all 0.3s ease;
}

.single_grid_dl dt a iconify-icon:hover {
  color: var(--i_color);
  transform: translateY(-0.05rem);
}

@media screen and (max-width: 768px) {
  .single_grid_left {
    width: 100%;
  }
  .single_grid_right {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.4rem;
  }
}
.product-actions {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* 基础按钮样式 */
.btn-inquire,
.btn-specs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 30px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-inquire {
  background-color: var(--i_color);
  color: #fff;
}

.btn-inquire:hover {
  background-color: var(--i_color2);
  transform: translateY(-2px);
}

.btn-specs {
  background-color: #333;
  color: #fff;
  min-width: 240px;
  max-width: 500px;
  gap: 8px;
}

.btn-specs:hover {
  background-color: #bc191f;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*  */
.hot_partner_box {
  margin-top: 0.6rem;
}

.hot_partner {
  position: relative;
}
.hot_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hot_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.hot_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.hot_partner_list li a {
  display: block;
  width: 100%;
}
.hot_partner_list .img {
  width: 100%;

  border: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
  border-radius: 0.22rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.hot_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hot_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.15rem;
}

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

.hot_partner_list p {
  font-size: 0.22rem;
  color: #333;
  text-align: center;
  text-transform: capitalize;

  padding: 0.2rem 2% 0 2%;
  transition: all 0.3s ease;
}
.hot_partner_list li:hover p {
  color: var(--i_color);
}
.hot_partner_list li:hover .img {
  border: 1px solid var(--i_color);
}

/* 指示器 */
.hot_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.hot_partner .pt-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.hot_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.hot_partner .pt-button-prev,
.hot_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  background: var(--i_color);
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}
.hot_partner .pt-button-prev:before,
.hot_partner .pt-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.3rem;
  line-height: 0.3rem;
  color: #fff;
  font-family: -apple-system, simsun, system-ui, sans-serif;
  letter-spacing: -2px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hot_partner .pt-button-prev {
  left: -6%;
}
.hot_partner .pt-button-prev:before {
  content: "<";
}
.hot_partner .pt-button-next {
  right: -6%;
}
.hot_partner .pt-button-next:before {
  content: ">";
}

.hot_partner .pt-button-prev:hover,
.hot_partner .pt-button-next:hover {
  background-color: #333;
}

@media screen and (max-width: 1440px) {
  .hot_partner_list p {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .hot_partner .pt-button-prev,
  .hot_partner .pt-button-next {
    display: none;
  }
  .hot_partner .pt-pagination {
    display: block;
  }
  .hot_partner_list p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .hot_partner_list p {
    font-size: 0.16rem;
  }
  .hot_partner_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .hot_partner .pt-pagination {
    margin: 14px auto 0;
  }
  .hot_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

.banner_top {
  margin-top: var(--header_height);
}

.detail_box {
  font-size: 0.18rem;
  line-height: 170%;
  color: #222;
}
.detail_box h2 {
  font-size: 0.22rem;
  margin: 0.2rem 0 0.1rem;
}
.detail_box p {
  min-height: 20px;
}
@media screen and (max-width: 1366px) {
  .detail_box {
    font-size: 0.16rem;
  }
  .detail_box h6 {
    font-size: 0.26rem;
    margin-bottom: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .detail_box h6 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .detail_box,
  .detail_box p {
    font-size: 14px;
  }
}

.detail_cont {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detail_cont .p_nav {
  width: 20%;
}

.detail_cont .right {
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .detail_cont .p_nav {
    display: none;
  }
  .detail_cont .right {
    width: 100%;
  }
}

.p_nav .tit {
  margin-bottom: 0.2rem;
}
.p_nav .tit h5 {
  font-size: 0.2rem;
  color: #fff;
  background: var(--i_color);
  padding: 16px 0.2rem;
}

@media screen and (max-width: 1024px) {
  .p_nav .tit {
    margin-bottom: 0.1rem;
  }
  .p_nav .tit h5 {
    font-size: 0.18rem;
    padding: 10px 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
  .p_menu_list li a {
    font-size: 0.16rem;
    padding: 0.16rem 0.18rem;
  }
}
.pd_tit {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin-bottom: 20px;
}

.pd_tit h4 {
  display: flex;
  align-items: center;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: var(--i_color);
  margin: 0;
  line-height: 1.2;
}

.pd_tit h4::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 24px;
  background-color: var(--i_color);
  margin-right: 15px;
}
.pd_menu {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  background: var(--bc_color);
}
.pd_menu li {
  text-align: center;
  padding: 0.2rem 0.3rem;
  font-size: 0.24rem;
  color: #666;

  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  font-weight: 400;
}
.pd_menu h6 {
  font-size: inherit;
  color: inherit;
  position: relative;
  z-index: 2;
}
.pd_menu li::after {
  content: "";
  width: 100%;
  right: 0;
  height: 100%;
  background: var(--bc_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: #fff;
}
.pd_menu li:hover::after,
.pd_menu li.current::after {
  right: initial;
  left: 0;
  background: var(--i_color);
}
@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;
  }
}
.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;
  }
}
.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;
  -webkit-clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
}
.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;
}

.row_two_list {
  display: flex;
  display: -webkit-flex;
  gap: 0.3rem;
  flex-wrap: wrap;
}
.row_two_list li {
  flex: 0 0 calc((100% - 0.3rem) / 2);
  box-sizing: border-box;
  border: 0.01rem solid #eee;
  transition: all 0.3s ease;
  background: #fff;
}
.row_two_list li:hover {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.05rem);
}
.row_two_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.row_two_list .img::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.row_two_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.row_two_list li:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}
.row_two_list .text {
  padding: 0.25rem;
}
.row_two_list .text h3 {
  font-size: 0.2rem;
  color: #0a2540;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.row_two_list .text p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .row_two_list li {
    flex: 0 0 100%;
  }
}

.ack_list {
  position: relative;
  overflow: hidden;
}
.ack_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.ack_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.ack-prev,
.ack-next {
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}
.ack-prev {
  left: 0;
  background: url(static/images/public/arrow_left_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}
.ack-next {
  right: 0;
  background: url(static/images/public/arrow_right_hollow_hei2.svg) no-repeat
    center;
  background-size: contain;
}

.ack_list .swiper-button-disabled {
  cursor: not-allowed;
}
.ack-prev:hover,
.ack-next:hover {
  opacity: 0.6;
}
.ack-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.ack-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #d5defa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.ack-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.ack_list li {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.ack_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ack_list .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ack_list .img img {
  max-width: 80%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ack_list p {
  font-size: 0.16rem;
  margin: 0.2rem 0;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ack-prev,
  .ack-next {
    display: none;
  }
}

.i_custom .wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: var(--bc_color);
}

.i_custom .tit img {
  max-width: 0.64rem;
}
.i_custom .img {
  width: 45%;
  position: relative;
  overflow: hidden;
}
.i_custom .img::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.i_custom .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_custom .custom {
  width: 52%;
  position: relative;
  overflow: hidden;
}

.i_custom .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_custom .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.i_custom_but {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 10px;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
}
.i_custom-button-prev,
.i_custom-button-next {
  font-size: 0.3rem;
  color: var(--i_color);
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
@media screen and (max-width: 1024px) {
  .i_custom-button-prev,
  .i_custom-button-next {
    width: 40px;
    height: 40px;
  }
  .i_custom .custom,
  .i_custom .img {
    width: 100%;
  }
}
.i_custom-button-prev:hover,
.i_custom-button-next:hover {
  background: var(--gra_color);
}
.i_custom-pagination {
  text-align: center;
  display: none;
}
.i_custom-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  display: inline-block;
  margin: 0 0.1rem;
  background: #9a9a9a;
  outline: none;
  cursor: pointer;
}
.i_custom-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}
.i_custom li {
  padding: 0.3rem;
}
.i_custom .quote {
  max-width: 0.2rem;
}
.i_custom h6 {
  font-size: 0.24rem;
  color: #222;
  font-weight: bold;
}
.i_custom p {
  font-size: 0.18rem;
  color: #666;
  font-style: italic;
  margin-top: 0.2rem;
}
.i_custom .star {
  font-size: 0.2rem;
  color: var(--i_color);
}
.i_custom h5 {
  font-size: 0.18rem;
  color: #222;
  font-weight: bold;
}
.i_custom span {
  font-size: 0.16rem;
  color: #666;
}
.generator-detail {
  padding: 0.8rem 0;
  font-family: "Inter", sans-serif;
  color: #333;
  background: #fff;
}

/* 标题板块 */
.section-title {
  margin-bottom: 0.4rem;
  border-left: 0.05rem solid #f3a847; /* 呼应首页橙色 */
  padding: 0.2rem 0.25rem;
}

.section-title h2 {
  font-size: 0.32rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  color: #1a1a1a;
}

.section-title p {
  font-size: 0.18rem;
  color: #666;
}

/* 描述板块 */
.description-box {
  margin-bottom: 0.6rem;
  line-height: 1.8;
  font-size: 0.16rem;
  color: #444;
  background: #fcfcfc;
  padding: 0.3rem;
}
.description-box h6 {
  font-size: 0.2rem;
  margin: 0.2rem 0;
}
.cat_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.cat_img img {
  display: block;
  vertical-align: bottom;
  width: 48%;
  object-fit: contain;
}

/* 模块小标题 */
.module-label {
  font-size: 0.22rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.module-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

/* 核心特点网格 */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  list-style: none;
  margin-bottom: 0.8rem;
}

.feature-grid li {
  display: flex;
  gap: 0.2rem;
  padding: 0.25rem;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.feature-grid li:hover {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
  border-color: #f3a847;
}

.feature-grid .icon-wrap {
  font-size: 0.4rem;
  color: #f3a847;
  flex-shrink: 0;
}

.feature-grid strong {
  display: block;
  font-size: 0.17rem;
  margin-bottom: 0.08rem;
}

.feature-grid p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 应用场景卡片 */
.scenario-layout {
  display: flex;
  gap: 0.2rem;
}

.scenario-card {
  flex: 1;
  background: #1a1a1a; /* 深色块呼应首页底部视觉 */
  padding: 0.4rem 0.3rem;
  color: #fff;
}

.scenario-card .range {
  font-size: 0.13rem;
  color: #f3a847;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
  display: block;
}

.scenario-card h4 {
  font-size: 0.19rem;
  margin-bottom: 0.12rem;
}

.scenario-card p {
  font-size: 0.14rem;
  line-height: 1.6;
  color: #bbb;
}
@media (max-width: 1024px) {
  .scenario-layout {
    flex-wrap: wrap;
  }

  .scenario-card {
    flex: 0 0 calc(50% - 0.1rem);
    box-sizing: border-box;
  }
}

@media (max-width: 640px) {
  .scenario-card {
    flex: 0 0 100%; /* 单列 */
  }
}
.in_products {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p_nav {
  width: 24%;
  margin-right: auto;
}
.p_nav .tit h5 {
  font-size: 0.2rem;
  color: #fff;
  background: var(--i_color);
  padding: 16px 0.2rem;
}

@media screen and (max-width: 1024px) {
  .p_nav .tit {
    margin-bottom: 0.1rem;
  }
  .p_nav .tit h5 {
    font-size: 0.18rem;
    padding: 10px 0.18rem;
  }
}

@media screen and (max-width: 1024px) {
  .p_nav {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
  .p_menu_list li a {
    font-size: 0.16rem;
    padding: 0.16rem 0.18rem;
  }
}
.in_c_name h6 {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}

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

.in_c_name article {
  color: #666;
  font-size: 0.16rem;
  line-height: 0.26rem;
  max-height: calc(0.26rem * 16);
  overflow-y: auto;
  padding-right: 2%;
  margin: 0.2rem 0 0.3rem;
}
.in_c_name article * {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.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 * 10);
  }
  .in_c_name article * {
    font-size: 14px;
    line-height: 20px;
  }
}

.in_p_r {
  margin-left: auto;
  width: 74%;
}
@media screen and (max-width: 1024px) {
  .in_p_r {
    width: 100%;
    margin: 0 0;
  }
}
.in_p_list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.in_p_list li {
  width: calc((100% - 0.6rem) / 3);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .in_p_list li {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 560px) {
  .in_p_list li {
    width: 100%;
  }
}
.in_p_list > a {
  display: block;
  width: 100%;
}
.in_p_list h3 {
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  margin: 0.16rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.in_p_list p {
  font-size: 0.16rem;
}
.in_p_list .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.in_p_list .img::before {
  content: "";
  display: block;
  padding-bottom: 80.84%;
}
.in_p_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_p_list img,
.in_p_list h3 {
  -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: 110%;
  height: 110%;
}

@media screen and (max-width: 560px) {
  .in_p_list h3 {
    font-size: 15px;
  }
  .in_p_list p {
    font-size: 13px;
  }
}
/* 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;
  }
}
.p_conatct {
  position: relative;
  overflow: hidden;
  padding: 0.3rem;
  background: var(--bc_color);
}
.p_conatct h6 {
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_conatct > p {
  font-size: 14px;
  color: #333;
  margin: 0.12rem 0;
}
.p_conatct_list li {
  margin-bottom: 0.12rem;
  font-size: 0.18rem;
  color: #333;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0.1rem;
}
.p_conatct_list iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_conatct_list a {
  font-size: 0.16rem;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p_conatct_list a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .p_conatct {
    padding: 0.3rem 0.2rem;
  }
  .p_conatct h6 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_conatct h6 {
    font-size: 0.24rem;
  }
}

.home_choose {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  position: relative;
}
.home_choose_left {
  width: 50%;
}
.home_choose_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_choose_right {
  width: 50%;
  box-sizing: border-box;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 0.8rem;
  background: url("static/images/home_choose_right.webp") no-repeat center;
  background-size: cover;
}
.home_choose_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.8rem 0;
  margin-top: 0.4rem;
}
.home_choose_ul li {
}
.home_choose_ul li h2 {
  font-size: 0.28rem;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
.home_choose_ul li h3 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #fff;
}
.home_choose_p {
  position: absolute;
  top: 0%;
  left: -1.25rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.8rem 0;
}
.home_choose_p li {
}
.home_choose_p li img {
  width: 0.9rem;
  height: 0.9rem;
  object-fit: contain;
  transition: all 0.3s ease;
}
.home_choose_p li img:hover {
  transform: rotateY(180deg);
}
.home_choose_all {
  position: relative;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
  .home_choose_right {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
    padding-left: 0.6rem;
  }
  .home_choose_p li img {
    width: 0.8rem;
    height: 0.8rem;
  }
  .home_choose_p {
    left: -1rem;
    gap: 0.6rem 0;
  }
  .home_choose_ul li h2 {
    font-size: 0.26rem;
  }
  .home_choose_ul li h3 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .home_choose_ul {
    gap: 0.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .home_choose_left {
    display: none;
  }
  .home_choose_p {
    display: none;
  }
  .home_choose_right {
    width: 100%;
    padding-left: 3%;
    padding-bottom: 0.6rem;
  }
  .home_choose_ul {
    gap: 0.4rem 0;
  }
}

/* --- 基础容器与全局控制 --- */
.pd_content article {
  color: #333;
  font-size: 0.18rem;
}

.pd_content article * {
  line-height: 150%;
  box-sizing: border-box;
}

.pd_content article h2 {
  font-size: 0.26rem;
  color: #000;
  font-weight: 700;
  margin-top: 0.4rem;
  margin-bottom: 0.15rem;
  border-bottom: 2px solid #000;
  padding-bottom: 0.05rem;
  text-transform: uppercase;
}

.pd_content article h3 {
  font-size: 0.22rem;
  color: #000;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.12rem;
}

.pd_content article h4 {
  font-size: 0.2rem;
  color: #000;
  font-weight: 600;
  margin-top: 0.25rem;
  margin-bottom: 0.1rem;
}

.pd_content article h5 {
  font-size: 0.18rem;
  color: #444;
  font-weight: 600;
  margin-top: 0.2rem;
  margin-bottom: 0.08rem;
}

.pd_content article h6 {
  font-size: 0.16rem;
  color: #666;
  font-weight: 600;
  margin-top: 0.15rem;
  margin-bottom: 0.05rem;
  text-transform: uppercase;
}

.pd_content article p {
  min-height: 20px;
  margin-bottom: 0.15rem;
}

.pd_content article img,
.pd_content article iframe {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  display: block;
}

.pd_content article ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0.2rem;
}

.pd_content article ul li {
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.08rem;
}

.pd_content article ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 5px;
  height: 5px;
  background: #999;
}

.pd_content article figure.wp-block-table {
  margin: 0.2rem 0;
}

.pd_content article table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  font-size: 0.16rem;
}

.pd_content article table td {
  padding: 0.12rem 0.15rem;
  border: 1px solid #eee;
}

.pd_content article table tr td:first-child {
  background: #f9f9f9;
  font-weight: 600;
  width: 30%;
  color: #000;
}

.oem-hero {
  padding: 1rem 0;
  text-align: center;
  background-color: #231f20;
  color: #fff;
}

.oem-hero .pro-main-title {
  color: #c5a47e;
}

.pro-cat-section {
  padding: 0.8rem 0;
  background-color: #ffffff;
}

.pro-cat-section.alt-bg {
  background-color: #f9f9f9;
}

.pro-header {
  margin-bottom: 0.6rem;
  border-left: 0.06rem solid #c5a47e;
  padding-left: 0.3rem;
}

.pro-main-title {
  font-size: 0.36rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}
.pro-subtitle {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.6;
  max-width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pro-main-title {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .pro-subtitle {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .pro-main-title {
    font-size: 0.22rem;
  }
}

/* --- 2. Grid System (pro-grid) --- */
.pro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}

.pro-card {
  background: #fff;
  border: 1px solid #eee;
  padding: 0.4rem;
  transition: all 0.3s ease;
}

.pro-card:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.08);
  border-color: #c5a47e;
}

.pro-card .sol-icon {
  margin-bottom: 0.25rem;
}

.pro-card .sol-icon iconify-icon {
  font-size: 0.5rem;
  color: #c5a47e;
}

.pro-card h3 {
  font-size: 0.24rem;
  color: #222;
  margin-bottom: 0.15rem;
  font-weight: 600;
}

.pro-card p {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.6;
}

/* --- 3. Technical Table --- */
.oem-table-container {
  margin-top: 0.4rem;
  overflow-x: auto;
}

.oem-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  min-width: 600px;
}

.oem-table th,
.oem-table td {
  padding: 0.2rem;
  border: 1px solid #eee;
  text-align: left;
  font-size: 0.18rem;
}

.oem-table th {
  background: #231f20;
  color: #c5a47e;
  font-weight: 600;
  width: 30%;
}

.oem-table tr:nth-child(even) {
  background: #fafafa;
}

/* --- 4. Factory Flex Section --- */
.sol-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.sol-info-box {
  flex: 1;
}

.sol-info-item {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}

.sol-info-item iconify-icon {
  font-size: 0.45rem;
  color: #c5a47e;
}

.sol-img-placeholder {
  flex: 1;
  height: 4.5rem;
  overflow: hidden;
}

.sol-img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 5. OEM Process List --- */
.oem-process-list {
  list-style: none;
  padding: 0;
}

.oem-process-list li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eee;
}

.oem-process-list li span {
  font-family: Arial, sans-serif;
  color: #c5a47e;
  font-size: 0.36rem;
  font-weight: bold;
  margin-right: 0.4rem;
  min-width: 0.6rem;
}

.oem-process-text {
  font-size: 0.2rem;
  color: #444;
}

/* ==================== 媒体查询 ==================== */

/* 平板设备：1024px 及以下 */
@media (max-width: 1024px) {
  .sol-flex {
    gap: 0.5rem;
  }

  .sol-img-placeholder {
    height: 3.5rem;
  }

  .sol-info-item iconify-icon {
    font-size: 0.4rem;
  }

  .oem-process-list li span {
    font-size: 0.32rem;
    min-width: 0.5rem;
  }

  .oem-process-text {
    font-size: 0.18rem;
  }
}

/* 小平板/大手机：768px 及以下 */
@media (max-width: 768px) {
  .sol-flex {
    flex-direction: column;
    gap: 0.4rem;
  }

  .sol-info-box,
  .sol-img-placeholder {
    flex: none;
    width: 100%;
  }

  .sol-img-placeholder {
    height: 3rem;
    order: -1; /* 图片移到上方 */
  }

  .sol-info-item {
    margin-bottom: 0.3rem;
  }

  .oem-process-list li {
    padding: 0.25rem 0;
  }

  .oem-process-list li span {
    font-size: 0.28rem;
    margin-right: 0.3rem;
  }

  .oem-process-text {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}

/* 手机设备：640px 及以下 */
@media (max-width: 640px) {
  .sol-flex {
    gap: 0.3rem;
  }

  .sol-info-item iconify-icon {
    font-size: 0.36rem;
  }

  .sol-img-placeholder {
    height: 2.5rem;
  }

  .oem-process-list li {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.2rem 0;
    gap: 0.1rem;
  }

  .oem-process-list li span {
    font-size: 0.24rem;
    margin-right: 0;
    margin-bottom: 0.05rem;
  }

  .oem-process-text {
    font-size: 0.14rem;
    width: 100%;
  }
}

/* 小屏手机：480px 及以下 */
@media (max-width: 480px) {
  .sol-img-placeholder {
    height: 2rem;
  }

  .sol-info-item {
    gap: 0.15rem;
    margin-bottom: 0.2rem;
  }

  .oem-process-list li span {
    font-size: 0.2rem;
  }

  .oem-process-text {
    font-size: 0.12rem;
  }
}

/* 针对选配页面的特有调整 */
.feature-card-large {
  display: flex;
  gap: 0.25rem;
  padding: 0.3rem;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  margin-bottom: 0.5rem;
  align-items: center;
}

.feature-card-large .icon-wrap {
  font-size: 0.45rem;
  color: #f3a847;
  flex-shrink: 0;
}

.feature-card-large strong {
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
  display: block;
}

.feature-card-large p {
  font-size: 0.15rem;
  color: #666;
  line-height: 1.6;
}

/* 总结建议板块 */
.custom-guidance {
  margin-top: 0.6rem;
  padding: 0.3rem;
  border-top: 2px dashed #eee;
  text-align: center;
}

.custom-guidance p {
  font-size: 0.16rem;
  line-height: 1.8;
  color: #555;
  max-width: 10rem;
  margin: 0 auto;
  font-style: italic;
}

/* 兼容之前的样式 */
.module-label {
  font-size: 0.22rem;
  font-weight: 700;
  margin: 0.4rem 0 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.module-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

/* 针对燃气机组 6 个场景的布局优化 */
.gas-scenarios {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 改为 3 列 */
  gap: 0.2rem;
}

/* 移动端自动转为单列或双列 */
@media screen and (max-width: 1024px) {
  .gas-scenarios {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* 复用卡片悬停效果 */
.scenario-card:hover {
  background: #2a2a2a;
  border-bottom: 4px solid #f3a847;
}

/* 船用四拼网格 */
.marine-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3rem;
  margin-bottom: 0.6rem;
}

.marine-item {
  display: flex;
  background: #f9f9f9;
  border: 1px solid #eee;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.marine-item:hover {
  transform: translateY(-4px);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.02),
    0 4px 8px rgba(0, 0, 0, 0.03),
    0 8px 16px rgba(0, 0, 0, 0.04),
    0 16px 32px rgba(0, 0, 0, 0.05);
}
.m-img {
  flex: 1;
  height: 1.8rem;
}

.m-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-info {
  flex: 1.2;
  padding: 0.2rem;
}

.m-tag {
  background: #f3a847;
  color: #fff;
  padding: 0.02rem 0.1rem;
  font-size: 0.12rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  display: inline-block;
}

.m-info h4 {
  font-size: 0.18rem;
  margin-bottom: 0.08rem;
}

.m-info p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.5;
}

/* 船级社样式 */
.classification-support {
  border-top: 1px solid #eee;
  padding-top: 0.3rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.c-label {
  font-weight: 700;
  color: #333;
}

.c-icons {
  display: flex;
  gap: 0.25rem;
}

.c-icons span {
  font-weight: 800;
  color: #ccc; /* 工业感浅灰色，突出专业氛围 */
  font-size: 0.2rem;
}

@media screen and (max-width: 1024px) {
  .marine-grid {
    grid-template-columns: 1fr;
  }
}
/* 业务双列布局 */
.service-grid {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}

.service-item {
  flex: 1;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  padding: 0.35rem;
  transition: all 0.3s ease;
}

.service-item:hover {
  border-color: #f3a847;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
}

.s-header {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 0.2rem;
}

.s-header iconify-icon {
  font-size: 0.4rem;
  color: #f3a847;
}

.s-header h4 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #1a1a1a;
}

.s-content p {
  font-size: 0.15rem;
  line-height: 1.8;
  color: #666;
}

.s-content strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* 响应式 */
@media screen and (max-width: 1024px) {
  .service-grid {
    flex-direction: column;
  }
}
/* 业务双列布局 */
.service-grid {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.4rem;
}

.service-item {
  flex: 1;
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  padding: 0.35rem;
  transition: all 0.3s ease;
}

.service-item:hover {
  border-color: #f3a847;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.05);
}

.s-header {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: 0.2rem;
}

.s-header iconify-icon {
  font-size: 0.4rem;
  color: #f3a847;
}

.s-header h4 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #1a1a1a;
}

.s-content p {
  font-size: 0.15rem;
  line-height: 1.8;
  color: #666;
}

.s-content strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* 响应式 */
@media screen and (max-width: 1024px) {
  .service-grid {
    flex-direction: column;
  }
}

/* 排放认证板块样式 */
.emission-compliance {
  background: #f8f8f8;
  padding: 0.3rem;
  border: 1px solid #eee;
  margin-top: 0.2rem;
}

.emission-intro {
  margin-bottom: 0.25rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e0e0e0;
}

.emission-intro p {
  font-size: 0.16rem;
  color: #444;
  line-height: 1.6;
}

.compliance-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
}

.tag-item {
  background: #fff;
  border: 1px solid #f3a847;
  padding: 0.08rem 0.2rem;
  border-radius: 0.02rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.tag-item span {
  color: #f3a847;
  font-size: 0.14rem;
  font-weight: 700;
}

.tag-item:hover {
  background: #f3a847;
}

.tag-item:hover span {
  color: #fff;
}

/* 响应式适配 */
@media screen and (max-width: 1024px) {
  .compliance-tags {
    justify-content: center;
  }
}

/* ---------------------新闻详情页------------------ */
.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-338 {
  --input_font_size: 14px;
  --input_height: 0.46rem;
}
#wpforms-338 {
  margin: 0;
  padding: 0;
}
#wpforms-form-338 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#wpforms-338 input,
#wpforms-338 button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#wpforms-338 .wpforms-field {
  padding: 0;
  margin: 0;
}
#wpforms-338 .wpforms-field-label {
  font-size: 0;
}
#wpforms-338 .wpforms-required-label {
  position: absolute;
  top: 0.06rem;
  left: 4px;
  font-size: 0.16rem;
  color: #f00;
}
#wpforms-338 .wpforms-field {
  width: 100%;
  background: transparent;
  padding-bottom: 0.2rem;
  position: relative;
  overflow: hidden;
}
#wpforms-338 .wpforms-field-container input,
#wpforms-338 textarea,
#wpforms-338 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-338 .wpforms-field-container input:hover,
#wpforms-338 textarea:hover {
  border-color: var(--i_color);
}
#wpforms-338 input {
  line-height: var(--input_height);
}
#wpforms-338 textarea {
  line-height: 0.22rem;
  min-height: 1rem;
  padding: 0.06rem 0.16rem;
}
#wpforms-338-field_1-container,
#wpforms-338-field_2-container {
  width: 49% !important;
}
#wpforms-338 input::-webkit-input-placeholder,
#wpforms-338 textarea::-webkit-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-338 input::-moz-placeholder,
#wpforms-338 textarea::-moz-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-338 input::-ms-input-placeholder,
#wpforms-338 textarea::-ms-input-placeholder {
  color: rgb(0 0 0 / 40%);
  font-size: var(--input_font_size);
}
#wpforms-338-field_1-error,
#wpforms-338-field_2-error,
#wpforms-338-field_3-error,
#wpforms-338-field_4-error,
#wpforms-338-field_5-error,
#wpforms-338-field_6-error {
  position: absolute;
  font-size: 12px;
  color: #a90909;
}
#wpforms-338 .wpforms-field-container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
#wpforms-338 .wpforms-submit-container {
  text-align: center;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#wpforms-338 .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-338 .wpforms-submit-container button:hover {
  background: var(--i_color2);
}
#wpforms-338 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}

/* 折叠面板根容器 */
.p_menu_list {
  border: 1px solid var(--i_color);
  border-radius: 2px;
  font-size: 0.16rem;
  background: #fff;
}

.p_menu_list li {
  position: relative;
  list-style: none;
}

.p_menu_list li a {
  display: block;
  padding: 0.16rem 0.2rem;
  line-height: 1.4;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  color: #333;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.p_menu_list > li > a {
  font-weight: bold;
  background: #fafafa;
  color: #222;
}

.p_menu_list a::after {
  content: "";
  width: 4px;
  height: 0;
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}

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

.p_menu_list > li > ul > li.active > a,
.p_menu_list > li > ul > li:hover > a {
  color: var(--i_color) !important;
  background: var(--bc_color, #f9f9f9);
  padding-left: 0.3rem;
}

.p_menu_list li.active > a::after,
.p_menu_list li:hover > a::after {
  height: 60%;
  opacity: 1;
  left: 0.1rem;
}

.p_menu_list ul li a {
  padding-left: 0.4rem;
  font-size: 0.15rem;
  color: #666;
}

.p_menu_list ul ul li a {
  padding-left: 0.5rem;
  font-size: 0.14rem;
  color: #888;
  background: #fdfdfd;
}

.p_menu_list ul ul li:hover > a {
  color: #222 !important;
  text-decoration: underline;
}

.p_menu_list li.active > ul {
  display: block;
}

.p_menu_list span {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 0.5rem; /* 增大点击区域 */
  height: 0.5rem;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  transition: all 0.3s ease;
}

.i_hp {
  overflow: hidden;
  position: relative;
}
.i_hp .swiper-container {
  margin: 0 auto;
  z-index: 1;
}
.i_hp .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.i_hp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.i_hp-button-prev,
.i_hp-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;
}
.i_hp-button-prev:hover,
.i_hp-button-next:hover {
  background: var(--linear-gradien);
  color: #fff;
  border-color: transparent;
}
.i_hp-button-prev {
  left: -8%;
}
.i_hp-button-next {
  right: -8%;
}
.i_hp-pagination {
  text-align: center;
}
.i_hp-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid var(--i_color2);
  background: none;
  display: inline-block;
  margin: 0 10px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.i_hp-pagination .swiper-pagination-bullet-active {
  width: 72px;
  background: var(--i_color2);
}
@media screen and (max-width: 1600px) {
  .i_hp-button-prev,
  .i_hp-button-next {
    display: none;
  }
  .i_hp-pagination {
    display: block;
  }
  .i_hp-pagination .swiper-pagination-bullet-active {
    width: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .i_hp-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .i_hp-pagination .swiper-pagination-bullet-active {
    width: 40px;
  }
}
.i_hp a {
  display: block;
  width: 100%;
  height: 100%;
}
.i_hp .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border_color);
}
.i_hp .img::before {
  content: "";
  display: block;
  padding-bottom: 73.27%;
}
.i_hp .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_hp .txt {
  border: 1px solid var(--border_color);
  padding: 0.3rem 0.26rem;
}
.i_hp h6 {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i_hp .text {
  width: 100%;
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.i_hp img {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.i_hp .params {
  width: 100%;
  margin-top: 0.1rem;
  padding: 0.2rem 0;
  border-top: 1px solid var(--border_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.i_hp .params li {
  width: 50%;
  text-align: left;
  margin-bottom: 0.2rem;
}
.i_hp .params h5 {
  font-size: 0.16rem;
  color: #666;
}
.i_hp .params p {
  font-size: 0.2rem;
  color: #111;
  font-weight: bold;
}
.i_hp .com_more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.i_hp li:hover img {
  width: 110%;
  height: 110%;
}
.i_hp li:hover h6 {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .i_hp .txt {
    padding: 0.26rem 0.2rem;
  }
  .i_hp h6 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_hp h6 {
    font-size: 0.18rem;
  }
  .i_hp .text {
    font-size: 13px;
    line-height: 150%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .i_hp .params h5 {
    font-size: 0.14rem;
  }
  .i_hp .params p {
    font-size: 0.16rem;
  }
}
