/*
Theme Name: Powerician
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: #0437ff;

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

  /* 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.6rem;
    --header_top_height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* 通用 */
.f450 {
  font-weight: 450;
}
.f550 {
  font-weight: 550;
}

/* button */
.btn_box {
  display: table;
  box-sizing: border-box;
  cursor: pointer;
}
.btn_a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.05rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 0.23rem;
  color: #fff;
  transition: all 0.4s ease;
}
.btn_a iconify-icon {
  font-size: 0.3rem;
  margin-left: 0.16rem;
}
.btn_a:hover {
  border-color: var(--i_color);
  color: #fff;
  background-color: var(--i_color);
}

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

.btn_bcolor {
  background-color: var(--i_color);
  border-color: var(--i_color);
}
.btn_bcolor:hover {
  background-color: transparent;
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .btn_a {
    padding: 0.06rem 0.15rem;
  }
  .btn_a p {
    font-size: 0.16rem;
  }
  .btn_a iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_a {
    padding: 0.03rem 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .btn_a p {
    font-size: 0.12rem;
  }
  .btn_a iconify-icon {
    font-size: 0.16rem;
    margin-left: 0.1rem;
  }
}

/* --- --- */

.wrap {
  width: 94vw;
  max-width: 1600px;
  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;
}

.wrap_left {
  padding-left: 10.9375%;
  box-sizing: border-box;
}
.wrap_right {
  padding-right: 10.9375%;
  box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
  .wrap_left {
    padding-left: 10%;
  }
  .wrap_right {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1440px) {
  .wrap_left {
    padding-left: 6%;
  }
  .wrap_right {
    padding-right: 6%;
  }
}
@media screen and (max-width: 1366px) {
  .wrap_left {
    padding-left: 3%;
  }
  .wrap_right {
    padding-right: 3%;
  }
}

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

/* header */

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 2026;
  transition: all 0.6s ease;
}

.fixedHeader {
  background: #050608;
}
.Inner_pages_header {
  height: var(--header_height);
}

@media screen and (max-width: 1024px) {
  header {
    background: #050608;
  }
  .Inner_pages_header {
    display: none;
  }
}

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

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

  .i_nav > li {
    position: relative;
  }

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

  .i_nav > li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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 {
    right: initial;
    left: 0;
    width: 100%;
  }
  .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 > li.active > a {
  }

  .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;
  }
  .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 a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    margin-left: 0.4rem;
    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 {
  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.22rem;
  }
  .top_r {
    margin-left: auto;
    gap: 0 20px;
  }
}

.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: rgba(255, 255, 255, 0.2);
}
.top_search_ico iconify-icon {
  font-size: var(--size);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_search_ico.on iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .top_search_ico::before {
    display: none;
  }
}

.top_language {
  position: relative;
  display: flex;
  align-items: center;
}
.top_language iconify-icon {
  font-size: var(--size);
  color: #fff;
}

.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::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: 450;
  color: #fff;
  margin-left: 0.1rem;
}
.top_language_btn.on p {
}

.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 p,
  .top_language_btn::before {
    display: none;
  }
  .top_language_btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* search */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: calc(var(--header_height) + 0.3rem);
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  border-top: 1px solid rgb(0 0 0 / 10%);
  background: #fff;
  -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;
  -webkit-border-radius: 2rem;
  border-radius: 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 form {
    width: 94%;
  }
}

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

/* banner */
.i_banner {
}

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

/* -------------------------- */
.i_banner-prev,
.i_banner-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;
  transition: all 0.3s ease;
}
.i_banner-prev {
  left: 0;
}
.i_banner-next {
  right: 0;
}
.i_banner-prev iconify-icon,
.i_banner-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.i_banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_banner-prev:hover,
.i_banner-next:hover {
  background: var(--i_color);
}

/* -------------------------- */
.i_banner-pagination {
  margin-top: 0.3rem;
  text-align: center;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
}
.i_banner-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.i_banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.ib01 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ib01::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 49.64%;
}
.ib01::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none !important;
}
.ib01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.ib01_txt {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 0);
  box-sizing: border-box;
  z-index: 10;
}

