/*
Theme Name: YongXin
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";

:root {
  /* Global Color */
  --i_color: #047054;

  /* Head height */
  --header_height: 1rem;

  /* Default Border Color */
  --border_color: rgba(0, 0, 0, 0.1);
  /* txt color */
  --txt_color: #333;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.5rem;
    --header_top_height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* 通用 */

.f_medium {
  font-weight: 120;
}
.f_semibold {
  font-weight: 450;
}

.i_more {
  display: table;
  box-sizing: border-box;
  border: 2px solid var(--i_color);
  padding: 0.12rem 0.32rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  transition: all 0.5s ease;
}
.i_more span {
  display: -webkit-flex;
  color: var(--i_color);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.i_more b {
  font-size: 0.2rem;
}
.i_more i {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2025/12/more_btn_icon01.webp)
    no-repeat center;
  background-size: contain;
}

.i_more.center {
  margin-left: auto;
  margin-right: auto;
}

.i_more:hover {
  transform: translate(0, -8px);
  box-shadow: 0 6px 0.1rem rgb(0 0 0 / 40%);
}
.i_more:hover i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.im_color {
  background-color: var(--i_color);
}
.im_color span {
  color: #fff;
}
.im_color i {
  background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2025/12/more_btn_icon.webp)
    no-repeat center;
  background-size: contain;
}

.btn_default {
  border-color: transparent;
}
.btn_default span {
  color: #666;
}
.btn_default i {
  background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2025/12/more_btn_icon02.webp)
    no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .i_more {
    padding: 10px 20px;
  }
  .i_more b {
    font-size: 13px;
  }
  .i_more i {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .i_more {
    padding: 8px 20px;
  }
  .i_more b {
    font-size: 12px;
  }
  .i_more i {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 560px) {
  .i_more {
    padding: 8px 14px;
  }
}

.titleBox h2 {
  font-weight: 120;
}

/* --- --- */

.wrap {
  width: 94vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_header {
  width: 94vw;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  box-sizing: border-box;
  padding-left: 8.2vw;
}
.wrap_r {
  box-sizing: border-box;
  padding-right: 8.2vw;
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}

/* 锚点 */
:target {
  scroll-margin-top: calc(var(--header_height) + 0.2rem);
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 2025;
  transition: all 0.4s ease;
}

.fixedHeader {
  background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2026/01/nav_w.webp)
    no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1024px) {
  header {
    background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2026/01/nav_h.webp)
      no-repeat center;
    background-size: cover;
  }
}

.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  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: 100%;
}
.logo img {
  max-height: 60%;
}

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

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 16.75%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 0.7rem;
    position: relative;
    z-index: 2014;
  }

  .i_nav > li {
    position: relative;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    font-weight: 120;
    color: #fff;
    line-height: var(--header_height);
    white-space: nowrap;
    position: relative;
  }

  .i_nav > li > a::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    transition: all 0.4s ease;
  }

  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav > li.active::before {
    width: 0.58rem;
  }
  .i_nav > .current-menu-item > a::before,
  .i_nav > .current-category-ancestor > a::before,
  .i_nav > .current-post-ancestor > a::before,
  .i_nav > .current-menu-ancestor > a::before,
  .i_nav > .current-menu-parent > a::before,
  .i_nav > li:hover > a::before,
  .i_nav > li.active > a::before {
    width: 0.58rem;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: -0.2rem;
    top: var(--header_height);
    min-width: 1.4rem;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
  }

  .i_nav .sub-menu li {
    position: relative;
    transition: all 0.4s ease;
  }
  .i_nav .sub-menu li:not(:last-child):before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
    height: 1px;
    background: #eee;
  }
  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.2rem;
    font-size: 0.15rem;
    color: #666;
    line-height: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .i_nav .sub-menu .current-menu-item::before,
  .i_nav .sub-menu .current-category-ancestor::before,
  .i_nav .sub-menu .current-post-ancestor::before,
  .i_nav .sub-menu .current-menu-ancestor::before,
  .i_nav .sub-menu .current-menu-parent::before,
  .i_nav .sub-menu li:hover::before {
    width: 100%;
  }

  .i_nav .sub-menu li:hover {
    background-color: var(--i_color);
  }
  .i_nav .sub-menu li:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.44rem;
  }
}

@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    margin-left: 10%;
    font-size: 0.16rem;
    gap: 0 0.5rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: var(--header_height);
    left: 101%;
    margin: 0 0;
    width: 100%;
    width: 100vw;
    height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
  }
  .i_nav.active {
    opacity: 1;
    left: 0;
  }
  /*滚动条*/
  .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: 8px;
    right: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 20px;
  }
  .i_nav > .menu-item-has-children span.on {
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 20px;
  }

  .i_nav > li > a {
    padding: 0 20px;
    font-size: 16px;
    color: #222;
    line-height: 44px;
    text-transform: uppercase;
  }
  .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 {
    color: var(--i_color) !important;
  }

  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 40px;
    font-size: 15px;
    color: #555;
    line-height: 40px;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }

  .i_nav > li > .sub-menu b {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 16px;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 16px;
  }

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

  .i_nav .sub-menu .sub-menu a {
    padding: 0 60px;
    font-size: 13px;
    color: #888;
    line-height: 36px;
    position: relative;
  }

  .i_nav a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* 移动端导航按钮 */
.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: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  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 {
  --size: 0.26rem;
}
.top_r {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.5rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    --size: 0.2rem;
  }
  .top_r {
    margin-left: auto;
    gap: 0 20px;
    margin-right: 4px;
  }
}

.top_search_ico {
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.top_search_ico::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -0.25rem;
  width: 1px;
  height: 0.2rem;
  background: rgb(255, 255, 255, 20%);
}
.top_search_ico iconify-icon {
  font-size: var(--size);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1024px) {
  .top_search_ico::before {
    display: none;
  }
}

.top_language {
  position: relative;
}
.top_language_btn {
  padding-right: 0.22rem;
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.top_language_btn iconify-icon {
  font-size: var(--size);
  color: #fff;
}

.top_language_btn::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.top_language_btn p {
  font-size: 0.18rem;
  font-weight: 120;
  color: #fff;
  margin-left: 0.1rem;
}

.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.16rem);
  right: 0;
  min-width: 1.6rem;
  background: #fff;
  box-sizing: border-box;
  box-shadow: var(--boxShadow);
  padding: 0.14rem 0.18rem 0.1rem;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.top_language_list h6 {
  font-family: Arial;
  margin-bottom: 0.14rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_language_list a > span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.top_language_list .trp-ls-language-name {
  font-size: 15px;
  color: #666;
  line-height: 0.3rem;
}

.top_language_list li:hover {
  left: 4px;
}
.top_language_list li:hover .trp-ls-language-name {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .top_language_btn {
    padding-right: 0;
  }
  .top_language_btn::before,
  .top_language_btn p {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* search */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  width: 30%;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: calc(var(--header_height) + 0.3rem);
  right: 8%;
  /* padding: 0.16rem 0; */
  background: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: var(--boxShadow);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.top_search_ipt {
  width: 100%;
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0.12rem;
}
.top_search_btn {
  flex-shrink: 0;
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 1.5);
  height: var(--search_height);
  background: var(--i_color)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='m11.271 11.978l3.872 3.873a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.708l-3.565-3.564c2.38-2.747 2.267-6.923-.342-9.532c-2.73-2.73-7.17-2.73-9.898 0s-2.728 7.17 0 9.9a6.96 6.96 0 0 0 4.949 2.05a.5.5 0 0 0 0-1a5.96 5.96 0 0 1-4.242-1.757a6.01 6.01 0 0 1 0-8.486a6.004 6.004 0 0 1 8.484 0a6.01 6.01 0 0 1 0 8.486a.5.5 0 0 0 .034.738'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 0.2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 34px;
  }
  .top_search {
    /* padding: 12px 0; */
  }
}
@media screen and (max-width: 560px) {
  .top_search {
    width: 100%;
    right: 0;
  }
  .top_search form {
    width: 94%;
  }
}

.full_header_height {
  height: var(--header_height);
  display: none;
}

.h_header {
  height: var(--header_height);
}

@media screen and (max-width: 1024px) {
  .full_header_height {
    display: block;
  }
  .h_header {
    display: none;
  }
}

/* ===================================================== */

.banner__ {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner__ img {
  display: block;
  width: 100vw;
}
.banner__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner__text h2 {
  font-size: 0.72rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .banner__text h2 {
    font-size: 0.36rem;
  }
}

@media screen and (max-width: 560px) {
  .banner__text h2 {
    font-size: 0.24rem;
  }
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #f2fbf6;
  position: relative;
}
.in_position .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.26rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background: url(static/imgs/home.webp) no-repeat center;
  background-size: contain;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}

/* --------------------------- product页面 */
.pcaBox {
  gap: 0.3rem 0;
}

.pca_img {
  width: 42%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.pca_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 62.1%;
}
.pca_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.pca_txt {
  width: 53.43%;
}

.pca_txt h2 {
  font-weight: 450;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e5e5e5;
}

.pca_txt h3 {
  margin-top: 0.24rem;
}

@media screen and (max-width: 768px) {
  .pca_img,
  .pca_txt {
    width: 100%;
  }
  .pca_txt {
    order: -1;
  }
}
@media screen and (max-width: 560px) {
  .pca_txt h2 {
    padding-bottom: 0.1rem;
  }
  .pca_txt h3 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
}

/* 分类二 */
.p_classification_B {
  background-color: #f6f8f7;
}

.p_classification_B .titleBox h2 {
  font-weight: 450;
}

.pcb_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1.5%;
}

