/*
Theme Name:   YiLi
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: #0b5ba2;

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

  --header_height_top: 0.48rem;

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

/* 通用 */

/* 标题 */
.title_box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.title_box h2 {
  font-size: 0.48rem;
  font-weight: bold;
  position: relative;
  max-width: max-content;
  box-sizing: border-box;
  padding-left: 0.3rem;
}

.title_box h2 i {
  font-weight: bold;
  color: var(--i_color);
}

.title_box h2 img {
  height: 3.4vw;
  object-fit: contain;
  position: absolute;
  top: -4px;
  left: 0;
}
.title_box p {
  font-size: 0.18rem;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
  .title_box h2 {
    font-size: 0.3rem;
  }
  .title_box p {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .title_box h2 img {
    height: 5.5vw;
  }
  .title_box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 560px) {
  .title_box h2 img {
    height: 8vw;
  }
  .title_box h2 {
    font-size: 0.22rem;
  }
  .title_box p {
    font-size: 14px;
  }
}

.a_btn {
  display: table;
}

.a_btn_a {
  display: flex;
  align-items: center;
  border-radius: 5rem;
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  padding: 0.1rem 0.14rem 0.1rem 0.3rem;
  color: var(--i_color);
  transition: all 0.3s ease;
}

.a_btn_a icon {
  font-size: 0.3rem;
  margin-left: 0.2rem;
}

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

@media screen and (max-width: 1024px) {
  .a_btn_a {
    padding: 0.06rem 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .a_btn_a {
    padding: 0.04rem 0.1rem;
  }
  .a_btn_a p {
    font-size: 0.14rem;
  }
  .a_btn_a icon {
    font-size: 0.2rem;
    margin-left: 0;
  }
}
/* --- --- */

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

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

.wrap_l {
  box-sizing: border-box;
  padding-left: 13.2vw;
}
.wrap_r {
  box-sizing: border-box;
  padding-right: 13.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;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* header::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
	z-index: 2014;
} */

.top_cont {
  position: relative;
  background: var(--i_color);
}
.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
/* .TopHeader .top_cont {
	background: #222;
} */

@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  header {
    border-radius: 0;
  }
  /* .top_cont {
		background: #333 !important;
	} */
}

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height_top);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 77.1%;
}
.logo img {
  max-height: 100%;
}

@media screen and (max-width: 1440px) {
  .logo a {
    height: 60%;
  }
  .logo img {
    max-height: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .logo a {
    height: 70%;
  }
}

/* 导航 */

.top_up_area {
  height: var(--header_height_top);
  background-color: #fff;
  position: relative;
  display: flex;
}

.top_up {
  height: var(--header_top);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.top_up_left {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
  margin-left: 3.79%;
}
.top_up_left1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-right: 0.2rem;
  color: #5c5c5c;
}
.top_up_left1 iconify-icon {
  font-size: 0.2rem;
  object-fit: contain;
  margin-right: 0.05rem;
}
.top_up_left1 a {
  font-size: 14px;
  color: #5c5c5c;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.top_up_left1 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #5c5c5c;
  transition: all 0.3s ease;
}
.top_up_left1 a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

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

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

.top_language_btn iconify-icon {
  font-size: 0.3rem;
  color: #5c5c5c;
  cursor: pointer;
}

.top_language_btn.on iconify-icon {
  color: var(--i_color);
}

.top_language {
  position: relative;
}
.top_language_btn {
  /* padding: 0.1rem 0.18rem 0.1rem 0; */
  gap: 0 8%;
  position: relative;
  cursor: pointer;
}
.top_language_btn::before {
  content: "";
  position: absolute;
  top: 44%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #777;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

.top_language_btn.on::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-top-color: var(--i_color);
}
.top_language_btn.on p {
  color: var(--i_color);
}

.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(--header_height_top);
}

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

@media screen and (min-width: 1025px) {
  .i_nav {
    display: -webkit-flex;
    display: flex;
    gap: 0 0.9rem;
    flex-wrap: nowrap;
  }

  .i_nav > li {
    position: relative;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.18rem;
    color: #fff;
    line-height: var(--header_height);
    white-space: nowrap;
    -webkit-border-radius: 0.08rem;
    border-radius: 0.08rem;
    text-transform: capitalize;
  }
  .i_nav > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    border-radius: 0.5rem;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav .curr > a {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
  }
  .i_nav > .current-menu-item > a::after,
  .i_nav > .current-category-ancestor > a::after,
  .i_nav > .current-post-ancestor > a::after,
  .i_nav > .current-menu-ancestor > a::after,
  .i_nav > .current-menu-parent > a::after,
  .i_nav > li:hover > a::after,
  .i_nav .curr > a::after {
    opacity: 1;
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 1.6rem;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    overflow: hidden;
  }
  .i_nav .sub-menu li {
    position: relative;
  }
  .i_nav .sub-menu li::before,
  .i_nav .sub-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
  }
  .i_nav .sub-menu li::before {
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 8%);
  }
  .i_nav .sub-menu li::after {
    right: 0;
    width: 0;
    background: var(--i_color);
  }

  .i_nav .sub-menu a {
    display: block;
    padding: 0 0.8rem 0 0.2rem;
    font-size: 0.15rem;
    color: #333;
    line-height: 0.44rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    left: 0;
  }
  .i_nav .sub-menu li:hover::after {
    right: initial;
    left: 0;
    width: 100%;
  }
  .i_nav .sub-menu li:hover a {
    /* left: 0.16rem; */
  }
  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }
  .i_nav .sub-menu li:hover a::before {
    left: 0;
  }
  .i_nav .sub-menu li,
  .i_nav .sub-menu li::after,
  .i_nav .sub-menu a,
  .i_nav .sub-menu a::before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav > li {
    margin: 0 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.6rem;
  }
  .i_nav > li > a {
    /* font-size: 0.16rem; */
  }
}
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1024px) {
  .i_nav {
    display: none;
    position: fixed;
    top: calc(var(--header_height) + var(--header_height_top));
    left: 0;
    width: 100%;
    width: 100vw;
    max-height: calc(100vh - var(--header_height) - var(--header_height_top));
    background: #fff;
    overflow-y: auto;
    z-index: 2;
  }
  /*滚动条*/
  .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 i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0.44rem;
    height: 0.44rem;
    background: #f1f1f1;
  }
  .i_nav > .menu-item-has-children i::before {
    content: "＋";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.2rem;
    color: #222;
  }

  .i_nav > .menu-item-has-children i.on::before {
    content: "-";
    font-size: 0.24rem;
  }

  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.15rem;
    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: 0.14rem;
    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/imgs/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 0.16rem;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/imgs/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;
  }
  .top_language p {
    font-size: 14px;
  }
  .top_up_left {
    display: none;
  }
  .top_up {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

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

/* 移动端导航按钮 */
.nav_menu {
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  display: none;
  cursor: pointer;
  margin-right: 0.2rem;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

.nav_menu.on::before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -2px;
}

.nav_menu.on::after {
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -2px;
}

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

.top_r {
  --size: 0.2rem;
}
.top_r {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--header_height);
  gap: 0.1rem;
}
.top_language {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(var(--header_height) - 0.2rem);
  right: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_top);
  box-shadow: 0.04rem 0.06rem 0.1rem rgb(0 0 0 / 10%);
}