.ib01_txtBox {
  position: relative;
  padding-left: 0.4rem;
}
.ib01_txtBox::before {
  width: 11.3%;
  height: 74.5%;
  border-radius: 5px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -13%;
  background: linear-gradient(180deg, #0437ff 0%, rgba(4, 55, 255, 0) 100%);
  z-index: -1;
}

.ib01_txt h2 {
  font-size: 0.72rem;
  position: relative;
}
.ib01_txt h2::before {
  content: "";
  display: block;
  width: 9%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1366px) {
  .ib01_txt h2 {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .ib01_txt h2 {
    font-size: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .ib01_txt {
    top: 15%;
  }
  .ib01_txtBox::before,
  .i_banner-prev,
  .i_banner-next {
    display: none;
  }
  .ib01_txtBox {
    padding-left: 0;
  }

  .ib01_txt h2 {
    font-size: 0.32rem;
  }
  .ib01_txt h3 {
    margin: 0.15rem 0;
  }
}
@media screen and (max-width: 560px) {
  .ib01_txt {
    top: 10%;
  }
  .ib01_txt h2 {
    font-size: 0.2rem;
  }
  .ib01_txt h3 {
    margin: 0;
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }
  .ib01_txt h4 {
    font-size: 0.16rem;
  }
  .ib01_txt .btn_box {
    margin-top: 0.1rem;
  }
}

/* footer */

footer {
}

.footer_top {
  background: url(https://lingjuimg.com/wp-content/uploads/guangye/2026/03/footer_top.webp)
    no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

.ft_left {
  width: 50.25%;
}

.footer_top .wrap {
  gap: 0.25rem 0;
}

.ft_left h3 {
  margin-bottom: 0.12rem;
}

.footer_top .btn_bcolor:hover {
  background-color: #fff;
  color: var(--i_color);
  border-color: #fff;
}

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

.ft_list li {
  width: 18.4%;
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
}
.ft_list li::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.ft_list li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.footer_content {
  background: url(https://lingjuimg.com/wp-content/uploads/guangye/2026/03/footer_content.webp)
    no-repeat center;
  background-size: cover;
}

.fc_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.fm_a {
  width: 25%;
}

.fm_connect {
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
}

.fm_connect li {
  display: flex;
  gap: 0 8px;
}

.fm_connect iconify-icon {
  color: #fff;
  font-size: 0.2rem;
  margin-top: 2px;
}

.fm_connect span,
.fm_connect a {
  color: #fff;
  font-size: 0.18rem;
  transition: all 0.3s ease;
}
.fm_connect a:hover {
  color: var(--i_color);
}

.fm_b {
}

.fm_b ul,
.fm_c ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
}

.fm_b a,
.fm_c a {
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.3s ease;
}
.fm_b a:hover,
.fm_c a:hover {
  color: var(--i_color);
}

.fm_a,
.fm_b,
.fm_c {
  position: relative;
  z-index: 2;
}

.fm_d {
  width: 25%;
}

.fm_d > a {
  width: 89%;
  display: block;
}
.fm_d > a img {
  width: 100%;
  object-fit: contain;
}

.fMedia {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.08rem;
}
.fMedia li {
  transition: all 0.5s ease;
}
.fMedia a {
  display: block;
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  transition: all 0.3s ease;
}
.fMedia iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
  transition: all 0.3s ease;
}
.fMedia li:hover a {
  background: #fff;
  border-color: #fff;
}
.fMedia li:hover a iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .fm_a,
  .fm_d {
    width: 100%;
  }
  .fm_b,
  .fm_c {
    display: none;
  }
  .fm_d {
    order: -1;
  }
  .fm_d > a {
    width: 30%;
  }
  .fm_d p {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .fm_d > a {
    width: 50%;
  }
  .fMedia {
    gap: 0 20px;
  }
  .fMedia a {
    width: 34px;
    height: 34px;
  }
  .fMedia iconify-icon {
    font-size: 18px;
  }

  .fm_connect {
    gap: 0.15rem 0;
  }
  .fm_connect span,
  .fm_connect a {
    font-size: 0.16rem;
  }
}

.f_cr {
  border-top: 1px solid #424243;
}
.f_cr p,
.f_cr a {
  font-size: 16px;
  color: rgb(255, 255, 255, 0.7);
  line-height: 1.5;
  transition: all 0.3s ease;
}
.f_cr a:hover {
  text-decoration: underline;
}

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

/* 产品类别 */
.Product_Category {
}

.pc_options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0;
  border-top: 1px solid rgba(55, 52, 52, 0.24);
}

.pc_options li {
  width: 33.33%;
  box-sizing: border-box;
  padding-top: 0.24rem;
  position: relative;
  cursor: pointer;
}
.pc_options li::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--i_color);
  position: absolute;
  right: 0;
  top: -2px;
  transition: all 0.4s ease;
}

.pc_options li:hover::before,
.pc_options li.active::before {
  right: auto;
  left: 0;
  width: 100%;
}
.pc_options li.active {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .pc_options li {
    padding-top: 0.1rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .pc_options li {
    font-size: 0.12rem;
  }
}

.pc_boxs {
}

.pc_list {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.29rem 1%;
}
.pc_list.active {
  display: flex;
}

.product_item {
  width: 24.25%;
  box-sizing: border-box;
}

.product_item a {
  display: block;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 0.12rem 0.12rem 0.3rem 0.12rem;
}

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

.product_item .btn_box {
  width: 90%;
}
.product_item .btn_a {
  justify-content: center;
}

.product_item:hover .pi_pic img {
  transform: scale(1.1);
}
.product_item:hover h3 {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pc_list {
    gap: 0.2rem 2%;
  }
  .product_item {
    width: 32%;
  }
}
@media screen and (max-width: 560px) {
  .pc_list {
    gap: 0.05rem 2%;
  }
  .product_item {
    width: 49%;
  }
  .product_item h3 {
    font-size: 0.14rem;
    margin: 0.1rem 0;
  }
}

/* 关于公司 */
.About_Company {
  position: relative;
  overflow: hidden;
}

.ac_bg {
  width: 54%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ac_top {
  display: flex;
  align-items: center;
  gap: 0 0.26rem;
}

.ac_top i {
  display: block;
  width: 19%;
  height: 4px;
  background: linear-gradient(270deg, #0437ff 0%, rgba(4, 55, 255, 0) 100%);
}

.ac_top img {
  width: 27%;
}

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

.acc_left {
  width: 46.75%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.acc_left::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67.6%;
}
.acc_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.v_btn {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.v_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  animation: pulseAnimation 3s infinite;
  z-index: -1;
}
@keyframes pulseAnimation {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 136%;
    height: 136%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

.v_btn iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .v_btn iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .product_item a {
    padding: 0.1rem;
  }
  .v_btn {
    width: 0.4rem;
    height: 0.4rem;
  }
  .v_btn iconify-icon {
    font-size: 0.18rem;
  }
}

.acc_right {
  width: 49.5%;
}

.acc_right_txt {
}

.acc_right_txt span {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acc_right_txt a {
  cursor: pointer;
}

.acc_right_list {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 4%;
}

.acc_right_list li {
  width: 48%;
  position: relative;
}
.acc_right_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 68%;
}
.acc_right_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .acc_left,
  .acc_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ac_top {
    gap: 0 0.1rem;
  }
  .ac_top i {
    height: 2px;
  }
  .ac_top img {
    width: 50%;
  }
}

/* 数据宣传 */
.Data_promotion {
  background-color: #f4f4f4;
}

.dataList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

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

.data_num {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .dataList li {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .data_num h3 {
    font-size: 0.18rem;
  }
  .data_num b {
    font-size: 0.16rem;
  }
  .dataList p {
    font-size: 0.12rem;
  }
}

/* 解决方案 */
.i_Solution {
  background: url(https://lingjuimg.com/wp-content/uploads/guangye/2026/03/i_Solution.webp)
    no-repeat center;
  padding-bottom: 1.4rem;
  overflow: hidden;
}

.i_Solution .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
}

.is_left {
  width: 76.5%;
}

.is_left p {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1200px) {
  .i_Solution {
    padding: 0.4rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .is_left {
    width: 100%;
  }
  .is_left span {
    font-size: 0.16rem;
  }
  .i_Solution .btn_box {
    margin-top: 0;
  }
}

.i_Solution_content {
  margin-top: -5%;
}

.i_Solution_list {
  position: relative;
  overflow: hidden;
}
.i_Solution_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_Solution_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.isl_left {
  width: 45.5%;
  margin-bottom: 4%;
}

.isl_left h2 {
  position: relative;
}
.isl_left h2::before {
  content: "";
  display: block;
  width: 17%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.isl_left span {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.isl_right {
  width: 50%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.isl_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 65%;
}
.isl_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

/* -------------------------- */
.i_Solution-prev,
.i_Solution-next {
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.i_Solution-prev {
}
.i_Solution-next {
}
.i_Solution-prev iconify-icon,
.i_Solution-next iconify-icon {
  font-size: 0.24rem;
  color: #333;
}
.i_Solution_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_Solution-prev:hover,
.i_Solution-next:hover {
  border-color: var(--i_color);
}
.i_Solution-prev:hover iconify-icon,
.i_Solution-next:hover iconify-icon {
  color: var(--i_color);
}

/* -------------------------- */
.i_Solution-pagination {
  display: block;
  text-align: center;
}
.i_Solution-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #cacaca;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}
.i_Solution-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.i_Solution-pagination .swiper-pagination-bullet-active {
  border-radius: 1px;
  background: var(--i_color);
}
.i_Solution-pagination .swiper-pagination-bullet-active::before {
  border-color: var(--i_color);
}

.i_Solution_switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.4rem;
}

@media screen and (max-width: 1200px) {
  .i_Solution_content {
    margin-top: 0.4rem;
  }
  .i_Solution_list .swiper-slide {
    align-items: center;
  }
  .isl_left {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .i_Solution-prev,
  .i_Solution-next {
    width: 0.4rem;
    height: 0.4rem;
  }
  .i_Solution_switch {
    gap: 0 0.2rem;
  }
  .i_Solution-prev iconify-icon,
  .i_Solution-next iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .isl_left,
  .isl_right {
    width: 100%;
  }

  .i_Solution-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
  .i_Solution-pagination .swiper-pagination-bullet::before {
    width: 0.12rem;
    height: 0.12rem;
  }
}

/* 提供服务 */
.Provide_services {
  background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  overflow: hidden;
}

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

.psb_left {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.psb_left::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 83%;
}
.psb_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.psb_right {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 0.19rem 0;
}

.psb_right li {
  box-sizing: border-box;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #d8d8d8;
}

.ps_name {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
}

.psb_right li:hover p,
.psb_right li:hover span {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .psb_left,
  .psb_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ps_name {
    margin-bottom: 0.1rem;
  }
  .psb_right li {
    padding-bottom: 0.1rem;
  }
  .ps_name img {
    width: 0.25rem;
  }
  .ps_name p {
    font-size: 0.16rem;
  }
}

/* 选择我们 */
.Choose_us {
}

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

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

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

.cl_icon {
  width: 12.5%;
  display: block;
  transition: all 0.4s ease;
}

.Choose_list li:hover .cl_pic img {
  transform: scale(1.1);
}
.Choose_list li:hover .cl_icon {
  transform: scaleX(-1);
}
.Choose_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Choose_list li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .cl_icon {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .Choose_list li {
    width: 100%;
  }
  .cl_icon {
    width: 0.3rem;
    margin: 0.12rem 0;
  }
  .Choose_list p {
    font-size: 0.14rem;
  }
}

/* 公司新闻 */
.i_new {
}

.ci_top {
  gap: 0.2rem 0;
}

.ci_top .title_box {
  width: 60%;
}

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

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

.in_pinned {
  width: 26.25%;
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fdfcfa;
  padding: 0.24rem;
}

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

.inp_time {
}

.inp_info h3 {
  margin: 0.16rem 0;
}

.inp_more {
  width: 0.3rem;
  height: 0.3rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #333333;
  color: #333;
}

.inp_more iconify-icon {
  font-size: 0.18rem;
}

.in_pinned:hover .inp_img img {
  transform: scale(1.1);
}
.in_pinned:hover .inp_info h3 {
  color: var(--i_color);
}
.in_pinned:hover .inp_more {
  border-color: var(--i_color);
  color: var(--i_color);
}

@media screen and (min-width: 561px) {
  .ci_content .in_pinned:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.in_list {
  width: 44.5%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.22rem 0;
}

.in_list a {
  display: flex;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.24rem;
  background: #fdfcfa;
  border: 1px solid #f1f1f1;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  align-items: center;
  justify-content: space-between;
}

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

.inl_info {
  width: 65.57%;
}

.inl_info h4 {
  margin-bottom: 0.15rem;
}

.in_list li:hover .inl_img img {
  transform: scale(1.1);
}
.in_list li:hover .inl_info h4 {
  color: var(--i_color);
}
.in_list li:hover .inp_more {
  border-color: var(--i_color);
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .inl_info h4 {
    margin: 0.1rem 0;
  }
  .in_list .inp_more {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .in_pinned {
    width: 49.25%;
  }
  .in_list {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .in_pinned {
    width: 100%;
    padding: 0.2rem;
  }
  .in_list a {
    padding: 0.2rem;
  }
  .inl_img,
  .inl_info {
    width: 100%;
  }
  .inl_img::before {
    padding-bottom: 69%;
  }
}

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

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

@media screen and (max-width: 1366px) {
  .banner__text h2 {
    font-size: 0.64rem;
  }
}
@media screen and (max-width: 1200px) {
  .banner__text h2 {
    font-size: 0.56rem;
  }
}
@media screen and (max-width: 768px) {
  .banner__text h2 {
    font-size: 0.48rem;
  }
}
@media screen and (max-width: 560px) {
  .banner__text h2 {
    font-size: 0.24rem;
  }
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #ededed;
  position: relative;
}
.in_position .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 16px;
  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: 16px;
  height: 16px;
  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;
  }
}

/* -------------------------  产品列表页面 */

.catList_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
}

.catList_aside {
  width: 20%;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}

.catList_show {
  width: 76%;
}

@media screen and (max-width: 1024px) {
  .catList_aside {
    width: 100%;
    padding-right: 0;
    background: none;
  }

  .catList_show {
    width: 100%;
  }
}

.cat_nav {
  position: relative;
}
.cat_nav_tit {
  box-sizing: border-box;
  padding: 0.17rem 0.37rem;
  border-radius: 4px;
  background-color: var(--i_color);
}
.cat_nav_tit h4 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
  display: flex;
  flex-direction: column;
  gap: 0.16rem 0;
}
.cat_nav_list li {
  position: relative;
}

.cat_fold_tit {
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.cat_fold_tit a {
  padding: 0.14rem 0;
  width: 100%;
  font-size: 0.18rem;
  font-weight: bold;
}
.cat_fold_tit iconify-icon {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.24rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_tit a:hover,
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: var(--i_color);
}
.active .cat_fold_tit {
  background: #f4f4f4;
}
.active .cat_fold_tit a {
  color: var(--i_color);
}
.active .cat_fold_tit iconify-icon {
  color: var(--i_color);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  padding: 0.1rem 0.2rem;
}
.cat_fold_sub a {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub a:hover::before,
.cat_fold_sub .active a::before {
  width: 0.12rem;
}
.cat_fold_sub a:hover,
.cat_fold_sub .active a {
  padding-left: 0.2rem;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .cat_nav {
    width: 100%;
    padding: 0 0;
    background: none;
  }
  .cat_nav_tit {
    padding: 14px 28px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    background: var(--i_color);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 0;
  }
  .cat_nav_tit h4 {
    font-size: 20px;
    color: #fff;
  }
  .cat_nav_tit iconify-icon {
    display: block;
    margin-left: auto;
    font-size: 26px;
    color: #fff;
  }

  .active .cat_fold_tit {
    background: none;
  }
  .active .cat_fold_tit a {
    color: var(--i_color);
  }
  .active .cat_fold_tit iconify-icon {
    color: var(--i_color);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .cat_fold_sub {
    padding: 0 20px;
  }

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 0.3rem;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .cat_nav_list li {
    border-top: none;
    border-bottom: 1px solid rgb(0 88 167 / 10%);
  }
  .cat_nav_list li.active {
    border-color: rgb(0 88 167 / 10%);
  }
  .cat_fold_tit {
    background: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 0;
  }
  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }
  .cat_fold_sub p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cat_nav_tit {
    padding: 12px 20px;
  }
  .cat_nav_tit h4 {
    font-size: 18px;
  }
  .cat_nav_tit iconify-icon {
    font-size: 22px;
  }

  .cat_nav_list {
    padding: 0.1rem 0.1rem;
  }
  .cat_fold_tit a {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .cat_nav_tit h4 {
    font-size: 16px;
  }

  .cat_fold_tit a {
    font-size: 15px;
  }
  .cat_fold_tit iconify-icon {
    font-size: 22px;
  }
  .cat_fold_sub a {
    font-size: 14px;
  }
}

.catSide_contact {
  padding: 0.4rem 0.26rem;
  background-size: cover;
  border-radius: 6px;
  background: url(https://lingjuimg.com/wp-content/uploads/guangye/2026/03/catside-contact-bg.webp)
    no-repeat center;
  background-size: cover;
}

.catSide_contact > h3 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.catSide_contact > h6 {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
}

.catSide_contact ul {
}
.catSide_contact li {
  margin: 0.2rem 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.12rem;
}
.catSide_contact li i {
  flex-shrink: 0;
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background: var(--i_color);
  border-radius: 50%;
  position: relative;
}
.catSide_contact li iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.catSide_contact a {
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.4s ease;
}
.catSide_contact a:hover {
  color: var(--i_color);
}

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

.cat_info {
}

.cat_info > span {
  display: block;
  margin-top: 0.24rem;
  color: #666;
}

.cat_info .pc_list {
  display: flex;
}

.cat_info .pc_list .product_item {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .cat_info .pc_list .product_item {
    width: 49%;
  }
}

/* -------------------------  产品详情页面 */

/* 头部简述信息 */

.p_data {
  overflow: hidden;
}
.p_data .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}

/* atlas */
.p_atlas {
  flex-shrink: 0;
  width: 41.25%;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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 #e5e5e5;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  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.36rem;
  color: #444;
}
.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;
  bottom: 0.1rem;
  right: 0.1rem;
  text-align: center;
  padding: 2px 6px;
  z-index: 2;
  display: none;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 14px;
  color: #fff;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: var(--i_color);
}

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

  .thumbnail-pagination {
    display: block;
  }
}
@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 {
  margin-left: auto;
  width: 100%;
}

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

.p_des {
  border-bottom: 1px solid #e5e5e5;
}
.p_des article {
  font-size: 0.18rem;
  line-height: 1.7;
}

/* 优势展示 */
.Advantages_Showcase {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 3%;
}

.Advantages_Showcase li {
  width: 31.33%;
  box-sizing: border-box;
  border-radius: 4px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 0.2rem;
}

.Advantages_Showcase img {
  width: 17.21%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .Advantages_Showcase p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .Advantages_Showcase {
    gap: 0.1rem 3%;
  }
  .Advantages_Showcase li {
    width: 48.5%;
  }
  .Advantages_Showcase p {
    font-size: 0.12rem;
  }
}

.pd_operate {
  gap: 0.2rem 0;
}

.p_btn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4rem;
}

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

  .p_btn {
    gap: 0 20px;
  }

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

/* 产品详情 */
.Product_Details {
}

.Product_Details .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.details_info {
  width: 76.13%;
}

.Product_Details_tit {
  background-color: #f3f3f3;
}

.Product_Details_tit i {
  display: block;
  width: max-content;
  padding: 0.12rem 0.8rem;
  background-color: #fff;
  position: relative;
  color: var(--i_color);
}

.Product_Details_tit i::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
}

.Product_Details_tit i::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

/* FAQ */
.serFAQ_list {
}

ul.serFAQ_list {
  display: flex;
  flex-direction: column;
  gap: 0.24rem 0;
}
.serFAQ_list li {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.29rem 0.24rem;
  display: flex;
  gap: 0 4px;
}

.serFAQ_list .faq_icon {
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.24rem;
  color: var(--i_color);
  transition: all 0.4s ease;
}

.serFAQ_list li.active .faq_icon {
  transform: rotate(90deg);
}

.serFAQ_list .tit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  cursor: pointer;
}

.serFAQ_list .tit p {
  font-size: 0.24rem;
  font-weight: bold;
}

.serFAQ_list .txt {
  padding-top: 0.24rem;
  display: none;
}
.serFAQ_list .txt_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

.serFAQ_list .txt article {
  color: #666;
  font-size: 0.18rem;
  line-height: 1.6;
}

.serFAQ_list li.active .tit {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  ul.serFAQ_list {
    gap: 0.2rem 0;
  }
  .serFAQ_list li {
    padding: 0.2rem;
  }
  .serFAQ_list .tit p {
    font-size: 16px;
    line-height: 1.5;
  }
  .serFAQ_list .txt article {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  ul.serFAQ_list {
    gap: 0.1rem 0;
  }
  .serFAQ_list li {
    padding: 0.1rem;
  }
  .serFAQ_list .faq_icon {
    font-size: 0.18rem;
  }
  .serFAQ_list .txt {
    padding-top: 0.1rem;
  }

  .serFAQ_list .tit p {
    font-size: 15px;
  }

  .serFAQ_list .tit em,
  .serFAQ_list .active .tit em {
    background-size: 20px;
  }
}

/* tags+view_other */
.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: bold;
}
.p_tags a {
  display: block;
  padding: 0.06rem 0.2rem;
  margin-right: 0.16rem;
  font-size: 0.16rem;
  color: var(--i_color);
  background: #fff;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.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.3rem;
  color: #333;
}
.p_view_other p {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
}

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

@media screen and (max-width: 1024px) {
  .p_view_other p {
    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 {
    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;
  }
}

/* 相关产品 */
.Related_products {
}

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

/* -------------------------  解决方案列表页面 */
.solutions_content {
  background-color: #f7f7f7;
}

.options_list {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem 0;
}

.options_list a {
  display: block;
  box-sizing: border-box;
  padding: 0 0.8rem;
  border-right: 2px solid rgba(51, 51, 51, 0.24);
}

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

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

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

@media screen and (max-width: 1024px) {
  .options_list a {
    font-size: 0.16rem;
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .options_list {
    padding-bottom: 0.1rem;
    gap: 0.1rem 0.25rem;
  }
  .options_list a {
    font-size: 0.14rem;
    padding: 0;
    border: none;
  }
}

.solutions_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2%;
}

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

.solutions_show {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.2rem 0.2rem 0 0;
  box-sizing: border-box;
  padding: 0.24rem 0.24rem 0.3rem 0.24rem;
  transition: all 0.4s ease;
  opacity: 1;
}

.solutions_mask {
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5%;
  border-radius: 0.2rem 0.2rem 0 0;
  box-sizing: border-box;
  padding: 0.24rem 0.24rem 0.3rem 0.24rem;
  transition: all 0.4s ease;
  opacity: 0;
}

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

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

.solutions_item:hover .solutions_show {
  bottom: -5%;
  opacity: 0;
}

.solutions_item:hover .solutions_mask {
  bottom: 0;
  opacity: 1;
}

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

@media screen and (max-width: 1024px) {
  .solutions_list {
    gap: 0.2rem 2%;
  }
  .solutions_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .solutions_show {
    display: none;
  }
  .solutions_mask {
    opacity: 1;
    bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .solutions_item {
    width: 100%;
  }
  .solutions_mask h6 {
    margin: 0.1rem 0;
  }
}

/* -------------------------  解决方案详情页面 */
.solutions_info {
}

/* 应用场景 */
.Application_scenarios {
}

.Application_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2.33%;
}

.Application_item {
  width: 23.25%;
}

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

.Application_item:hover img {
  transform: scale(1.1);
}
.Application_item:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .Application_list {
    gap: 0.2rem 2.33%;
  }
  .Application_item {
    width: 48.83%;
  }
}
@media screen and (max-width: 560px) {
  .Application_list {
    gap: 0.1rem 2.33%;
  }
  .Application_item p {
    margin-top: 0.1rem;
  }
}

/* 表单 */
.physiology_form {
  background: #f7f7f7;
  overflow: hidden;
}

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

.pf_left {
  width: 52.5%;
}

.pf_left h2 {
  font-weight: 550;
  margin-top: 0.2rem;
  border-bottom: 1px dashed #d8d8d8;
}

.pfl_list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem 0;
}

.pfl_list li {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
}

.pfl_list li::before {
  content: "";
  display: block;
  width: 0.48rem;
  height: 2px;
  background-color: #333;
}

.contact__media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.contact__media dt {
}
.contact__media a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s ease;
}
.contact__media iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.22rem;
  color: #333;
}

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

.pf_right {
  width: 38%;
}

.pf_formBox {
}

#wpforms-140 {
  --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-140 {
  margin: 0;
  padding: 0;
}
#wpforms-form-140 {
  width: 100%;
  position: relative;
}

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

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

#wpforms-140 .wpforms-field-container .wpforms-field > input,
#wpforms-140 .wpforms-field-container textarea {
  border-bottom: 1px solid #bbbbbb;
  border-radius: 0;
  background-color: transparent;
}
#wpforms-140 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

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

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