.pcb_list li {
  width: 18.8%;
  position: relative;
  overflow: hidden;
}
.pcb_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 135%;
}
.pcb_list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.4s ease;
}

.pcb_list li:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .pcb_list li {
    width: 32.33%;
  }
}
@media screen and (max-width: 560px) {
  .pcb_list {
    gap: 0.05rem 1.5%;
  }
}

/* 分类三 */
.pcc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2%;
}

.pcc_list li {
  width: 49%;
  box-sizing: border-box;
}

.pcc_list h3 {
  font-weight: 450;
}

.pcc_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pcc_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 59%;
}
.pcc_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

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

/* ---------------------------- footer */
footer {
  background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2026/01/footerBa.webp)
    no-repeat center;
  background-size: cover;
}

.footerTop {
  gap: 0.3rem 0;
  padding-bottom: 0.17rem;
  border-bottom: 1px solid rgb(255, 255, 255, 24%);
}

.ft_logo {
  flex-shrink: 0;
  width: 17.72%;
}
.ft_logo img {
  width: 100%;
}

.ft_nav {
  flex-shrink: 0;
  width: 63.4%;
  display: flex;
  justify-content: space-between;
}

.ft_nav li a {
  font-size: 0.18rem;
  color: #fff;
  position: relative;
  font-weight: 120;
}
.ft_nav li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}
.ft_nav li a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .ft_nav {
    display: none;
  }
}

.f_nav {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 0.2rem;
}
.f_nav dt {
}
.f_contact {
  flex-shrink: 0;
  width: 31.9%;
}

.f_contactBox {
  display: flex;
  flex-direction: column;
  gap: 0.17rem 0;
}

.f_contact span {
  display: -webkit-flex;
  display: flex;
}

.f_contact span iconify-icon {
  font-size: 0.24rem;
  color: #fff;
  margin-right: 0.12rem;
  margin-top: -5px;
}

.f_contact p,
.f_contact a {
  font-size: 0.18rem;
  color: #fff;
}

.f_nav h5 {
  font-weight: 120;
  margin-bottom: 0.16rem;
  font-size: 0.32rem;
  color: #fff;
}

.itemList {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

.f_nav li a {
  color: #fff;
  display: block;
  font-size: 0.18rem;
}

.f_nav a:hover {
  text-decoration: underline;
}

.fMedia {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.28rem;
}
.fMedia li {
}
.fMedia a {
  display: block;
  padding: 0 !important;
  width: 0.44rem;
  height: 0.44rem;
  background: rgb(255, 255, 255, 20%);
  border-radius: 50%;
  position: relative;
  transition: all 0.5s ease;
}
.fMedia iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #fff;
}

.fMedia li:hover a {
  background: #fff;
}
.fMedia li:hover a iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .item {
    display: none;
  }
  .f_contact {
    width: 100%;
  }
  .f_nav h5 {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 560px) {
  .ft_logo {
    width: 35%;
  }
  .footerMiddle {
    padding: 0.2rem 0;
  }
  .f_nav h5 {
    font-size: 0.2rem;
  }
  .f_contact span iconify-icon {
    font-size: 0.2rem;
  }
  .f_contact p,
  .f_contact a {
    font-size: 0.14rem;
  }
  .fMedia {
    gap: 0 0.2rem;
  }
  .fMedia a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .fMedia iconify-icon {
    font-size: 0.16rem;
  }
}

.footerBottom .fbBox {
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.footerBottom p,
.footerBottom a {
  font-size: 16px;
  color: rgb(255 255 255 / 60%);
  line-height: 1.5;
}
.footerBottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 560px) {
  .footerBottom p,
  .footerBottom a {
    font-size: 14px;
  }
}

/* ----------------------------------- 二级分类页面 */
.Secondary_classification {
  overflow: hidden;
}

.Secondary_btns {
  display: flex;
  gap: 0.3rem 4%;
}

.Secondary_list > li:nth-child(even) {
  flex-direction: row-reverse;
  position: relative;
}
.Secondary_list > li:nth-child(even)::before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background-color: #f6f8f7;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

/* ----------------------------------- 新闻列表页面 */
.no_list {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}

.no_list a {
  display: block;
  box-sizing: border-box;
  padding: 0 1.15rem;
  font-weight: 450;
  transition: all 0.4s ease;
  border-right: 1px solid #e5e5e5;
}

.no_list li:last-child a {
  border-right: none;
}

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

.no_list .active a {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .no_list a {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .no_list a {
    padding: 0 0.6rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .no_list a {
    padding: 0 0.3rem;
    font-size: 0.14rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 560px) {
  .no_list {
    padding: 0.2rem;
    gap: 0.05rem 0;
  }
  .no_list li {
    width: 100%;
  }
  .no_list a {
    width: 100%;
    text-align: center;
    padding: 0 0.1rem;
    border: none;
  }
}

/* 新闻列表 */

.nList {
}
.nList li {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e5e5e5;
}
.nList a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.4rem;
}

.nList .pic {
  flex-shrink: 0;
  width: 35%;
  position: relative;
  overflow: hidden;
}
.nList .pic::before {
  content: "";
  display: block;
  padding-bottom: 67.5%;
}
.nList .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.nList .txt {
  margin-left: auto;
  width: 100%;
}
.nList .txt i {
  font-size: 16px;
  color: #666;
}
.nList .txt h5 {
  margin: 0.12rem 0 0.16rem 0;
  font-size: 0.24rem;
  font-weight: 120;
}

.nList .txt p {
  margin-bottom: 0.4rem;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #666;
}

.nList .txt h5,
.nList .txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nList li:hover img {
  transform: scale(1.05, 1.05);
}
.nList li:hover h5 {
  color: var(--i_color);
}
.nList .i_more:hover {
  background: var(--i_color);
}
.nList .i_more:hover span {
  color: #fff;
}
.nList .i_more:hover i {
  background: url(https://lingjuimg.com/wp-content/uploads/yongxin/2025/12/more_btn_icon.webp);
}

@media screen and (max-width: 1024px) {
  .nList li {
    margin-bottom: 38px;
  }
  .nList .pic {
    width: 28%;
  }
  .nList .txt i {
    font-size: 14px;
  }
  .nList .txt h5 {
    margin: 10px 0;
    font-size: 16px;
  }
  .nList .txt p {
    margin-bottom: 0;
    font-size: 14px;
  }
  .nList .i_more {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nList .txt h5 {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 560px) {
  .nList li {
    margin-bottom: 30px;
  }
  .nList a {
    gap: 0 24px;
  }
  .nList .pic {
    width: 38%;
  }

  .nList .txt i {
    font-size: 13px;
  }
  .nList .txt h5 {
    margin: 8px 0;
    font-size: 14px;
  }
  .nList .txt p {
    font-size: 13px;
  }
}

/* ----------------------------------- 联系我们页面 */
.ci_box {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  gap: 0.3rem 0;
}

.ci_left {
  width: 45.65%;
}

.cil_cont {
  display: flex;
  flex-direction: column;
  gap: 0.42rem 0;
}

.cil_cont p {
  font-weight: 120;
  margin-bottom: 0.1rem;
}

.cil_cont a,
.cil_cont span {
  font-size: 0.18rem;
  color: #666;
  transition: all 0.4s ease;
}

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

.p_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share > p {
  font-size: 0.18rem;
  color: #666;
  font-weight: 150;
}
.p_share dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_share dt a {
  display: block;
  width: 0.3rem;
  text-align: center;
}
.p_share dt iconify-icon {
  font-size: 0.26rem;
  color: #666;
  transition: all 0.4s ease;
}
.p_share a:hover iconify-icon {
  color: var(--i_color);
}

.ci_right {
  width: 49.5%;
  position: relative;
  overflow: hidden;
}
.ci_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 63.8%;
}
.ci_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .ci_left,
  .ci_right {
    width: 100%;
  }
  .cil_cont {
    gap: 0.2rem 0;
  }
  .cil_cont p,
  .p_share > p {
    font-size: 0.16rem;
  }
  .cil_cont a,
  .cil_cont span {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .cil_cont {
    gap: 0.1rem 0;
  }
  .p_share dl {
    gap: 0 0.1rem;
  }
  .p_share dt iconify-icon {
    font-size: 0.2rem;
  }
}

/* 表单 */
.cf_box {
  border-radius: 10px;
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 0.48rem 0.4rem 0.6rem 0.4rem;
}

#wpforms-60 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-60 {
  margin: 0;
  padding: 0;
}
#wpforms-form-60 {
  width: 100%;
  position: relative;
}

#wpforms-60 .wpforms-field-container {
}
#wpforms-60 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

/* #wpforms-60 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-60 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

#wpforms-60 .wpforms-field-container .wpforms-field > input,
#wpforms-60 .wpforms-field-container textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-60 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-60 .wpforms-field-container .wpforms-field > input,
#wpforms-60 .wpforms-field-container textarea,
#wpforms-60 .wpforms-field-container select,
#wpforms-60 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-60 .wpforms-field-container .wpforms-field > input,
#wpforms-60 .wpforms-field-container textarea,
#wpforms-60 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-60 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-60 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-60 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-60 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-60 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-60 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-60 .wpforms-field-container em.wpforms-error,
#wpforms-60 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

/* #wpforms-60 input::placeholder, #wpforms-60 textarea::placeholder{color:#333;font-size:16px} */

#wpforms-60 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-60-field_1-container,
#wpforms-60-field_2-container,
#wpforms-60-field_3-container,
#wpforms-60-field_4-container {
  width: 48% !important;
}