.top_language_list ul {
  overflow: hidden;
}

.top_language_list li {
  background: #fff;
}
.top_language_list a > span {
  display: block;
  padding: 0 14px;
  min-width: 100px;
  overflow: hidden;
}
.top_language_list img,
.top_language_list .trp-ls-language-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.12rem;
  color: #666;
  line-height: 0.3rem;
}

.top_language_list li:hover {
  background: var(--i_color);
}
.top_language_list li:hover .trp-ls-language-name {
  color: #fff;
}
.top_language,
.top_language > i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .top_language {
  }
  .top_language iconify-icon {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
  .top_language {
    width: 0.35rem;
    height: 0.35rem;
  }
  .top_language iconify-icon {
    font-size: 0.26rem;
  }
  .top_r {
    --size: 0.16rem;
  }
}
@media screen and (max-width: 425px) {
}

header,
.top_cont,
.logo,
.logo img,
.i_nav > li,
.i_nav > li > a,
.top_r {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

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

.search_cont {
  --search_height: 0.32rem;
}
.search_cont form {
  width: 1.8rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  background: #fff;
  -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 {
  font-size: 0.16rem;
  color: #666;
  opacity: 1;
}

.search_btn {
  font-size: 0;
  color: #ffffff;
  width: var(--search_height);
  height: var(--search_height);
  background: 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="rgb(102,102,102)" 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.28rem;
  cursor: pointer;
  margin-right: 0.1rem;
}

@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: #fff;
  }

  .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: calc(var(--header_height) + var(--header_height_top));
    box-shadow: 0 4px 10px rgb(0 0 0 / 6%);
  }
  .search_cont form {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--i_color);
  }
  .search_ipt {
    font-size: 13px;
  }
  .search_btn {
  }
}
@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;
  }
}

/* 导航下拉 */
/* products */

@media screen and (min-width: 1025px) {
  .xiala {
    position: fixed;
    top: calc(var(--header_height) + var(--header_top));
    left: 0;
    width: 100%;
    background-color: #4f4f4f;
    box-sizing: border-box;
    padding: 0.4rem 0;
    display: none;
  }
  .xiala_ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  }
  .xiala_ul > li {
    width: 19%;
    position: relative;
  }

  .xiala_ul > li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #958460;
  }
  .xiala_ul > li > a {
  }
  .xiala_img {
    position: relative;
    overflow: hidden;
    width: 80%;
  }
  .xiala_img::after {
    content: "";
    display: block;
    padding-bottom: 82%;
  }
  .xiala_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
    transition: all 0.3s ease;
  }
  .xiala_img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255, 182, 13, 0.7);
    border-radius: 0.1rem;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .xiala_ul > li > a:hover .xiala_img::before {
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.25rem);
    opacity: 1;
    z-index: 2;
  }
  /* .xiala_ul>li>a:hover .xiala_img img{
		 width: 110%;
		 height: 110%;
	 } */
  .xiala_ul h2 {
    font-size: 0.18rem;
    font-weight: bold;
    color: white;
    box-sizing: border-box;
    padding: 0.1rem 0 0.3rem 0.2rem;
    margin-top: 0.2rem;
    border-left: 1px solid #957a60;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .xiala_ul > li > a:hover h2 {
    color: var(--i_color);
  }
  .xiala_ul_ul {
    box-sizing: border-box;
    padding: 0 1% 0.18rem 0.2rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    border-left: 1px solid #957a60;
  }
  .xiala_ul_ul > li {
    margin-bottom: 0.1rem;
    position: relative;
    overflow: hidden;
  }

  .xiala_ul_ul > li > a {
    font-size: 0.14rem;
    color: #dbdfe2;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .xiala_ul_ul > li > a::after {
    content: ">";
    position: absolute;
    top: 50%;
    left: -0.2rem;
    transform: translate(0, -50%);
    color: var(--i_color);
    font-size: 0.16rem;
    transition: all 0.3s ease;
  }
  .xiala_ul_ul > li > a:hover {
    margin-left: 0.2rem;
    color: var(--i_color);
  }

  .xiala_active {
    display: block;
  }
  .xiala_ul1_active > a > h2 {
    color: var(--i_color);
  }
  /* .xiala_ul1_active>a img{
		 width: 110%;
		 height: 110%;
	 } */
  .xiala_ul1_active > a .xiala_img::before {
    width: calc(100% - 0.25rem);
    height: calc(100% - 0.25rem);
    opacity: 1;
    z-index: 2;
  }

  .xiala_ul2_active > a {
    color: var(--i_color) !important;
    margin-left: 0.2rem;
  }
  .xiala_ul2_active > a::after {
    left: 0;
  }
  @media screen and (max-width: 1880px) {
  }
  @media screen and (max-width: 1600px) {
  }
  @media screen and (max-width: 1440px) {
  }
  @media screen and (max-width: 1366px) {
  }
  @media screen and (max-width: 1200px) {
  }
}

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

.top_search {
  display: none;
}

.header___ {
  height: calc(var(--header_height) + var(--header_height_top));
}

/* banner */
.i_banner {
  width: 100%;
  position: relative;
}

.i_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.i_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}

.i_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  padding-bottom: 37.95%;
}

.i_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.i_list .swiper-slide .Itxt_box {
  width: 65%;
  background: linear-gradient(
    90deg,
    rgba(11, 91, 162, 0.6) 30%,
    rgba(255, 255, 255, 0) 90%
  );
  position: absolute;
  bottom: 0.8rem;
  border-radius: 0.1rem 0 0 0.1rem;
  padding: 0.35rem 0.4rem 0.58rem 0.4rem;
  color: #fff;
}

.i_list .Itxt_box h2 {
  width: 80%;
}

.i_list .Itxt_box h3 {
  width: 65%;
}

.i_list .Itxt_box .Iexhibit {
  display: flex;
  gap: 0 3%;
  margin-left: 0.1rem;
}
.i_list .Itxt_box .Iexhibit li {
  position: relative;
  border: 1px #fff dashed;
  padding-bottom: 15%;
  width: 15%;
  z-index: 1;
}
.i_list .Itxt_box .Iexhibit li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: rgba(255, 255, 255, 0.25) transparent transparent transparent;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
}
.i_list .Itxt_box .Iexhibit li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent rgba(255, 255, 255, 0.25) transparent;
  position: absolute;
  bottom: -0.1rem;
  right: -0.1rem;
}

.i_list .Itxt_box .Iexhibit li img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

/* -------------------------- */
.i-pagination {
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0.15rem;
  transform: translateX(-50%);
}
.i-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.01rem;
  display: inline-block;
  background: rgb(225, 225, 225, 80);
  outline: none;
  cursor: pointer;
}
.i-pagination .swiper-pagination-bullet-active {
  background: #fff;
  height: 0.02rem;
}