#wpforms-140 .wpforms-submit-container {
  width: 100%;
  padding: 0 0;
}
#wpforms-140 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
}
#wpforms-140 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-140 .wpforms-submit-container button:hover {
  background: #000;
}

@media screen and (max-width: 1024px) {
  .pf_left,
  .pf_right {
    width: 100%;
  }
  .pfl_list {
    gap: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .pfl_list {
    gap: 0.12rem 0;
    margin-top: 0.2rem;
  }
  .pfl_list li {
    font-size: 0.14rem;
    gap: 0 0.1rem;
  }
  .pfl_list li::before {
    width: 0.2rem;
    height: 1px;
  }
}

/* -------------------------  关于我们页面 */

.about_text span {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
  text-overflow: clip;
}

/* 工厂展示 */
.Factory_Showcase {
  background: url(https://lingjuimg.com/wp-content/uploads/guangye/2026/03/Factory_Showcase.webp)
    no-repeat center;
  background-size: cover;
}

.i_adv_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.2rem;
  margin-top: 0.4rem;
}

/* =================================================================== */
.adv_list_big {
  flex-shrink: 0;
  width: 50.4%;
  overflow: hidden;
}
.adv_list_big .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}

.adv_list_big .swiper-slide {
  height: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.adv_list_big .swiper-slide-active {
  z-index: 3;
}

.adv_pic {
  width: 100%;
  position: relative;
  border-radius: 0.08rem;
  overflow: hidden;
}
.adv_pic::before {
  content: "";
  display: block;
  padding-bottom: 60.75%;
}
.adv_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0.08rem;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.adv_list_big .swiper-slide:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.adv_pic p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1.2rem 4% 0.4rem 4%;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  background: linear-gradient(180deg, rgba(4, 55, 255, 0) 0%, #0437ff 100%);
}

.adv_list_big .adv_pic::before {
  padding-bottom: 66.5%;
}

/* =================================================================== */
.adv_list_thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.adv_list_thumbnail .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.adv_list_thumbnail .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.adv_list_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv_list_thumbnail .swiper-slide:hover img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.factory_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.adv-pagination {
  font-size: 0.2rem;
  color: rgb(255, 255, 255, 0.5);
  font-weight: bold;
}

.adv-pagination .swiper-pagination-current {
  color: #fff;
  font-size: 0.25rem;
  font-family: bold;
}

.adv_list_thumbnail .swiper-notification {
  display: none;
}

.factory_box_LR {
  display: flex;
  gap: 0 0.4rem;
}

.adv-prev,
.adv-next {
  width: 0.5rem;
  height: 0.5rem;
  background: none;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  transition: all 0.4s ease;
}
.adv-prev iconify-icon,
.adv-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.25rem;
  color: #fff;
}
.adv-prev:hover,
.adv-next:hover {
  background: #fff;
}
.adv-prev:hover iconify-icon,
.adv-next:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .i_adv_cont {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .factory_box {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .factory_box_LR {
    gap: 0 0.2rem;
  }
  .adv-prev,
  .adv-next {
    width: 0.35rem;
    height: 0.35rem;
  }
}

/* 公司优势 */
.Company_Advantages {
}

.service_adv_ul {
  margin-top: 0.6rem;
  display: flex;
  display: -webkit-flex;
  gap: 0.3rem;
}
.service_adv_ul li {
  display: flex;
  display: -webkit-flex;
  flex-grow: 1;
  width: 15.75%;
  height: 6.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  transition: all 0.7s ease;
}
.service_adv_ul li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_adv_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.8rem 0.25rem 0.3rem 0.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service_adv_text img {
  width: 0.75rem;
  height: 0.75rem;
  object-fit: contain;
}

.service_adv_text h3 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 0.1rem;
  text-align: center;
}
.service_adv_text h4 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.24rem;
  display: none;
  opacity: 0;
  width: 31vw;
  margin-top: 0.2rem;
  transition: all 0.3s ease;
}