#wpforms-60 .wpforms-submit-container {
  width: 370px;
  padding: 0 0;
  margin-left: auto;
}
#wpforms-60 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  border-radius: 5rem;
  background: var(--i_color);
}
#wpforms-60 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-60 .wpforms-submit-container button:hover {
  color: var(--i_color);
  background: rgb(4, 112, 84, 0.3);
}

/* ----------------------------------- 产品详情页面 */
.Product_Overview {
  background: url(static/imgs/Product_Overview.webp) no-repeat center;
  background-size: cover;
}

.Product_Overview .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* atlas */
.p_atlas {
  flex-shrink: 0;
  width: 41.45%;
  box-sizing: border-box;
  position: relative;
}
.p_atlas_list {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* thumbnail */
.p_thumbnail_list {
  width: calc(100% - 1.2rem);
  box-sizing: border-box;
  padding: 0 2px;
  margin: 0.2rem auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  box-sizing: border-box;
  border: 1px solid transparent;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_thumbnail_list .swiper-slide-thumb-active {
  border-color: var(--i_color);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.36rem;
  height: 0.36rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.thumbnail-prev {
  left: 0;
}
.thumbnail-next {
  right: 0;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.28rem;
  color: #333;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: var(--i_color);
}
.p_atlas .swiper-button-disabled {
  cursor: not-allowed;
}

.thumbnail-pagination {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  text-align: center;
  padding: 2px 6px;
  z-index: 2;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 14px;
  color: #fff;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: #fff;
}

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

  .p_atlas {
    width: 100%;
    max-width: 6rem;
    margin: 0 auto 46px;
  }
  .p_thumbnail_list {
    width: 100%;
  }
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .p_atlas {
    margin-bottom: 40px;
  }
  .p_atlas_list {
    width: 100%;
  }
  .thumbnail-prev iconify-icon,
  .thumbnail-next iconify-icon {
    font-size: 30px;
  }
}

.p_title {
  width: 54%;
  box-sizing: border-box;
}

.p_cat {
  display: block;
  font-size: 16px;
  color: var(--i_color);
  margin-bottom: 0.24rem;
  font-weight: 120;
}
.p_title h1 {
  padding-bottom: 0.2rem;
  font-size: 0.2rem;
  color: #222;
  line-height: 1.4;
  position: relative;
  font-weight: 450;
}
.p_title h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.p_des {
}
.p_des article {
  font-size: 0.18rem;
  line-height: 1.7;
}

/* 应用范围 */
.pd_apply {
  border-bottom: 1px solid #e5e5e5;
}

.pd_apply p {
  font-weight: 450;
  margin-bottom: 0.18rem;
}

.pda_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 2%;
}

.pda_list li {
  font-weight: 120;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.14rem;
  color: var(--i_color);
  background: #eaf3ee;
  transition: all 0.4s ease;
}

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

.p_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
}

.p_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share > p {
  font-size: 0.18rem;
  color: #666;
}
.p_share dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_share dt a {
  display: block;
  width: 0.3rem;
  text-align: center;
}
.p_share dt iconify-icon {
  font-size: 0.26rem;
  color: #666;
}
.p_share a:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .p_des article {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_title {
    width: 100%;
  }
  .p_title h1 {
    font-size: 18px;
  }
  .p_des article {
    font-size: 15px;
  }
  .p_share dt iconify-icon {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .p_cat {
    font-size: 14px;
  }
  .p_title h1 {
    font-size: 17px;
  }
  .p_des article {
    font-size: 14px;
  }
  .pd_apply {
    padding-bottom: 0.2rem;
  }
  .pda_list li {
    padding: 0.05rem 0.1rem;
    font-size: 0.14rem;
  }
  .p_btn {
    gap: 0 20px;
  }

  .p_share > p {
    font-size: 15px;
  }
  .p_share dt iconify-icon {
    font-size: 20px;
  }
}

/* 产品详情介绍 */

.pContent {
}

.pContent_title {
  position: relative;
}
.pContent_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
}
.pContent_title ul {
  display: flex;
  flex-wrap: wrap;
}
.pContent_title li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.pContent_title li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
}
.pContent_title p {
  min-width: 2.6rem;
  text-align: center;
  padding: 0.14rem 0.2rem;
  font-size: 0.18rem;
  font-weight: 450;
  color: #333;
}

.pContent_title li.active::before {
  width: 100%;
}
.pContent_title li.active p {
  color: var(--i_color);
}

.pContent_show {
}
.pContent_show .item {
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 0.3rem;
}
.pContent_show .item.active {
  height: auto;
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: all 0.5s ease;
}

.pContent_show article {
  font-size: 0.18rem;
  line-height: 1.7;
}

