/*
Theme Name: SiYouPu
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: #1e4ab3;
  --i_color2: #eff4ff;

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

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

/* --- 通用 --- */
.f320 {
  font-weight: 320;
}
.f450 {
  font-weight: 450;
}

/* button */
.btnBox {
  display: table;
}

.btn_a {
  box-sizing: border-box;
  padding: 0.06rem 0.09rem 0.06rem 0.15rem;
  border-radius: 8px;
  background-color: #eff4ff;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.btn_a p {
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--i_color);
  border-radius: 8px;
  backdrop-filter: blur(10px);
  margin-left: 0.18rem;
  transition: all 0.4s ease;
}

.btn_a iconify-icon {
  font-size: 0.24rem;
  color: #fff;
  transition: all 0.4s ease;
}

.btn_a:hover {
  background-color: var(--i_color);
}
.btn_a:hover span {
  color: #fff;
}
.btn_a:hover p {
  background-color: #fff;
}
.btn_a:hover iconify-icon {
  color: var(--i_color);
}

.btn_color {
  background-color: var(--i_color);
}
.btn_color p {
  background-color: #fff;
}
.btn_color span {
  color: #fff;
}
.btn_color iconify-icon {
  color: var(--i_color);
}
.btn_color:hover {
  background-color: #eff4ff;
}
.btn_color:hover span {
  color: var(--i_color);
}
.btn_color:hover p {
  background-color: var(--i_color);
}
.btn_color:hover iconify-icon {
  color: #fff;
}

.btn_fff {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn_a {
    padding: 0.05rem 0.1rem;
  }
  .btn_a span {
    font-size: 0.16rem;
  }
  .btn_a p {
    width: 0.3rem;
    height: 0.3rem;
  }
  .btn_a iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .btn_a span {
    font-size: 0.14rem;
  }
  .btn_a p {
    width: 0.25rem;
    height: 0.25rem;
  }
  .btn_a iconify-icon {
    font-size: 0.16rem;
  }
}

/* title */

@media screen and (max-width: 560px) {
  .titleBox h6 {
    font-size: 0.14rem;
  }
}

/* --- --- */

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

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

/* header */
header {
  position: fixed;
  top: 0.42rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 94vw;
  max-width: 1800px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2014;
}
header.fixedHeader {
  top: 0;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
header .wrap_header {
  box-sizing: border-box;
  padding: 0 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  header {
    top: 0;
    top: 0;
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
  header .wrap_header {
    padding: 0;
  }
}

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

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

  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.2rem;
    font-weight: 450;
    color: #333;
    line-height: var(--header_height);
    white-space: nowrap;
    position: relative;
    transition: all 0.4s ease;
  }

  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav > li.active::before {
    width: 0.3rem;
    height: 0.3rem;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > li:hover > a,
  .i_nav > li.active > a {
    color: var(--i_color);
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: var(--header_height);
    min-width: 1.4rem;
    background: #fff;
    -webkit-border-radius: 0 0 0.1rem 0.1rem;
    border-radius: 0 0 0.1rem 0.1rem;
    overflow: hidden;
    box-shadow: 0 0.06rem 0.1rem rgb(0 0 0 / 8%);
    font-size: 0;
    text-align: center;
  }

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

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

  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }

  /* nav list */
  .nav_list_btn {
    width: 0.3rem;
    height: 0.3rem;
    background: var(--i_color);
    position: relative;
    cursor: pointer;
  }
  .nav_list_btn iconify-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.3rem;
    color: #fff;
  }

  .i_nav_list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(var(--header_height) + 0.2rem);
    right: 0;
    background: #fff;
    box-shadow: 0 0.04rem 0.1rem rgb(0 0 0 / 10%);
    z-index: 2014;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav_list.on {
    visibility: visible;
    opacity: 1;
    top: var(--header_height);
  }
  .i_nav_list li {
  }
  .i_nav_list a {
    display: block;
    padding: 0.06rem 0.2rem;
    font-size: 0.16rem;
    white-space: nowrap;
  }
  .i_nav_list a:hover {
    color: var(--i_color);
  }
}

@media screen and (max-width: 1500px) {
  .i_nav {
    margin-left: 0.8rem;
  }
}

@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.54rem;
  }
  .i_nav > li > a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
  .logo a {
    height: 50%;
  }
  .i_nav {
    margin-left: 0.6rem;
    gap: 0 0.5rem;
  }
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.3rem;
  }
  .i_nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: var(--header_height);
    left: 101%;
    width: 100%;
    width: 100vw;
    height: calc(100vh - var(--header_height));
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
  }
  .i_nav.active {
    opacity: 1;
    left: 0;
    margin-left: 0;
  }
  /*滚动条*/
  .i_nav::-webkit-scrollbar {
    width: 3px;
    height: 8px;
  }
  .i_nav::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #555;
  }
  .i_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: #f1f1f1;
  }

  .i_nav > li {
    margin: 0 0 !important;
    border-bottom: 1px solid var(--border_color);
    position: relative;
  }
  .i_nav > .menu-item-has-children span {
    display: block;
    position: absolute;
    top: 8px;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }
  .i_nav > .menu-item-has-children span.on {
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23555" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E')
      no-repeat center;
    background-size: 0.2rem;
  }

  .i_nav > li > a {
    padding: 0 0.2rem;
    font-size: 0.16rem;
    color: #222;
    line-height: 0.44rem;
    text-transform: uppercase;
  }
  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a {
    color: var(--i_color) !important;
  }

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

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

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

  .i_nav .sub-menu .sub-menu a {
    padding: 0 0.6rem;
    font-size: 0.13rem;
    color: #888;
    line-height: 0.36rem;
    position: relative;
  }

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

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

.nav_menu.on i {
  opacity: 0;
}

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

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

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

.top_r {
  --size: 0.24rem;
}
.top_r {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_r {
    --size: 0.22rem;
  }
}

.search_cont,
.top_language {
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: relative;
}
.top_search_ico iconify-icon,
.top_language_btn iconify-icon {
  font-size: var(--size);
  color: #333;
  cursor: pointer;
}

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

.top_language {
  padding-left: 0.2rem;
  position: relative;
}
.top_language_btn {
  padding: 0.1rem 0.18rem 0.1rem 0;
  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 #333;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_language::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.22rem;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.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;
  -webkit-border-radius: 0 0 0.16rem 0.16rem;
  border-radius: 0 0 0.16rem 0.16rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}

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

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

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

/* @media screen and (max-width: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) {
  .top_language {
    padding-left: 0.1rem;
  }
  .language_list dt > h6 {
    font-size: 15px;
  }
}

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

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
  .top_language::after {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .top_search {
    right: -100px;
    width: 3rem;
  }
}

.top_head {
  height: calc(var(--header_height) + 0.4rem);
}
@media screen and (max-width: 1024px) {
  .full_header_height {
    height: var(--header_height);
  }
  .top_head {
    display: none;
  }
}

/* banner */