@media screen and (max-width: 1440px) {
  .i_list .swiper-slide .Itxt_box {
    width: 100%;
  }
  .i_list .Itxt_box h2 {
    width: 100%;
    font-size: 0.4rem;
  }
  .i_list .swiper-slide .Itxt_box {
    padding: 0.2rem 0.2rem 0.35rem 0.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .i_list .Itxt_box h2 {
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
  }
  .i_list .Itxt_box h3,
  .i_list .Itxt_box p {
    width: 100%;
    font-size: 0.18rem;
  }
  .search_ipt::placeholder {
    color: var(--i_color);
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .i_list .Itxt_box h3,
  .i_list .Itxt_box p {
    display: none;
  }

  .i_list .Itxt_box .Iexhibit li {
    width: 10%;
    padding-bottom: 10%;
  }

  .i-prev,
  .i-next {
    display: none;
  }

  .i-pagination .swiper-pagination-bullet {
    width: 50px;
  }
}

@media screen and (max-width: 560px) {
  .i_list .swiper-slide .Itxt_box {
    width: 85%;
    bottom: 30%;
  }

  .i_list .Itxt_box h2 {
    font-size: 0.14rem;
  }

  .i_list .swiper-slide .Itxt_box {
    padding: 0.1rem;
  }

  .i_list .Itxt_box .Iexhibit {
    display: none;
  }
}

/* 产品类别 */
.Product_Category_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2%;
}

.Product_Category_list li:nth-child(1),
.Product_Category_list li:nth-child(2) {
  width: 49%;
}

.Product_Category_list li {
  width: 32%;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.Product_Category_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 62%;
}
.Product_Category_list li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

.Product_Category_list li p {
  width: 100%;
  box-sizing: border-box;
  padding: 0.18rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  transition: all 0.4s ease;
}

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

.Product_Category_list li:hover p {
  background: var(--i_color);
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .Product_Category_list {
    gap: 0.3rem 2%;
  }
  .Product_Category_list li {
    width: 49%;
  }
}

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

/* 产品类别 */
.category {
  width: 100%;
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/categoryImg.webp)
    no-repeat center;
  background-size: cover;
}
.category_t {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
  align-items: center;
}
.category_t .title_box {
  width: 60%;
  display: block;
}

/* 产品类别轮播 */
.category .category_content {
  width: 100%;
  margin-top: 0.6rem;
}

.category .category_content .pr {
  width: 100%;
  position: relative;
}

.category .category_content .pr::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/hu.webp)
    no-repeat center;
  background-size: cover;
}

.certificate {
}

.ce__list {
  position: relative;
  overflow: hidden;
}
.ce__list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  padding: 1rem 0 1.2rem 0;
}

.ce__list .swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  border: 0.14rem solid var(--i_color2);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
  transition: all 0.4s;
}

.ce_btn {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s;
}

.ce_btn::before {
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background: var(--i_color);
  position: relative;
}

.ce_btn icon {
  color: #ffffff;
  font-size: 0.28rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wj_img {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  z-index: 2;
}
.wj_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ce__list .swiper-slide a {
  display: block;
  padding: 0.2rem 0.2rem 0 0.2rem;
  position: relative;
  overflow: hidden;
}

.ce__list .swiper-slide a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/yuan.webp)
    no-repeat center;
  background-size: contain;
  top: -50%;
  left: -50%;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s;
}

.ce__list .swiper-slide a > p {
  font-size: 0.18rem;
  text-align: center;
  padding: 0.1rem 0 0.4rem 0;
  transition: all 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.ce__list .swiper-slide:hover {
  border: 1px solid var(--i_color);
}

.ce__list .swiper-slide:hover a::before {
  opacity: 1;
}

.ce__list .swiper-slide:hover a > p {
  color: var(--i_color);
}

.ce__list .swiper-slide:hover .ce_btn {
  opacity: 1;
}

.ce__list .swiper-slide {
  transform: translateY(-0.8rem);
}
.ce__list .swiper-slide-prev,
.ce__list .swiper-slide-next {
  transform: translateY(-0.4rem);
}
.ce__list .swiper-slide-active {
  transform: none;
}

.ce-prev,
.ce-next {
  position: absolute;
  bottom: -5%;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.ce-prev {
  left: 46.5%;
}

.ce-prev::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  left: -25%;
  opacity: 0;
  transition: all 0.4s;
}

.ce-next {
  right: 46.5%;
}

.ce-next::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  right: -25%;
  opacity: 0;
  transition: all 0.4s;
}
.ce-prev icon,
.ce-next icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.13rem;
  color: #222222;
}
.ce__list .swiper-button-disabled {
  cursor: not-allowed;
}
/* .ce-prev:hover,
.ce-next:hover {
  background: var(--i_color);
} */
.ce-prev:hover,
.ce-next:hover {
  border: 1px solid var(--i_color);
}

.ce-prev:hover::before,
.ce-next:hover::before {
  opacity: 1;
}

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

.ce-pagination {
  display: none;
}

