/*
Theme Name: WuYi
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: #1d5df3;

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

/* 通用 */

/* 按钮 */
#btnBox {
  width: 2rem;
  cursor: pointer;
}

.btnBox_a {
  border-radius: 5rem;
  box-sizing: border-box;
  padding: 0.08rem 0.12rem 0.08rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  position: relative;
  overflow: hidden;
}
.btnBox_a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--i_color);
  transition: all 0.4s ease;
}

.btnBox_a span {
  position: relative;
  z-index: 2;
}

.btn_icon {
  width: 0.34rem;
  height: 0.34rem;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.btn_icon img {
  width: 0.3rem;
}

#btnBox:hover .btnBox_a::before {
  height: 100%;
}
#btnBox:hover .btn_icon {
  transform: rotate(405deg);
}

@media screen and (max-width: 1024px) {
  #btnBox {
    width: 1.6rem;
  }
  .btnBox_a {
    padding: 0.06rem 0.1rem 0.06rem 0.18rem;
  }
  .btnBox_a span {
    font-size: 0.16rem;
  }
  .btn_icon {
    width: 0.3rem;
    height: 0.3rem;
  }
}

@media screen and (max-width: 560px) {
  #btnBox {
    max-width: 1rem;
  }
  .btnBox_a {
    padding: 0.04rem 0.1rem;
    justify-content: center;
  }
  .btnBox_a span {
    font-size: 0.12rem;
  }
  .btn_icon {
    display: none;
  }
}

/* 标题 */
.title_box {
  position: relative;
  border-bottom: 1px solid #999999;
}

@media screen and (max-width: 560px) {
  .title_box h3 {
    font-size: 0.14rem;
  }
  .title_box {
    padding-bottom: 0.2rem;
  }
}
/* --- --- */

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

.wrap_top {
  width: 92.25%;
  margin: 0 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;
  }
}

/* header */
.header_h {
  width: 100%;
  height: var(--header_height);
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20251204;
  background: #fff;
}
header .wrap_top {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

header::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 20%);
}
header.fixedHeader {
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}

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

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 0.92rem;
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo img {
  max-height: 100%;
}

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

@media screen and (max-width: 1366px) {
  .logo a {
    height: 70%;
  }
}

@media screen and (max-width: 560px) {
  .logo a {
    height: 85%;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 3%;
    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::before {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

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

  .i_nav > li > a:before {
    display: block;
    content: "";
    position: absolute;
    right: 50%;
    bottom: 38%;
    transform: translateX(50%);
    width: 0;
    height: 1px;
    background: var(--i_color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }

  /* .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 {
    background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

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

  .i_nav > li > .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    min-width: 1.6rem;
    background: #fff;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
  }
  .nav_dropdown_menu1 > .sub-menu,
  .nav_dropdown_menu2 > .sub-menu,
  .nav_dropdown_menu3 > .sub-menu,
  .nav_dropdown_menu4 > .sub-menu {
    display: none !important;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }

  .i_nav > li > .sub-menu li::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
    transition: all 0.4s ease;
  }
  .i_nav > li > .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    right: 0;
    width: 0;
    background: var(--i_color);
    transition: all 0.4s ease;
  }

  .i_nav > li > .sub-menu a {
    display: block;
    padding: 0 0.16rem;
    font-size: 0.15rem;
    box-sizing: border-box;
    color: #333;
    line-height: 0.36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.4s ease;
  }

  .i_nav > li > .sub-menu a::before {
    content: "";
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    background: url(static/imgs/right.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -0.16rem;
    transition: all 0.4s ease;
  }

  .i_nav > li > .sub-menu > li:hover {
  }

  .i_nav > li > .sub-menu > li:hover > a {
    transform: translateX(0.16rem);
    color: var(--i_color);
  }
  .i_nav > li > .sub-menu > li:hover > a::before {
    left: 0;
  }
  .i_nav > li > .sub-menu > li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }

  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 102%;
    min-width: 1.4rem;
    background: #fff;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu .sub-menu li {
    border-bottom-color: rgb(255 255 255 / 15%);
  }
  .i_nav .sub-menu .sub-menu a {
    font-size: 14px;
    color: #999;
  }

  /* 第二级（孙子）子菜单的 hover */
  .i_nav .sub-menu .sub-menu li:hover > a {
    transform: translateX(0.1rem);
    color: var(--i_color);
  }
  .i_nav .sub-menu .sub-menu li:hover > a::before {
    left: 0;
  }
  .i_nav .sub-menu .sub-menu li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.4rem;
  }
  .i_nav > li > a {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: var(--header_height);
    left: 101%;
    width: 100%;
    width: 100vw;
    height: calc(100vh - var(--header_height));
    margin: 0 0;
    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: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    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: 0.2rem;
  }
  .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: 0.2rem;
  }

  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    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 0.4rem;
    font-size: 0.15rem;
    color: #555;
    line-height: 0.4rem;
    position: relative;
  }
  .i_nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid var(--border_color);
  }

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

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

  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    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: var(--i_color);
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--i_color);
  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;
  }
}
/* 导航下拉 */
.nav_dropdown {
  position: fixed;
  top: var(--top_h);
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 2013;
}
.nav_dropdown_item {
  display: none;
  padding: 0.4rem 0;
}
.nav_dropdown_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 3%;
}
.nav_dropdown_list dt {
  width: 100%;
  max-width: 3.8rem;
}
.nav_p_cat_name a {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: 900;
}
.nav_dropdown_list ul {
  margin-top: 0.2rem;
}
.nav_dropdown_list li {
  position: relative;
  padding-left: 0.24rem;
}
.nav_dropdown_list li::before {
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.2rem;
  height: 0.2rem;
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 24 24"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cpath d="M24 0v24H0V0h24ZM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018Zm.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022Zm-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01l-.184-.092Z"%2F%3E%3Cpath fill="currentColor" d="M15.707 11.293a1 1 0 0 1 0 1.414l-5.657 5.657a1 1 0 1 1-1.414-1.414l4.95-4.95l-4.95-4.95a1 1 0 0 1 1.414-1.414l5.657 5.657Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: contain;
}
.nav_dropdown_list li a {
  display: block;
  padding: 0.06rem 0;
  font-size: 0.15rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_dropdown_list li:hover a {
  margin-left: 8px;
  color: var(--i_color);
}

.top_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
  gap: 0 0.3rem;
}

/* search */
.top_search_btn {
  display: none;
}

.search_cont {
  --search_height: 0.28rem;
}
.search_cont form {
  width: 2.1rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border: 1px solid #cecece;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0.2rem 0.1rem 0.2rem 0.12rem;
  background: none;
  font-size: 14px;
  color: #333;
}

.search_ipt::placeholder {
  color: 333;
  opacity: 1;
}

.search_btn {
  font-size: 0;
  color: #333;
  width: var(--search_height);
  height: var(--search_height);
  background: url(static/imgs/search.webp) no-repeat center;
  background-size: 0.28rem;
  cursor: pointer;
  margin-right: 0.2rem;
}