.i_banner {
}

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

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

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

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

.ib01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ib01 img {
  width: 64%;
}

.ib01 h2 {
  background-color: var(--i_color);
  box-sizing: border-box;
  padding: 0 0.13rem 0 0.2rem;
  margin-top: -0.38rem;
}

.ib01 h3 {
  width: 52.5%;
}

@media screen and (max-width: 1024px) {
  .ib01 h3 {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ib01 img {
    width: 100%;
  }
  .ib01 h2 {
    font-size: 0.18rem;
  }
  .ib01 h3 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .ib01 .btnBox {
    display: none;
  }
}

/* footer */
footer {
  background: url(https://lingjuimg.com/wp-content/uploads/siyoupu/2026/01/footer_Ba.webp)
    no-repeat center;
  background-size: cover;
  border-radius: 0.3rem 0.3rem 0 0;
}

.footer_top .wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 0.2rem 0;
}

.footer_top h6 {
  width: 59.5%;
}

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

.f_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 6%;
}
.f_cont dt {
  max-width: 100%;
}

dl.f_cont dt:nth-of-type(2) {
  width: 11%;
}

dl.f_cont dt:nth-of-type(3) {
  width: 18%;
}

.f_tit {
  margin-bottom: 0.3rem;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.f_cont dt.f_contact {
  width: 29%;
  flex-shrink: 0;
}
.f_contact_list {
}
.f_contact_list li {
  padding-top: 6px;
  margin-bottom: 0.1rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.1rem;
}
.f_contact_list li > span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
}
.f_contact_list iconify-icon {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.6);
}
.f_contact_list a,
.f_contact_list span {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
}

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

.fMedia {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.08rem;
}
.fMedia li {
}
.fMedia a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  transition: all 0.4s ease;
}
.fMedia iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease;
}

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

.f_nav {
}
.f_nav a {
  display: block;
  padding: 6px 0;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
}
.f_nav a:hover {
  text-decoration: underline;
}

.footer_bottom .wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.f_cr {
  padding: 0.24rem 0;
}
.f_cr p,
.f_cr a {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
}
.f_cr a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .f_cont dt {
    display: none;
  }
  .f_cont dt.f_contact {
    display: block !important;
    width: 100%;
  }
  .f_tit {
    margin-bottom: 20px;
  }
  .f_contact_list a,
  .f_contact_list span {
    font-size: 15px;
  }
  .f_cr p,
  .f_cr a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .fMedia a {
    width: 40px;
    height: 40px;
  }
  .fMedia iconify-icon {
    font-size: 20px;
  }

  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .f_contact_list iconify-icon {
    font-size: 20px;
  }
  .f_contact_list a,
  .f_contact_list span {
    font-size: 14px;
  }
  .f_contact_list li {
    padding-top: 0;
  }

  .fMedia {
    gap: 0 20px;
  }
  .fMedia a {
    width: 34px;
    height: 34px;
  }
  .fMedia iconify-icon {
    font-size: 18px;
  }
}

/* 产品中心 */
.Product_Center {
}

.pc_top {
  gap: 0.2rem 0;
}

.pc_top .titleBox {
  width: 50%;
}

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

.pc_content {
}

.pc_content_list {
  position: relative;
  overflow: hidden;
}
.pc_content_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.pc_content_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.pc_content_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 147%;
}
.pc_content_list .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s ease;
}

.pc_title {
  width: 90%;
  position: absolute;
  left: 50%;
  top: 6%;
  transform: translateX(-50%);
  display: flex;
  align-items: baseline;
  gap: 0 9px;
}

.pc_title i {
  flex-shrink: 0;
  width: 0.31rem;
  height: 0.31rem;
  border-radius: 50%;
  background-color: #fff;
}

.pc_content_list .swiper-slide > a > .btnBox {
  position: absolute;
  bottom: 4%;
  right: 7%;
}

.pc_content_list .swiper-slide > a > .btnBox .btn_a {
  background-color: transparent;
  backdrop-filter: none;
}

.pc_info {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2%;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(
    120deg,
    rgba(248, 249, 250, 0.8) 3%,
    rgba(237, 241, 249, 0.8) 45%,
    rgba(216, 226, 247, 0.8) 100%
  );
  backdrop-filter: blur(10px);
  padding: 0.24rem 0.16rem 0.24rem 0.26rem;
  opacity: 0;
}

.pc_content_list .swiper-slide:hover img {
  transform: scale(1.1);
}
.pc_content_list .swiper-slide:hover .pc_title i {
  background-color: var(--i_color);
  color: #fff;
}
.pc_content_list .swiper-slide:hover .pc_title span {
  opacity: 0;
}
.pc_content_list .swiper-slide:hover > a > .btnBox {
  opacity: 0;
}
.pc_content_list .swiper-slide:hover .pc_info {
  opacity: 1;
  bottom: 0;
}