@media screen and (max-width: 1440px) {
  .ce__list {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1366px) {
  .category .category_content .pr::before {
    bottom: -0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .category .category_content .pr::before {
    bottom: -0.6rem;
  }
  .ce-prev,
  .ce-next {
    bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .category_t .title_box {
    width: 100%;
  }

  .category .category_content .pr::before {
    display: none;
  }
  .ce__list .swiper-wrapper {
    padding: 0 0;
  }
  .ce__list .swiper-slide {
    transform: none !important;
  }
  .ce__list .swiper-slide a > p {
    padding: 30px 0;
    font-size: 18px;
  }
  .ce_btn {
    display: none;
  }

  .ce-pagination {
    display: block;
    margin-top: 0.3rem;
    text-align: center;
  }
  .ce-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    display: inline-block;
    margin: 0 6px;
    background: #666;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
  }
  .ce-pagination .swiper-pagination-bullet-active {
    background: var(--i_color);
  }

  .ce-prev,
  .ce-next {
    display: none;
  }
  .ce__list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .category .category_content {
    margin-top: 0.3rem;
  }
  .ce__list .swiper-slide a > p {
    font-size: 0.15rem;
    padding: 0.2rem 0;
  }
}

/* 关于yili */
.i_about {
  position: relative;
}

.i_about > img {
  width: 32.15%;
  position: absolute;
  bottom: 0;
  right: 0;
}

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

.i_about_img {
  width: 53%;
  position: relative;
}
.i_about_img::before {
  content: "";
  display: block;
  padding-bottom: 76.5%;
}
.i_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.i_about_txt {
  width: 46.5%;
}

.i_about_txt .title_box h2 {
  font-size: 0.44rem;
}

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

.i_about_list li {
  width: 35%;
}

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

.i_about_num img {
  width: 0.4rem;
  margin-right: 5px;
}

.i_about_num span,
.i_about_num i {
  font-size: 0.36rem;
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  .i_about_txt .title_box h2 {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_about_img,
  .i_about_txt {
    width: 100%;
  }
  .i_about_txt {
    order: -1;
  }

  .i_about_txt .title_box h2 {
    font-size: 0.3rem;
  }
  .i_about_num span,
  .i_about_num i {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 768px) {
  .i_about_num img {
    width: 0.3rem;
  }
  .i_about_list li {
    width: 100%;
  }
  .i_about_num span,
  .i_about_num i {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_about_txt .title_box h2 {
    font-size: 0.22rem;
  }
  .i_about_num img {
    width: 0.2rem;
  }
  .i_about_num span,
  .i_about_num i {
    font-size: 0.16rem;
  }
}

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

.Choose_us_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.Choose_us_list li {
  flex-grow: 1;
  width: 21.4%;
  height: 5.4rem;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in;
}

.Choose_us_list li.active {
  flex-grow: 1000 !important;
}

.Choose_us_list li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.Choose_us_list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(11, 91, 162, 0.6);
  backdrop-filter: blur(10px);
  z-index: 10;
  transition: all 0.4s ease;
}

.Choose_a {
  color: #fff;
  position: absolute;
  padding: 0 0.25rem;
  left: 0;
  bottom: 15.4%;
  transition: all 0.4s ease-in;
  z-index: 11;
}

.Choose_a i {
  display: block;
  position: relative;
}
.Choose_a i::before {
  content: "";
  display: block;
  width: 33%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Choose_n {
  width: 80.5%;
  background-color: var(--i_color);
  position: absolute;
  right: 3%;
  bottom: 0;
  box-sizing: border-box;
  padding: 0.4rem 0.6rem 0.5rem 0.6rem;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.Choose_n div {
  width: 100%;
  height: 100%;
  position: relative;
}

.Choose_n img {
  position: absolute;
  right: -20%;
  bottom: -135%;
}

.Choose_us_list li.active::before {
  opacity: 0;
}
.Choose_us_list li.active .Choose_a {
  bottom: 10%;
  opacity: 0;
}
.Choose_us_list li.active .Choose_n {
  opacity: 1;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .Choose_us_list li {
    width: 100%;
  }
  .Choose_us_list li::before,
  .Choose_a {
    display: none;
  }
  .Choose_n {
    width: 95%;
    opacity: 1;
    right: 0;
    padding: 0.2rem 0.3rem;
  }
  .Choose_n img {
    width: 20%;
    position: absolute;
    right: 0;
    bottom: -20%;
  }
}

@media screen and (max-width: 560px) {
  .Choose_us_list li {
    height: 2.8rem;
  }
}

/* 荣誉证书 */

.Honor_box {
  position: relative;
}

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

.Honor_img {
  position: relative;
  border-radius: 8px;
  border: 2px solid var(--i_color);
  overflow: hidden;
}
.Honor_img::before {
  content: "";
  display: block;
  padding-bottom: 135%;
}
.Honor_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------------- */
.Honor-prev,
.Honor-next {
  position: relative;
  /* bottom: -5%; */
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.Honor-prev {
  /* left: 46.5%; */
}

.Honor-prev::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  left: -25%;
  opacity: 0;
  transition: all 0.4s;
}

.Honor-next {
  /* right: 46.5%; */
}

.Honor-next::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  right: -25%;
  opacity: 0;
  transition: all 0.4s;
}
.Honor-prev icon,
.Honor-next icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.13rem;
  color: #222222;
}
.ce__list .swiper-button-disabled {
  cursor: not-allowed;
}
/* .Honor-prev:hover,
.Honor-next:hover {
  background: var(--i_color);
} */
.Honor-prev:hover,
.Honor-next:hover {
  border: 1px solid var(--i_color);
}

.Honor-prev:hover::before,
.Honor-next:hover::before {
  opacity: 1;
}

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

.Buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2%;
}

/* 主页新闻 */
.i_news {
  background: #f6f7f7;
  position: relative;
}

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

.i_news_top .title_box {
  width: max-content;
}

.i_news_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.i_news_item {
  width: 31.429%;
  border-radius: 8px;
  overflow: hidden;
}

.i_news_item a {
  width: 100%;
  height: 100%;
  display: block;
}

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

.i_news_txt {
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 0.15rem 0.16rem 0.3rem 0.16rem;
}

.i_news_item:hover .i_news_img img {
  transform: scale(1.1);
}
.i_news_item:hover h6 {
  color: var(--i_color);
}

.i_news_list {
  width: 33.11%;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.32rem 0;
  overflow: hidden;
}

.i_news_list_item a {
  display: block;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #d6d6d6;
}

.i_news_list_item p {
  margin: 0.09rem 0 0.15rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_news_list_item:hover a {
  border-color: var(--i_color);
}
.i_news_list_item:hover h6 {
  color: var(--i_color);
}

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

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

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

.fLeft {
  flex-shrink: 0;
  width: 25.358%;
}
.fLogo img {
  height: 0.83rem;
}
.fLeft > p {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.8;
}

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

.fMedia li:hover a iconify-icon {
  color: #fff;
}

.fTit {
  margin-bottom: 0.35rem;
  font-size: 0.32rem;
  color: #fff;
  font-weight: bold;
}

.fNav ul {
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
}
.fNav li {
}
.fNav li a {
  display: block;
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.4s ease;
  position: relative;
}

.fNav li a::before {
  content: "▶";
  height: 100%;
  display: block;
  font-size: 0.1rem;
  color: var(--i_color);
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.fNav li a:hover {
  color: var(--i_color);
}
.fNav li a:hover::before {
  opacity: 1;
  left: -13px;
}

.f_contact {
  width: 26%;
}
.f_contact dl {
}
.f_contact dt {
  margin-bottom: 0.16rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.1rem;
}
.f_contact dt:last-child {
  margin-bottom: 0;
}
.f_contact a,
.f_contact p {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #fff;
}
.f_contact iconify-icon {
  font-size: 0.24rem;
  color: #fff;
}
.f_contact a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .fMedia a {
    width: 0.4rem;
    height: 0.4rem;
  }
  .fMedia iconify-icon {
    font-size: 0.2rem;
  }
}

.f_cr {
  border-top: 1px solid rgb(255, 255, 255, 0.2);
}

.f_cr .wrap {
}
.f_cr p,
.f_cr a {
  font-size: 16px;
  color: #9f9f9f;
  line-height: 1.5;
  transition: all 0.4s ease;
}
.f_cr a {
  margin-left: 0.1rem;
}
.f_cr a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .fLeft {
    width: 20%;
  }
  .f_contact a,
  .f_contact p {
    font-size: 0.16rem;
  }
  .fLeft > p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .f_contact dl {
    flex-wrap: wrap;
    gap: 24px 4%;
  }
  .f_contact dt {
    width: 100%;
  }
  .f_contact i {
    width: 44px;
    height: 44px;
  }
  .f_contact iconify-icon {
    font-size: 22px;
  }

  .fLeft,
  .f_contact {
    width: 100%;
  }
  .fLogo img {
    height: 70px;
  }
  .fNav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .f_contact a,
  .f_contact p {
    font-size: 15px;
  }

  .fMedia a {
    width: 40px;
    height: 40px;
  }
  .fMedia iconify-icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .fTit {
    font-size: 0.22rem;
  }
  .f_contact dl {
    gap: 20px 0;
  }
  .f_contact dt {
    width: 100%;
  }
  .f_contact i {
    width: 20px;
    height: 20px;
    border: none;
  }
  .f_contact iconify-icon {
    font-size: 20px;
  }
  .f_contact h6 {
    font-size: 13px;
  }

  .fLogo img {
    height: 50px;
  }
  .fLeft > p {
    font-size: 14px;
    line-height: 1.5;
  }
  .fMedia {
    gap: 0 20px;
  }
  .fMedia a {
    width: 34px;
    height: 34px;
  }
  .fMedia iconify-icon {
    font-size: 18px;
  }

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

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

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

.banner__::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    90deg,
    rgba(10, 50, 85, 0.81) 0%,
    rgba(216, 216, 216, 0) 70%
  );
}

.banner__ img {
  width: 100vw;
  height: auto;
  display: block;
}

.banner__text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
}
.banner__text h2 {
  font-weight: bold;
  color: #fff;
}

/* Breadcrumb */
.positionBox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.in_position {
  padding: 0.2rem 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  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: 20px;
  height: 20px;
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/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 {
  font-weight: bold;
  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: 768px) {
  .positionBox {
    position: relative;
  }

  .banner__text {
    top: 40%;
  }
}

@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}

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

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

.catList_aside {
  width: 27.143%;
  box-sizing: border-box;
  position: relative;
}

.catList_show {
  width: 70%;
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .catList_aside {
    width: 100%;
    margin-bottom: 30px;
    background: none;
  }

  .catList_show {
    width: 100%;
  }
}

.cat_nav {
  padding: 0.34rem 0.3rem 0.4rem 0.3rem;
  border-radius: 8px;
  background: rgba(11, 91, 162, 0.05);
  position: relative;
}
.cat_nav_tit {
  margin-bottom: 0.24rem;
}
.cat_nav_tit h4 {
  padding: 0.17rem 0.23rem;
  border-radius: 8px;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  background-color: var(--i_color);
}
.cat_nav_tit iconify-icon {
  display: none;
}

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

.cat_nav_list li.active {
  border-color: transparent;
}

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

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

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

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

  .cat_fold_sub {
    padding: 0 20px;
  }

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 14px 30px 30px;
    background: rgb(0 88 167 / 5%);
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .cat_nav_list li {
    border-top: none;
    border-bottom: 1px solid rgb(0 88 167 / 10%);
  }
  .cat_nav_list li.active {
    border-color: rgb(0 88 167 / 10%);
  }
  .cat_fold_tit {
    background-color: transparent;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 0 0;
  }
  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }
  .cat_fold_sub p {
    font-size: 15px;
  }

  .cat_fold_sub a {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .cat_nav_tit {
    padding: 12px 20px;
  }
  .cat_nav_tit h4 {
    font-size: 18px;
  }
  .cat_nav_tit iconify-icon {
    font-size: 22px;
  }

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

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

.cat_info {
}

.cat_info h2 {
  font-size: 0.32rem;
}

.cat_info > span {
  display: block;
  margin-top: 0.16rem;
}

.productsList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 3%;
}
.productsList li {
  width: 31.33%;
  border-radius: 8px;
  overflow: hidden;
}

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

