/*
Theme Name: JinXuan
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: #f19702;

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

/* 通用 */
.title_box {
}
.title_box i {
  color: #2329d6;
}
.title_box b {
  display: block;
  width: 3.46rem;
  height: 7px;
  background: url(https://lingjuimg.com/wp-content/uploads/JinXuan/2025/12/title_wire.webp)
    no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .title_box b {
    width: 2.8rem;
    height: 5px;
  }
}
@media screen and (max-width: 560px) {
  .title_box b {
    width: 50%;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
  }
  .title_box p,
  .title_box h6 {
    font-size: 0.14rem;
  }
}

/* btn */
.btnA {
  display: table;
  background-color: #fff;
  width: 2rem;
  height: 0.51rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.btnA::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--i_color);
  transition: all 0.6s ease;
}
.btnA_box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.12rem 0 0.22rem;
  position: relative;
}
.btnA_box::before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.45rem;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--i_color);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);
}
.btnA p {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.btnA iconify-icon {
  color: #fff;
  font-size: 0.24rem;
  position: relative;
  z-index: 2;
}
.btnA:hover::after {
  width: 100%;
}
.btnA:hover p {
  color: #fff;
}

.btnB {
  /* width: 100%; */
  display: table;
  position: relative;
}
.btnB::before {
  width: 26%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333333;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}
.btnB_a {
  width: 100%;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.6s ease;
}
.btnB_a span {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.btnB_a iconify-icon {
  font-size: 0.24rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.btnB:hover .btnB_a {
  background-color: var(--i_color);
}
.btnB:hover .btnB_a span {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btnA {
    width: 1.5rem;
    height: 0.3rem;
  }
  .btnA_box {
    padding: 0 0.1rem;
  }
  .btnA p {
    font-size: 0.14rem;
  }
  .btnA_box::before {
    width: 40%;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .btnB_a {
    padding: 0.05rem;
  }
  .btnB_a span {
    font-size: 0.14rem;
  }
  .btnB_a iconify-icon {
    font-size: 0.2rem;
  }
}

/* --- --- */

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

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

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2014;
  height: var(--top_h);
  background-color: #fff;
  transition: all 0.4s ease;
}

.TopHeader {
  box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
}

.top_cont {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_cont .top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* @media screen and (max-width:1024px) {
	.top_cont{background: #373737;}
} */
/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.logo img {
  display: block;
  max-height: 0.8rem;
  margin-right: 0.1rem;
}
@media screen and (max-width: 1440px) {
  .logo img {
    max-height: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .logo img {
    max-height: 0.38rem;
  }
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 7%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 2%;
    z-index: 2014;
  }
  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 100%;
    transform: translateX(-50%);
    background: var(--i_color);
    clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  /* .i_nav > li:hover::before, */
  .i_nav > .active::before {
    width: 100%;
  }
  .i_nav > li > a {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: var(--top_h);
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 0.3rem;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .i_nav > li:hover > a {
    color: var(--i_color);
  }
  .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 > .active > a {
    color: #fff !important;
  }

  .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;
    border-bottom: 1px solid var(--border_color);
  }
  .i_nav > li > .sub-menu a {
    display: block;
    padding: 0 0.16rem;
    font-size: 0.15rem;
    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 > li:hover > a {
    background: var(--i_color);
    color: #fff;
  }
  .i_nav .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: var(--i_color);
    min-width: 1.4rem;
  }
  .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: #fff;
  }
  .i_nav .sub-menu .sub-menu li:hover {
    background: rgb(255 255 255 / 15%);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: var(--top_h);
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  .i_nav .sub-menu .sub-menu {
    display: none !important;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }
  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23555" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 18L24 30L12 18"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.24rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav > .menu-item-has-children span.on {
    transform: rotate(180deg);
    background-size: 0.24rem;
  }
  .i_nav > li > a {
    padding: 0 3%;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }
  .i_nav > li > .sub-menu {
    display: none;
  }
  .i_nav > li > .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu a {
    padding: 0 0.4rem;
    font-size: 16px;
    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: 15px;
    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 {
  --size: 0.2rem;
}
.top_r {
  height: var(--top_h);
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-right: 0.3rem;
    gap: 0 0.2rem;
  }
  .top_language_btn > p {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .top_r {
    margin-right: 0.12rem;
    gap: 0 0.1rem;
  }
}

.search_cont,
.top_language {
  height: var(--top_h);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: relative;
}

.top_search_ico {
  width: 0.43rem;
  height: 0.43rem;
  background-color: var(--i_color);
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.top_language {
  position: relative;
}
.top_language_btn {
  width: 1.43rem;
  height: 0.43rem;
  background-color: var(--i_color);
  position: relative;
  cursor: pointer;
}
.top_language_btn p {
  color: #fff;
  margin: 0 0.1rem;
}

.language_list {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(var(--header_height) + 0.2rem);
  right: 0;
  background: #fff;
  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;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--top_h);
}

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

/* @media screen and (max-width:1024px) {
	.language_list dt>h6{font-size: 16px;}
}
@media screen and (max-width:768px) {
	.top_language_btn p{display: none;}
	.top_language_btn iconify-icon{display: block;}
	.language_list dt>h6{font-size: 15px;}
}
@media screen and (max-width:560px) {
	.language_list dt>h6{font-size: 14px;}
	.language_list{-webkit-border-radius:6px; border-radius:6px;}
	.lang_list .trp-ls-language-name{font-size: 13px;}
} */
@media screen and (max-width: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}

/* search */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: calc(var(--header_height) + 0.3rem);
  right: 0;
  width: 100%;
  padding: 0.2rem 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: 0 4px 10px rgb(0 0 0 / 6%);
}
.top_search form {
  width: 90%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  overflow: hidden;
}
.top_search_ipt {
  width: calc(100% - var(--search_height) * 2);
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0 0 0.12rem;
}
.top_search_btn {
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 2);
  height: var(--search_height);
  background: var(--i_color)
    url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="512" height="512" viewBox="0 0 512 512"%3E%3Cpath fill="white" d="M456.69 421.39L362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3ZM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8a124.95 124.95 0 0 1-124.8-124.8Z"%2F%3E%3C%2Fsvg%3E')
    no-repeat center;
  background-size: 0.24rem;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .top_language_btn {
    width: 0.43rem;
  }
  .la_down {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .logo span {
    display: none;
  }
  .top_search_ico,
  .top_language_btn {
    width: 0.3rem;
    height: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
}

.full_header_height {
  height: var(--top_h);
}

/* banner */
.i_banner {
}

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

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

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

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

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

.ib_01_txt {
  position: absolute;
  left: 50%;
  top: 4%;
  transform: translateX(-50%);
}
.ib_01_txt::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    #ffffff 52%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

.it01_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.it01_top p {
  font-size: 0.92rem;
  font-weight: bold;
  color: #2329d6;
  display: flex;
}
.it01_top b {
  font-weight: bold;
  font-size: 0.32rem;
}
.it01_top h6 {
  color: #2329d6;
  margin-left: 0.28rem;
}

.ib_01_txt h2 {
  color: #2329d6;
}

@media screen and (max-width: 1200px) {
  .it01_top p {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .it01_top {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .ib_01_txt {
    padding: 0.1rem 0;
  }
  .ib_01_txt::before {
    width: 100%;
  }
  .ib_01_txt h2 {
    font-size: 0.14rem;
  }
  .ib_01_txt h3 {
    font-size: 0.12rem;
  }
}

.ib_02_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.it02_top {
  width: 50%;
  position: relative;
  padding: 1.5% 0;
}
.it02_top::before {
  content: "";
  display: block;
  width: 160%;
  height: 100%;
  position: absolute;
  left: -40%;
  top: 0;
  background: linear-gradient(270deg, rgba(241, 151, 2, 0) 0%, #f19702 100%);
  z-index: -1;
}

.it02_bottom {
  padding: 1% 0;
}

@media screen and (max-width: 1440px) {
  .it02_top {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .it02_top {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .it02_top {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .it02_top {
    font-size: 0.14rem;
  }
  .it02_bottom {
    font-size: 0.12rem;
  }
}

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

.it03_top {
  gap: 0 1.5%;
}
.it03_top h2 {
  font-size: 0.92rem;
}
.it03_top h3 {
  background-color: #2329d6;
  box-sizing: border-box;
  padding: 0.16rem 0.34rem;
}

.it03_bottom {
  width: 62%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  padding: 0.17rem 0;
  position: relative;
}
.it03_bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(
    271deg,
    rgba(255, 255, 255, 0) -28%,
    #ffffff 100%,
    rgba(255, 255, 255, 0) 100%
  );
}
.it03_bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) -28%,
    #ffffff 100%,
    rgba(255, 255, 255, 0) 100%
  );
}
.it03_bottom i {
  width: 4px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -1px;
}
.it03_bottom b {
  width: 4px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

@media screen and (max-width: 1440px) {
  .it03_top h2 {
    font-size: 0.72rem;
  }
}
@media screen and (max-width: 1200px) {
  .it03_top h2 {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .it03_top h2 {
    display: none;
  }
  .it03_top h3 {
    padding: 0.5% 2%;
  }
}
@media screen and (max-width: 768px) {
  .it03_bottom {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .it03_top h3 {
    font-size: 0.14rem;
  }
  .it03_bottom {
    font-size: 0.12rem;
    margin-top: 0.1rem;
    padding: 0.1rem 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
  }
  .it03_bottom::before,
  .it03_bottom::after,
  .it03_bottom i,
  .it03_bottom b {
    display: none;
  }
}

/* footer */
footer {
  background: url(https://lingjuimg.com/wp-content/uploads/JinXuan/2025/12/footer_ba.webp)
    no-repeat center;
  background-size: cover;
}

.ft_nav {
  display: flex;
  justify-content: flex-end;
  gap: 0 4%;
}

.ft_nav li a {
  font-size: 0.2rem;
  color: #fff;
  position: relative;
  transition: all 0.4s ease;
}
.ft_nav li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--i_color);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

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

/* 中间 */
.footer_middle {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_middle .wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.fm_a {
  display: flex;
  flex-direction: column;
  width: 38%;
}
.fma_top {
  display: flex;
  align-items: center;
  gap: 0.1rem 5%;
}
.fma_top a {
}
.fma_top img {
  display: block;
  max-height: 0.8rem;
}
.fma_top p {
  width: 70%;
}

.fma_add {
  order: 1;
  display: flex;
  align-items: center;
}
.fma_add iconify-icon {
  font-size: 0.24rem;
  color: #fff;
  margin-right: 0.1rem;
}
.fma_add a {
  color: #fff;
  font-size: 0.18rem;
  transition: all 0.4s ease;
}
.fma_add a:hover {
  color: var(--i_color);
}

.footer_share {
  order: 2;
  margin-top: 0.4rem;
  display: flex;
  gap: 0.3rem;
}
.footer_share dt {
}
.footer_share dt a {
  display: block;
}
.footer_share dt a iconify-icon {
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.footer_share dt a iconify-icon:hover {
  opacity: 1;
  color: var(--i_color);
}

.fm_b {
  display: flex;
  flex-direction: column;
  gap: 0.16rem 0;
}

.fm_c {
  width: 32.75%;
}
.fm_c h2 {
  font-size: 0.3rem;
}

.fm_c_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}
.fm_c_list li {
  width: 33.33%;
}
.fm_c_list a {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  transition: all 0.4s ease;
}
.fm_c_list a:hover {
  color: #fff;
}

.footer_down_bac {
  box-sizing: border-box;
  padding: 0.3rem 0;
}
.footer_down {
}
.footer_down p {
  color: #fff;
  font-size: 0.16rem;
}
.footer_down p a {
  color: #fff;
  font-size: 0.16rem;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.footer_down p a:hover {
  border-bottom: 1px solid #fff;
}

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

  .fm_a,
  .fm_b {
    width: 100%;
  }
  .fm_c {
    display: none;
  }

  .footer_share {
    order: 1;
    margin: 0.3rem 0;
  }
  .fma_add {
    order: 2;
    margin: 0;
  }
  .footer_middle .wrap {
    gap: 0.16rem 0;
  }
}
@media screen and (max-width: 768px) {
  .fma_add a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .fma_top p {
    width: 60%;
    font-size: 0.16rem;
  }
  .fma_top img {
    max-height: 0.5rem;
  }
  .fm_b,
  .footer_middle .wrap {
    gap: 0.1rem 0;
  }
  .fma_add iconify-icon {
    font-size: 0.2rem;
  }
  .fma_add a,
  .fma_add p {
    font-size: 0.14rem;
  }
}

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

.pc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.89%;
}

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

.pca_txt {
  position: absolute;
  left: 5%;
  bottom: 8%;
}

.pc_item {
  width: 23.57%;
  position: relative;
}

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

.pc_item .btnB {
  width: 100%;
}

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

.pc_last_txt {
  width: 74%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pc_last_txt h6 {
}

.pc_item:hover .pci_pic img {
  transform: scale(1.1);
}
.pc_item:hover .btnB_a {
  background-color: var(--i_color);
}
.pc_item:hover .btnB_a span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pc_list {
    gap: 0.15rem 1.89%;
  }
  .pc_a {
    width: 100%;
  }
  .pc_item {
    width: 49.05%;
  }
}
@media screen and (max-width: 560px) {
  .pc_list {
    gap: 0.06rem 1.89%;
  }
  .pc_last_txt {
    width: 95%;
  }
  .pc_last_txt h6 {
    font-size: 0.14rem;
  }
}

/* 热门产品 */
.Popular_Products {
  position: relative;
}
.Popular_Products::before {
  content: "";
  display: block;
  width: 100%;
  height: 3.8rem;
  background-color: #151515;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.pp_list {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.4rem;
  border-top: 1px solid #8a8a8a;
  border-bottom: 1px solid #8a8a8a;
}

.pp_list li {
  box-sizing: border-box;
  padding: 0.07rem 0.2rem;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #fff;
}

.pp_list li:hover,
.pp_list li.active {
  background-color: var(--i_color);
}

.pp_list_box {
  flex-wrap: wrap;
  gap: 0.2rem 2%;
  min-height: 3vw;
  display: none;
}
.pp_list_box.active {
  display: flex;
}

.pp_list_box li {
  width: 23.5%;
}

.pl_txt {
  padding-top: 0.17rem;
  padding-bottom: 0.14rem;
}

.pl_txt p {
  transition: all 0.4s ease;
  margin-bottom: 0.15rem;
}

.pl_price {
  padding-top: 0.14rem;
  border-top: 1px solid var(--i_color);
}

.pl_price span {
  color: #ff0000;
}

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

@media screen and (max-width: 1024px) {
  .Popular_Products::before {
    height: 30%;
  }
  .pp_list {
    width: 100%;
    justify-content: center;
    gap: 0.1rem 0.2rem;
  }
  .pp_list li {
    font-size: 0.16rem;
  }
  .pp_list_box .pc_item {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .pp_list li {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  .pp_list {
    border-top: none;
  }
}

/* 关于公司 */
.About_Company {
}

.ac_content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.ac_content > img {
  width: 42%;
  position: absolute;
  right: 0;
  top: 0;
}

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

.acc_left icon {
  font-size: 0.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.4s ease;
}

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

.acc_right {
  width: 55%;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0.84rem 0.8rem 0.68rem 0.8rem;
  background-color: #f7f7f7;
}

.acr_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 4%;
}
.acr_list li {
  width: 28.65%;
  cursor: pointer;
}

.acc_top {
  display: flex;
  align-items: center;
}

.acr_list img {
  width: 20%;
}
.acr_list p {
  margin: 0 0.1rem;
  transition: all 0.4s ease;
}
.acr_list b {
  transition: all 0.4s ease;
}
.acr_list h6 {
  box-sizing: border-box;
  border-top: 1px solid #d9d9d9;
  padding-left: 0.06rem;
}

.acr_list li:hover p,
.acr_list li:hover b {
  color: #2329d6;
}

.acc_right .btnA {
  background-color: var(--i_color);
}
.acc_right .btnA p {
  color: #fff;
}
.acc_right .btnA_box::before {
  background-color: #fff;
}
.acc_right .btnA iconify-icon {
  color: var(--i_color);
}
.acc_right .btnA::after {
  background-color: #fff;
}
.acc_right .btnA:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .acc_right {
    padding: 0.4rem;
  }
  .acc_right h2 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .acc_right h3 {
    margin: 0.3rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .acc_right h2 {
    font-size: 0.2rem;
  }
  .acc_right h3 {
    font-size: 0.18rem;
  }
  .acr_list p,
  .acr_list b {
    font-size: 0.32rem;
  }
  .acr_list h6 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .acc_left,
  .acc_right {
    width: 100%;
  }
  .acc_right {
    position: static;
  }
  .acr_list img {
    width: 12%;
  }
  .acc_left icon {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .acc_right h3 {
    font-size: 0.16rem;
  }
  .acr_list p,
  .acr_list b {
    font-size: 0.26rem;
  }
  .acr_list h6 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .ac_content {
    padding-top: 0;
  }
  .ac_content > img {
    display: none;
  }
  .acc_right {
    padding: 0.2rem;
  }
  .acr_list li {
    width: 47%;
  }
  .acr_list p,
  .acr_list b {
    font-size: 0.2rem;
  }
}

/* 全球客户 */
.explore_list {
  position: relative;
  overflow: hidden;
}
.explore_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.explore_list .swiper-slide {
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
}

.explore_list .swiper-slide .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.explore_list .swiper-slide .img::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.explore_list .swiper-slide .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;
}

.explore_list .swiper-slide .txt {
  background: #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.explore_list .swiper-slide .txt p {
  display: flex;
  align-items: center;
  gap: 0 4%;
}

.explore_list .swiper-slide .txt h6 {
}

.explore_list .swiper-slide:hover img {
}
.explore_list .swiper-slide:hover .txt {
  opacity: 1;
}

.explore-prev,
.explore-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.explore-prev {
  left: 5%;
}
.explore-next {
  right: 5%;
}
.explore-prev iconify-icon,
.explore-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.explore_list .swiper-button-disabled {
  cursor: not-allowed;
}
.explore-prev:hover,
.explore-next:hover {
  background: var(--i_color);
}

/* -------------------------- */
.explore-pagination {
  text-align: center;
}
.explore-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.01rem;
  display: inline-block;
  background: #ccc;
  outline: none;
  cursor: pointer;
}
.explore-pagination .swiper-pagination-bullet-active {
  background-color: #2329d6;
}

@media screen and (max-width: 1200px) {
  .explore-prev,
  .explore-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .explore_list .swiper-slide .txt {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .explore-pagination .swiper-pagination-bullet {
    width: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .explore-pagination .swiper-pagination-bullet {
    width: 0.25rem;
  }
}

/* 购买流程 */
.Purchase_process {
  background: url(https://lingjuimg.com/wp-content/uploads/JinXuan/2025/12/Purchase_process_Ba.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 #fff;
  border-radius: 50%;
  padding: 0.1rem;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 800;
  position: relative;
}
.sp_step::after {
  content: "";
  display: block;
  width: 605%;
  height: 0.01rem;
  position: absolute;
  border-top: 0.01rem dashed #fff;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.sp_step b {
  color: #fff;
  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 {
  color: #2329d6;
}
.sp_list:hover .sp_icon {
  background: #2329d6;
}
.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: 1440px) {
  .sp_step::after {
    width: 560%;
  }
}

@media screen and (max-width: 1366px) {
  .sp_step::after {
    width: 535%;
  }
}
@media screen and (max-width: 1200px) {
  .sp_step::after {
    width: 460%;
  }
}
@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;
  }
  .sp_title {
    font-size: 0.14rem;
  }
  .sp_step b {
    font-size: 0.12rem;
  }
}

/* 运输与配送 */
.transport {
  background-color: #f4f4f4;
}

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

/* 主页新闻 */
.i_news {
}

.homeNews_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.homeNews_top {
  flex-shrink: 0;
  width: 48%;
}
.homeNews_top .coverPic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.homeNews_top .coverPic::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.homeNews_top .coverPic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.homeNews_top .date {
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  background: #2329d6;
  text-align: center;
  padding: 0.1rem;
}
.homeNews_top .date b {
  display: block;
  margin-bottom: 2px;
  font-size: 0.24rem;
  color: #fff;
}
.homeNews_top .date i {
  font-size: 14px;
  color: #fff;
}
.homeNews_top span {
  display: block;
  margin-top: 0.24rem;
}
.homeNews_top h6 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.homeNews_top p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.5;
}
.homeNews_top h6,
.homeNews_top p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.homeNews_top:hover img {
  transform: scale(1.05, 1.05);
}
.homeNews_top:hover h6 {
  color: var(--i_color);
}

.homeNews_list {
  margin-left: auto;
  width: 48%;
  box-sizing: border-box;
  padding-left: 0.6rem;
  border-left: 1px solid #ddd;
}
.homeNews_list li {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  transition: all 0.4s ease;
}
.homeNews_list li:first-child {
  margin-top: 0;
  padding-top: 0;
  /* border-bottom: none; */
}
.homeNews_list li:last-child {
  border-bottom: none;
}

.homeNews_list a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.5rem;
  align-items: center;
}

.homeNews_list span {
  width: 100%;
}
.homeNews_list span h6 {
  font-size: 0.2rem;
  font-weight: bold;
}
.homeNews_list span p {
  margin: 0.1rem 0 0.16rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.5;
}
.homeNews_list span h6,
.homeNews_list span p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.homeNews_list span i {
  font-size: 14px;
  color: #666;
}

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

.homeNews_list li:hover {
  border-color: #2329d6;
}
.homeNews_list li:hover h6 {
  color: var(--i_color);
}
.homeNews_list li:hover img {
  transform: scale(1.05, 1.05);
}

@media screen and (max-width: 1024px) {
  .homeNews_top {
    width: 100%;
  }
  .homeNews_list {
    width: 100%;
    margin: 36px 0 0;
    padding: 0 0;
    border: none;
  }
  .homeNews_list li:first-child {
    padding-top: 0.3rem;
    border-top: 1px solid #ddd;
  }

  .homeNews_top h6,
  .homeNews_list span h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .homeNews_top h6,
  .homeNews_list span h6 {
    font-size: 17px;
  }
  .homeNews_top p,
  .homeNews_list span p {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .homeNews_top .date b {
    font-size: 20px;
  }
  .homeNews_list {
    margin-top: 20px;
  }
  .homeNews_top h6,
  .homeNews_list span h6 {
    font-size: 16px;
  }
  .homeNews_list a {
    gap: 0 26px;
  }
  .homeNews_list .coverPic {
    width: 34%;
  }
}

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

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

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

/* ----------------------------------  产品列表页面 */
.brand_contact {
}

.brand_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.23rem 2%;
}

.brand_list li {
  width: 15%;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.brand_list a {
  box-sizing: border-box;
  border: 1px solid #999;
}

.brand_list a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.brand_list a::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 33.4%;
}
.brand_list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.brand_list p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.brand_list li:hover,
.brand_list .active {
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.15);
}
.brand_list a:hover,
.brand_list .active a {
  border-bottom: 2px solid var(--i_color);
}

.brand_list li:last-child img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .brand_list li {
    width: 32%;
  }
}
@media screen and (max-width: 560px) {
  .brand_list {
    gap: 0.1rem 2%;
  }
  .brand_list p {
    font-size: 0.14rem;
  }
}

/* 产品列表 */
.Product_box {
  position: relative;
}
.Product_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 3.8rem;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.Product_box .title_box i {
  color: #fff;
}

.Product_List {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem 2%;
}

.Product_List li {
  width: 23.5%;
}

.Product_List.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .Product_box::before {
    height: 10%;
  }
  .Product_List li {
    width: 49%;
  }
}

@media screen and (max-width: 560px) {
  .Product_box::before {
    height: 6%;
  }
  .Product_List li {
    width: 100%;
  }

  .Product_List .btnB::before {
    width: 13%;
  }
}

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

/* 产品信息 */
.pd_main {
  background-color: #f7f7f7;
}

.p_boxPad {
  box-sizing: border-box;
  padding: 0.6rem 0.5rem;
  background: #fff;
}
.p_data {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.4rem;
}
@media screen and (max-width: 1024px) {
  .p_data {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
@media screen and (max-width: 560px) {
  .p_boxPad {
    padding: 30px 20px;
  }
  .p_boxPad article strong {
    font-size: 0.18rem;
  }
}

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

/* thumbnail */
.p_thumbnail_list {
  width: 100%;
  margin: 0.2rem auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.p_thumbnail_list::after {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.p_thumbnail_list::before {
  content: "";
  display: block;
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .p_thumbnail_list .swiper-slide-thumb-active figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid var(--i_color);
} */

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.3rem;
  height: 0.3rem;
  background: #333;
  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.2rem;
  color: #fff;
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
  background: var(--i_color);
}

.thumbnail-pagination {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  text-align: center;
  padding: 2px 6px;
  background: rgb(0 0 0 / 60%);
  z-index: 2;
  display: none;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 14px;
  color: #fff;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_atlas {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .p_thumbnail_list {
    width: 100%;
  }
  .thumbnail-pagination .swiper-pagination-current {
    font-size: 18px;
  }
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}

.p_title {
  margin-left: auto;
  width: 100%;
}
.p_title h1 {
  color: #111;
  font-weight: bold;
  margin-bottom: 0.15rem;
}

.pd_price {
  border-top: 1px solid #d8d8d8;
  padding-top: 0.18rem;
}
.pd_price i {
  color: #ff0000;
}

.p_quality {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 6%;
}
.p_quality dt {
  width: 100%;
  text-align: center;
}
.p_quality .icon {
  margin: 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--i_color);
  position: relative;
}
.p_quality img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.p_quality p {
  margin-top: 0.15rem;
  font-size: 0.18rem;
}

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

.p_btn .btnB {
  width: 48%;
}

.p_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.14rem;
}
.p_share dt {
  font-size: 0.16rem;
  color: #666;
}
.p_share dd {
}
.p_share iconify-icon {
  font-size: 0.3rem;
  color: #999;
  transition: all 0.5s ease;
}

.p_share dd:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .thumbnail-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p_quality .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .p_parameter {
    margin-top: 0.3rem;
  }
  .p_quality .icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .p_quality p {
    font-size: 0.12rem;
  }

  .p_share iconify-icon {
    font-size: 0.25rem;
  }
}

/* 详细信息 */

.p_content {
}

.p_content_tit {
  margin-bottom: 0.3rem;
  padding-bottom: 0.2rem;
  position: relative;
}
.p_content_tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.p_content_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.6rem;
  height: 3px;
  background: var(--i_color);
}
.p_content_tit h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_content_tit h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p_content_tit h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .p_content_tit {
    margin-bottom: 20px;
    padding-bottom: 12px;
  }
  .p_content_tit h3 {
    font-size: 18px;
  }
}

.p_tags {
}
.p_tags > p {
  margin-bottom: 0.2rem;
  font-size: 0.22rem;
  font-weight: bold;
}
.p_tags ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.3rem;
}
.p_tags li a {
  font-size: 0.16rem;
}
.p_tags li a:hover {
  color: var(--i_color);
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .p_tags > p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p_tags li a {
    font-size: 15px;
  }
}

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p_view_other dt {
  max-width: 46%;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_view_other .btn {
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  background: #333;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.p_view_other .btn iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.p_view_other p {
  font-size: 15px;
  line-height: 1.3;
}
.p_view_other a:hover .btn {
  background: var(--i_color);
}
.p_view_other a:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .p_view_other dt {
    max-width: none;
    margin: 10px 0;
  }
  .p_view_other dt:last-child .btn {
    order: -1;
  }
}
@media screen and (max-width: 560px) {
  .p_view_other .btn b {
    font-size: 14px;
  }
}

/* --------------------------------- 关于我们页面 */
.ab_about {
  padding-top: 1.6rem;
  background-color: #f7f7f7;
}

.aba_top {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.54rem 0 0.63rem 0.73rem;
  position: relative;
}

.aba_t_left {
  width: 37%;
}

.ab_logo {
  width: 23.1%;
}

.aba_t_left .btnA {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
}
.aba_t_left .btnA p {
  color: #fff;
}
.aba_t_left .btnA_box::before {
  background-color: #fff;
}
.aba_t_left .btnA iconify-icon {
  color: var(--i_color);
}
.aba_t_left .btnA::after {
  background-color: #fff;
}
.aba_t_left .btnA:hover p {
  color: var(--i_color);
}

.aba_t_right {
  width: 56.6%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.aba_t_right img {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .ab_about {
    padding-top: 0.4rem;
  }
  .aba_top {
    overflow: hidden;
    padding: 0.2rem;
  }
  .aba_t_left {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .aba_t_right {
    opacity: 0.1;
  }
  .ab_logo {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .aba_t_left h2 {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .aba_t_right {
    width: 100%;
  }
}

.ab_about .acr_list {
  justify-content: space-between;
  gap: 0.2rem 0;
}

.ab_about .acr_list li {
  width: 15.13%;
}

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

.aba_merit li {
  width: 30.75%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.3rem 0.35rem;
  transition: all 0.4s ease;
}

.aba_merit img {
  width: 13%;
}

.aba_merit p {
  color: #2329d6;
}

.aba_merit li:hover {
  background-color: var(--i_color);
}
.aba_merit li:hover img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}
.aba_merit li:hover p,
.aba_merit li:hover h6 {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .ab_about .acr_list li {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .aba_merit li {
    width: 100%;
    padding: 0.2rem;
  }
  .aba_merit img {
    width: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .aba_merit p {
    margin: 0.1rem 0;
  }
}

/* 表单 */
.ab_form {
  background: url(https://lingjuimg.com/wp-content/uploads/JinXuan/2025/12/ab_form.webp)
    no-repeat center;
  background-size: cover;
}

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

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

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

#wpforms-116 .wpforms-field-container .wpforms-field > input,
#wpforms-116 .wpforms-field-container textarea {
  color: rgb(255, 255, 255, 0.5);
}
#wpforms-116 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

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

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

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

#wpforms-116 .wpforms-field-container .wpforms-field > input,
#wpforms-116 .wpforms-field-container textarea {
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #b9b9b9;
}

#wpforms-116 .wpforms-field-container .wpforms-field > input::placeholder,
#wpforms-116 .wpforms-field-container textarea::placeholder {
  color: rgb(255, 255, 255, 0.5) !important;
  opacity: 1;
}

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

/* 环境展示 */

.CE_list {
  position: relative;
  overflow: hidden;
}
.CE_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.CE_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.CE_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.CE_list .swiper-slide > 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;
}

.CE_ItemTitle {
  position: absolute;
  left: 0;
  bottom: -0.9rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0.2rem 0.26rem;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.CE_ItemTitle p {
  font-size: 0.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.CE_list .swiper-slide:hover .CE_ItemTitle {
  bottom: 0;
}
.CE_list .swiper-slide:hover > img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* ********************** */

.PB_control {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 20px 0 0;
  background: #ccc;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: var(--i_color);
}

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

.PB_navigation div {
  width: 0.3rem;
  height: 0.3rem;
  background: #333;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.PB_navigation iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.swiper-button-disabled {
  cursor: not-allowed;
}
.PB_navigation div:hover {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
  .PB_navigation {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .pagination .swiper-pagination-bullet-active {
    width: 16px;
  }
  .CE_ItemTitle {
    padding: 0.2rem 0.1rem;
  }
  .CE_ItemTitle p {
    font-size: 0.12rem;
  }
}

/* 合作伙伴 */
.Partners {
  background: url(https://lingjuimg.com/wp-content/uploads/JinXuan/2025/12/Partners.webp)
    no-repeat center;
  background-size: cover;
}

.Partners_content {
  width: 55.4%;
}

.iabs .wrap .right {
  width: 100%;
}

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

.iabs .wrap .right .xj {
  position: relative;
  display: inline;
  color: var(--i_color);
}

.iabs .wrap .right .xj::before {
  content: "+";
  position: absolute;
  top: 0;
  right: -0.2rem;
  font-size: 34px;
  font-weight: normal;
  color: var(--i_color);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iabs .wrap .right .borbto {
  display: table;
}
.iabs .wrap .right .borbto {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #222;
}
.m10 {
  margin: 0.1rem 0;
}

@media screen and (max-width: 1024px) {
  .iabs .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .iabs .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .Partners {
    background: url(https://lingjuimg.com/wp-content/uploads/JinXuan/2025/12/Partners.webp)
      no-repeat;
    background-size: cover;
    background-position-y: bottom;
  }
}

/* blogos */
.brand {
}
.i_blogs_list {
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.i_blogs_list2 {
  background: #fff;
}
.i_blogs_list3 {
}
.i_blogs_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_blogs_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  padding-bottom: 12%;
  /* border: 1px solid #d8d8d8; */
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  box-sizing: border-box;
  border: 0.01rem solid transparent;
  border: 1px solid var(--border_color);
  border-radius: 0.05rem;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.i_blogs_list .swiper-slide:hover {
}
.i_blogs_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.i_blogs-prev,
.i_blogs-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: rgb(0 0 0 / 60%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.i_blogs-prev {
  left: 0;
}
.i_blogs-next {
  right: 0;
}
.i_blogs-prev iconify-icon,
.i_blogs-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #fff;
}
.i_blogs_list .swiper-button-disabled {
  cursor: not-allowed;
}
.i_blogs-prev:hover,
.i_blogs-next:hover {
  background: var(--i_color);
}
.i_blogs-pagination {
  text-align: center;
}
.i_blogs-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 2px;
  background: #ccc;
  border-radius: 500px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i_blogs-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
  width: 45px;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .Partners_content {
    width: 100%;
  }
  .i_blogs_list .swiper-slide {
    padding-bottom: 12%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .Partners_top {
    gap: 0.2rem 10%;
  }
  .iabs .wrap .right .borbto {
    padding-bottom: 0;
  }
  .i_blogs_list .swiper-slide {
    padding-bottom: 14%;
  }
  .i_blogs-pagination {
    margin-top: 0;
  }
}

/* 指示器 */
.p-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.p-pagination.wh140 {
  width: 140px;

  margin-left: auto;
  margin-right: auto;
}

.p-pagination {
  background: #d8d8d8;
  position: relative;
  width: 100%;
  height: 2px;
  display: block;
}

.p-pagination span {
  background-color: var(--i_color);

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

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

.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: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .p-pagination {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

.fz88 {
  font-size: 0.88rem;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .fz88 {
    font-size: 0.46rem;
  }
}
@media screen and (max-width: 768px) {
  .fz88 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 560px) {
}

/* faq问答 */

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

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

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

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

/* --------------------------------- 新闻列表页面 */

.news_options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem 10%;
  position: relative;
}
.news_options::before {
  content: "";
  display: block;
  width: 2px;
  height: 0.24rem;
  background-color: #cecece;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.news_options a {
  display: block;
  box-sizing: border-box;
  padding: 0 0.4rem 0.12rem 0.4rem;
  position: relative;
  transition: all 0.4s ease;
}
.news_options a::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--i_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

.news_options a:hover,
.news_options .active a {
  color: var(--i_color);
}
.news_options a:hover::before,
.news_options .active a::before {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .news_options a {
    font-size: 0.16rem;
    padding: 0 0.2rem;
  }
}

/* 新闻列表 */
.news_list {
  display: flex;
  flex-direction: column;
  gap: 0.64rem 0;
}

.new_item {
  background-color: #f7f7f7;
}

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

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

.new_info {
  width: 70%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.26rem 0.6rem 0.28rem 0.48rem;
}

.new_info h3 {
  transition: all 0.4s ease;
}

.new_info .btnB {
  width: 2.38rem;
}
.new_info .btnB::before {
  width: 41.5%;
}

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

@media screen and (max-width: 1440px) {
  .new_info h3 {
    font-size: 0.2rem;
  }
  .new_info p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 1200px) {
  .new_info {
    padding: 0.2rem;
  }
  .new_info .btnB_a span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .new_info h3 {
    font-size: 0.16rem;
  }
  .new_info p {
    font-size: 0.14rem;
  }
  .new_info .btnB_a {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news_list {
    gap: 0.25rem 0;
  }
  .new_pic,
  .new_info {
    width: 100%;
  }
}

/* --------------------------------- 联系我们页面 */
.Contact_Us {
}

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

.Contact_list li {
  width: 23.13%;
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0.7rem 0.3rem;
  background-color: #f7f7f7;
}

.Contact_icon {
  width: 0.64rem;
  height: 0.64rem;
  background-color: #fff;
}

.Contact_icon iconify-icon {
  font-size: 0.3rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.Contact_list a,
.Contact_list span {
  font-size: 0.2rem;
  line-height: 1.5;
  color: #666;
  transition: all 0.3s ease;
}

.Contact_list li:hover .Contact_icon iconify-icon {
  color: #2329d6;
}
.Contact_list li:hover p {
  color: #2329d6;
}
.Contact_list li a:hover {
  color: #2329d6;
}

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

@media screen and (max-width: 560px) {
  .Contact_list li {
    display: flex;
    gap: 0 4%;
  }

  .Contact_list li {
    width: 100%;
    padding: 0.2rem;
  }
  .Contact_icon {
    width: 0.35rem;
    height: 0.35rem;
  }
  .Contact_icon iconify-icon {
    font-size: 0.2rem;
  }
  .Contact_list li p {
    margin: 0;
  }
  .Contact_list a,
  .Contact_list span {
    font-size: 0.16rem;
  }
}

/* 联系我们表单 */
.c_form {
  border-top: 3px solid #2329d6;
  box-sizing: border-box;
  background: url(static/imgs/c_form.webp) no-repeat center;
  background-size: cover;
}

.c_formBox {
  width: 64.4%;
}

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

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

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

#wpforms-141 .wpforms-field-container .wpforms-field > input,
#wpforms-141 .wpforms-field-container textarea {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
#wpforms-141 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

#wpforms-141 input::placeholder,
#wpforms-141 textarea::placeholder {
  color: #fff;
  font-size: 16px;
  opacity: 1;
}

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

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

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

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