/* --------------------------  指示器 */
.Partner_pagination,
.pc_content-pagination,
.ceshi-pagination,
.Related-pagination {
  position: relative;
  width: 53%;
  background: #d6d6d6;
  height: 2px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.Partner_pagination,
.ceshi-pagination,
.Related-pagination {
  width: 42%;
}

.Partner_pagination span,
.pc_content-pagination span,
.ceshi-pagination span,
.Related-pagination span {
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

@media screen and (max-width: 1440px) {
  .pc_title {
    top: 5%;
  }
  .pc_title span {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .pc_title i {
    width: 0.25rem;
    height: 0.25rem;
    font-size: 0.14rem;
  }
  .pc_title span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .pc_title span {
    font-size: 0.14rem;
    font-weight: normal;
  }
  .pc_info {
    padding: 0.2rem;
  }
  .pc_info h3 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .pc_info {
    display: none;
  }
}

/* 关于我们 */
.i_about {
  background: #eff4ff;
}

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

.iac_info {
  position: absolute;
  top: 14.4%;
  left: 8%;
  width: 38%;
}

.iac_info h3 {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 宣传数据 */
.ia_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.05rem;
  justify-content: flex-end;
  margin-top: -8%;
}

.ial_item {
  width: 22.67%;
  box-sizing: border-box;
  border-radius: 10px;
  background: linear-gradient(
    118deg,
    rgba(248, 249, 250, 0.8) 2%,
    rgba(237, 241, 249, 0.8) 45%,
    rgba(216, 226, 247, 0.8) 100%
  );
  backdrop-filter: blur(10px);
  padding: 0.17rem 0.3rem 0.32rem 0.26rem;
  position: relative;
  overflow: hidden;
}

.ial_icon {
  width: 0.55rem;
  transition: all 0.4s ease;
}

.ial_item h4 {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.ial_item i {
  font-size: 0.55rem;
}

.ial_item p {
  text-align: right;
}

.S_img {
  width: 34%;
  position: absolute;
  left: -5%;
  bottom: -12%;
  opacity: 0;
}

.ial_item:hover {
  background: var(--i_color);
}
.ial_item:hover .ial_icon {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}
.ial_item:hover h4,
.ial_item:hover p {
  color: #fff;
}
.ial_item:hover .S_img {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .ia_list {
    margin-top: -6%;
  }
  .ial_item i {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .iac_info {
    width: 50%;
  }
  .ia_list {
    margin-top: -3.5%;
  }
}
@media screen and (max-width: 1024px) {
  .iac_info {
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ia_list {
    margin-top: 0.3rem;
    gap: 0.2rem 2%;
  }
  .ial_item {
    background: #fff;
    width: 23.5%;
    padding: 0.3rem 0.2rem;
  }
  .ial_icon {
    width: 0.4rem;
  }
  .ial_item h4 {
    margin-top: 0.1rem;
  }
  .ial_item i {
    font-size: 0.3rem;
  }
  .ial_item p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 768px) {
  .iac_info h2 {
    font-size: 0.16rem;
  }
  .iac_info h3 {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
  .ial_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .ia_content::before {
    padding-bottom: 60%;
  }
  .iac_info h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .iac_info .btnBox {
    margin-top: 0.1rem;
  }
  .ia_list {
    gap: 0.1rem 2%;
  }
  .ial_item {
    width: 100%;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    gap: 0 0.2rem;
  }
  .ial_item h4 {
    justify-content: flex-start;
  }
  .ial_icon {
    width: 0.3rem;
  }
  .ial_item i {
    font-size: 0.2rem;
  }
  .ial_item p {
    font-size: 0.14rem;
  }
}

/* 绿色发展 */
.green_development {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eff4ff;
}
.green_development::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 46%;
}

.Earth {
  width: 26.39%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  animation: rotateEarth 60s linear infinite;
}
.EarthBa {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@keyframes rotateEarth {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

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

@media screen and (max-width: 1440px) {
  .green_info {
    bottom: 5%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .green_info h2 {
    font-size: 0.26rem;
  }
  .green_info h3 {
    font-size: 0.16rem;
  }
  .green_info .btnBox {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .Earth,
  .EarthBa,
  .green_development::before {
    display: none;
  }

  .green_development {
    padding: 0.4rem 0;
    background: none;
  }
  .green_development::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://lingjuimg.com/wp-content/uploads/siyoupu/2026/01/Earth.webp)
      no-repeat;
    background-position: center 10%;
    background-size: cover;
    padding: 0.4rem 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .green_info {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .green_development::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 560px) {
  .green_info h3 {
    margin-top: 0.1rem;
    font-size: 0.14rem;
  }
}

/* 我们的优势 */
.Our_Advantages {
  background: linear-gradient(180deg, rgba(239, 244, 255, 0) 0%, #eff4ff 100%);
  position: relative;
  overflow: hidden;
}

.Our_Advantages .wrap {
  position: relative;
  z-index: 2;
}

.oa_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  overflow: hidden;
}

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

.oac_texts {
  width: 47.6%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.4rem 0;
}

.oact_item {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.oact_item h6 {
  align-items: center;
  justify-content: space-between;
  display: flex;
  transition: all 0.4s ease;
}

.oact_item h6 p {
  width: 91.74%;
}

.arrow {
  width: 0.35rem;
  height: 0.35rem;
  background-color: var(--i_color);
  border-radius: 0.08rem;
  color: #fff;
  font-size: 0.2rem;
}

.oac_texts .txt {
  display: none;
}

.oact_item.active {
  border-color: var(--i_color);
}
.oact_item .active {
  color: var(--i_color);
}

.round {
  width: 55%;
  position: absolute;
  bottom: -68%;
  right: -25%;
  transition: all 1.5s;
}

@media screen and (max-width: 1024px) {
  .oac_texts {
    gap: 0.2rem 0;
  }
  .oact_item {
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .oac_imgs,
  .oac_texts {
    width: 100%;
  }
  .oac_texts {
    order: -1;
  }

  .round {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 560px) {
  .oac_texts {
    gap: 0.1rem 0;
  }
  .oact_item {
    padding-bottom: 0.1rem;
  }
  .oact_item h3 {
    font-size: 0.15rem;
  }
  .arrow {
    width: 0.26rem;
    height: 0.26rem;
    font-size: 0.16rem;
  }
}

/* 合作品牌 */
.Partner_rands {
}

.Partner_list {
  position: relative;
  overflow: hidden;
}
.Partner_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Partner_list .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  background-color: #eff4ff;
  border-radius: 0.1rem;
  position: relative;
}
.Partner_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 54%;
}
.Partner_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 主页新闻 */
.i_news {
  background: #eff4ff;
}

.homeNews_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  overflow: hidden;
}

.homeNews_top {
  flex-shrink: 0;
  width: 49.34%;
}
.homeNews_top .coverPic {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.homeNews_top .coverPic::before {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.homeNews_top .coverPic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.homeNews_top .date {
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  background: var(--i_color);
  border-radius: 6px;
  text-align: center;
  padding: 0.1rem;
}
.homeNews_top .date b {
  display: block;
  font-weight: bold;
  font-size: 0.36rem;
  color: #fff;
}
.homeNews_top .date i {
  font-size: 16px;
  color: #fff;
}
.homeNews_top span {
  display: block;
  margin-top: 0.24rem;
}
.homeNews_top h6 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 1.4;
}
.homeNews_top p {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  color: #666;
  line-height: 1.5;
}
.homeNews_top h6,
.homeNews_top p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.homeNews_list {
  margin-left: auto;
  width: 49%;
  box-sizing: border-box;
  padding-left: 0.4rem;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 0.45rem 0;
}
.homeNews_list li {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #c9cdd6;
  transition: all 0.4s ease;
}

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

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

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

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

@media screen and (max-width: 1024px) {
  .homeNews_top {
    width: 100%;
  }
  .homeNews_list {
    width: 100%;
    padding: 0 0;
    border: none;
  }

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

/* ===== 内页banner ===== */
.page_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.page_banner::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 31.35%;
}
.page_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

/* 公司介绍 */

.Company_Introduction {
  background-color: #eff4ff;
}

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

.ci_content .ia_list {
  flex-wrap: wrap;
  width: 47%;
  justify-content: normal;
  margin-top: 0;
  gap: 0.28rem 3%;
}

.ci_content .ial_item {
  width: 48.5%;
  background: #fff;
}
.ci_content .ial_item:hover {
  background: var(--i_color);
}

.ci_video {
  width: 50%;
  position: relative;
}

.ci_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.civ_btn {
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.4s ease;
  font-size: 0.35rem;
  color: var(--i_color);
}
.civ_btn:hover {
  background-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .civ_btn {
    width: 0.7rem;
    height: 0.7rem;
    font-size: 0.25rem;
  }
}
@media screen and (max-width: 768px) {
  .ci_content .ia_list,
  .ci_video {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .ci_content .ia_list {
    gap: 0.2rem 0;
  }
  .ci_content .ial_item {
    width: 100%;
  }
  .civ_btn {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.2rem;
  }
}

/* 企业文化 */

.exhibitBox-scroll-wrapper {
  position: relative;
  width: 100%;
}

.exhibitBox {
  position: sticky !important;
  top: var(--header_height);
  width: 100%;
  height: calc(100vh - var(--header_height)) !important;
  overflow: hidden;
}

.exhibitImgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: -1;
}

.exhibitImgs li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

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

.exhibitImgs li.active {
  opacity: 1;
}

.exhibitContent {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  align-items: center;
  justify-content: space-between;
}

.exhibitTxt {
  width: 54%;
}

.exhibitAct {
  width: 36%;
  box-sizing: border-box;
  padding: 0.22rem 0.22rem 0.38rem 0.25rem;
  background: linear-gradient(
    130deg,
    rgba(248, 249, 250, 0.8) 4%,
    rgba(237, 241, 249, 0.8) 47%,
    rgba(216, 226, 247, 0.8) 100%
  );

  backdrop-filter: blur(10px);
  border-radius: 0.1rem;
}

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

.exhibitAct_pics img.active {
  opacity: 1;
  top: 0;
}

.exhibitAct_txt {
  width: 100%;
  position: relative;
  min-height: 0.8rem;
}

.exhibitAct_txt li {
  opacity: 0;
  transform: translateY(20px);
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.exhibitAct_txt li.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}

.Indicator_num {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .exhibitBox {
    box-sizing: border-box;
    padding: 0.3rem 0;
  }
  .exhibitTxt,
  .exhibitAct {
    width: 100%;
  }

  .exhibitTxt {
    font-size: 0.16rem;
  }
  .exhibitAct {
    padding: 0.2rem;
  }
  .Indicator_num {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
}

/* 里程碑 */
.milestone {
  background: url(https://lingjuimg.com/wp-content/uploads/siyoupu/2026/01/milestoneBa.webp)
    no-repeat center;
  background-size: cover;
}

.history_partner {
  position: relative;
}
.history_partner_list {
  width: 100%;
  padding: 0.6rem 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.history_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.history_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
}
.history_data {
  position: relative;
}
.history_partner_list h2 {
  font-size: 0.62rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0.3rem;
  display: inline-block;
  transition: all 0.3s ease;
}

.history_text {
  border-radius: 0.15rem;
  box-sizing: border-box;
  padding: 0.4rem 0.2rem;
  padding-left: 0.6rem;
  margin-top: 0.6rem;
  transition: all 0.3s ease;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.history_text h4 {
  font-size: 0.18rem;
  line-height: 0.22rem;
}
.history_partner_list ul {
  position: relative;
}
.history_partner::after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: var(--i_color);
  position: absolute;
  top: 1.59rem;
  left: 0;
}
.history_partner_list .line {
  position: absolute;
  width: 2px;
  height: 1rem;
  background-color: var(--i_color);
  left: 0.3rem;
  top: 1rem;
}
.history_partner_list .dian,
.history_partner_list .dot {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--i_color);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.history_partner_list .dian {
  bottom: 0;
}
.history_partner_list .dot {
  top: -8px;
}
.history_partner_list .dot::after,
.history_partner_list .dot::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(
    46deg,
    rgba(30, 74, 179, 0.146) 32%,
    rgba(30, 74, 179, 0.144) 65%
  );
  box-shadow: 0px 4px 10px 0px rgba(30, 74, 179, 0.8);
  border-radius: 50%;
  opacity: 0;
}

.history_partner_list li:hover .dot::after {
  animation: circle-keys 2s ease-in-out infinite;
}
.history_partner_list li:hover .dot::before {
  animation: outline-keys 2s ease-in-out infinite;
}
@keyframes circle-keys {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

@keyframes outline-keys {
  0% {
    transform: translate(-50%, -50%) scale(0);
    outline: solid 0.3rem var(--i_color);
    outline-offset: 0;
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.5);
    outline: solid 0 transparent;
    outline-offset: 0.05rem;
    opacity: 0;
  }
}

.history_partner_list li:hover h2 {
  color: var(--i_color);
}
.history_partner_list li:hover .history_text {
  box-shadow: 1px 4px 25px 5px rgba(30, 74, 179, 0.2);
}
.history_partner_list li:hover i {
  animation: circle-keys 2s ease-in-out infinite;
}

/* 指示器 */
.history_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.history_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  outline: none;
}
.history_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}
/* 左右箭头 */
.history_partner_LR {
  display: flex;
  display: -webkit-flex;
  gap: 0 0.45rem;
  justify-content: center;
  margin-top: 0.2rem;
}
.history_partner .pt-button-prev,
.history_partner .pt-button-next {
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.08rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--i_color);
  background-color: var(--i_color);
  cursor: pointer;
  transition: all 0.3s ease;
}
.history_partner .pt-button-prev iconify-icon,
.history_partner .pt-button-next iconify-icon {
  font-size: 0.24rem;
  color: #fff;
  transition: all 0.3s ease;
}
.history_partner .pt-button-prev:hover,
.history_partner .pt-button-next:hover {
  background-color: transparent;
}
.history_partner .pt-button-prev:hover iconify-icon,
.history_partner .pt-button-next:hover iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1440px) {
  .history_partner_list h2 {
    font-size: 0.4rem;
  }
  .history_text {
    margin-top: 0.5rem;
  }
  .history_partner_list .dian,
  .history_partner_list .dot {
    width: 12px;
    height: 12px;
  }
  .history_partner::after {
    top: 1.49rem;
  }
  .history_partner_list .line {
    top: 0.9rem;
  }
}

@media screen and (max-width: 1024px) {
  .history_partner .pt-pagination {
    display: block;
    margin-top: 0;
  }
  .history_partner_LR {
    display: none;
  }
  .history_text {
    padding: 0.2rem;
    padding-left: 0.3rem;
    margin-top: 0.3rem;
  }
  .history_partner_list h2 {
    font-size: 0.32rem;
  }
  .history_text h4 {
    font-size: 0.14rem;
  }
  .history_partner::after {
    top: 1.19rem;
  }
  .history_partner_list .line {
    left: 0.15rem;
    height: 0.7rem;
    top: 0.6rem;
  }
  .history_partner_list .dian,
  .history_partner_list .dot {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 560px) {
  .milestone .titleBox {
    margin-bottom: 0;
  }
  .history_text {
    margin-top: 0.15rem;
  }
  .history_partner_list h2 {
    font-size: 0.3rem;
  }
  .history_partner_list .line {
    top: 0.45rem;
    height: 0.5rem;
  }
  .history_partner::after {
    top: 0.99rem;
    height: 1px;
  }
}

/* 荣誉证书 */
.Certificate_Honor {
  background: url(static/imgs/Honor_Ba.webp) no-repeat center;
  background-size: cover;
  position: relative;
}

.Certificate_title {
  position: absolute;
  left: 50%;
  top: 27%;
  transform: translateX(-50%);
  display: block;
  width: 56%;
}

.ceshi_list {
  position: relative;
  overflow: hidden;
}
.ceshi_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  align-items: flex-end;
}
.ceshi_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  display: flex;
  margin-bottom: 0.2rem;
}

.ceshi_img {
  width: 100%;
  /* height: 4.3rem; */
  padding-bottom: 140%;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  align-items: flex-end;
}

.ceshi_img p {
  width: calc(100% - 8px);
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #1e4ab3 100%);
  padding: 0.1rem 0;
  opacity: 0;
  transition: all 0.4s ease;
}

.ceshi_img img {
  display: block;
  width: 100%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: all 0.4s ease;
  box-sizing: border-box;
  border: 4px solid #666666;
}

/* prev,next */
.ceshi_list .swiper-slide-prev {
  /* margin-left: -4px; */
}
.ceshi_list .swiper-slide-next {
  /* margin-right: -4px; */
}

.ceshi_list .swiper-slide-prev,
.ceshi_list .swiper-slide-next {
  margin-bottom: 0.1rem;
}
.ceshi_list .swiper-slide-prev .ceshi_img img,
.ceshi_list .swiper-slide-next .ceshi_img img {
  height: 90%;
}

@media screen and (min-width: 1025px) {
  .ceshi_list .swiper-slide-prev .ceshi_img img {
    border-right: none;
  }
  .ceshi_list .swiper-slide-next .ceshi_img img {
    border-left: none;
  }
}

/* active */
.ceshi_list .swiper-slide-active .ceshi_img p {
  opacity: 1;
}
.ceshi_list .swiper-slide-active {
  margin: 0 0px;
}
.ceshi_list .swiper-slide-active .ceshi_img img {
  height: 100%;
}

/* 全屏蒙层，默认隐藏 */
.img-viewer {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999999999;
}
.img-viewer.show {
  opacity: 1;
  visibility: visible;
}
.img-viewer img {
  width: 20%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .ceshi {
    padding: 0.7rem 0;
  }
  .Certificate_title {
    width: 60%;
  }
  .ceshi_list .swiper-slide {
    margin-bottom: 0;
  }
  .ceshi_list .swiper-slide-prev,
  .ceshi_list .swiper-slide-next {
    margin: 0;
  }
  .ceshi_list .swiper-slide-active {
    margin: 0 0;
  }
  .ceshi_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
  .ceshi_img p {
    opacity: 1;
  }
}

@media screen and (max-width: 560px) {
  .Certificate_title {
    top: 24%;
  }
  .ceshi {
    padding: 0.3rem 0;
  }
  .img-viewer img {
    width: 80%;
  }
}

/* 环境展示 */
.Environmental_Display {
}

.Environmental_list {
  position: relative;
  overflow: hidden;
}
.Environmental_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Environmental_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.Environmental_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 84%;
}
.Environmental_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease;
}

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

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

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

.products {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.products_left {
  width: 24.34%;
  box-sizing: border-box;
  position: sticky;
  top: 1.2rem;
}

.products_left_h2 {
  font-size: 0.32rem;
  font-weight: bold;
  text-transform: capitalize;
  box-sizing: border-box;
  color: var(--i_color);
  padding: 0 0 0.2rem 0rem;
  font-weight: bold;
  border-radius: 0.1rem;
  font-family: "bold";
  display: none;
}
.products_left_h2 iconify-icon {
  color: #fff;
  font-size: 0.34rem;
  margin-left: 0.1rem;
  font-weight: bold;
  margin-bottom: 2px;
  display: none;
}

.list {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
}
.list li {
  position: relative;
  box-sizing: border-box;
}

.list_a {
  box-sizing: border-box;
  padding: 0.21rem 0.5rem 0.21rem 0.25rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.1rem;
  transition: all 0.3s ease;
}
.list_a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--i_color);
  width: 0;
  height: 100%;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.list .list_a a {
  font-size: 0.18rem;
  color: #333;
  box-sizing: border-box;
  line-height: 130%;
  transition: all 0.3s ease;
  font-weight: bold;
}
.list .list_a i {
  width: 0.38rem;
  height: 0.38rem;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.14rem;
  cursor: pointer;
}
.list .list_a i iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #666;
  transition: all 0.3s ease;
}
.list_dl {
  padding: 0.2rem 0.2rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  gap: 0.2rem;
}

.list_dl dt {
  box-sizing: border-box;
  margin-left: 0.2rem;
  position: relative;
}
.list_dl dt a {
  font-size: 0.16rem;
  color: #666;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
}
.list_dl dt::after {
  content: "";
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.08rem;
  height: 0.08rem;
  background-color: #999;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.list li:hover .list_a a {
  color: var(--i_color);
}
.list_active {
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.list_active .list_a::after {
  width: 100%;
  left: 0;
  right: auto;
}
.list_active .list_a i iconify-icon {
  transform: translate(-50%, -50%) rotate(180deg);
  color: #fff;
}
.list_active .list_a a {
  color: #fff !important;
}

.list_dl_active a,
.list_dl dt a:hover {
  color: var(--i_color) !important;
  border-bottom: 1px solid var(--i_color) !important;
}

.list_active .list_a {
  box-shadow: 1px 4px 25px 5px rgba(30, 74, 179, 0.2);
}
.list_dl_active::after,
.list_dl dt:hover::after {
  background-color: var(--i_color) !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .products_left_h2 {
    font-size: 0.28rem;
  }
  .list_dl {
    padding: 0.2rem 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .products_left {
    width: 100%;
    position: static;
    top: auto;
    margin-bottom: 0.4rem;
  }
  .products_left_h2 iconify-icon {
    display: block;
  }
  .products_left_h2 {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
  }
  .products_left_h2 {
    margin-bottom: 0;
  }
  .list {
    margin-top: 0.2rem;
  }
  .products_left_h2 {
    color: #fff;
    background-color: var(--i_color);
    box-sizing: border-box;
    padding: 0.15rem 0;
  }
  .list {
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .products_left_h2 {
    font-size: 0.2rem;
  }
  .products_left_h2 iconify-icon {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .products_left {
    margin-bottom: 0.3rem;
  }
  .products_left_h2 {
    padding: 0.1rem 0;
    font-size: 0.16rem;
  }
  .products_left_h2 iconify-icon {
    font-size: 0.2rem;
    margin-bottom: 0;
  }

  .list_a {
    padding: 0.1rem 0.2rem;
  }
  .list .list_a a {
    font-size: 0.15rem;
  }
  .list .list_a i iconify-icon {
    font-size: 0.2rem;
  }

  .list_dl dt a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 425px) {
}

.products_right {
  width: 72.14%;
  box-sizing: border-box;
  padding-left: 0.4rem;
  border-left: 1px dashed rgba(51, 51, 51, 0.2);
}
.products_right h3 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
.products_epict {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
  margin-top: 0.2rem;
}

.products_right_ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 0.4rem 3%;
}

.products_item {
  width: 31.33%;
  box-sizing: border-box;
}

.products_item a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.1rem;
  padding: 0.16rem 0.16rem 0.29rem 0.16rem;
  transition: all 0.4s ease;
}

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

.products_item h6 {
  margin: 0.24rem 0;
}

.products_item .btn_a p {
  width: 0.35rem;
  height: 0.35rem;
}

.products_item:hover a {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 1px 4px 25px 5px rgba(30, 74, 179, 0.2);
}
.products_item:hover .pi_pic img {
  transform: scale(1.1);
}
.products_item:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .products_right h3 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .products_right h3 {
    font-size: 0.28rem;
  }
  .products_epict {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .products_right {
    width: 100%;
    padding-left: 0;
    border: none;
  }
  .products_right h3 {
    font-size: 0.26rem;
  }

  .products_right_ul {
    gap: 0.3rem 3%;
  }
  .products_item {
    width: 48.5%;
  }

  .in_paging {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .products_right h3 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .products_right h3 {
    font-size: 0.22rem;
  }
  .products_epict {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .products_right h3 {
    font-size: 0.18rem;
  }
  .products_item h6 {
    margin: 0.2rem 0 0 0;
    font-size: 0.14rem;
  }
  .products_item .btnBox {
    display: none;
  }
}
@media screen and (max-width: 425px) {
}

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

.p_data {
  background: #eff4ff;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-border-radius: 0.14rem;
  border-radius: 0.14rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p_data {
    flex-wrap: wrap;
  }
}

.p_atlas {
  flex-shrink: 0;
  width: 43.74%;
}

.atlas_list {
  position: relative;
  -webkit-border-radius: 0.14rem;
  border-radius: 0.14rem;
  cursor: pointer;
  overflow: hidden;
}
.atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.atlas_list .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.atlas_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.atlas_switch {
  display: flex;
  align-items: center;
  gap: 0 0.18rem;
  position: absolute;
  right: 7%;
  bottom: 7%;
}

.atlas-prev,
.atlas-next {
  width: 0.5rem;
  height: 0.5rem;
  box-sizing: border-box;
  border: 2px solid var(--i_color);
  background-color: var(--i_color);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.atlas-prev {
}
.atlas-next {
}
.atlas-prev iconify-icon,
.atlas-next iconify-icon {
  font-size: 0.24rem;
  color: #fff;
}
.atlas_list .swiper-button-disabled {
  cursor: not-allowed;
}
.atlas-prev:hover,
.atlas-next:hover {
  background: transparent;
}
.atlas-prev:hover iconify-icon,
.atlas-next:hover iconify-icon {
  color: var(--i_color);
}

.atlas-pagination {
  position: absolute;
  right: 0.3rem;
  bottom: 0.2rem;
  font-size: 0.16rem;
  color: #666;
  display: none;
}
.atlas-pagination .swiper-pagination-current {
  font-size: 0.24rem;
  color: var(--i_color);
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .p_atlas {
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .atlas-prev,
  .atlas-next {
    display: none;
  }
  .atlas-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p_atlas {
    max-width: none;
    padding: 0 0;
  }
  .atlas-pagination {
    font-size: 15px;
  }
  .atlas-pagination .swiper-pagination-current {
    font-size: 22px;
  }
}

.p_title {
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 0.37rem 0.29rem 0.38rem 0.6rem;
}

.p_title h1 {
  font-weight: bold;
}

.p_des {
  margin: 0.16rem 0;
  padding: 0.16rem 0 0.24rem;
  border-top: 1px solid #c9cdd6;
  border-bottom: 1px solid #c9cdd6;
}
.p_des > h4 {
  margin-bottom: 8px;
  color: var(--i_color);
  font-weight: bold;
}
.p_des article {
}

.p__parameter_item {
  margin: 0.16rem 0 0.3rem;
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #c9cdd6;
  display: flex;
  flex-direction: column;
  gap: 0.1rem 0;
}
.p__parameter_item li {
  padding-left: 0.2rem;
  position: relative;
  font-size: 16px;
}
.p__parameter_item li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6.5px;
  width: 0.08rem;
  height: 0.08rem;
  background: var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

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

.p_data_btn .btnBox:nth-child(2):hover .btn_a {
  background-color: #fff;
}

.p_share {
  margin-top: 0.17rem;
  font-size: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 0.14rem;
}
.p_share dt {
  font-size: 0.18rem;
  font-weight: bold;
}
.p_share dd {
  width: 0.35rem;
  height: 0.35rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_share iconify-icon {
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_share dd:hover {
  background-color: var(--i_color);
}
.p_share dd:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .p_title {
    margin: 0 0;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p_des > h4 {
    font-size: 16px;
  }
  .p__parameter_item li {
    font-size: 15px;
  }
  .p_share dt {
    font-size: 16px;
  }
  .p_share iconify-icon {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .p_title {
    padding: 30px 20px;
  }
  .p__parameter_item {
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .p__parameter_item li {
    font-size: 14px;
  }
  .p__parameter_item li::before {
    width: 6px;
    height: 6px;
  }
  .p_share {
    gap: 0 6px;
  }
  .p_share dt {
    font-size: 15px;
  }
}

/* 产品详情 */

.p_content_box {
  --bg_size: 6rem;
}
.p_content_box {
  background: var(--i_color2);
  position: relative;
}

.p_content_box > .cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont .products_left {
  width: 29.34%;
  height: max-content;
  box-sizing: border-box;
  border-radius: 0.2rem;
  padding: 0.39rem 0.31rem 0.6rem 0.44rem;
  background-color: #fff;
}

.p_content {
  width: 68%;
  box-sizing: border-box;
  padding: 0.3rem 0.4rem 0.6rem;
  background: #fff;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  position: relative;
}
.p_content_tit {
  margin-bottom: 0.24rem;
  position: relative;
}
.p_content_tit p {
  display: table;
  padding-bottom: 0.14rem;
  font-size: 0.3rem;
  font-weight: bold;
  position: relative;
}
.p_content_tit::before,
.p_content_tit p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.p_content_tit::before {
  width: 100%;
  height: 1px;
  background: rgba(30, 74, 179, 0.2);
}
.p_content_tit p::after {
  width: 100%;
  height: 3px;
  background: var(--i_color);
}

.p_content_box .cat_nav {
  flex-shrink: 0;
  background: #fff;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .cont .products_left {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .cont .products_left,
  .p_content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

@media screen and (max-width: 1024px) {
  .p_content {
    padding: 30px 30px 40px;
  }
  .p_content_tit p {
    font-size: 24px;
  }
  .p_content_box .cat_nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p_content_tit p {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .p_content {
    padding: 30px 20px 40px;
  }
  .p_content_tit p {
    font-size: 18px;
  }
}

.p_faq {
}
.p_faq > h2 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: var(--i_color);
}

.faq_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.2rem;
}
.faq_ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.faq_q {
  box-sizing: border-box;
  padding: 0.3rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.1rem 0;
  display: -webkit-flex;
  align-items: center;
  cursor: pointer;
}
.faq_ul i {
  width: 0.32rem;
  height: 0.32rem;
  display: block;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.04rem;
  font-size: 0.2rem;
}
.faq_q i {
  background-color: #666;
}
.faq_a i {
  background-color: var(--i_color);
}
.faq_q h2 {
  font-size: 0.2rem;
  color: #222;
  font-weight: bold;
  width: 93%;
  box-sizing: border-box;
}
.faq_a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.1rem 0;
  box-sizing: border-box;
  padding: 0rem 0.4rem 0.4rem 0.4rem;
}
.faq_a p {
  width: 93%;
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
}
.faq_active {
  background-color: var(--i_color2);
  border-radius: 0.08rem;
  border-bottom: 1px solid transparent !important;
}

@media screen and (max-width: 1200px) {
  .faq_q h2 {
    font-size: 0.2rem;
  }
  .faq_a p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .faq_q h2 {
    font-size: 0.18rem;
  }
  .faq_a p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 767px) {
  .faq_ul {
    margin-top: 0.4rem;
  }
  .faq_q {
    padding: 0.2rem;
  }
  .faq_a {
    padding: 0 0.2rem 0.2rem 0.2rem;
  }

  .faq_q h2 {
    width: calc(100% - 0.7rem);
  }
}
@media screen and (max-width: 560px) {
  .faq_ul i {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0.14rem;
  }

  .faq_q h2 {
    width: 90%;
    font-size: 0.14rem;
  }
  .faq_a p {
    width: 90%;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 425px) {
}

.p_form {
  box-sizing: border-box;
  padding: 0.44rem 0.49rem 0.6rem 0.49rem;
  border-radius: 0.1rem;
  background-color: var(--i_color2);
}
.p_form .i_tit h6 {
  max-width: 70%;
  margin: 0.1rem auto 0;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .p_form .i_tit h6 {
    max-width: 100%;
  }
  #wpforms-130-field_1-container,
  #wpforms-130-field_2-container,
  #wpforms-130-field_3-container,
  #wpforms-130-field_4-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
  .p_form {
    padding: 0.3rem 0.2rem;
  }
  .p_form .i_tit h6 {
    font-size: 13px;
    color: #888;
  }
}

.p_tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.06rem 0;
}
.p_tags > p {
  margin-right: 6px;
  font-size: 0.18rem;
  font-weight: bold;
}
.p_tags a {
  padding: 8px 16px;
  margin-right: 0.16rem;
  font-size: 0.14rem;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.p_tags a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_tags > p {
    font-size: 15px;
  }
  .p_tags a {
    font-size: 13px;
  }
}

.p_view_other {
  padding-top: 0.2rem;
  border-top: 1px solid rgba(30, 74, 179, 0.2);
  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 i {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  background-color: var(--i_color);
  -webkit-border-radius: 0.08rem;
  border-radius: 0.08rem;
  position: relative;
  transition: all 0.4s ease;
}
.p_view_other iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.p_view_other a {
  font-size: 0.16rem;
}
.p_view_other a b {
  font-weight: bold;
}
.p_view_other .next {
  text-align: right;
}
.p_view_other li:hover i {
  background: transparent;
}
.p_view_other li:hover iconify-icon {
  color: var(--i_color);
}
.p_view_other a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_view_other a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .p_view_other li {
    width: 100%;
    max-width: 100%;
  }
  .p_view_other i {
    width: 26px;
    height: 26px;
  }
  .p_view_other iconify-icon {
    font-size: 14px;
  }
  .p_view_other .next i {
    order: -1;
  }
}

/* 相关产品 */
.Related_list {
  position: relative;
  box-sizing: border-box;
  padding: 0.2rem 0.15rem 0 0.15rem;
  overflow: hidden;
}
.Related_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Related_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .Related_list {
    padding: 0;
  }
}

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

.advantages_box {
  background-color: var(--i_color2);
}

.advantages_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.2rem 0.31rem;
}

.advantages_item a {
  display: block;
  box-sizing: border-box;
  padding: 0.15rem 0.4rem;
  background-color: #fff;
  transition: all 0.4s ease;
  font-size: 0.18rem;
  color: var(--i_color);
  border-radius: 0.08rem;
}

.advantages_item.active a,
.advantages_item a:hover {
  background-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .advantages_list {
    gap: 0.15rem 0.2rem;
  }
  .advantages_item a {
    padding: 0.1rem 0.2rem;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .advantages_item a {
    padding: 0.1rem 0.1rem;
    font-size: 0.12rem;
  }
}

/* 优势宣传 */
.advantages_promotion {
  display: flex;
  flex-direction: column;
  gap: 0.59rem 0;
}

.advantages_promotion li {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 0.05rem;
  overflow: hidden;
}
.advantages_promotion li::before {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background-color: var(--i_color);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease;
}

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

.advantages_txt {
  width: 51.33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.27rem 0;
  padding: 0.2rem 0.6rem;
  box-sizing: border-box;
  background-color: #fff;
}

.advantages_promotion li:hover img {
  transform: scale(1.1);
}
.advantages_promotion li:hover::before {
  width: 55%;
}
.advantages_promotion li:hover h3 {
  color: var(--i_color);
}

/* 偶数位图文互换 */
.advantages_promotion li:nth-child(even) {
  flex-direction: row-reverse;
}

.advantages_promotion li:nth-child(even)::before {
  left: 0;
  right: auto;
}

@media screen and (max-width: 1366px) {
  .advantages_txt {
    gap: 0.15rem 0;
  }
  .advantages_promotion li h3 {
    font-size: 0.2rem;
  }
  .advantages_promotion li h6 {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .advantages_promotion li:hover::before {
    width: 100%;
  }
  .advantages_pic,
  .advantages_txt {
    width: 100%;
  }
  .advantages_txt {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .advantages_promotion {
    gap: 0.3rem 0;
  }
  .advantages_txt {
    padding: 0.3rem 0.2rem;
  }
}

/* 其他优势 */
.other_advantages_list {
  position: relative;
  overflow: hidden;
}
.other_advantages_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.other_advantages_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

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

.oa_item {
  height: 100%;
  position: relative;
  border-radius: 0.1rem;
  background-color: var(--i_color2);
  overflow: hidden;
}

.oai_img {
  width: 100%;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.oai_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.oai_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 86%, #eff4ff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.oai_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.oai_info {
  box-sizing: border-box;
  padding: 0.23rem 0.2rem 0.37rem 0.2rem;
}

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

.oai_info i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--i_color);
  margin: 0.2rem 0 0.13rem 0;
}

.oai_info h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oai_hide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -5%;
  background-color: var(--i_color);
  box-sizing: border-box;
  padding: 0.34rem 0.2rem 0 0.2rem;
  opacity: 0;
  transition: all 0.6s ease;
}

.oai_hide h6 {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.oai_hide i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0.34rem 0 0.15rem 0;
}

.oai_hide .btn_fff {
  border: 1px solid #fff;
}

.oa_item:hover .oai_hide {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .other_advantages-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .oai_info h4 {
    font-size: 0.16rem;
  }
  .oai_hide {
    display: none;
  }
}

/* 相关产品 */
.advantages_products {
  background-color: var(--i_color2);
}

.advantages_products .products_item a {
  background-color: #fff;
  border: none;
}

/* ---------------------  下载页面 */

.download_options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0.31rem;
}

.download_options a {
  display: block;
  box-sizing: border-box;
  padding: 0.15rem 0.4rem;
  background-color: var(--i_color2);
  font-size: 0.18rem;
  border-radius: 0.1rem;
  transition: all 0.4s ease;
}

.download_options li.active a,
.download_options a:hover {
  background-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .download_options a {
    font-size: 0.16rem;
    padding: 0.1rem 0.2rem;
  }
}

/* 下载列表 */
.download_Box {
  background-color: var(--i_color2);
  border-radius: 0.3rem;
  box-sizing: border-box;
  padding: 0.3rem 0.4rem 0.8rem 0.4rem;
}

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

.download_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #c9cdd6;
  color: #333;
  transition: all 0.4s ease;
}

.download_list p {
  width: 92%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

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

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

@media screen and (max-width: 560px) {
  .download_Box {
    padding: 0.3rem 0.2rem;
  }
  .download_list a {
    padding-bottom: 0.1rem;
  }
  .download_list p {
    font-size: 0.14rem;
  }
  .download_list iconify-icon {
    font-size: 0.24rem;
  }
}

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

.News_Box {
  background-color: var(--i_color2);
}

.News_List {
  display: flex;
  flex-direction: column;
  gap: 0.4rem 0;
  border-top: 1px solid #c9cdd6;
}

.new_item {
}

.new_item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  border-bottom: 1px solid #c9cdd6;
}

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

.new_info {
  width: 55%;
  margin-left: 0.54rem;
}

.new_time {
  text-align: center;
}

.new_item:hover a {
  border-color: var(--i_color);
}
.new_item:hover .new_pic img {
  transform: scale(1.1);
}
.new_item:hover .new_info h2 {
  color: var(--i_color);
}
.new_item:hover .new_time p,
.new_item:hover .new_time span {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .new_info {
    width: 65%;
    margin-left: 0.2rem;
  }
  .new_item .btnBox {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .News_List {
    padding-top: 0.2rem;
    gap: 0.2rem 0;
  }
  .new_item a {
    gap: 0.1rem 0;
    padding-bottom: 0.2rem;
  }
  .new_pic {
    width: 40%;
  }
  .new_info {
    width: 100%;
    margin-left: 0;
  }
  .new_info h2 {
    font-size: 0.16rem;
  }
  .new_time {
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .new_time p {
    font-size: 0.12rem;
    color: #999;
    font-weight: normal;
    margin-right: 5px;
  }
  .new_time span {
    font-size: 0.12rem;
  }
}

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

/* 联系方式 */
.Contact_information {
  background-color: var(--i_color2);
}

.contact_us {
}
.contact_us h3 {
  font-size: 0.4rem;
  color: var(--i_color);
  font-weight: bold;
}
.contact_us_ul {
  gap: 0.3rem 2%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.36rem;
}
.contact_us_ul li {
  width: 23.5%;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid rgb(51, 51, 51, 0.2);
  position: relative;
  transition: all 0.3s ease;
}
.contact_us_ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--i_color);
  transition: all 0.5s ease;
}
.contact_us_ul li img {
  width: 0.25rem;
  height: 0.25rem;
  flex-shrink: 0;
}
.contact_us_text {
  box-sizing: border-box;
  padding-left: 0.2rem;
}
.contact_us_text h4 {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.08rem;
}
.contact_a {
  display: flex;
  flex-direction: column;
  gap: 0.05rem 0;
}

.contact_us_text a,
.contact_us_text p {
  font-size: 0.2rem;
  color: #333;
  transition: all 0.3s ease;
}
.contact_us_text a:hover {
  color: var(--i_color);
}
.contact_us_ul li:hover {
  border-bottom: 1px solid transparent;
}
.contact_us_ul li:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .contact_us h3 {
    font-size: 0.3rem;
  }
  .contact_us_ul li {
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .contact_us_ul {
    gap: 0.2rem 2%;
    margin-top: 0.4rem;
  }
  .contact_us h3 {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .contact_us_ul li {
    width: 49%;
  }
  .contact_us h3 {
    font-size: 0.26rem;
  }
  .contact_us_text a,
  .contact_us_text p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 960px) {
  .contact_us h3 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_us_ul li {
    width: 100%;
    padding-bottom: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_us_text a,
  .contact_us_text p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 425px) {
}

/* Form表单 */
.Contact_form {
  padding-bottom: 1.6rem;
  background-color: var(--i_color2);
}

.service_form_box {
  box-sizing: border-box;
  padding: 0.2rem 0.87rem 0.84rem 0.61rem;
  border-radius: 0.3rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
}
.service_form_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 0.08rem;
  background-color: var(--i_color);
}
.service_form_i img {
  width: 71%;
}
.service_form_left {
  width: 45%;
}
.service_form_left h3 {
  font-size: 0.4rem;
  color: var(--i_color);
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.service_form_left h4 {
  font-size: 0.18rem;
  line-height: 150%;
  color: #666;
}
.service_form_ul {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: flex-start;
}
.service_form_ul li {
  background-color: #f3f7fe;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0.13rem 0.25rem 0.13rem 0.15rem;
}
.service_form_ul li img {
  height: 0.2rem;
  object-fit: contain;
}
.service_form_ul li h5 {
  font-size: 0.16rem;
  color: var(--i_color);
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1440px) {
  .service_form_left h3 {
    font-size: 0.3rem;
  }
  .service_form_i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .service_form_left h3 {
    font-size: 0.26rem;
  }
  .service_form_left h4 {
    font-size: 0.14rem;
  }
  .service_form_i {
    width: 0.45rem;
    height: 0.45rem;
  }
}
@media screen and (max-width: 1024px) {
  .Contact_form {
    padding-bottom: 1.2rem;
  }
  .service_form_left h3 {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 768px) {
  .Contact_form {
    padding-bottom: 0.8rem;
  }
  .service_form_box {
    padding: 0.3rem 0.2rem;
  }
  .service_form_left {
    width: 100%;
  }
  .service_form_right {
    width: 100%;
    margin-top: 0.4rem;
    padding-left: 0%;
  }
  .service_form_ul {
    margin-top: 0.4rem;
  }
  .service_form_i {
    width: 0.56rem;
    height: 0.56rem;
  }
  #wpforms-152-field_1-container,
  #wpforms-152-field_2-container,
  #wpforms-152-field_3-container,
  #wpforms-152-field_4-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 560px) {
  .Contact_form {
    padding-bottom: 0.4rem;
  }
  .service_form_i {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 425px) {
}