.service_adv_active {
  flex-grow: 1000 !important;
}

.service_adv_active .service_adv_text {
  align-items: flex-start;
}
.service_adv_active h4 {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .service_adv_bac {
    padding: 0.8rem 0;
  }
  .service_adv_text h3 {
    font-size: 0.22rem;
  }
  .service_adv_text h4 {
    font-size: 0.16rem;
    line-height: 0.22rem;
  }
  .service_adv_text h4 {
    width: 36vw;
  }
  .service_adv_text img {
    width: 0.7rem;
    height: 0.7rem;
  }
  .service_adv_ul {
    gap: 0.2rem;
  }
  .service_adv_ul li {
    height: 5.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .service_adv_bac {
    padding: 0.6rem 0;
  }
  .service_adv_text h3 {
    font-size: 0.2rem;
  }
  .service_adv_text img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .service_adv_ul li {
    height: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .service_adv_text h3 {
    font-size: 0.18rem;
  }
  .service_adv_text img {
    width: 0.5rem;
    height: 0.5rem;
  }
  .service_adv_ul li {
    height: 4.5rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .service_adv_ul {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .service_adv_ul li {
    width: 100%;
  }
  .service_adv_text h4 {
    width: 100%;
  }
  .service_adv_ul li {
    height: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .service_adv_ul li {
    height: 3.5rem;
  }
}
@media screen and (max-width: 425px) {
  .service_adv_ul li {
    height: 3rem;
  }
}

/* 团队介绍 */
.Team_Introduction {
  overflow: hidden;
}

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

.team_left {
  width: 41.5%;
}

.team_imgs {
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 6%;
}

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

.team_right {
  width: 54%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.team_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 69%;
}
.team_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: 1024px) {
  .team_left,
  .team_right {
    width: 100%;
  }
}

/* -------------------------  服务页面 */
.Service_Content {
  background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  overflow: hidden;
}

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

.si_img {
  width: 52%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.si_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 55.77%;
}
.si_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.si_txt {
  width: 44.25%;
}

@media screen and (max-width: 1024px) {
  .si_img,
  .si_txt {
    width: 100%;
  }
  .si_txt {
    order: -1;
  }
}
@media screen and (max-width: 560px) {
  .si_txt h6 {
    margin-bottom: 0.1rem;
  }
}

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

.Service_item {
  width: 23.5%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0.4rem 0.3rem;
}

.Service_item img {
  display: block;
  width: 19%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease;
}

.Service_item:hover img {
  transform: scale(1.2);
}
.Service_item:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Service_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Service_list {
    gap: 0.06rem 2%;
  }
  .Service_item {
    padding: 0.2rem;
  }
  .Service_item img {
    width: 0.35rem;
  }
  .Service_item p {
    font-size: 0.14rem;
  }
}

/* 服务优势 */
.Service_advantages {
  position: relative;
  overflow: hidden;
}

.big_logo {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.sa_box {
  gap: 0.3rem 0;
}

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

.sa_txt {
  width: 51%;
}

.Service_advantages_list {
  width: 94.86%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 3%;
}

.Service_advantages_item {
  width: 48.5%;
}

.Service_advantages_item:first-child {
  width: 100%;
}

.Service_advantages_item:first-child .sai_first {
  width: 48.5%;
}

.sai_first {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 0.24rem 0.24rem 0.29rem 0.24rem;
}

.sai_first img {
  width: 16%;
}

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

@media screen and (max-width: 1440px) {
  .sai_first p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .sai_first p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .sa_img,
  .sa_txt {
    width: 100%;
  }
  .sa_txt {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .Service_advantages_list {
    gap: 0.2rem 3%;
  }
}
@media screen and (max-width: 560px) {
  .Service_advantages_item,
  .Service_advantages_item:first-child .sai_first {
    width: 100%;
  }
  .sai_first {
    padding: 0.2rem;
  }
  .sai_first img {
    width: 0.3rem;
  }
}

/* 下载 */
.download {
}

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

.Download-pagination {
  display: none;
}

.download_list a {
  display: block;
  box-sizing: border-box;
  padding: 0.18rem;
  border: 1px solid #e5e5e5;
}

.download_item {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 0.3rem;
}

.download_list img {
  display: block;
  width: 20.5%;
  margin: 0.24rem auto;
}

.download_list .btn_box iconify-icon {
  font-size: 0.2rem;
}

@media screen and (max-width: 1024px) {
  .Download-pagination {
    display: block;
  }
  .Download-prev,
  .Download-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .download_list {
    gap: 0.15rem 2%;
  }
}
@media screen and (max-width: 560px) {
  .download_list a {
    padding: 0.1rem;
  }
  .download_item {
    padding: 0.1rem;
  }
  .download_item h3 {
    font-size: 0.12rem;
  }
  .download_item img {
    width: 0.4rem;
    margin: 0.1rem auto;
  }
}

/* 成功故事 */
.Success_Story {
}

.Partners_list {
  position: relative;
  overflow: hidden;
}
.Partners_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Partners_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.Partners_item {
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 0.12rem;
}
.Partners_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.Partners_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 67%;
}
.Partners_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.Partners_list .swiper-slide p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.Partners-pagination {
  margin-top: 0.48rem;
}

@media screen and (max-width: 1024px) {
  .Partners-pagination {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .Partners_list .swiper-slide p {
    width: 100%;
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  .Partners_list .swiper-slide {
    padding-bottom: 0;
    border: none;
  }
}

/* -------------------------  新闻页面 */

.news_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}

.news_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
}

.ni_left {
  width: 62.5%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.ni_left span {
}

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

.news_item:hover .ni_left {
  border-color: var(--i_color);
}
.news_item:hover h4 {
  color: var(--i_color);
}
.news_item:hover .ni_right img {
  transform: scale(1.1);
}

@media screen and (max-width: 1366px) {
  .news_item h4 {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_list {
    gap: 0.3rem 0;
  }
  .ni_left span {
    font-size: 0.14rem;
  }
  .news_item h4 {
    margin: 0.1rem 0;
    font-size: 0.16rem;
  }
  .news_item p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .news_item h4 {
    margin: 0.05rem 0;
    font-size: 0.14rem;
  }
  .news_item p {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  .ni_left span {
    display: none;
  }
  .news_item h4 {
    margin: 0 0 0.05rem 0;
  }
  .news_item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ni_right {
    width: 34%;
  }
}

/* -------------------------  联系我们页面 */

/* 联系信息 */

.contact_information {
}

.contact_infoBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.cib_left {
  width: 46.75%;
  box-sizing: border-box;
}

.cibl_img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cibl_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 48.27%;
}
.cibl_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.cibl_txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 0.4rem 0.29rem 0.4rem;
  display: flex;
  gap: 0 0.3rem;
}

.cibl_txt img {
  flex-shrink: 0;
  width: 0.92rem;
  height: 0.92rem;
}

.cibl_txt h6 {
  flex-shrink: 0;
  width: 82%;
}

.cibl_txt h6 p {
  font-weight: normal;
}

.Contact_list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
  border-bottom: 1px solid #bfbcba;
}

.Contact_list li {
  display: flex;
  align-items: center;
}

.Contact_list iconify-icon {
  font-size: 0.24rem;
  color: var(--i_color);
  margin-right: 0.12rem;
}

.Contact_list a {
  font-size: 0.18rem;
  transition: all 0.4s ease;
}

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

.contact__media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.contact__media dt {
}
.contact__media a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s ease;
}
.contact__media iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.22rem;
  color: #333;
}

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

.cib_right {
  width: 46.75%;
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #bcbcbc;
  padding: 0.6rem 0.7rem;
}

.contact_form {
}

#wpforms-174 {
  --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-174 {
  margin: 0;
  padding: 0;
}
#wpforms-form-174 {
  width: 100%;
  position: relative;
}

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

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

#wpforms-174 .wpforms-field-container .wpforms-field > input,
#wpforms-174 .wpforms-field-container textarea {
  border-bottom: 1px solid #bbb;
  border-radius: 0;
  background-color: transparent;
}
#wpforms-174 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

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

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