.productsList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.productsList p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.14rem;
  box-sizing: border-box;
  padding: 0.14rem 0.2rem 0 0.2rem;
  transition: all 0.4s ease;
  z-index: 2;
}

.productsList li:hover a::after {
  background: var(--i_color);
}
.productsList li:hover img {
  transform: scale(1.1);
}
.productsList li:hover p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cat_info h2 {
    font-size: 0.22rem;
  }

  .productsList {
    gap: 40px 4%;
  }
  .productsList li {
    width: 48%;
  }
}

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

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

/* atlas */
.p_atlas {
  flex-shrink: 0;
  width: 48.572%;
  box-sizing: border-box;
  position: relative;
}
.p_atlas_list {
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 76.403%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  object-fit: cover;
}

/* thumbnail */
.p_thumbnail_list {
  width: calc(100% - 0.6rem);
  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 #d6d6d6;
  border-radius: 8px;
  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: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  border-radius: 8px;
  width: 95%;
  height: 95%;
  object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active {
  border-color: var(--i_color);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.34rem;
  height: 0.34rem;
  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.3rem;
  color: #333;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: var(--i_color);
}
.p_atlas .swiper-button-disabled {
  cursor: not-allowed;
}

.thumbnail-pagination {
  position: absolute;
  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.2%;
}

.p_title h1 {
  border-bottom: 2px solid var(--i_color);
  font-weight: bold;
  line-height: 1.4;
}

.p_des {
}
.p_des > h5 {
  margin-bottom: 0.12rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.p_des article {
}

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

.p_btn .a_btn_a {
  border-radius: 0.08rem;
  padding: 0.11rem 0.28rem;
}

.p_btn .a_btn_a icon {
  font-size: 0.11rem;
  margin-left: 0.08rem;
}

.p_share {
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share > p {
  font-size: 0.18rem;
  font-weight: bold;
}
.p_share dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_share dt a {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #999;
  transition: all 0.3s;
}
.p_share dt iconify-icon {
  font-size: 0.2rem;
  color: #fff;
}
.p_share dt:hover a {
  background-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_title {
    width: 100%;
  }
  .p_des > h5 {
    font-size: 18px;
  }

  .p_title h1 {
    margin-top: 0;
  }

  .a_btn .a_btn_a {
    padding: 0.06rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .p_des {
    margin: 20px 0;
  }
  .p_des > h5 {
    font-size: 16px;
  }

  .p_share > p {
    font-size: 16px;
  }
  .p_share dl {
    gap: 0 14px;
  }

  .a_btn .a_btn_a {
    padding: 0.04rem 0.1rem;
  }

  .p_share dt a {
    width: 0.3rem;
    height: 0.3rem;
  }
  .p_share dt iconify-icon {
    font-size: 0.14rem;
  }
}

/* 产品参数 */
.parameterBox {
}

.pc_left {
  width: 74.572%;
}

.pc_left .xxk {
  margin: 0 auto;
}

.pc_left .tab-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border_color);
  justify-content: start;
  gap: 0 40px;
}

.pc_left .tab {
  padding: 10px 25px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  color: #666;
}

.pc_left .tab.active {
  background-color: var(--i_color);
  color: #fff;
}

.pc_left .tab-content {
}

.pc_left .content {
  display: none;
}

.pc_left .content.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .pc_left .tab-list {
    gap: 20px 4%;
  }
  .pc_left .tab {
    width: 48%;
    box-sizing: border-box;
  }

  .pc_left .tab-list {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .pc_left .tab-list {
    gap: 14px 4%;
  }
  .pc_left .tab {
    padding: 10px 16px;
    font-size: 15px;
  }
}

/* 信息操作 */
.Information_Operation {
  background: #f3f7fa;
}

.p_tags {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.16rem 0;
}
.p_tags > p {
  margin-right: 0.14rem;
  font-size: 0.18rem;
}
.p_tags a {
  margin-right: 0.3rem;
  padding: 0.08rem 0.1rem;
  font-size: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.p_tags a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_tags {
    gap: 12px 0;
  }
  .p_tags > p {
    font-size: 17px;
  }
  .p_tags a {
    margin-right: 16px;
    font-size: 13px;
  }
}

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

.p_view_other .ce-prev,
.p_view_other .ce-next {
  position: relative;
}

.p_view_other .ce-prev {
  left: 0;
}
.p_view_other .ce-next {
  right: 0;
}

.p_view_other p {
  font-size: 0.16rem;
}
.p_view_other p b {
  font-size: 0.18rem;
  font-weight: bold;
}

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

@media screen and (max-width: 1024px) {
  .p_view_other p {
    font-size: 15px;
  }
  .p_view_other .ce-prev,
  .p_view_other .ce-next {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .p_view_other .ce-prev,
  .p_view_other .ce-next {
    width: 0.3rem;
    height: 0.3rem;
  }
  .p_view_other .ce-prev icon,
  .p_view_other .ce-next icon {
    font-size: 0.1rem;
  }
  .p_view_other li {
    max-width: 100%;
  }
  .p_view_other .ce-next {
    order: -1;
  }
  .p_view_other p {
    font-size: 14px;
  }
  .p_view_other p b {
    font-size: 17px;
  }
}

/* 相关产品 */

.Related_products {
}

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

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

.Related_btns {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}

.Related-prev,
.Related-next {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.Related-prev {
  /* left: 46.5%; */
}

.Related-prev::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  left: -25%;
  opacity: 0;
  transition: all 0.4s;
}

.Related-next {
  /* right: 46.5%; */
}

.Related-next::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  right: -25%;
  opacity: 0;
  transition: all 0.4s;
}
.Related-prev icon,
.Related-next icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.13rem;
  color: #222222;
}
.Related__list .swiper-button-disabled {
  cursor: not-allowed;
}
/* .Related-prev:hover,
.Related-next:hover {
  background: var(--i_color);
} */
.Related-prev:hover,
.Related-next:hover {
  border: 1px solid var(--i_color);
}

.Related-prev:hover::before,
.Related-next:hover::before {
  opacity: 1;
}

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

/* -------------------------- */
.Related-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.Related-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;
}
.Related-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.Related_list li {
  border-radius: 8px;
  overflow: hidden;
}

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