@media screen and (max-width: 1200px) {
  .pContent_show article {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .pContent_title p {
    min-width: auto;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
  }
  .pContent_show article {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .pContent_title {
    margin-bottom: 24px;
  }
  .pContent_title p {
    padding: 10px 10px;
    font-size: 15px;
  }

  .pContent_show article {
    font-size: 14px;
  }
}

/* 适用范围 */
.pd_scope h3 {
  font-weight: 450;
}

.scope_list {
  position: relative;
  overflow: hidden;
}
.scope_list::after {
  content: "";
  display: block;
  width: 15%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-linear-gradient(right, transparent, #ffffff);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
}
.scope_list::before {
  content: "";
  display: block;
  width: 15%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(left, transparent, #ffffff);
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
}

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

.scope_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.scope_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68%;
}
.scope_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

/* -------------------------- */
.scope_instruct {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scope-prev,
.scope-next {
  width: 0.64rem;
  height: 0.64rem;
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.scope-prev {
}
.scope-next {
}
.scope-prev iconify-icon,
.scope-next iconify-icon {
  font-size: 0.26rem;
  color: #333333;
  transition: all 0.4s ease;
}
.scope_list .swiper-button-disabled {
  cursor: not-allowed;
}

.scope-prev:hover,
.scope-next:hover {
  border-color: var(--i_color);
}
.scope-prev:hover iconify-icon,
.scope-next:hover iconify-icon {
  color: var(--i_color);
}

/* -------------------------- */
.scope-pagination {
  width: auto !important;
  display: block;
  text-align: center;
  margin: 0 0.3rem;
}
.scope-pagination .swiper-pagination-bullet {
  width: 0.04rem;
  height: 0.04rem;
  display: inline-block;
  margin: 0 6px;
  background: #cccccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.scope-pagination .swiper-pagination-bullet-active {
  width: 0.2rem;
  border-radius: 5rem;
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .scope_list::after,
  .scope_list::before,
  .scope-prev,
  .scope-next {
    display: none;
  }
  .scope-pagination {
    margin: 0;
  }
}

/* tag标签 + 产品切换 */

.pBottom {
  background: #f6f6f6;
}

.p_tags {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.16rem 0;
}
.p_tags > p {
  margin-right: 0.14rem;
  font-size: 0.18rem;
  color: #666;
  font-weight: 120;
}
.p_tags a {
  display: block;
  padding: 0.1rem 0.2rem;
  margin-right: 0.16rem;
  font-size: 0.16rem;
  color: var(--i_color);
  background: #fff;
  border-radius: 2rem;
}
.p_tags a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_tags {
    gap: 12px 0;
  }
  .p_tags > p {
    font-size: 17px;
  }
  .p_tags a {
    margin-right: 16px;
    font-size: 14px;
  }
}

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_view_other span {
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.p_view_other span iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #333;
}
.p_view_other p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.5;
  font-weight: 120;
}
.p_view_other p b {
  font-size: 0.18rem;
  color: #333;
  font-weight: 120;
}

.p_view_other li:hover span iconify-icon,
.p_view_other li:hover p,
.p_view_other li:hover p b {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_view_other p,
  .p_view_other p b {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .p_view_other li {
    max-width: 100%;
  }
  .p_view_other span {
    order: -1;
  }
  .p_view_other p,
  .p_view_other p b {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .p_view_other span {
    width: 24px;
    height: 24px;
  }
  .p_view_other span iconify-icon {
    font-size: 24px;
  }
  .p_view_other p,
  .p_view_other p b {
    font-size: 14px;
  }
}

/* ----------------------------------- 职业发展页面 */

/* 加入我们 */
.job {
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  border-top: 2px solid var(--i_color);
  overflow: hidden;
  border-radius: 0.02rem;
}
.job_ul {
}
.job_ul li {
}
.job_ul li:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.job_tab {
}
.job_li {
  cursor: pointer;
}
.job_dl {
  display: flex;
  box-sizing: border-box;
  padding: 0 1%;
}
.job_dl dt {
  font-size: 0.18rem;
  color: #333;
  width: 20%;
  font-weight: 120;
  box-sizing: border-box;
  padding: 0.2rem 0.1rem;
}
.job_box {
  box-sizing: border-box;
  padding: 0.5rem 2%;
  display: none;
}
.job_box article {
  font-size: 0.18rem;
  line-height: 200%;
  color: #666;
}

.job_box h2 {
  font-weight: 450;
}

.job_h3 {
  margin: 0.4rem 0 0.24rem 0;
}
.job_h3 a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.12rem 0.6rem;
  border-radius: 5rem;
  font-size: 0.18rem;
  font-weight: 450;
  color: #fff;
  background: var(--i_color);
  transition: all 0.4s ease;
}
.job_h3 a:hover {
  background: rgb(4, 112, 84, 0.3);
  color: var(--i_color);
}

.job_h4 {
  font-size: 0.16rem;
  color: #999999;
  line-height: 140%;
}
.job_h4 a {
  font-size: 0.16rem;
  color: #999999;
  line-height: 140%;
  transition: all 0.3s ease;
}
.job_h4 a:hover {
  color: var(--i_color);
}
.job_li.on dl {
  background: #f0f6f4;
}

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

@media screen and (max-width: 767px) {
  .join_us {
    margin: 0.2rem 0;
  }

  .job_dl dt:nth-child(1) {
    width: 50%;
  }
  .job_dl dt:nth-child(2) {
    display: none;
  }
  .job_dl dt:nth-child(3),
  .job_dl dt:nth-child(4) {
    width: 25%;
  }
  .job_dl dt {
    font-size: 0.14rem;
    padding: 0.15rem 0.05rem;
  }
  .job_box {
    padding: 0.2rem 3%;
  }
  .job_box article {
    font-size: 0.14rem;
  }
  .job_h3 a {
    padding: 0.05rem 0.2rem;
    font-size: 0.14rem;
  }
  .job_h4 {
    font-size: 0.14rem;
  }
  .job_h4 a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .job_dl dt {
    font-size: 0.12rem;
  }
  .job_h4 {
    font-size: 0.12rem;
  }
  .job_h4 a {
    font-size: 0.12rem;
  }
}

/* 职业发展 */
.Career_Development {
}

.Career_box {
  box-sizing: border-box;
  padding: 0.48rem 2% 0.7rem 2%;
  background-color: #f7f7f7;
}

.Career_box h2 {
  font-weight: 120;
}

.Career_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem 5%;
}

.Career_list li {
  width: 23.81%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Career_icon {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #f7f7f7;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
}
.Career_icon::before {
  content: "";
  display: block;
  width: 300%;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  transform: translateY(-50%);
}

.Career_list li:last-child .Career_icon::before {
  display: none;
}

.Career_icon img {
  width: 46%;
  filter: brightness(0) saturate(100%) invert(20%);
  transition: all 0.4s ease;
}

.Career_list p,
.Career_list h6 {
  transition: all 0.4s ease;
  font-weight: 120;
}

.Career_list li:hover .Career_icon {
  border-color: var(--i_color);
}
.Career_list li:hover img {
  filter: none;
}
.Career_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Career_icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .Career_icon::before {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .Career_box {
    padding: 0.2rem 2%;
  }
  .Career_list li {
    width: 30%;
  }
  .Career_icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .Career_list p {
    font-size: 0.12rem;
    margin: 0.1rem 0;
  }
  .Career_list h6 {
    font-size: 0.12rem;
  }
}

/* 职业发展-表单 */
.Career_form {
}

#wpforms-50 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-50 {
  margin: 0;
  padding: 0;
}
#wpforms-form-50 {
  width: 100%;
  position: relative;
}

#wpforms-50 .wpforms-field-container {
}
#wpforms-50 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

/* #wpforms-50 .wpforms-field-container .wpforms-field-label{height: 0; font-size: 0;margin: 0 0;}
#wpforms-50 .wpforms-field-container .wpforms-required-label{position: absolute;top: 4px; left: 4px; font-size: 15px;color: #F00;font-weight: bold;} */

#wpforms-50 .wpforms-field-container .wpforms-field > input,
#wpforms-50 .wpforms-field-container textarea {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-50 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-50 .wpforms-field-container .wpforms-field > input,
#wpforms-50 .wpforms-field-container textarea,
#wpforms-50 .wpforms-field-container select,
#wpforms-50 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-50 .wpforms-field-container .wpforms-field > input,
#wpforms-50 .wpforms-field-container textarea,
#wpforms-50 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-50 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-50 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-50 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-50 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-50 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-50 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-50 .wpforms-field-container em.wpforms-error,
#wpforms-50 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

/* #wpforms-50 input::placeholder, #wpforms-50 textarea::placeholder{color:#333;font-size:16px} */

#wpforms-50 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-50-field_1-container,
#wpforms-50-field_3-container,
#wpforms-50-field_4-container,
#wpforms-50-field_5-container,
#wpforms-50-field_6-container,
#wpforms-50-field_7-container,
#wpforms-50-field_9-container,
#wpforms-50-field_10-container {
  width: 48% !important;
}

#wpforms-50 .wpforms-submit-container {
  width: 200px;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
}
#wpforms-50 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  border-radius: 5rem;
  background: var(--i_color);
  transition: all 0.4s ease;
}
#wpforms-50 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-50 .wpforms-submit-container button:hover {
  color: var(--i_color);
  background: rgb(4, 112, 84, 0.3);
}

/* 字体 */
.wpforms-container .wpforms-field-label,
.wp-core-ui div.wpforms-container .wpforms-field-label {
  font-weight: normal !important;
  color: #666 !important;
}

/* 下拉 */
#wpforms-50 .wpforms-field-container .wpforms-field > input,
#wpforms-50 .wpforms-field-container textarea,
#wpforms-50 .wpforms-field-container select,
#wpforms-50 .wpforms-field-container .choices {
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}

/* 上传 */
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
  border-radius: 4px;
  background: #fcfcfc !important;
  border: 1px dashed #e5e5e5 !important;
}