@media screen and (max-width: 1366px) {
  .search_cont form {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_search_btn {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: var(--header_height);
    cursor: pointer;
    position: relative;
  }
  .top_search_btn iconify-icon {
    font-size: 0.24rem;
    color: #333;
  }

  .search_cont {
    --search_height: 0.4rem;
  }
  .search_cont {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: calc(var(--header_height) + 0.2rem);
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .search_cont.on {
    opacity: 1;
    visibility: visible;
    top: var(--header_height);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .search_cont form {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-color: var(--i_color);
  }
  .search_ipt {
    font-size: 13px;
  }
  .search_btn {
    /* background-color: var(--i_color); */
  }
}
@media screen and (max-width: 1024px) {
  .search_cont {
    --search_height: 0.34rem;
  }
  .search_cont {
    padding: 0.14rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .top_search_btn iconify-icon {
    font-size: 20px;
  }
}

.top_language {
  position: relative;
}

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

.top_language_btn .icon-quanqiu {
  font-size: 0.32rem;
  color: #333;
  margin-right: 0.06rem;
}

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

.top_language_btn .icon-xiala {
  font-size: 0.22rem;
  color: #333;
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(var(--header_height) + 0.2rem);
  right: 0;
  min-width: 1.2rem;
  z-index: 2016;
  box-shadow: 0 8px 0.1rem rgb(0 0 0 / 10%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0.16rem 0.2rem;
  text-align: left;
  background-color: #fff;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}

.language_list dt > h6 {
  margin-bottom: 0.08rem;
  font-size: 0.17rem;
  font-weight: bold;
  white-space: nowrap;
}
.curr_lang {
  margin-bottom: 0.12rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #eee;
}

.lang_list a {
  display: block;
  padding: 0.06rem 0;
}
.lang_list span img {
  display: none;
}
.lang_list .trp-ls-language-name {
  padding-left: 0.3rem;
  font-size: 14px;
  position: relative;
}
.lang_list .trp-ls-language-name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 0.18rem;
  height: 0.18rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lang_list .trp-ls-language-name::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0.06rem;
  width: 0.06rem;
  height: 0.06rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

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

@media screen and (max-width: 1200px) {
  .top_language_btn p {
    display: none;
  }
  .top_language_btn iconify-icon {
    display: block;
    font-size: 0.24rem;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .top_language_btn iconify-icon {
    font-size: 22px;
  }

  .top_language_btn .icon-quanqiu {
    font-size: 0.28rem;
  }
  .search_ipt {
    color: #333;
  }

  .language_list dt > h6 {
    font-size: 15px;
  }
  .lang_list a {
    padding: 2px 0;
  }
  .lang_list .trp-ls-language-name {
    padding-left: 20px;
  }
  .lang_list .trp-ls-language-name::before {
    width: 14px;
    height: 14px;
  }
  .lang_list .trp-ls-language-name::after {
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  header .wrap {
    gap: 0;
  }
  .top_r {
    gap: 0 0.15rem;
    margin-right: 0.15rem;
  }
  .top_language_btn .icon-quanqiu {
    margin-right: 0;
  }
  .top_language_btn .icon-xiala {
    display: none;
  }
  .top_language_btn {
    padding-right: 0;
  }
}

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

/* banner */

.i_banner {
  width: 100%;
  position: relative;
}

.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;
  padding-bottom: calc(100vh - var(--header_height));
}
.i_banner_list .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.i_ba03_img {
  width: 31%;
  position: absolute;
  left: 8%;
  bottom: 5%;
}

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

.i_banner01 {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
}

.i_banner01 h2 {
  color: #ffffff;
  text-shadow: 0px 4px 0px #2f2a96;
  font-weight: bold;
  font-size: 0.5rem;
}

.i_banner01_2 {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}

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

.i_banner01_2 li {
  display: flex;
  align-items: center;
  gap: 0 0.16rem;
}

.i_banner01_2 li span {
  font-size: 0.46rem;
  font-weight: bold;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.i_banner01_2 li h6 {
  box-sizing: border-box;
  padding: 0.07rem 0.27rem;
  border-radius: 5rem;
  background: linear-gradient(270deg, #1d5df3 0%, #2f2a96 100%);
}

@media screen and (max-width: 1200px) {
  .i_banner01 h2 {
    font-size: 0.4rem;
  }
  .i_banner01_2 li span {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_banner_list .swiper-slide {
    padding-bottom: 41.8%;
  }
  .i_banner01 {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .i_banner01 h2 {
    font-size: 0.3rem;
  }

  .i_banner01_2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .i_banner01 h2 {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_banner_list .swiper-slide {
    padding-bottom: 51.8%;
  }
  .i_banner01 {
    top: 20%;
  }
  .i_banner01 h2 {
    font-size: 0.14rem;
    text-shadow: 0px 2px 0px #2f2a96;
  }
  .i_banner01 #btnBox {
    display: none;
  }
}

.i_banner02 {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
}

.i_banner02 h2 {
  font-size: 0.48rem;
  font-weight: 800;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.i_banner02 h3 {
  width: max-content;
  font-size: 0.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 4px 0px #2f2a96;
  position: relative;
}

.i_banner02 h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 150%;
  position: absolute;
  top: 50%;
  left: -30%;
  transform: translate(0, -50%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .i_banner02 h2,
  .i_banner02 h3 {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_banner02 {
    top: 50%;
  }
  .i_banner02 h2,
  .i_banner02 h3 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .i_banner02 h2,
  .i_banner02 h3 {
    font-size: 0.2rem;
  }
  .i_banner02 h2 {
    -webkit-text-stroke: transparent;
  }
  .i_banner02 h3 {
    text-shadow: 2px 2px 0px #2f2a96;
    margin: 0.3rem 0;
  }
}
@media screen and (max-width: 560px) {
  .i_banner02 h2,
  .i_banner02 h3 {
    font-size: 0.16rem;
  }
  .i_banner02 h3 {
    margin: 0.2rem 0;
  }
}

.i_banner03 {
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
}

.i_banner03 h2 {
  text-shadow: 0px 4px 0px #2f2a96;
}

.i_banner03 h3 {
  width: 47.5%;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0.26rem 0 0.23rem 0;
}

.i_banner03 h4 {
  width: max-content;
  border-radius: 5rem;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.075rem 0.2rem;
}

.i_banner03 h4 span {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
  .i_banner03 h2 {
    text-shadow: 0px 2px 0px #2f2a96;
  }

  .i_banner03 h3 {
    width: 100%;
    color: #fff !important;
    background: transparent !important;
    -webkit-text-fill-color: #fff !important;
    text-fill-color: #fff !important;
  }
  .i_banner03 h4 {
    padding: 0.02rem 0.15rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .i_banner03 h2 {
    font-size: 0.2rem;
  }
  .i_banner03 h3 {
    display: none;
  }
  .i_banner03 h4 {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .i_banner03 h2,
  .i_banner03 h4 {
    font-size: 0.16rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .i_banner-prev,
  .i_banner-next {
    display: none;
  }
}

/* -------------------------- */
.i_banner-pagination {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
}
.i_banner-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.02rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  cursor: pointer;
}
.i_banner-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.7);
}

/* 产品分类 */
.Product_Categories {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/products_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.Product_Categories_cont {
}

.Product_Categories_cont .wrap {
  position: relative;
}

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

/* -------------------------- */
.Product_Categories-prev,
.Product_Categories-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%) border-box;
  border: 1px solid transparent;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.Product_Categories-prev {
  left: -4%;
}
.Product_Categories-next {
  right: -4%;
}

.Product_Categories-prev img,
.Product_Categories-next img {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
.Product_Categories_list .swiper-button-disabled {
  cursor: not-allowed;
}
.Product_Categories-prev:hover,
.Product_Categories-next:hover {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}
.Product_Categories-prev:hover img,
.Product_Categories-next:hover img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

.Product_Categories_list a {
  display: block;
  box-sizing: border-box;
  padding-right: 0.37rem;
  border-right: 1px solid #e5e5e5;
}

.Product_Categories_list .swiper-slide-duplicate-prev a {
  border-right: none;
}

.pc_img {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.pc_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.pc_img::after {
  content: "";
  display: block;
  width: 97%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/logo_big.webp)
    no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: all 0.4s ease;
}
.pc_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  z-index: 10;
}

.pc_txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.16rem;
  position: relative;
}

.pc_txt::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pc_txt::before {
  width: 20%;
  height: 2px;
  content: "";
  display: block;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.4s ease;
}

.pc_btn {
  width: 0.34rem;
  height: 0.34rem;
  box-sizing: border-box;
  border-radius: 50%;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%) border-box;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.pc_btn img {
  width: 0.22rem;
}

.di_n {
  display: none;
}

.Product_Categories_list h6 {
  margin-top: 0.17rem;
}

.Product_Categories_list .swiper-slide:hover .pc_img::after {
  opacity: 1;
}

.Product_Categories_list .swiper-slide:hover .pc_txt p {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.Product_Categories_list .swiper-slide:hover .pc_btn {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.Product_Categories_list .swiper-slide:hover .di_b {
  display: none;
}
.Product_Categories_list .swiper-slide:hover .di_n {
  display: block;
}

.Product_Categories_list .swiper-slide:hover .pc_txt::before {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .Product_Categories-prev {
    left: 0;
  }
  .Product_Categories-next {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .Product_Categories-prev,
  .Product_Categories-next {
    display: none;
  }
  .Product_Categories_list a {
    padding-right: 0;
    border-right: none;
  }
}

@media screen and (max-width: 560px) {
  .Product_Categories .title_box {
    margin-bottom: 0;
  }
  .Product_Categories_cont .wrap {
    padding-bottom: 0.2rem;
  }
  .Product_Categories_list a {
    padding: 0 1%;
  }
  .pc_img {
    width: 75%;
  }
}

/* 热门产品 */
.Popular_Products {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/Popular_Products_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.pp_top {
  overflow: hidden;
  border-bottom: 1px solid #999;
}

.pp_top .wrap {
  gap: 0.2rem 0;
}

.Popular_Products .title_box {
  width: 32.7%;
  border-bottom: none;
}

.hp_list {
  width: 51.2%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 2%;
}

.hp_list li {
  width: 32%;
  box-sizing: border-box;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.2rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.hp_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(47, 42, 150, 0.2) 0%,
    rgba(29, 93, 243, 0.2) 100%
  );
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
}

.hp_list li:hover::before,
.hp_list li.active::before {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.hp_list li:hover p,
.hp_list li.active p,
.hp_list li:hover span,
.hp_list li.active span {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .Popular_Products .title_box,
  .hp_list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .hp_list li {
    width: 49%;
    border-right: none;
  }
}
@media screen and (max-width: 560px) {
  .pp_top {
    padding-bottom: 0.2rem;
  }
  .pp_top .wrap {
    gap: 0;
  }
  .Popular_Products_list {
    margin-top: 0;
  }
  .hp_list p,
  .hp_list span {
    font-size: 0.14rem;
  }
}

.Popular_Products_list {
  /* display: flex; */
  flex-wrap: wrap;
  gap: 0.35rem 2%;
  display: none;
}
.Popular_Products_list.active {
  display: flex;
}

.Products_item {
  width: 23.5%;
}

.Products_item a {
  display: block;
  box-sizing: border-box;
  background: #fff;
  padding: 0.16rem;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
}

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

.Products_item h6 {
  margin: 0.16rem 0 0.18rem 0;
}

.Products_item h5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.17rem;
  position: relative;
}

.Products_item h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.Products_item h5::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #333;
  margin-right: 0.085rem;
}

.Products_item b {
  color: #ff0000;
}

.item_btn {
  background: transparent;
  box-sizing: border-box;
  padding: 0.08rem;
  position: relative;
  transition: all 0.4s ease;
}

.item_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.1rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  transition: all 0.3s ease;
}

.item_btn span {
  position: relative;
  z-index: 2;
}

.item_btn iconify-icon {
  position: relative;
  z-index: 2;
  font-size: 0.2rem;
}

.Products_item:hover a {
  background: linear-gradient(
    270deg,
    rgba(47, 42, 150, 0.2) 0%,
    rgba(29, 93, 243, 0.2) 100%
  );
}

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

.Products_item:hover h6 {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.Products_item:hover .item_btn::before {
  height: 100%;
}
.Products_item:hover .item_btn span,
.Products_item:hover .item_btn iconify-icon {
  color: #fff;
}

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

@media screen and (max-width: 560px) {
  .Popular_Products {
    padding-top: 0.2rem;
  }
  .Popular_Products_list {
    gap: 0.1rem 2%;
  }
  .Products_item {
    width: 49%;
  }
  .Products_item a {
    background-color: rgb(255, 255, 255, 0.5);
  }
  .Products_item h5 {
    padding-bottom: 0;
  }
  .Products_item h5::after {
    display: none;
  }
  .Products_item h5::before {
    margin-right: 0.05rem;
    width: 0.05rem;
    height: 0.05rem;
  }
  .item_btn {
    display: none;
  }
}

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

.About_introduce {
  background: url(https://lingjuimg.com/wp-content/uploads/TianMa/2025/12/ab_Ba.webp)
    no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.introduce_01,
.introduce_02 {
  width: 64.4%;
  position: absolute;
  z-index: -1;
}

.introduce_01 {
  top: 0;
  right: -8%;
}

.introduce_02 {
  bottom: 0;
  right: 0;
}

.introduce_03 {
  width: 53.45%;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  z-index: 10;
}

.introduce_left {
  width: 44.5%;
  position: relative;
  z-index: 20;
}

.introduce_left i {
  font-weight: 700;
  font-size: 0.66rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

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

/* 联系 */
.ab_connect {
  display: flex;
  flex-direction: column;
  gap: 0.17rem 0;
}

.abc_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem 2%;
}

.abc_itemLeft {
  flex-shrink: 0;
  width: 18%;
}

.abc_pic {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  overflow: hidden;
}
.abc_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abc_itemRight {
  flex-shrink: 0;
}

.abc_itemRight p:hover {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.Separator {
  width: 100%;
  height: 1.89rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

/* 视频 */
.i_video {
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
  margin-top: -5%;
}

.i_video::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 41.2%;
}

.i_video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.i_video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.67rem;
  height: 1.67rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5294);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5294);
  cursor: pointer;
}

.i_video_btn::before {
  content: "";
  display: block;
  width: 1.23rem;
  height: 1.23rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.53);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.4s ease;
}

.i_video_btn img {
  width: 0.4rem;
  height: 0.4rem;
  object-fit: contain;
  transition: all 0.4s;
}

.i_video_btn:hover::before {
  width: 0;
  height: 0;
}

.i_video_btn:hover img {
  transform: rotate(360deg);
}

@media screen and (max-width: 1440px) {
  .introduce_03 {
    right: 4%;
  }
}

@media screen and (max-width: 1200px) {
  .introduce_03 {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .introduce_01,
  .introduce_02 {
    opacity: 0.1;
  }
  .introduce_02 {
    right: 0;
    bottom: 0;
  }
  .introduce_03 {
    display: none;
  }
  .introduce_left {
    width: 100%;
  }
  .introduce_left i {
    font-size: 0.3rem;
  }
  .i_video {
    margin-top: -13%;
  }

  .i_video_btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  .i_video_btn::before {
    width: 0.8rem;
    height: 0.8rem;
  }
  .i_video_btn img {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .i_video_btn {
    width: 1rem;
    height: 1rem;
  }
  .i_video_btn::before {
    width: 0.6rem;
    height: 0.6rem;
  }
  .i_video_btn img {
    width: 0.15rem;
    height: 0.15rem;
  }

  .Separator {
    height: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .abc_itemLeft {
    width: 20%;
  }
  .ab_connect p {
    font-size: 0.12rem;
  }
  .abc_pic {
    width: 0.3rem;
    height: 0.3rem;
  }

  .Separator {
    height: 0.8rem;
  }

  .i_video_btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .i_video_btn::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  .i_video_btn img {
    width: 0.12rem;
    height: 0.12rem;
  }
}

/* 全球客户 */
.Global_customers {
  position: relative;
  overflow: hidden;
}

.Global_customers > img {
  width: 52.62%;
  position: absolute;
  right: 0;
  top: 0;
}

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

.golbal_partner {
  position: relative;
}
.golbal_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.golbal_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.golbal_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.15rem;
  background: linear-gradient(
    270deg,
    rgba(47, 42, 150, 0.5) 0%,
    rgba(29, 93, 243, 0.5) 100%
  );
}

.golbal_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.golbal_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 76%;
}
.golbal_partner_list .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.golbal_partner_list .img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* 指示器 */
.golbal_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.golbal_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  transition: all 0.3s ease;
  height: 0.12rem;
  cursor: pointer;
  box-sizing: border-box;
  border: 0.02rem solid var(--i_color);
  display: inline-block;
  margin: 0 0.05rem;
  background: var(--i_color);
  border-radius: 50%;
  outline: none;
}
.golbal_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: transparent;
}

/* 左右箭头 */
.golbal_partner .pt-button-prev,
.golbal_partner .pt-button-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.golbal_partner .pt-button-prev iconify-icon,
.golbal_partner .pt-button-next iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}
.golbal_partner .pt-button-prev {
  left: -5%;
}
.golbal_partner .pt-button-next {
  right: -5%;
}

.golbal_partner .pt-button-prev:hover,
.golbal_partner .pt-button-next:hover {
  background-color: var(--i_color);
}
.golbal_partner .pt-button-prev:hover iconify-icon,
.golbal_partner .pt-button-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .golbal_bac {
    padding-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .golbal_partner .pt-button-prev,
  .golbal_partner .pt-button-next {
    display: none;
  }
  .golbal_partner .pt-pagination {
    display: block;
  }
  .golbal_partner_list li {
    padding: 0.1rem;
  }
  .golbal_bac {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .golbal_partner .pt-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
  .golbal_partner_box {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .Global_customers > img {
    width: 130%;
    right: -13%;
  }
  .Global_customers {
    padding-top: 0.2rem;
  }
  .golbal_partner .pt-pagination {
    margin-top: 0.2rem;
  }
  .golbal_partner_box {
    margin-top: 0rem;
  }
}

/* 主页新闻 */
.i_news {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/I_new.webp)
    no-repeat center;
  background-size: cover;
}

.news_show {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.news_show a {
  width: 33.33%;
  border: 0.01rem solid #d8d8d8;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 0.45rem 0.32rem 22.4% 0.32rem;
  box-sizing: border-box;
  overflow: hidden;
}

.news_show_w {
  width: 90%;
  position: absolute;
  right: 0;
  bottom: 5%;
  transition: all 0.4s ease;
}

.news_show a::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 1s ease;
}

.news_showtop {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.news_showtop img {
  width: 0.47rem;
}

.news_showtop span {
  height: max-content;
  font-size: 0.18rem;
  color: #999999;
  padding-left: 0.1rem;
  transition: all 0.3s;
}

.news_show a h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.32rem;
  margin-top: 0.3rem;
  margin-bottom: 0.2rem;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.news_show a p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #666666;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

.news_showImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s ease;
}

.news_show a:hover .news_show_w {
  bottom: 0;
  opacity: 0;
}

.news_show a:hover .news_showtop img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}
.news_show a:hover::after {
  opacity: 1;
}
.news_show a:hover .news_showImg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.3);
}

.news_show a:hover .iconfont,
.news_show a:hover span,
.news_show a:hover h3,
.news_show a:hover p {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .news_show a .iconfont {
    font-size: 0.3rem;
  }
  .news_show a span {
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 768px) {
  .news_showtop img {
    width: 0.3rem;
  }
  .news_show {
    flex-wrap: wrap;
  }
  .news_show a {
    width: 50%;
    border: 0.01rem solid #d8d8d8;
    position: relative;
    padding: 0.25rem 0 16% 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media screen and (max-width: 560px) {
  .i_news {
    padding-top: 0.2rem;
  }
  .news_show a {
    width: 100%;
    box-sizing: border-box;
    padding: 0.25rem 0.2rem 16% 0.2rem;
    border-bottom: none;
  }
  .news_show a:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
  .news_show a h3 {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
  .news_show a p {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
}

/* 品牌 */
.brand {
  display: flex;
  flex-wrap: wrap;
  gap: 0.29rem 2%;
}

.brand li {
  width: 15%;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  overflow: hidden;
  transition: all 0.4s ease;
}
.brand li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 39%;
}
.brand li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.brand li:hover {
  border-color: #ff7e00;
}
.brand li:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 1024px) {
  .brand li {
    width: 23.5%;
  }
}

@media screen and (max-width: 560px) {
  .brand li {
    width: 32%;
  }
  .brand {
    gap: 0.1rem 2%;
  }
}

/* footer */
.footer_top {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/footer_top-2.webp)
    no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.footer_top::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(24, 41, 118, 0.35);
  backdrop-filter: blur(5px);
}
.footer_top .wrap {
  position: relative;
  z-index: 2;
}

/*  */
.footer_middle {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/footer_middle.webp)
    no-repeat center;
  background-size: contain;
}

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

.footer_middle_left {
  width: 41.2%;
}

.footer_middle_left_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer_middle_left_top a {
  width: 1.12rem;
}
.footer_middle_left_top img {
  width: 100%;
}

.footer_middle_left_top p {
  width: 81%;
}

/* 社媒 */
.fw_t_info {
  display: flex;
  align-items: center;
  gap: 0.1rem 6%;
}

.fw_t_info a {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.3;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  border-radius: 50%;
  transition: all 0.5s;
}

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

.fw_t_info a iconify-icon {
  font-size: 0.26rem;
  color: #fff;
}

.fw_t_info a:hover {
  opacity: 1;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.footer_middle_left_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 6%;
}

.QR_codeBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.QR_codeBox img {
  display: block;
  border: 1px solid var(--i_color);
}

.QR_codeBox p {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.footer_middle_connect {
  width: 35%;
}

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

.connect_list li {
  display: flex;
  gap: 0 0.11rem;
}

.connect_list li img {
  flex-shrink: 0;
  width: 0.22rem;
  height: 0.22rem;
}

.connect_txt,
.connect_txt a {
  font-size: 0.18rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}

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

/* 菜单 */
.footer_middle_menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
.footer_middle_menu li {
}
.footer_middle_menu li a {
  width: max-content;
  display: block;
  font-size: 0.2rem;
  position: relative;
}
.footer_middle_menu li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
}

.footer_middle_menu li a:hover {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.footer_middle_menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.f_cr {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.f_cr .wrap {
}
.f_cr p,
.f_cr a {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}
.f_cr a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .footer_middle {
    background-position: bottom;
  }

  .footer_middle_menu {
    display: none;
  }
  .footer_middle_left,
  .footer_middle_connect {
    width: 100%;
  }

  .fw_t_info a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .fw_t_info a iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_middle_left_top a {
    width: 0.6rem;
  }
}
@media screen and (max-width: 560px) {
  .footer_middle {
    padding-top: 0.2rem;
  }
  .footer_middle .wrap {
    gap: 0.15rem 0;
  }

  .fw_t_info {
    margin: 0.2rem 0;
  }
  .QR_codeBox img {
    width: 0.8rem;
  }

  .connect_list {
    gap: 0.1rem 0;
  }

  .connect_txt,
  .connect_txt a {
    font-size: 0.12rem;
  }

  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }
}

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

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

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  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: 18px;
  height: 18px;
  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: #2f2a96 !important;
}
.in_position a:hover {
  color: #2f2a96;
}
@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;
  }
}

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

.category_page {
  background-color: #f5f5f5;
}

.categoryBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cat_nav {
  width: 23.94%;
  box-sizing: border-box;
  position: relative;
}
.catList_show {
  width: 73.34%;
}

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

.cat_nav_tit {
  margin-bottom: 0.2rem;
  position: relative;
}
.cat_nav_tit h4 {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
  position: relative;
}

.cat_nav_list li {
  margin-bottom: 0.16rem;
  position: relative;
  background: #ffffff;
  border-radius: 0.08rem;
}

.cat_fold_tit {
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  background: #ffffff;
  border-radius: 0.08rem;
}
.cat_fold_tit a {
  padding: 0.18rem 0;
  width: 100%;
  font-size: 0.18rem;
}

.catList_icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}

.catList_icon01,
.catList_icon02 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
}

.catList_icon02 {
  opacity: 0;
}

.active .catList_icon01 {
  opacity: 0;
}
.active .catList_icon02 {
  opacity: 1;
}

.cat_fold_tit a:hover,
.active .cat_fold_tit a {
  display: inline-block;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.active .cat_fold_tit {
  background: rgba(47, 42, 150, 0.1);
}
.active .cat_fold_tit a {
  display: inline-block;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.active .cat_fold_tit iconify-icon {
  color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  padding: 0.1rem 0.2rem 0.28rem;
}
.cat_fold_sub dt {
  box-sizing: border-box;
  position: relative;
}

.cat_fold_sub a {
  width: max-content;
  display: block;
  padding: 0.14rem 0;
  font-size: 0.18rem;
  color: #666;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.cat_fold_sub a::before,
.cat_fold_sub a::after {
  content: "";
  position: absolute;
  bottom: 13px;
  height: 1px;
}
.cat_fold_sub a::before {
  left: 0;
  width: 100%;
  background: transparent;
}
.cat_fold_sub a::after {
  right: 0;
  width: 0;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  transition: all 0.5s ease;
}

.cat_fold_sub a:hover::after,
.cat_fold_sub .active a::after {
  right: initial;
  left: 0;
  width: 100%;
}
.cat_fold_sub dt:hover a,
.cat_fold_sub dt.active a {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 1440px) {
  .cat_nav_tit h4 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .cat_nav_tit h4 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1024px) {
  .cat_nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  .cat_nav_tit {
    padding: 14px 28px;
    margin: 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    background: var(--i_color);
    border-radius: 8px;
  }
  .cat_nav_tit iconify-icon {
    display: block;
    color: #fff;
    font-size: 0.22rem;
  }
  .cat_nav_tit h4 {
    font-size: 20px;
    color: #fff;
  }
  .catList_icon {
    width: 0.3rem;
    height: 0.3rem;
  }

  .cat_nav_list {
    display: none;
    margin-top: -10px;
    box-sizing: border-box;
    padding: 40px 30px 24px;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }
  .cat_fold_sub a {
    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_fold_tit a {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .cat_nav_tit h4 {
    font-size: 16px;
  }

  .cat_nav_list {
    padding: 30px 20px 10px;
  }
  .cat_fold_sub {
    padding: 0.1rem 0.2rem;
  }
  .cat_fold_tit a {
    font-size: 15px;
  }
  .cat_fold_tit iconify-icon {
    font-size: 22px;
  }
  .cat_fold_sub a {
    padding: 0.06rem 0;
    font-size: 14px;
  }
  .cat_fold_sub a::before,
  .cat_fold_sub a::after {
    display: none;
  }
}

.category_des {
}

.pList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 2%;
}

.pList .Products_item {
  width: 32%;
}

@media screen and (max-width: 560px) {
  .pList {
    gap: 0.1rem 2%;
  }
  .pList .Products_item {
    width: 49%;
  }
}

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

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

/* atlas */
.p_atlas {
  width: 48.2%;
  box-sizing: border-box;
  position: relative;
}
.p_atlas_list {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 10px;
  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: 75%;
}
.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);
  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;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.p_thumbnail_list figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s ease;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 75.55%;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_thumbnail_list .swiper-slide-thumb-active figure::after {
  height: 0;
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%) border-box;
  border: 1px solid transparent;
  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.24rem;
  color: var(--i_color);
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: #fff;
}

.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: #666;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: var(--i_color);
}

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

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

.p_title {
  width: 47.4%;
}

.p_title h6 {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.p_title h1 {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #d6d6d6;
}

.p_des {
}

.p_des article {
}

/* 操作 */
.btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 4%;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #d6d6d6;
}

.pShare {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.09rem;
}
.pShare dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.12rem;
}
.pShare dt a {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  transition: all 0.3s ease;
}

.pShare dt icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  opacity: 0.5;
  transition: all 0.4s ease;
}

.pShare dt a:hover icon {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .p_title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .Product_Advantages li {
    width: 49%;
  }
  .pShare {
    width: 100%;
  }
  .pShare dt a {
    width: 30px;
    height: 30px;
  }
  .pShare dt iconify-icon {
    font-size: 18px;
  }
}
@media screen and (max-width: 560px) {
  .Product_Advantages img {
    width: 0.24rem;
  }
  .Product_Advantages li p {
    font-size: 0.12rem;
  }

  .btns {
    padding-bottom: 0.2rem;
  }
}

/* 选择我们 */
.Choose_us {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/Choose_us-1.webp)
    no-repeat center;
  background-size: cover;
}

/* 产品详情 */
.Details {
  background-color: #f5f5f5;
}

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

/* 右侧信息 */

.pb_right {
  width: 74%;
}

.pr_title {
  width: 100%;
  position: relative;
}
.pr_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.pr_title h3 {
  width: max-content;
  font-size: 0.24rem;
  padding: 0.1rem 2%;
  font-weight: bold;
  border-radius: 0.15rem 0.15rem 0 0;
  color: #fff;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

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

/* TAG */
.p_tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.06rem 0;
}
.p_tags > p {
  margin-right: 12px;
  font-size: 18px;
  font-weight: bold;
}
.p_tags a {
  display: block;
  margin-right: 0.2rem;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  transition: all 0.4s ease;
}
.p_tags a:hover {
  color: var(--i_color);
  background-color: #fff;
  border-radius: 5rem;
}
@media screen and (max-width: 768px) {
  .p_tags > p {
    font-size: 15px;
  }
  .p_tags a {
    font-size: 13px;
  }
}

/* 切换 */
.p_view_other {
  padding-top: 0.2rem;
  border-top: 1px solid #ddd;
  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 .arrow_btn {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.p_view_other .arrow_btn icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transition: all 0.4s ease;
}
.p_view_other a {
  font-size: 0.16rem;
}
.p_view_other a b {
  font-weight: bold;
  margin-right: 0.17rem;
}

.p_view_other a span {
  padding: 0.1rem 0.3rem;
  background-color: #fff;
  border-radius: 5rem;
}

.p_view_other .next {
  text-align: right;
}
.p_view_other li:hover .arrow_btn {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.p_view_other li:hover .arrow_btn icon {
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
}
.p_view_other a:hover span {
}

@media screen and (max-width: 1024px) {
  .p_view_other a {
    font-size: 15px;
  }
  .p_view_other a span {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .p_view_other li {
    width: 100%;
    max-width: 100%;
  }
  .p_view_other .arrow_btn {
    width: 30px;
    height: 30px;
  }
  .p_view_other .arrow_btn iconify-icon {
    font-size: 20px;
  }
  .p_view_other .next .arrow_btn {
    order: -1;
  }
}

@media screen and (max-width: 560px) {
  .p_view_other li {
    flex-wrap: wrap;
  }
  .p_view_other .arrow_btn {
    display: none;
  }
  .p_view_other .next {
    text-align: left;
  }
}

/* 相关产品 */
.Related_products {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/Related_products.webp)
    no-repeat center;
  background-size: cover;
}

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

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

.Related-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.Related-pagination.wh196 {
  width: 196px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1000px;
}

.Related-pagination {
  background: #999999;
  position: relative;
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 1000px;
  margin-top: 0.7rem;
}

.Related-pagination span {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 8px;
  border-radius: 3px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-radius: 1000px;
  overflow: hidden;
}

.line {
  width: 100%;
  background: var(--border_color);
  height: 2px;
  position: relative;
}

.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: var(--i_color);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1200px) {
  .Related-pagination.wh196 {
    width: 100px;
  }
  .Related-pagination span {
    height: 4px;
  }
  .Related-pagination {
    height: 4px;
  }

  .Related-pagination span {
    top: 0;
  }
  .Related-pagination {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .Related-pagination {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
}

/* -------------------- 关于我们页面 */
.about_us_img {
  width: 62.39%;
  height: 2.87rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/about_us_bac-2.webp)
    no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-mask-box-image: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/about_us_logo-3.webp);
}

@media screen and (max-width: 1200px) {
  .about_us_img {
    height: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_us_img {
    height: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .about_us_img {
    height: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .about_us_img {
    height: 1.2rem;
  }
}
@media screen and (max-width: 560px) {
  .about_us_img {
    width: 100%;
    height: 1rem;
  }
}
@media screen and (max-width: 425px) {
  .about_us_img {
    height: 0.8rem;
  }
}

/* 关于我们 */
.about_us {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/about_usBa.webp)
    no-repeat center;
  background-size: cover;
}

.about_us_top {
  gap: 0.3rem 0;
  overflow: hidden;
}

.about_video {
  width: 40%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

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

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

.about_text {
  width: 56.2%;
}

.about_text h2 {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.about_us_bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 2.6%;
}

.about_us_bottom li {
  width: 31.6%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.45rem;
  transition: all 0.4s ease;
}
.about_us_bottom li::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  opacity: 0.1;
  transition: all 0.4s ease;
}

.about_us_bottom_icon {
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.about_us_bottom_icon img {
  width: 0.6rem;
  height: 0.6rem;
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

.about_us_bottom h5 {
  width: 75%;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.about_us_bottom li:hover::before {
  opacity: 1;
}
.about_us_bottom li:hover .about_us_bottom_icon {
  background: #fff;
}
.about_us_bottom li:hover .about_us_bottom_icon img {
  filter: none;
}
.about_us_bottom li:hover h5 {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .about_us_bottom li {
    padding: 0.2rem;
  }
  .about_us_bottom_icon {
    width: 0.58rem;
    height: 0.58rem;
  }
  .about_us_bottom_icon img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .about_us_bottom h5 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_video,
  .about_text {
    width: 100%;
  }
  .about_text {
    order: -1;
  }

  .about_us_bottom li {
    width: 48.7%;
  }
}

@media screen and (max-width: 560px) {
  .about_us_bottom li {
    width: 100%;
  }
  .about_us_bottom_icon {
    width: 0.48rem;
    height: 0.48rem;
  }
  .about_us_bottom_icon img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .about_us_bottom h5 {
    width: 80%;
  }
}

/* 环境展示 */
.Environmental_Display {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/Environmental_Display.webp)
    no-repeat center;
  background-size: cover;
}

.aboutCE_list {
  position: relative;
  overflow: hidden;
}
.aboutCE_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.aboutCE_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.aboutCE_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 72.87%;
}
.aboutCE_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutCE_navigation {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0 0.2rem;
}
.aboutCE_navigation > div {
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.aboutCE_navigation icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.aboutCE_navigation > div:hover {
  background: #fff;
}
.aboutCE_navigation > div:hover icon {
  --gradient: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block !important;
}

.aboutCE-pagination {
  display: none;
}

@media screen and (max-width: 1024px) {
  .aboutCE_navigation {
    display: none;
  }
  .aboutCE-pagination {
    display: block;
    margin-top: 0.3rem;
    text-align: center;
  }
  .aboutCE-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;
  }
  .aboutCE-pagination .swiper-pagination-bullet-active {
    background: var(--i_color);
  }
}

/* faq */
.fold_list {
}
.fold_list li {
  margin-bottom: 25px;
  box-sizing: border-box;
}
.fold_list .tit {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff;
  /* margin: 20px 0; */
}
.fold_list .tit.active {
}
.fold_list .tit span {
  width: 100%;
  padding: 20px 30px;
  font-size: 0.22rem;
  color: #222;
  background: #f5f5f5;
  border-radius: 0.05rem;
}
.fold_list .tit .icon2 {
  display: none;
}
.fold_list .tit.active .icon1 {
  display: none;
}
.fold_list .tit.active .icon2 {
  display: flex;
}
.fold_list .icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.3rem;
  width: 36px;
  height: 36px;
  border-radius: 0.05rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  cursor: pointer;
}
.fold_list .tit span i {
  font-weight: bold;
}
.tit.tit2.active .icon {
  background: #fff;
}
.fold_list .icon iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  transition: 0.5s all ease;
  color: #fff;
}
.fold_list .tit.active iconify-icon {
  color: var(--i_color);
}
.fold_list .txt {
  width: 100%;
  display: none;
  padding: 20px 30px 20px 30px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 21px;
  color: #444;
}
.fold_list .txt i {
  color: #444;
  font-family: "ob";
}
.tit.tit2.active span {
  background: var(--i_color);
  color: #fff;
}
.fold_list li .tit.active {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.fold_list li .txt.active {
  background: #fff;
}
.s_icon {
}
#s_icon:hover {
}
.p_nav_list .img2 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
}
/* å›¾æ ‡ */
.service_xl #s_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service_xl #s_img .img {
}
.service_xl #s_img .img h2 {
  font-size: 36px;
  font-weight: bold;
  color: #222;
}
.service_xl #s_img .img img {
  width: 100%;
  height: 100%;
}
.service_a {
  background-color: #eeeeee;
}
.p_nav_list .curr .cat_name {
}
/* æ¨ªå‘é€‰é¡¹å¡ */
.i_tab {
  padding: 18px 0;
  cursor: pointer;
  margin-top: 25px;
  font-size: 20px;
  color: #333333;
}
.i_tab.active {
  border-bottom: 1px solid var(--color);
  color: #111111;
  font-weight: bold;
}
@media screen and (max-width: 425px) {
}
@media screen and (max-width: 1024px) {
  .fold_list .icon {
    right: 0.1rem;
  }
  .fold_list .txt {
  }
  .fold_list .tit span {
    margin-bottom: 0;
  }
  .fold_list .icon {
    width: 0.2rem;
    height: 0.2rem;
  }
  .fold_list .icon iconify-icon {
    font-size: 0.1rem;
  }
  .service_xl {
    margin-bottom: 0rem;
  }
  .service_xl #s_img .img {
    width: 15%;
  }
  .fold_list .icon iconify-icon {
    font-size: 12px;
  }
  .service_i .service_box .box .img .icon {
    font-size: 20px;
  }
  .fold_list .tit span {
    font-size: 14px;
  }
  .fold_list .active .icon iconify-icon {
    font-size: 14px;
  }
  .fold_list .txt {
    font-size: 12px;
  }
  .s_process .box .left {
    display: none;
  }
  .s_process .box .right {
    width: 100%;
  }
  .service_i .service_box {
    flex-wrap: wrap;
  }
  .service_i .service_box .box {
    width: 48%;
    margin-top: 20px;
  }
  .service_i h2 {
    font-size: 20px;
  }
  .service_i .service_box .box h4 {
    font-size: 14px;
  }
  .service_i .service_box .box p {
    font-size: 12px;
  }
  .s_ex .box h2 {
    font-size: 20px;
  }
  .s_ex .box p {
    font-size: 12px;
  }
  .slider_b .box h2 {
    font-size: 20px;
  }
  .slider_b .box .s_b .s_box a {
    font-size: 14px;
  }
  .service_xl {
  }
  .slider_b .box .s_b .s_box {
    width: 48%;
  }
  .s_process .box .right h2 {
    font-size: 20px;
  }
  .s_process .box .right .li2 {
    font-size: 16px;
  }
  .service_i {
    overflow: hidden;
  }
  .tabs1 h4 {
    font-size: 20px;
    padding: 10px 0;
  }
  .i_tab {
    font-size: 12px;
  }
  .i_tab {
    padding: 5px 0;
    margin: 10px 0;
  }
  .tabs1 {
    width: 100%;
  }
  .tabs {
  }
  .tab-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .service_i .service_box .box {
    width: 100%;
  }
  .slider_b .box .s_b .s_box {
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 460px) {
}
@media screen and (max-width: 1440px) {
  .fold_list .tit span {
    padding: 0.2rem 0.2rem;
    width: 100%;
  }
  .fold_list .txt {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .fold_list .txt {
    padding: 0.2rem;
    box-sizing: border-box;
  }
  .fold_list li {
    margin-bottom: 0.15rem;
  }
  .fold_list .txt {
    font-size: 0.16rem;
  }
  .fold_list .txt {
    box-sizing: border-box;
  }
  .fold_list .tit span {
  }
  .fold_list .tit span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .fold_list .tit span {
    padding: 0.2rem 0.2rem;
  }
}
.case.case2 .p3_list li:hover {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
}
.newcate {
}
.newcate a {
  display: table;
  padding: 0.1rem 0.35rem;
  border: 1px solid var(--i_color);
  border-radius: 0.05rem;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newcate a:hover {
  background: var(--i_color);
  color: #fff;
}
.newcate a.active {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .newcate a {
    padding: 0.1rem 0.2rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* -------------------- 服务页面 */

.Service_Details_imgs {
  height: 3.92rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.3rem 0;
  position: relative;
  overflow: hidden;
}

.Service_Details_imgs img {
  border-radius: 0.06rem;
}

.Service_Details_imgs img:first-child {
  width: 56.2%;
  height: 100%;
  object-fit: cover;
}

.Service_Details_imgs img:nth-child(2) {
  width: 41.4%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .Service_Details_imgs {
    height: auto;
  }
  .Service_Details_imgs img {
    width: 100% !important;
  }
}

/* 定制 */
.custom_made {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/custom_made.webp)
    no-repeat center;
  background-size: cover;
}

.serve_switchb {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.ss_imgBox {
  width: 54.7%;
  position: relative;
  padding-bottom: 34%;
  border-radius: 0.12rem;
  overflow: hidden;
}
.ss_imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s;
}

.ss_imgBox .switchimg {
  top: 50%;
  opacity: 1;
}

.ss_textBoxb {
  width: 43%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ss_textBoxb ul {
  border-bottom: 1px solid #bcbebe;
}

.ss_textBoxb li {
  display: flex;
  align-items: center;
  padding: 0.2rem 0.24rem 0.1rem 0;
  cursor: pointer;
  transition: all 0.4s;
}

.ss_textBoxb img {
  width: 0.54rem;
  height: 0.54rem;
  margin-right: 0.12rem;
}

.ss_textBoxb span {
  color: #000000;
  font-size: 0.24rem;
  font-weight: bold;
}

.ss_textBoxb icon {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  transition: all 0.4s ease;
}

.ss_textBoxb ul:first-child {
  border-top: 1px solid #bcbebe;
}

.switchtxt span {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.switchtxt icon {
  opacity: 0;
}

.ss_textBoxb ul > p {
  font-size: 0.18rem;
  color: #222222;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 2s ease, opacity 0.6s ease, transform 0.6s ease;
  line-height: 0.3rem;
  padding-left: 0.65rem;
  /* display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
}
.ss_textBoxb ul > p::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.28rem;
}
.ss_textBoxb li.switchtxt + p {
  max-height: 10rem;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1200px) {
  .ss_textBoxb ul > p::after {
    height: 0.1rem;
  }
  .ss_textBoxb .switchtxt {
    font-size: 0.24rem;
    padding: 0.15rem 0;
  }
  .ss_textBoxb ul > p {
    font-size: 0.16rem;
    line-height: 0.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .serve_switchb {
    flex-wrap: wrap;
  }
  .ss_imgBox {
    width: 100%;
    padding-bottom: 40%;
  }
  .ss_textBoxb {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.4rem;
  }

  .ss_textBoxb img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.08rem;
  }
  .ss_textBoxb span {
    font-size: 0.18rem;
  }
  .ss_textBoxb ul > p {
    padding-left: 0;
  }
}
@media screen and (max-width: 560px) {
  .ss_textBoxb .switchtxt {
    font-size: 0.18rem;
    padding: 0.1rem 0;
  }
  .ss_textBoxb li {
    font-size: 0.18rem;
  }
  .ss_textBoxb img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .ss_textBoxb icon {
    font-size: 0.2rem;
  }
}

/* 协作流程 */
.advantage_ul {
  display: flex;
  margin-top: 0.6rem;
  gap: 0.1rem;
  overflow: hidden;
}

.advantage_ul li {
  box-sizing: border-box;
  background-color: #f6f6f6;
  width: 18.5%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
}

.advantage_active {
  flex-grow: 1000 !important;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.advantage_ul li h3 {
  width: 100%;
  font-size: 1.2rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  transition: all 0.3s ease;
}

.advantage_ul li h4 {
  font-size: 0.2rem;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 0.1rem;
  margin-bottom: 0.1rem;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transition: all 0.3s ease;
  margin-top: 0.4rem;
}

.advantage_ul li h5 {
  display: none;
  font-size: 0.16rem;
  line-height: 0.22rem;
  height: 0.66rem;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 0.1rem;
  transition: all 0.3s ease;
  width: 33vw;
}

/*滚动条*/

.advantage_ul li h5::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.advantage_ul li h5::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

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

.advantage_active h5 {
  display: block !important;
}

.advantage_active h3,
.advantage_active h4,
.advantage_active h5 {
  color: #fff !important;
  background: #fff !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

.advantage_ul li img {
  width: 100%;

  height: 3.13rem;

  object-fit: cover;
}

@media screen and (max-width: 1440px) {
  .advantage_bac {
    padding: 0.8rem 0;
  }

  .advantage_ul li h3 {
    font-size: 1.1rem;
  }

  .advantage_ul li h5 {
    width: 37vw;
  }

  .advantage_ul li {
    height: 5.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .advantage_bac {
    padding: 0.6rem 0;
  }

  .advantage_ul li h3 {
    font-size: 1rem;
  }

  .advantage_ul li h5 {
    width: 36vw;
  }

  .advantage_ul li h5 {
    font-size: 0.14rem;

    line-height: 0.2rem;

    height: 0.6rem;
  }

  .advantage_ul li {
    height: 5.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .advantage_ul li h3 {
    font-size: 0.9rem;
  }

  .advantage_ul li h5 {
    width: 39vw;
  }
}

@media screen and (max-width: 960px) {
  .advantage_ul li h3 {
    font-size: 0.8rem;
  }

  .advantage_ul li h5 {
    width: 38vw;
  }
}

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

  .advantage_ul li {
    width: 100%;

    height: 5rem;
  }

  .advantage_ul {
    flex-wrap: wrap;
  }

  .advantage_ul li h5 {
    width: 100%;

    display: block !important;
  }
}

@media screen and (max-width: 560px) {
  .advantage_ul li h3 {
    font-size: 0.3rem;
  }
  .advantage_ul li h4 {
    margin-top: 0.2rem;
  }
}

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

/* 如何购买 */
.Buy {
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/buy-2.webp)
    no-repeat center;
  background-size: cover;
}

.sp_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 3.41%;
}
.sp_list {
  width: 17.27%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.sp_step {
  border: 1px solid #333;
  border-radius: 50%;
  padding: 0.1rem;
  color: #333;
  font-size: 0.2rem;
  font-weight: 800;
  position: relative;
}
.sp_step::after {
  content: "";
  display: block;
  width: 560%;
  height: 0.01rem;
  position: absolute;
  border-top: 0.01rem dashed #333;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.sp_step b {
  color: #333;
  font-size: 0.2rem;
  font-weight: 800;
}

.sp_list:nth-child(1) .sp_step::after {
  display: none;
}
.sp_icon {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  margin: 0.51rem 0 0.2rem 0;
  transition: all 0.6s;
  cursor: pointer;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.sp_icon img {
  width: 0.84rem;
  height: 0.84rem;
  transition: all 0.6s;
}

.sp_list:hover .sp_step {
  border-color: #fff;
  background-color: #fff;
}
.sp_list:hover .sp_step b {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.sp_list:hover .sp_icon {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}
.sp_list:hover .sp_icon img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}
.sp_title {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.16rem;
}
.sp_txt {
  font-size: 0.18rem;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  .sp_step::after {
    width: 515%;
  }
}
@media screen and (max-width: 1200px) {
  .sp_step::after {
    width: 445%;
  }
}
@media screen and (max-width: 1024px) {
  .sp_list {
    width: 31.06%;
  }
  .sp_step::after {
    display: none;
  }
  .sp_icon {
    width: 1rem;
    height: 1rem;
    margin: 0.2rem 0 0.2rem 0;
  }
  .sp_icon img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .sp_title {
    font-size: 0.18rem;
    margin-bottom: 0.12rem;
  }
  .sp_txt {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .sp_icon {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.1rem 0 0.1rem 0;
  }
  .sp_title {
    font-size: 0.16rem;
    margin: 0;
  }
  .sp_txt {
    display: none;
  }
  .sp_step {
    padding: 0.06rem;
    font-size: 0.14rem;
    font-weight: 800;
  }
}
@media screen and (max-width: 560px) {
  .sp_list {
    width: 48.2%;
  }
  .sp_icon {
    width: 0.45rem;
    height: 0.45rem;
  }
  .sp_icon img {
    width: 0.35rem;
    height: 0.35rem;
  }
}

/* 宣传 */
.publicityBox {
  width: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: url(https://lingjuimg.com/wp-content/uploads/WuYi/2025/12/publicity-1.webp)
    no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0.77rem 0.95rem 0.64rem 0.95rem;
}

.publicity_info .btnBox_a {
  background: #fff;
}

.publicity_info .btnBox_a span {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}

.publicity_info .btn_icon {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.publicity_info .btn_icon img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

.publicity_info .btnBox_a:hover span {
  color: #fff; /* 直接设置白色 */
  -webkit-text-fill-color: #fff; /* Safari需要 */
  text-fill-color: #fff;
  background: none;
}

@media screen and (max-width: 1024px) {
  .publicityBox {
    padding: 0.4rem 0.3rem;
  }
}

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

/* -------------------- 新闻列表页面 */
.optionsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.optionsBox a {
  display: block;
  padding: 0.15rem 0.5rem;
  border-radius: 5rem;
  background: #eae9f4;
  transition: all 0.3s ease;
}

.optionsBox span {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  transition: all 0.3s ease;
}

.optionsBox .active a {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}
.optionsBox .active span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
  background: none;
}

.optionsBox a:hover {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
}

.optionsBox a:hover span {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-fill-color: #fff;
  background: none;
}

/* 列表 */
.news_list {
}
.news_list li {
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0.25rem;
  border: 1px solid var(--border_color);
  transition: all 0.5s ease;
}
.news_list li a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_list li .img {
  width: 31.05%;
  position: relative;
  padding-bottom: 16.7%;
  border-radius: 5px;
  overflow: hidden;
}
.news_list li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_list li .txt {
  width: 68%;
  padding: 0.2rem 0.4rem 0.2rem 0.2rem;
  box-sizing: border-box;
}
.news_list li .txt i {
  display: block;
}

.news_list li .zfxbtn {
  background: transparent;
  border: 1px solid var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_list li .zfxbtn iconify-icon {
  color: var(--i_color);
}
.news_list li:hover .zfxbtn {
  background: var(--i_color);
}
.news_list li:hover .zfxbtn iconify-icon {
  color: #fff;
}
.news_list li .txt p {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.line {
  height: 1px;
  width: 100%;
  background: var(--border_color);
  position: relative;
}
.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_list li:hover .line::before {
  width: 100%;
}
.news_list li .txt h6 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
}
.news_list li .txt h5 {
  display: inline;
  position: relative;
  color: var(--i_color);
}
.news_list li .txt h5::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--i_color);
}
.news_list li:hover img {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.news_list li:hover {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 2px 38px 0px;
  border-color: transparent;
  background: #fff;
}
.news_list li:hover p {
  width: 100%;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .news_list li .img {
    width: 100%;
    padding-bottom: 53%;
  }
  .news_list li .txt {
    width: 100%;
    padding: 0.1rem;
  }
  .news_list li .txt h6 {
    margin: 0.15rem 0;
  }
}

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

/* contact_us */
.contact_us_bac {
  background-color: #f4f4f4;
  box-sizing: border-box;
  padding: 0.8rem 0;
}
.contact_us {
}
.contact_us_box {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.6rem;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 0.6rem;
  align-items: center;
  position: relative;
}
.contact_us_box::after {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 65%;
  background-color: var(--i_color);
  top: 50%;
  left: -0.12rem;
  transform: translate(0, -50%);
  border-radius: 0.08rem;
}
.contact_us_box::before {
  content: "";
  position: absolute;
  width: 0.12rem;
  height: 65%;
  background-color: var(--i_color);
  top: 50%;
  right: -0.12rem;
  transform: translate(0, -50%);
  border-radius: 0.08rem;
}
.contact_us_left {
  width: 65%;
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
  align-items: center;
}
.contact_us_left > img {
  width: 2.04rem;
  height: 2.04rem;
}
.contact_us_text {
  width: calc(100% - 2.04rem);
  box-sizing: border-box;
  padding: 0 5%;
}
.contact_us_text h3 {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  line-height: 100%;
}
.contact_us_text h4 {
  font-size: 0.2rem;
  color: #666;
  margin: 0.1rem 0 0.25rem 0;
}
.contact_us_text a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 0.1rem;
}
.contact_us_text a h5 {
  font-size: 0.18rem;
  color: #333;
  border-bottom: 1px solid #333;
}
.contact_us_text a i {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--i_color);
}
.contact_us_text a i iconify-icon {
  font-size: 0.14rem;
  color: #fff;
}
.contact_us_right {
  width: 35%;
  box-sizing: border-box;
  padding-left: 3%;
  display: flex;
  display: -webkit-flex;
}
.contact_us_right img {
  width: 0.5rem;
  height: 0.5rem;
  object-fit: contain;
}
.contact_us_add {
  width: calc(100% - 0.5rem);
  box-sizing: border-box;
  padding-left: 0.2rem;
}
.contact_us_add h5 {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.1rem;
}
.contact_us_add h6 {
  font-size: 0.18rem;
  color: #333;
  line-height: 166%;
  font-family: "med";
}
.contact_us_three {
}
.contact_us_three h3 {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0.7rem 0;
  line-height: 100%;
}
.contact_us_ul {
  display: flex;
  display: -webkit-flex;
  gap: 0.6rem;
}
.contact_us_ul li {
  width: calc((100% - 1.2rem) / 3);
}
.contact_us_ul li img {
  width: 0.55rem;
  height: 0.55rem;
  object-fit: contain;
  margin-bottom: 0.4rem;
}
.contact_us_ul li h4 {
  width: 100%;
  height: 0.02rem;
  background-color: rgba(51, 51, 51, 0.2);
  position: relative;
  margin-bottom: 0.2rem;
}
.contact_us_ul li h4 i {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  transition: all 0.4s ease;
}
.contact_us_ul li a {
  width: max-content;
  display: block;
  font-size: 0.24rem;
  color: #222;
  font-family: "med";
  transition: all 0.3s ease;
}

.contact_us_ul li:hover h4 i {
  width: 100%;
}

.contact_us_ul li a:hover {
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.contact_us_ul li h5 {
  font-size: 0.2rem;
  color: #666;
}

@media screen and (max-width: 1440px) {
  .contact_us_text h3 {
    font-size: 0.32rem;
  }
  .contact_us_text h4 {
    font-size: 0.18rem;
    margin: 0.1rem 0 0.2rem 0;
  }
  .contact_us_left > img {
    width: 1.8rem;
    height: 1.8rem;
  }
  .contact_us_text {
    width: calc(100% - 1.8rem);
  }
  .contact_us_box {
    padding: 0.5rem;
  }
  .contact_us_three h3 {
    font-size: 0.32rem;
    margin: 0.6rem 0;
  }
  .contact_us_ul li img {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .contact_us_ul li a {
    font-size: 0.26rem;
  }
  .contact_us_ul li h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_us_text h3 {
    font-size: 0.28rem;
  }
  .contact_us_text h4 {
    font-size: 0.16rem;
  }
  .contact_us_left > img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .contact_us_text {
    width: calc(100% - 1.6rem);
  }
  .contact_us_add h6 {
    font-size: 0.16rem;
  }
  .contact_us_box {
    padding: 0.4rem;
  }
  .contact_us_three h3 {
    font-size: 0.28rem;
    margin: 0.5rem 0;
  }
  .contact_us_ul li img {
    width: 0.4rem;
    height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .contact_us_ul li a {
    font-size: 0.22rem;
  }
  .contact_us_ul li h5 {
    font-size: 0.16rem;
  }
  .contact_us_bac {
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .contact_us_left > img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .contact_us_text {
    width: calc(100% - 1.4rem);
  }
  .contact_us_three h3 {
    font-size: 0.26rem;
    margin: 0.4rem 0;
  }
  .contact_us_ul li a {
    font-size: 0.18rem;
  }
  .contact_us_ul li h5 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 960px) {
  .contact_us_text h3 {
    font-size: 0.24rem;
  }
  .contact_us_left > img {
    width: 1.2rem;
    height: 1.2rem;
  }
  .contact_us_text {
    width: calc(100% - 1.2rem);
  }
  .contact_us_three h3 {
    font-size: 0.24rem;
  }
  .contact_us_ul li a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_left > img {
    width: 1rem;
    height: 1rem;
  }
  .contact_us_text {
    width: calc(100% - 1rem);
  }
  .contact_us_left {
    width: 100%;
    border-right: 1px solid rgba(51, 51, 51, 0);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .contact_us_right {
    width: 100%;
    padding-left: 0%;
  }
  .contact_us_text h3 {
    font-size: 0.2rem;
  }
  .contact_us_text a h5 {
    font-size: 0.16rem;
  }
  .contact_us_text h4 {
    font-size: 0.14rem;
  }
  .contact_us_box {
    padding: 0.4rem 0.2rem;
  }
  .contact_us_right img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .contact_us_add {
    width: calc(100% - 0.4rem);
  }
  .contact_us_add h6 {
    font-size: 0.14rem;
  }
  .contact_us_box {
    margin-top: 0.4rem;
  }
  .contact_us_three h3 {
    font-size: 0.22rem;
  }
  .contact_us_ul li img {
    width: 0.35rem;
    height: 0.35rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_us_left > img {
    width: 0.6rem;
    height: 0.6rem;
  }
  .contact_us_text {
    width: calc(100% - 0.6rem);
  }
  .contact_us_text h4 {
    margin: 0.05rem 0;
  }
  .contact_us_text a i {
    width: 0.2rem;
    height: 0.2rem;
  }
  .contact_us_text a i iconify-icon {
    font-size: 0.12rem;
  }
  .contact_us_ul li {
    width: 100%;
  }
  .contact_us_ul {
    gap: 0.2rem;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
}

/* 表单 */
.contact_form {
  background: url(static/imgs/connectBa.webp) no-repeat center;
  background-size: cover;
}

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

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

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

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

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

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

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

#wpforms-226 .wpforms-submit-container {
  width: 280px;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
}
#wpforms-226 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  border-radius: 5rem;
  transition: all 0.5s ease;
}
#wpforms-226 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-226 .wpforms-submit-container button:hover {
  transform: translateY(-4px);
}

@media screen and (max-width: 768px) {
  #wpforms-226-field_1-container,
  #wpforms-226-field_2-container,
  #wpforms-226-field_3-container,
  #wpforms-226-field_4-container {
    width: 100% !important;
  }
}

/* 详情页通用Shipping */
.Shipping_box {
}

.Shipping_box p {
  width: max-content;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: flex;
  align-items: center;
}
.Shipping_box p::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #2f2a96 0%, #1d5df3 100%);
  margin-right: 0.16rem;
}

.Shipping_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.36rem 3%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.Shipping_imgs li {
  width: 48.5%;
  position: relative;
  list-style: none;
  border-radius: 0.15rem;
  overflow: hidden;
}
.Shipping_imgs li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 70.5%;
}
.Shipping_imgs li img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.Shipping_imgs li:nth-child(3),
.Shipping_imgs li:nth-child(6) {
  width: 34%;
}

.Shipping_imgs li:nth-child(4),
.Shipping_imgs li:nth-child(5) {
  width: 63%;
}

.Shipping_imgs li:nth-child(3)::before,
.Shipping_imgs li:nth-child(4)::before,
.Shipping_imgs li:nth-child(5)::before,
.Shipping_imgs li:nth-child(6)::before {
  padding-bottom: 52%;
}

@media screen and (max-width: 560px) {
  .Shipping_imgs {
    gap: 0.1rem 3%;
  }
}