.Related_list p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 0.14rem 0.2rem;
  transition: all 0.4s ease;
}

.Related_list li:hover img {
  transform: scale(1.1);
}
.Related_list li:hover p {
  background: var(--i_color);
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .Related_btns {
    display: none;
  }
  .Related-pagination {
    display: block;
  }
}

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

.home_about_bac {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 1.75rem 0 1.1rem 0;
}
.home_about_bacImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  z-index: -1;
}
.home_about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home_about_left {
  width: 49.375%;
}
.home_about_left > img {
  width: 100%;
  height: auto;
}
.home_about_right {
  width: 50.625%;
  box-sizing: border-box;
  padding-left: 4%;
}

.home_about_right .title_box h2 {
  width: 70%;
  font-size: 0.44rem;
}

.home_about_right h5 {
  font-size: 0.2rem;
  color: var(--i_color);
  font-weight: bold;
  margin: 0.2rem 0;
}
.home_about_right h6 {
  font-size: 0.18rem;
  line-height: 150%;
  color: #666;
  margin-bottom: 0.4rem;
}

@media screen and (max-width: 1440px) {
  .home_about_right h5 {
    font-size: 0.22rem;
    margin: 0.25rem 0;
  }
  .home_about_right h6 {
    font-size: 0.16rem;
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .home_about_bac {
    padding: 1rem 0;
  }

  .home_about_right .title_box h2 {
    width: 70%;
    font-size: 0.32rem;
  }

  .home_about_right h5 {
    font-size: 0.2rem;
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .home_about_bac {
    padding: 0.4rem 0;
  }

  .home_about_left {
    width: 100%;
  }
  .home_about_right .title_box h2 {
    width: 100%;
    font-size: 0.3rem;
  }
  .home_about_right h5 {
    font-size: 0.18rem;
    margin: 0.15rem 0;
  }
  .home_about_right {
    width: 100%;
    margin-top: 0.4rem;
    padding-left: 0%;
    order: -1;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .home_about_right h5 {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .home_about_bac {
    padding: 0.2rem 0 0.4rem 0;
  }
  .home_about_left {
    width: 100%;
  }
  .home_about_right .title_box h2 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 425px) {
}

/* 公司优势 */
.Company_Advantages {
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/Company_Advantages_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.Company_Advantages .wrap {
  position: relative;
}

.Advantages_pic {
  width: 48%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Company_Advantages .category_t {
  align-items: baseline;
}

.about_why_box {
  box-sizing: border-box;
  padding-top: 0.6rem;
  margin-top: 0.4rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  position: relative;
}
.about_why_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: auto;
}
.about_why_list {
  width: 40.9375%;
  position: sticky;
  top: 2rem;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-right: 4%;
}

.about_why_list::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0;
  width: 0.08rem;
  height: 100%;
  background: url("static/imgs/line.png") center;
  background-size: contain;
  display: none;
}

.about_why_list li {
  box-sizing: border-box;
  padding-left: 0.95rem;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  padding-bottom: 1rem;
  overflow: hidden;
}
.about_why_list li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 10px;
  width: 0.23rem;
  height: 2px;
  background-color: #999;
  transition: all 0.3s ease;
  z-index: 2;
}

.about_why_list li::after {
  content: "";
  display: block;
  width: 8px;
  height: 100%;
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/scale.webp)
    no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0.5rem;
  top: 10px;
  z-index: 1;
}

.about_why_list li:last-child::after {
  display: none;
}

.about_why_list li iconify-icon {
  position: absolute;
  left: -0.2rem;
  font-size: 0.2rem;
  color: var(--i_color);
  opacity: 0;
  transition: all 0.3s ease;
}
.about_why_list li p {
  font-size: 0.2rem;
  color: #666;
  font-weight: bold;
  transition: all 0.3s ease;
}
.about_why_list li.curr p {
  color: var(--i_color);
}
.about_why_list li.curr iconify-icon {
  opacity: 1;
  left: 0;
}
.about_why_list li.curr::before {
  background-color: var(--i_color);
}

.about_why_dl {
  width: 59.0625%;
}
.about_why_dl {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-left: auto;
}
.about_why_img {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.about_why_img::after {
  content: "";
  display: block;
  padding-bottom: 47.62%;
}
.about_why_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_why_text {
  margin-top: 0.35rem;
}
.about_why_text h3 {
  font-size: 0.32rem;
  color: #222;
  font-weight: bold;
}
.about_why_text h4 {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
  margin-top: 0.1rem;
}

.in_nav.navFix {
  position: fixed;
  left: 8.335%;
  margin: 0 auto 0;
  top: calc(var(--header_height) + 0.2rem);
  z-index: 100;
  transition: all 0.3s ease;
}

.in_nav.navFix--bottom {
  position: absolute;
  left: 0%;
  top: auto;
  bottom: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1440px) {
  .about_why_text h3 {
    font-size: 0.28rem;
  }
  .about_why_text {
    margin-top: 0.3rem;
  }
  .about_why_dl {
    gap: 0.3rem;
  }
  .about_why_list li p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .about_why_text h3 {
    font-size: 0.24rem;
  }
  .about_why_bac {
    padding: 0.6rem 0;
  }

  .about_why_list li {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .about_why_text h3 {
    font-size: 0.2rem;
  }
  .about_why_list {
    display: none;
  }
  .about_why_dl {
    width: 100%;
  }
  .about_why_box {
    padding-top: 0.4rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 425px) {
}

/* 证书 */
.Certificates_content {
}

.Certificate_list {
  position: relative;
  overflow: hidden;
}
.Certificate_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Certificate_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  border-radius: 0.16rem;
  box-sizing: border-box;
  padding: 0.5rem 0.2rem;
}

.Certificate_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 70%;
  background: linear-gradient(180deg, #f7f7f7 2%, rgba(247, 247, 247, 0) 100%);
  border-radius: 0.16rem 0.16rem 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.Certificate_list .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background-color: #f7f7f7;
  border-radius: 0 0 0.16rem 0.16rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.Certificate_img {
  width: 84%;
  position: relative;
  z-index: 10;
  border: 3px solid var(--i_color);
  box-sizing: border-box;
}
.Certificate_img::before {
  content: "";
  display: block;
  padding-bottom: 142%;
}
.Certificate_img img {
  width: 95%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 560px) {
  .Certificate_list .swiper-slide {
    padding: 0.3rem 0.1rem;
  }
}

/* 环境 */

.gol_partner {
  position: relative;
}
.gol_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gol_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.gol_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
  transition: width 0.3s ease;
  overflow: hidden;
  width: 20% !important;
}
.gol_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 4.8rem;
}
.gol_partner_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.gol_partner_list p {
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  transform: translateX(-50%);
  z-index: 12;
  opacity: 0;
  transition: all 0.3s ease;
}

.gol_partner_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(
    180deg,
    rgba(86, 179, 0, 0) 30%,
    rgba(86, 179, 0, 0.8) 100%
  );
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.3s ease;
  display: none;
}

.gol_partner_list .swiper-slide-active {
  width: 48% !important;
}

.gol_partner_list .swiper-slide-active p {
  opacity: 1;
}

.gol_partner_list .swiper-slide-active::before {
  height: 30%;
}

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

/* -------------------------- */
.gol-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.gol-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;
}
.gol-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

/* -------------------------- */
.gol-button-prev,
.gol-button-next {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #b9b9b9;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.gol-button-prev {
  /* left: 46.5%; */
}

.gol-button-prev::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  left: -25%;
  opacity: 0;
  transition: all 0.4s;
}