@media screen and (max-width: 560px) {
  .cf_box {
    padding: 0.2rem;
  }

  #wpforms-60 .wpforms-submit-container {
    width: 50%;
    margin-right: auto;
  }
  #wpforms-60-field_1-container,
  #wpforms-60-field_2-container,
  #wpforms-60-field_3-container,
  #wpforms-60-field_4-container,
  #wpforms-50-field_1-container,
  #wpforms-50-field_3-container,
  #wpforms-50-field_4-container,
  #wpforms-50-field_5-container,
  #wpforms-50-field_6-container,
  #wpforms-50-field_7-container,
  #wpforms-50-field_9-container,
  #wpforms-50-field_10-container {
    width: 100% !important;
  }
}

/* -----------------------------------------------zxy--------------------------------------- */

/* about_us */
.about_us_bac {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 47%,
    rgba(4, 112, 84, 0.1)
  );
  box-sizing: border-box;
  padding: 0.6rem 0;
}
.about_us {
}
.about_us_ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.4rem 0;
}
.about_us_ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_us_data {
  display: flex;
  align-items: center;
  gap: 0.05rem;
}
.about_us_data h3 {
  font-size: 0.24rem;
  color: var(--i_color);
  display: flex;
  gap: 0.05rem;
}
.about_us_data h3 span {
  font-size: 0.4rem;
  color: var(--i_color);
  font-weight: bold;
  line-height: 100%;
}
.about_us_data h4 {
  font-size: 0.18rem;
  color: #666;
}
.about_us_ul li h5 {
  font-size: 0.18rem;
  color: #333;
  margin-top: 0.2rem;
}

.about_us_img {
  position: relative;
  background-color: #fff;
}
.about_us_img img {
  width: 100%;
  height: auto;
}