#wpforms-174 .wpforms-submit-container {
  width: 100%;
  padding: 0 0;
}
#wpforms-174 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: var(--i_color);
}
#wpforms-174 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-174 .wpforms-submit-container button:hover {
  background: #333;
}

@media screen and (max-width: 1024px) {
  .cib_left,
  .cib_right {
    width: 100%;
  }
  .cibl_txt {
    padding: 0.2rem;
  }
  .cibl_txt img {
    width: 0.72rem;
    height: 0.72rem;
  }
  .cib_right {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .cibl_txt img {
    width: 0.52rem;
    height: 0.52rem;
  }
  .cib_right {
    padding: 0.3rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .cibl_txt {
    padding: 0.1rem;
    gap: 0 0.1rem;
  }
  .cibl_txt img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .cibl_txt h6 {
    font-size: 0.14rem;
  }
  .cibl_txt h6 p {
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }

  .Contact_list {
    gap: 0.15rem 0;
  }
  .Contact_list iconify-icon {
    font-size: 0.2rem;
  }
  .Contact_list a,
  .Contact_list span,
  .Contact_list p {
    font-size: 0.14rem;
  }

  .contact__media a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .contact__media iconify-icon {
    font-size: 0.2rem;
  }
}

.nav_menu_products {
  display: none;
  position: fixed;
  top: var(--header_height);
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  z-index: 2026;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.nav_menu_products dl {
  padding: 0.5rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.3rem 4%;
}
.nav_menu_products dt {
  width: 28%;
}

.nav_menu_products figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nav_menu_products figure::before {
  content: "";
  display: block;
  padding-bottom: 133.5%;
}

.nav_menu_products figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_menu_products figcaption {
  width: 100%;
  box-sizing: border-box;
}
.nav_menu_products figcaption p {
  font-weight: bold;
}

.nav_menu_products dt:hover figure img {
  width: 104%;
  height: 104%;
}
.nav_menu_products dt:hover p {
  color: var(--i_color);
}

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