.gol-button-next {
  /* right: 46.5%; */
}

.gol-button-next::before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border-radius: 50%;
  background: rgb(11, 91, 162, 0.5);
  position: absolute;
  top: -25%;
  right: -25%;
  opacity: 0;
  transition: all 0.4s;
}
.gol-button-prev icon,
.gol-button-next icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.13rem;
  color: #222222;
}
.gol-button__list .swiper-button-disabled {
  cursor: not-allowed;
}
/* .gol-button-prev:hover,
.gol-button-next:hover {
  background: var(--i_color);
} */
.gol-button-prev:hover,
.gol-button-next:hover {
  border: 1px solid var(--i_color);
}

.gol-button-prev:hover::before,
.gol-button-next:hover::before {
  opacity: 1;
}

.gol-button-prev:hover icon,
.gol-button-next:hover icon {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .gol_partner_list .img {
    height: 5rem;
  }
  .golbal_bac {
    padding: 0.8rem 0;
    margin-top: -0.8rem;
    border-radius: 1rem 0 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .gol_partner_list .img {
    height: 4.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .gol_partner_list .img {
    height: 4.5rem;
  }
  .golbal_bac {
    padding: 0.6rem 0;
    margin-top: -0.6rem;
    border-radius: 0.8rem 0 0 0;
  }
}
@media screen and (max-width: 959px) {
  .gol_partner_list .img {
    height: 4rem;
  }
  .golbal_bac {
    border-radius: 0.6rem 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .gol_partner_box {
    margin-top: 0.4rem;
  }
  .gol_partner_list .img {
    height: 3.5rem;
  }
  .gol_partner_list li {
    width: 100% !important;
  }
  .gol_partner_list .swiper-slide-active {
    width: 100% !important;
  }
  .gol_partner_box {
    box-sizing: border-box;
    padding: 0 3%;
  }
  .golbal_bac {
    border-radius: 0.4rem 0 0 0;
  }
}
@media screen and (max-width: 560px) {
  .gol-pagination {
    display: block;
  }
  .en_btns {
    display: none;
  }
  .gol_partner .pt-button-prev,
  .gol_partner .pt-button-next {
    display: none;
  }
  .gol_partner_list .img {
    height: 3rem;
  }
  .gol_partner .pt-pagination {
    margin: 0.2rem auto 0;
  }
  .gol_partner .pt-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
}

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

.supportList {
}
.supportList dt {
}

.supportList .wrap {
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 5%;
}

.supportList .t {
  width: 100%;
}
.supportList .t h5 {
  margin-bottom: 0.2rem;
  padding-bottom: 0.14rem;
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
}
.supportList .t h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.58rem;
  height: 2px;
  background: var(--i_color);
  transition: all 0.5s ease;
}
.supportList .t h6 {
  color: #666;
}

.supportList .p {
  flex-shrink: 0;
  width: 55%;
}
.supportList .p img {
  width: 100%;
  transition: all 0.5s ease;
}

.supportList dt:nth-child(even) {
  background: #f7f7f7;
}
.supportList dt:nth-child(even) .p {
  order: -1;
}

.supportList dt:hover h5 {
  color: var(--i_color);
}
.supportList dt:hover h5::before {
  width: 1.6rem;
}
.supportList dt:hover img {
  transform: scale(1.02, 1.02);
}

@media screen and (max-width: 1024px) {
  .supportList .t h5 {
    font-size: 18px;
  }
  .supportList .t span {
    font-size: 14px;
  }
  .supportList .p {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .supportList .wrap {
    flex-wrap: wrap;
    gap: 28px 0;
  }
  .supportList .p {
    order: -1;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .supportList .wrap {
    padding: 20px 0;
  }
  .supportList .t h5 {
    font-size: 16px;
  }
}

/* 服务流程 */

.Service_Process {
  --icon_height: 1.2rem;
}

.Service_Process {
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/Service_Process_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.Process_list {
  position: relative;
  padding-top: 0.6rem;
  overflow: hidden;
}
.Process_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Process_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.Process_item {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 1rem 0.25rem 0.3rem 0.25rem;
}

.Process_icon {
  width: var(--icon_height);
  height: var(--icon_height);
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: calc(var(--icon_height) * -0.5);
  transform: translateX(-50%);
  transition: all 0.4s ease;
}

.Process_icon img {
  width: 40.7%;
  transition: all 0.4s ease;
}

.Process_item h5 {
  font-size: 0.94rem;
  color: transparent;
  -webkit-text-stroke: 1px #d6d6d6;
  text-stroke: 1px #d6d6d6;
}

.Process_list .swiper-slide:hover .Process_icon {
  border-color: var(--i_color);
  background-color: var(--i_color);
}
.Process_list .swiper-slide:hover .Process_icon img {
  -webkit-filter: contrast(0) brightness(2);
  filter: contrast(0) brightness(2);
}

@media screen and (max-width: 1024px) {
  .Service_Process .wrap_l {
    padding-right: 3vw;
  }
  .Service_Process {
    --icon_height: 0.8rem;
  }
  .Process_item {
    padding: 0.6rem 0.2rem 0.2rem 0.2rem;
  }
  .Process_item h5 {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .Process_list {
    padding-top: 0.3rem;
  }
  .Service_Process {
    --icon_height: 0.6rem;
  }
  .Process_item h5 {
    font-size: 0.36rem;
    margin-top: 0.2rem;
  }
}

/* FAQ */

.FAQ_list {
  --icon_size: 0.48rem;
}
.FAQ_list li {
  padding: 0.26rem 0;
  border-bottom: 1px solid #e0e0e0;
}

.FAQ_list .tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  cursor: pointer;
}
.FAQ_list .tit i {
  flex-shrink: 0;
  display: block;
  width: var(--icon_size);
  height: var(--icon_size);
  background: var(--i_color);
  border-radius: 8px;
  position: relative;
}
.FAQ_list .tit i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.26rem;
  height: 0.26rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='square' stroke-linejoin='round' stroke-width='32' d='M256 112v288m144-144H112'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}
.FAQ_list .tit.active i::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M5.25 12a.75.75 0 0 1 .75-.75h12a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

.FAQ_list .tit p {
  font-size: 0.2rem;
  font-weight: bold;
}

.FAQ_list .txt {
  display: none;
}
.FAQ_list .box {
  padding-top: 0.22rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.2rem;
}
.FAQ_list .box i {
  flex-shrink: 0;
  display: block;
  width: var(--icon_size);
  height: var(--icon_size);
}
.FAQ_list .box span {
  padding-left: 0.16rem;
  position: relative;
}
.FAQ_list .box span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .FAQ_list {
    --icon_size: 30px;
  }
  .FAQ_list .tit i::after {
    width: 18px;
    height: 18px;
  }
  .FAQ_list .tit p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .FAQ_list {
    --icon_size: 26px;
  }
  .FAQ_list li {
    padding: 16px 0;
  }
  .FAQ_list .tit i::after {
    width: 16px;
    height: 16px;
  }
  .FAQ_list .tit p {
    font-size: 16px;
  }
}

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

.news_list {
  background: linear-gradient(180deg, #ffffff 6%, #f6f7f7 43%, #f6f7f7 100%);
}

.newsBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem 2%;
}

.newsBox li {
  width: 32%;
}

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

@media screen and (max-width: 560px) {
  .newsBox {
    gap: 0.2rem 2%;
  }
  .newsBox li {
    width: 100%;
  }
}

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

.connectBox {
  position: relative;
}

.connect_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 4%;
}

.connect_list li {
  width: 48%;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 0.47rem 0 0.5rem 0.4rem;
  border-bottom: 4px solid var(--i_color);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.c_icon {
  flex-shrink: 0;
  width: 0.96rem;
  height: 0.96rem;
  margin-right: 0.26rem;
  border-radius: 50%;
  position: relative;
  background: transparent;
  transition: all 0.4s ease;
}

.c_icon::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--i_color);
  z-index: -1;
  transition: all 0.4s ease;
}

.c_icon img {
  width: 0.6rem;
}

.c_icon img:nth-child(2) {
  display: none;
}

.connect_list li:hover .c_icon {
  background: linear-gradient(
    180deg,
    rgba(1, 64, 153, 0.1) 0%,
    rgba(1, 64, 153, 0) 100%
  );
}

.connect_list li:hover .c_icon::before {
  width: 80%;
  height: 80%;
}

.connect_list li:hover .c_icon img:nth-child(1) {
  display: none;
}

.connect_list li:hover .c_icon img:nth-child(2) {
  display: block;
}

.c_txt {
  flex-shrink: 0;
  width: 100%;
}

.c_txt h6 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.2rem;
}