.home_about_down {
  display: flex;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.4rem 0 0.6rem 0;
  align-items: flex-start;
}
.about_us_tt {
  width: 32.13%;
  box-sizing: border-box;
  padding: 0.8rem 2% 0.55rem 4%;
  margin-left: -0.3rem;
  margin-top: -1.2rem;
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  background-color: var(--i_color);
}
.about_us_h4 {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.about_us_h4 h4 {
  font-size: 0.2rem;
  color: #fff;
  font-family: "bold";
}
.about_us_tt h5 {
  font-size: 0.4rem;
  color: #fff;
  margin-top: 0.2rem;
}
.home_about_text {
  width: 67.87%;
  box-sizing: border-box;
  padding-left: 3.5%;
  padding-right: 3%;
}
.home_about_text p {
  font-size: 0.36rem;
  color: #333;
}

.home_about_text p {
  quotes: none; /* 关闭默认引号 */
}

.home_about_text p::before {
  content: "“";
  color: var(--i_color);
  font-family: "Nobile";
  font-weight: bold;
}

.home_about_text p::after {
  content: "”";
  color: var(--i_color);
  font-family: "Nobile";
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
  .about_us_data h3 span {
    font-size: 0.35rem;
  }
  .about_us_ul li h5 {
    font-size: 0.16rem;
  }
  .about_us_data h4 {
    font-size: 0.16rem;
  }
  .about_us_data h3 {
    font-size: 0.22rem;
  }
  .about_us_tt h5 {
    font-size: 0.35rem;
  }
  .home_about_text p {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1200px) {
  .about_us_data h3 span {
    font-size: 0.3rem;
  }
  .about_us_data h3 {
    font-size: 0.2rem;
  }
  .about_us_tt h5 {
    font-size: 0.3rem;
  }
  .home_about_text p {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_us_data h3 span {
    font-size: 0.25rem;
  }
  .about_us_data h4 {
    font-size: 0.14rem;
  }
  .about_us_data h3 {
    font-size: 0.16rem;
  }
  .about_us_ul {
    margin: 0.3rem 0;
  }
  .home_about_text p {
    font-size: 0.24rem;
  }
  .about_us_tt {
    display: none;
  }
  .home_about_down {
    padding: 0.2rem 0 0.4rem 0;
  }
  .home_about_text {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .about_us_data h3 span {
    font-size: 0.22rem;
  }
  .about_us_ul {
    gap: 0.2rem;
    flex-wrap: wrap;
  }
  .about_us_ul li {
    width: calc((100% - 0.2rem) / 2);
  }
  .home_about_text p {
    font-size: 0.2rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .home_about_text p {
    font-size: 0.16rem;
  }
  .about_us_bac {
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .about_us_ul li h5 {
    font-size: 0.14rem;
    text-align: center;
  }
  .home_about_text p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 425px) {
}

/* about_title */

.about_title {
}
.about_title p {
  font-size: 0.4rem;
  color: var(--i_color);
  font-weight: bold;
}
.about_title span {
  display: block;
  font-size: 0.18rem;
  line-height: 166%;
  color: #666;
  margin-top: 0.2rem;
}
.about_title_center p {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .about_title p {
    font-size: 0.35rem;
  }
  .about_title span {
    font-size: 0.16rem;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 1200px) {
  .about_title p {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_title p {
    font-size: 0.25rem;
  }
  .about_title span {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .about_title p {
    font-size: 0.22rem;
  }
  .about_title span {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* about_who */
.about_who_bac {
  box-sizing: border-box;
  padding: 0.8rem 0;
}
.about_who {
}
.about_who_img {
  margin-top: 0.4rem;
}
.about_who_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
  .about_who_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .about_who_img {
    margin-top: 0.2rem;
  }
  .about_who_bac {
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* about_our */
.about_our_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  background: linear-gradient(180deg, #f6f8f7 0%, rgba(246, 248, 247, 0) 100%);
}

.facilities {
  display: flex;
  flex-wrap: wrap;
}
.facilities_left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 6.5%;
}
.facilities_dl {
  margin-top: 0.5rem;
}
.facilities_dl dt {
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
}
.facilities_dl dt::after {
  content: "";
  display: block;
  padding-bottom: 91.61%;
}
.facilities_dl dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facilities_right {
  width: 50%;
  border-left: 0.03rem solid rgba(153, 153, 153, 0.4);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.facilities_ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.facilities_ul li {
  box-sizing: border-box;
  opacity: 0.6;
  padding: 0.15rem 0 0.15rem 8.4%;
  transition: all 0.3s ease;
  position: relative;
}
.facilities_ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.03rem;
  transform: translate(0, -50%);
  width: 0.03rem;
  background-color: var(--i_color);
  height: 0%;
  transition: all 0.3s ease;
}
.facilities_ul li h3 {
  font-size: 0.24rem;
  color: #3d3d3d;
  font-weight: 300;
  margin-bottom: 0.1rem;
  transition: all 0.3s ease;
}
.facilities_ul li h4 {
  font-size: 0.18rem;
  color: #666;
  line-height: 155%;
}

.facilities_ul li.current {
  opacity: 1;
}
.facilities_ul li.current::after {
  height: 100%;
}
.facilities_ul li.current h3 {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .about_our_bac {
    padding: 0.8rem 0;
  }
  .facilities_dl {
    margin-top: 0.4rem;
  }
  .facilities_ul li h3 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1200px) {
  .about_our_bac {
    padding: 0.6rem 0;
  }
  .facilities_dl {
    margin-top: 0.3rem;
  }
  .facilities_ul li h3 {
    font-size: 0.22rem;
    margin-bottom: 0.05rem;
  }
  .facilities_ul li h4 {
    font-size: 0.16rem;
  }
  .facilities_ul li {
    padding: 0.1rem 0 0.1rem 8.4%;
  }
}
@media screen and (max-width: 1024px) {
  .facilities_ul li h3 {
    font-size: 0.2rem;
  }
  .facilities_ul li h4 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .facilities_left {
    width: 100%;
    padding-right: 0%;
  }
  .facilities_right {
    width: 100%;
    margin-top: 0.4rem;
  }
  .about_our_bac {
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 560px) {
  .facilities_ul li {
    padding: 0.15rem;
  }
}
@media screen and (max-width: 425px) {
}

/* about_map */
.about_map_bac {
}
.about_map_title {
  box-sizing: border-box;
  padding-bottom: 0.6rem;
}

/* -----------------------overseas_customer_distribution---------------- */
.overseas_customer_distribution {
}
.ocd_maxbox {
}

.ocd_picbox {
  background: url(static/imgs/zxy/home_overseas_bg.webp) no-repeat center/cover;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ocd_picbox span {
  position: relative;
}
.ocd_picbox span::before {
  display: block;
  content: "";
  padding-bottom: 41%;
}
.ocd_picbox span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ocd_public_card {
  background: rgba(4, 112, 84, 0.6);
  padding: 0.1rem 0.19rem;
  border-radius: 0.08rem;
  text-align: center;
}
.ocd_public_card h3 {
  font-family: "Poppins";
  font-size: 0.16rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.ocd_public_card h4 {
  font-family: "Poppins";
  font-size: 0.14rem;
  color: #333333;
}

.country_spain {
  position: absolute;
  top: 9%;
  left: 17%;
}
.country_TM {
  position: absolute;
  top: 40%;
  left: 34%;
}
.country_littleSun {
  position: absolute;
  top: 22%;
  left: 47%;
}

@media screen and (max-width: 1024px) {
  .ocd_title {
    padding: 0.3rem 0;
  }
  .ocd_title h3 {
    font-size: 0.35rem;
  }
  .ocd_info ul li {
    width: calc((100% - 0.4rem) / 3);
  }
  .ocd_info ul li h4 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .ocd_public_card h3 {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
  .ocd_public_card h4 {
    font-size: 0.12rem;
  }

  .country_spain {
    position: absolute;
    top: 9%;
    left: 10%;
  }
  .country_TM {
    position: absolute;
    top: 40%;
    left: 30%;
  }
  .country_littleSun {
    position: absolute;
    top: 20%;
    left: 47%;
  }
  .ocd_title h3 {
    font-size: 0.3rem;
  }
  .ocd_info {
    padding: 0.2rem 0;
  }
  .ocd_info ul li h4 {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
  .about_map_title {
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 425px) {
  .ocd_infobox {
    margin-top: 0;
  }
  .ocd_public_card h3 {
    font-size: 0.12rem;
  }
  .ocd_public_card h4 {
    font-size: 0.1rem;
  }
  .country_spain {
    position: absolute;
    top: 9%;
    left: 2%;
  }
  .country_TM {
    position: absolute;
    top: 40%;
    left: 20%;
  }
  .country_littleSun {
    position: absolute;
    top: 13%;
    left: 47%;
  }
  .ocd_info ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 320px) {
  .country_spain {
    display: none;
  }
  .country_TM {
    display: none;
  }
  .country_littleSun {
    display: none;
  }
  .ocd_title h3 {
    font-size: 0.2rem;
  }
  .ocd_info ul li h3 {
    font-size: 0.18rem;
  }
}

/* about_future */
.about_future_bac {
  box-sizing: border-box;
  padding: 1rem 0;
  --heighrt_a: 3.12rem;
}
.about_future {
  display: flex;
  flex-wrap: wrap;
}
.about_future_left {
  width: 46.43%;
}
.about_future_leftUL {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.about_future_leftUL li {
  height: var(--heighrt_a);
}
.about_future_img {
  border-radius: 0.12rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.about_future_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_future_text {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #047054 0%, rgba(4, 112, 84, 0) 100%);
  display: flex;
  align-items: flex-end;
}
.about_future_text p {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 160%;
}

.about_future_right {
  width: 53.57%;
  box-sizing: border-box;
  padding-left: 0.2rem;
}
.about_future_rightUl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.about_future_rightUl li {
  width: calc((100% - 0.2rem) / 2);
  height: var(--heighrt_a);
  overflow: hidden;
  border-radius: 0.12rem;
}
.about_future_rightUl li:nth-child(1) {
  width: 100%;
}
.about_future_li2 {
  box-sizing: border-box;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
}
.about_future_li2 h3 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 140%;
  margin-bottom: 0.4rem;
}

.i_more_white {
  background: #fff;
}

.about_future_img .about_future_text {
  top: 100%;
  transition: all 0.5s ease;
}
.about_future li:hover .about_future_text {
  top: 0;
}

@media screen and (max-width: 1440px) {
  .about_future_bac {
    padding: 0.8rem 0;
    --heighrt_a: 3rem;
  }
  .about_future_li2 h3 {
    font-size: 0.16rem;
    margin-bottom: 0.3rem;
  }
  .about_future_text p {
    padding: 0.15rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .about_future_bac {
    padding: 0.6rem 0;
    --heighrt_a: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
  .about_future_left {
    width: 100%;
  }
  .about_future_right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.2rem;
  }
  .about_future_leftUL li:nth-child(1) {
    height: unset;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .about_future_rightUl li {
    width: 100%;
  }
  .about_future_bac {
    padding: 0.4rem 0;
    --heighrt_a: 2rem;
  }
}
@media screen and (max-width: 425px) {
}

/* about_let */
.about_let_bac {
  box-sizing: border-box;
  padding-bottom: 0.8rem;
}
.about_let {
}
.about_let_ul {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 12%;
}
.about_let_ul li {
  width: calc(100% / 3);
}
.about_let_ul a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  position: relative;
  padding: 0 2%;
  cursor: pointer;
  overflow: hidden;
}
.about_let_ul li img {
  width: 1rem;
  height: auto;
  transition: all 0.4s ease;
}
.about_let_ul li p {
  font-size: 0.18rem;
  color: #333;
  font-weight: 140;
  text-transform: capitalize;
  text-align: center;
  transition: all 0.4s ease;
}

.about_let_ul li:hover img {
  transform: scale(1.1);
}

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

@media screen and (max-width: 1440px) {
  .about_let_ul li p {
    font-size: 0.16rem;
  }
  .about_let_ul {
    padding: 0 10%;
  }
  .about_let_ul li img {
    width: 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .about_let_ul {
    padding: 0 5%;
  }
  .about_let_bac {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_let_ul {
    padding: 0 0%;
  }
  .about_let_ul li img {
    width: 0.6rem;
  }
}
@media screen and (max-width: 960px) {
  .about_let_ul li p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .about_let_ul li p {
    font-size: 0.12rem;
  }
  .about_let_ul li {
    gap: 0.1rem;
  }
  .about_let_bac {
    padding-bottom: 0.4rem;
  }
  .about_let_ul {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* -----------------------------index.html------------------------- */
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

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

.banner .swiper-slide {
  /* height: 0; */
  padding-bottom: 47.02%;
  /* 设置比例 */
  position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-pagination {
  display: block;
  text-align: center;
  bottom: 0.3rem !important;
  position: absolute;
  left: 50% !important;
  transform: translate(-50%, 0);
  z-index: 3;
}

.banner-pagination .swiper-pagination-bullet {
  width: 0.04rem;
  height: 0.04rem;
  display: inline-block;
  margin: 0 0.06rem;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.banner-pagination .swiper-pagination-bullet-active {
  width: 0.2rem;
  border-radius: 5rem;
  background: var(--i_color);
}

/* --------------------- */
.banner-button-prev,
.banner-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.banner-button-prev {
  left: 0;
}
.banner-button-next {
  right: 0;
}
.banner-button-prev iconify-icon,
.banner-button-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.22rem;
  color: #fff;
}
.banner-button_list .swiper-button-disabled {
  cursor: not-allowed;
}
.banner-button-prev:hover,
.banner-button-next:hover {
  background: var(--i_color);
}

/* ------------------------------------- */

.banner_text {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 56.4%;
  text-align: center;
}
.banner_text h3 {
  font-family: "Poppins";
  font-size: 0.44rem;
  line-height: 0.55rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.banner_text h4 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.hm_color {
  background: #fff;
  border: none !important;
}
.banner_btndiv {
  display: flex;
  justify-content: center;
}
.hm_color span,
.hm_color i {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
}

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

@media screen and (max-width: 1200px) {
  .banner_text h3 {
    font-size: 0.35rem;
    line-height: 0.5rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-button-prev,
  .banner-button-next {
    display: none;
  }
  .banner-pagination {
    bottom: 0.1rem !important;
  }
  .banner_text h3 {
    font-size: 0.3rem;
    line-height: 0.45rem;
    margin-bottom: 0.15rem;
  }
  .banner_text h4 {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    margin-bottom: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .banner_text {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .banner_text h3 {
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .banner_text h4 {
    display: none;
  }
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 320px) {
  .banner_text h3 {
    font-size: 0.16rem;
    line-height: 0.25rem;
    margin-bottom: 0.15rem;
  }
}

/* --------------------------------home_corporate_advantages----------------------------- */
.home_corporate_advantages {
  background: linear-gradient(180deg, #f8fffd 0%, rgba(248, 255, 253, 0) 100%);
  padding: 0.6rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hca_infobox {
}

.hca_topbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  align-items: center;
}
.hca_t_leftbox {
  width: 70%;
}
.hca_t_leftbox h3 {
  font-family: "Poppins";
  font-size: 0.2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  color: #666666;
}
.hca_t_leftbox h4 {
  font-family: "Poppins";
  font-size: 0.4rem;
  font-weight: 450;
  color: var(--i_color);
}
.hca_t_rightbox {
  width: 30%;
  text-align: right;
}
.hca_t_rightbox h3 {
  font-family: "Poppins";
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
}
.hca_t_rightbox h4 {
  color: var(--i_color);
  font-family: "Poppins";
  font-size: 0.2rem;
  font-weight: 500;
}
.hca_des {
}
.hca_des {
  margin-top: 0.3rem;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.28rem;
}
.hca_des a {
  text-decoration: underline;
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .hca_t_leftbox h4 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 560px) {
  .home_corporate_advantages {
    padding-bottom: 0;
  }
  .hca_t_leftbox {
    width: 100%;
  }
  .hca_t_rightbox {
    width: auto;
  }
  .hca_t_leftbox h4 {
    font-size: 0.2rem;
  }
}

/* -------------------------Product Classification Introduction--------------------------- */
.product_classification_introduction {
  padding: 0.6rem 0;
  overflow: hidden;
}

.pci_maxbox {
}

.pci_toptitle {
  text-align: center;
}

.pci_toptitle h3 {
  font-size: 0.4rem;
  font-weight: 500;
  color: #047054;
  margin-bottom: 0.2rem;
}
.pci_toptitle h4 {
  font-family: "Poppins";
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.26rem;
  margin-bottom: 0.2rem;
}
.home_advantage_btn {
  display: flex;
  justify-content: center;
}
.home_advantage_btn a:hover span b {
  text-decoration: underline;
  text-underline-offset: 0.08rem;
}

.pci_contain {
  padding: 1rem 0 0.6rem 0;
}
.pci_contain ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 2%;
}

.pci_contain ul li {
  padding-bottom: 0.2rem;
  width: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.pci_contain ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 60%;
  background: #f0f4f2;
  border-radius: 10px;
  z-index: -1;
}

.pci_info_span {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 72%;
  margin-bottom: 0.1rem;
  top: 0;
  transition: all 0.5s ease;
}
.pci_info_span::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pci_info_span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.pci_contain ul li .pci_btnDiv {
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 0.1rem;
  transition: all 0.5s ease;
}
.pci_contain ul li .i_more {
  margin-left: auto;
  margin-right: auto;
}

.pci_contain ul li h3 {
  font-family: "Poppins";
  font-size: 0.24rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.16rem;
  position: relative;
  top: 0;
  transition: all 0.5s ease;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.pci_contain ul li h4 {
  font-family: "Poppins";
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #666666;
  text-align: center;
  margin-bottom: 0.6rem;
  position: relative;
  top: 0;
  transition: all 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 显示三行 */
  overflow: hidden;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 561px) {
  .pci_contain ul li:hover::before {
    height: 90%;
    background: url("static/imgs/home_product_hoverBg.webp") center;
    background-size: cover;
  }
  .pci_contain ul li:hover .pci_info_span {
    top: -0.7rem;
  }
  .pci_contain ul li:hover .pci_info_span img {
    width: 100%;
    height: 100%;
  }
  .pci_contain ul li:hover h3 {
    color: #fff;
    transform: scale(1.05, 1.05);
    margin-bottom: 0rem;
    top: -0.5rem;
  }
  .pci_contain ul li:hover h4 {
    color: #fff;
    top: -0.3rem;
  }
  .pci_contain ul li:hover .pci_btnDiv {
    top: -0.3rem;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1024px) {
  .pci_toptitle h3 {
    font-size: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .pci_toptitle h4 {
    font-size: 0.16rem;
  }
  .pci_contain ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2%;
  }

  .pci_contain ul li {
    padding-bottom: 0.2rem;
    width: calc((100% - 2%) / 2);
    position: relative;
    cursor: pointer;
    text-align: center;
  }
  .pci_contain ul li h4 {
    margin-bottom: 1rem;
  }
  .pci_contain ul li .pci_btnDiv {
    opacity: 1;
  }
}
@media screen and (max-width: 560px) {
  .pci_contain {
    padding: 0.3rem 0;
  }
  .pci_toptitle h3 {
    font-size: 0.2rem;
  }
  .product_classification_introduction {
    padding: 0.3rem 0;
  }

  .pci_contain ul li::before {
    height: 90%;
    background: url("static/imgs/home_product_hoverBg.webp") center;
    background-size: cover;
  }
  .pci_contain ul li h3,
  .pci_contain ul li h4 {
    color: #fff;
  }

  .pci_contain ul li .pci_btnDiv {
    top: -10%;
    visibility: visible;
  }
}
@media screen and (max-width: 425px) {
  .pci_contain ul li {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .pci_toptitle h4 {
    font-size: 0.14rem;
  }
}

/* -----------------------overseas_customer_distribution---------------- */
.overseas_customer_distribution {
}
.ocd_maxbox {
  overflow: hidden;
}

.ocd_picbox {
  background: url(static/imgs/home_overseas_bg.webp) no-repeat center/cover;
  padding-bottom: 10%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.ocd_picbox span {
  position: relative;
}
.ocd_picbox span::before {
  display: block;
  content: "";
  padding-bottom: 41%;
}
.ocd_picbox span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ocd_public_card {
  background: rgba(4, 112, 84, 0.6);
  padding: 0.1rem 0.19rem;
  border-radius: 0.08rem;
  text-align: center;
  display: none;
}
.ocd_public_card h3 {
  font-family: "Poppins";
  font-size: 0.16rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0.1rem;
}
.ocd_public_card h4 {
  font-family: "Poppins";
  font-size: 0.14rem;
  color: #333333;
}

.country_spain {
  position: absolute;
  top: 9%;
  left: 17%;
}
.country_TM {
  position: absolute;
  top: 40%;
  left: 34%;
}
.country_littleSun {
  position: absolute;
  top: 22%;
  left: 47%;
}
.ocd_infobox {
  position: relative;
  padding: 0 3.4%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0.12rem;
  margin-top: -14%;
  z-index: 2;
}
.ocd_title {
  padding-bottom: 0.5rem;
  box-sizing: border-box;
  text-align: center;
}
.ocd_title h3 {
  font-family: "Poppins";
  font-size: 0.4rem;
  font-weight: 500;
  color: #047054;
}
.ocd_info {
  padding: 0.4rem 0;
}
.ocd_info ul {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem 0.2rem;
}
.ocd_info ul li {
  width: calc((100% - 0.6rem) / 4);
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: start;
  justify-content: flex-start;
}
.ocd_info ul li h3 {
  font-family: "Poppins";
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
}
.ocd_info ul li h4 {
  font-family: "Poppins";
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.27rem;
}

@media screen and (max-width: 1024px) {
  .ocd_title {
    padding-bottom: 0.3rem;
  }
  .ocd_title h3 {
    font-size: 0.35rem;
  }
  .ocd_info ul li {
    width: calc((100% - 0.4rem) / 3);
  }
  .ocd_info ul li h4 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .ocd_public_card h3 {
    font-size: 0.14rem;
    margin-bottom: 0.05rem;
  }
  .ocd_public_card h4 {
    font-size: 0.12rem;
  }

  .country_spain {
    position: absolute;
    top: 9%;
    left: 10%;
  }
  .country_TM {
    position: absolute;
    top: 40%;
    left: 30%;
  }
  .country_littleSun {
    position: absolute;
    top: 20%;
    left: 47%;
  }
  .ocd_title h3 {
    font-size: 0.3rem;
  }
  .ocd_info {
    padding: 0.2rem 0;
  }
  .ocd_info ul li h4 {
    font-size: 0.14rem;
    line-height: 0.22rem;
  }
}
@media screen and (max-width: 560px) {
  .ocd_title h3 {
    font-size: 0.2rem;
  }
  .ocd_info ul li h3 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 425px) {
  .ocd_infobox {
    margin-top: 0;
  }
  .ocd_public_card h3 {
    font-size: 0.12rem;
  }
  .ocd_public_card h4 {
    font-size: 0.1rem;
  }
  .country_spain {
    position: absolute;
    top: 9%;
    left: 2%;
  }
  .country_TM {
    position: absolute;
    top: 40%;
    left: 20%;
  }
  .country_littleSun {
    position: absolute;
    top: 13%;
    left: 47%;
  }
  .ocd_info ul li {
    width: calc((100% - 0.2rem) / 2);
  }
}
@media screen and (max-width: 375px) {
  .ocd_title h3 {
    font-size: 0.24rem;
  }
  .ocd_info ul li h3 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 320px) {
  .country_spain {
    display: none;
  }
  .country_TM {
    display: none;
  }
  .country_littleSun {
    display: none;
  }
  .ocd_title h3 {
    font-size: 0.2rem;
  }
  .ocd_info ul li h3 {
    font-size: 0.18rem;
  }
}

/* --------------------------------Key Product Introduction-------------------------- */
.key_product_introduction {
  padding: 0.6rem 0;
}

.kpi_maxbox {
}

.kpi_contain {
  margin-top: 0.5rem;
}
.kpi_contain ul {
  display: flex;
  gap: 0.4rem;
}
.kpi_contain ul li {
  background: url(static/imgs/home_key_productBg.webp) no-repeat center/cover;
  width: calc((100% - 0.4rem) / 2);
  border-radius: 0.08rem;
  overflow: hidden;
}
.kpi_contain ul li a {
  display: flex;
}
.kpi_contain ul li .kpi_leftinfo {
  width: 55%;
  padding: 1.38rem 0 0.7rem 0.4rem;
  position: relative;
  z-index: 10;
}
.kpi_contain ul li .kpi_leftinfo h3 {
  font-family: "Poppins";
  font-size: 0.24rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0.25rem;
}
.kpi_contain ul li .kpi_leftinfo h4 {
  font-family: "Poppins";
  font-size: 0.18rem;
  line-height: 0.26rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kpi_btn {
  margin-top: 0.3rem;
}
.kpi_btn a {
  border: none !important;
}
.kpi_btn span {
  display: flex;
  align-items: center;
}
.kpi_btn span b {
  font-family: "Poppins";
  font-size: 0.2rem;
  font-weight: 500;
  color: #333333;
  margin-right: 0.1rem;
}
.kpi_btn i {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(static/imgs/more_btn_icon01.webp) no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(15%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(20%) contrast(100%);
}
.kpi_rightpic {
  width: 45%;
}
.kpi_rightpic span {
  position: relative;
  overflow: hidden;
}
.kpi_rightpic span::before {
  content: "";
  display: block;
  padding-bottom: 165%;
}
.kpi_rightpic span img {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  transform-origin: center center;
  transform: rotate(-10deg);
}

.kpi_contain ul li:hover .kpi_leftinfo h3 {
  color: #047054;
}

.kpi_contain ul li:hover .kpi_btn span b {
  color: #047054;
}
.kpi_contain ul li:hover .kpi_btn span i {
  filter: brightness(0) saturate(100%) invert(47%) sepia(61%) saturate(613%)
    hue-rotate(108deg) brightness(93%) contrast(90%);
}
.kpi_contain ul li:hover .kpi_rightpic span img {
  transform: scale(1.2) rotate(-10deg);
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.kpi_contain .i_more {
  padding: 0.06rem 0.32rem;
}

@media screen and (max-width: 1024px) {
  .kpi_contain ul li .kpi_leftinfo {
    width: 55%;
    padding: 0.5rem 0 0.5rem 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .kpi_contain ul li a {
    display: block;
    padding: 0.5rem 0.4rem;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .kpi_contain ul li .kpi_leftinfo {
    width: 100%;
    padding: 0;
    z-index: 2;
    position: relative;
  }
  .kpi_rightpic {
    position: absolute;
    right: 0;
    top: 40%;
    width: 50%;
    z-index: 1;
  }
}
@media screen and (max-width: 560px) {
  .kpi_contain ul li .kpi_leftinfo h3 {
    font-size: 0.16rem;
  }
  .kpi_contain ul li .kpi_leftinfo h4 {
    font-size: 0.14rem;
  }
  .kpi_rightpic span img {
    bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .kpi_contain ul {
    display: block;
  }
  .kpi_contain ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 320px) {
  .kpi_contain ul li .kpi_leftinfo h3 {
    font-size: 0.2rem;
  }
  .kpi_contain ul li .kpi_leftinfo h4 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}

/* --------------------------environment protection------------------ */
.environment_protection {
  position: relative;
}
.environment_protection::before {
  content: "";
  display: block;
  padding-bottom: 52.5%;
}
.environment_protection .bg_span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.environment_protection .bg_span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ep_maxbox {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
}
.ep_maxbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 1rem 0 0 0;
}

.ep_maxbox ul li {
  width: calc((100% - 0.4rem) / 2);
}
.ep_maxbox ul li h3 {
  font-family: "Poppins";
  font-size: 0.4rem;
  font-weight: 500;
  color: #ffffff;
  position: relative;
}

.ep_maxbox h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 0.04rem;
  background-color: #ffffff;
}
.ep_maxbox ul li h4,
.ep_maxbox ul li h5 {
  font-family: "Poppins";
  font-size: 0.18rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
  line-height: 0.26rem;
}

@media screen and (max-width: 1024px) {
  .ep_maxbox ul li h3 {
    font-size: 0.3rem;
  }
  .ep_maxbox ul li h4,
  .ep_maxbox ul li h5 {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
@media screen and (max-width: 768px) {
  .ep_maxbox ul {
    display: block;
  }
  .ep_maxbox ul li {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .ep_maxbox ul {
    padding: 0.5rem 0 0 0;
  }
  .ep_maxbox h3::after {
    display: none;
  }
  .environment_protection::before {
    padding-bottom: 68.5%;
  }
}
@media screen and (max-width: 425px) {
  .ep_maxbox ul {
    padding: 0.3rem 0 0 0;
  }
  .ep_maxbox ul li h3 {
    font-size: 0.2rem;
  }
  .environment_protection::before {
    padding-bottom: 135.5%;
  }
}
@media screen and (max-width: 375px) {
  .environment_protection::before {
    padding-bottom: 155.5%;
  }
}
@media screen and (max-width: 320px) {
  .ep_maxbox ul li h3 {
    font-size: 0.18rem;
  }
  .environment_protection::before {
    padding-bottom: 200%;
  }
  .ep_maxbox ul li h4,
  .ep_maxbox ul li h5 {
    font-size: 0.14rem;
    line-height: 0.23rem;
  }
}

/* --------------------home_news----------------- */
.home_news {
  padding: 0.9rem 0;
  overflow: hidden;
}

.hn_maxbox {
}
.hn_top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 0.48rem;
  gap: 0.2rem 0;
  box-sizing: border-box;
}
.hn_top_leftbox {
  width: 70%;
}
.hn_top_leftbox h3 {
  font-family: "Poppins";
  font-size: 0.4rem;
  font-weight: 500;
  color: var(--i_color);
  margin-bottom: 0.25rem;
}
.hn_top_leftbox h4 {
  font-family: "Poppins";
  font-size: 0.18rem;
  color: #666666;
}
.hn_top_rightbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hn_contain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: 0.3rem;
}
.hn_contain ul li {
  width: calc((100% - 1.2rem) / 3);
}
.hn_contain ul li h3 {
  font-family: "Poppins";
  font-size: 0.18rem;
  color: #666666;
  margin-bottom: 0.2rem;
}
.hn_contain ul li h4 {
  font-family: "Poppins";
  font-size: 0.24rem;
  font-weight: 600;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.hn_contain ul li .hn_img {
  position: relative;
  margin-bottom: 0.2rem;
}
.hn_contain ul li .hn_img::before {
  content: "";
  display: block;
  padding-bottom: 93.5%;
}
.hn_contain ul li .hn_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hn_btndiv {
  margin-top: 0.2rem;
}
.hn_color {
  border: none !important;
  padding: 0;
}
.hn_color span b {
  color: #333;
}
.hn_color span i {
  filter: brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%)
    hue-rotate(0deg) brightness(20%) contrast(100%);
}
.hn_contain ul li:hover h4 {
  color: var(--i_color);
}
.hn_contain ul li:hover .hn_color span b {
  color: var(--i_color);
}
.hn_contain ul li:hover .hn_color span i {
  filter: brightness(0) saturate(100%) invert(23%) sepia(79%) saturate(414%)
    hue-rotate(113deg) brightness(90%) contrast(95%);
}
.hn_color:hover {
  transform: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1024px) {
  .hn_top_leftbox {
    width: 100%;
  }
  .hn_contain ul li h3 {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .hn_contain ul li h4 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .hn_contain ul li {
    width: calc((100% - 0.6rem) / 2);
  }
  .hn_color span b {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 425px) {
  .home_news {
    padding: 0.4rem 0;
  }
  .hn_top_leftbox h3 {
    font-size: 0.2rem;
  }
  .hn_contain ul li h4 {
    font-size: 0.16rem;
  }
  .hn_contain ul li {
    width: 100%;
  }
}