.c_txt a {
  transition: all 0.4s ease;
}

.c_txt p {
  margin-top: 0.14rem;
  transition: all 0.4s ease;
  color: #666;
}

.connect_list li:hover .c_txt a {
  color: var(--i_color);
  margin-left: 0.2rem;
}
.connect_list li:hover .c_txt p {
  margin-left: 0.2rem;
  color: #333;
}

.c_txt span {
  display: block;
  width: 75%;
}

@media screen and (max-width: 1024px) {
  .connect_list {
    gap: 0.3rem 0;
  }
  .connect_list li {
    width: 100%;
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .c_icon {
    background: linear-gradient(
      180deg,
      rgba(1, 64, 153, 0.1) 0%,
      rgba(1, 64, 153, 0) 100%
    );
  }
  .c_icon::before {
    width: 80%;
    height: 80%;
  }
  .connect_list li .c_icon img:nth-child(1) {
    display: none;
  }

  .connect_list li .c_icon img:nth-child(2) {
    display: block;
  }

  .c_txt {
    width: 80%;
  }
  .c_txt span {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .connect_list li {
    padding: 0.2rem;
  }
  .c_icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .c_icon img {
    width: 0.3rem;
  }
  .c_txt {
    width: 100%;
  }

  .c_txt h6 {
    padding-bottom: 0.1rem;
  }
  .c_txt p {
    margin-top: 0.1rem;
  }
}

/* map */

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

@media screen and (max-width: 1024px) {
  .contact__map::before {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 560px) {
  .contact__map::before {
    padding-bottom: 100%;
  }
}

/* c_form */
.c_form {
  padding-bottom: 1.6rem;
  background: url(https://lingjuimg.com/wp-content/uploads/YiLi/2025/11/cForm_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.c_formCont {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}

.c_formBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* gap: 0.3rem 0; */
  /* align-items: center; */
  justify-content: space-between;
}

.c_formBox > img {
  width: 0.56rem;
}

.cf_left {
  width: 42.786%;
}

.cf_left p {
  font-size: 0.36rem;
  margin: 0.25rem 0;
}

.c_advantage {
  width: max-content;
  border-radius: 8px;
  background-color: #f3f7fa;
  box-sizing: border-box;
  padding: 0.1rem 0.15rem;
  display: flex;
  align-items: center;
}

.c_advantage .iconfont {
  font-size: 0.18rem;
  color: #666;
  margin-right: 0.1rem;
}

.c_advantage02 {
  margin-top: 0.16rem;
}

.cf_right {
  width: 49.215%;
}

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

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

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

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

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

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

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

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

#wpforms-121 .wpforms-field-container .wpforms-field > input,
#wpforms-121 .wpforms-field-container textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

#wpforms-121 .wpforms-field-container .wpforms-field > input,
#wpforms-121 .wpforms-field-container textarea,
#wpforms-121 .wpforms-field-container select,
#wpforms-121 .wpforms-field-container .choices {
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1024px) {
  .c_form {
    padding-bottom: 1rem;
  }
  .cf_left,
  .cf_right {
    width: 100%;
  }
  .cf_left p {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .cf_left p {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 560px) {
  .c_form {
    padding-bottom: 0.3rem;
  }
  .cf_left p {
    font-size: 0.22rem;
  }
  .c_advantage {
    padding: 0.05rem 0.1rem;
  }
  .c_advantage span {
    font-size: 0.14rem;
  }

  #wpforms-121-field_1-container,
  #wpforms-121-field_2-container,
  #wpforms-121-field_3-container,
  #wpforms-121-field_4-container {
    width: 100% !important;
  }
}
