/*
Theme Name: ShengDa
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: #033e98;

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

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

/* 通用 */

/* --- --- */

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

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

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20251003;
  background-color: #fff;
}

header.fixedHeader {
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
header .wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  header {
    background: #fff;
  }
}

/* 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 {
    background: #f9f9f9;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 0.8rem;
    position: relative;
    z-index: 2014;
    box-sizing: border-box;
    padding-left: 0.6rem;
    padding-right: 1.34rem;
    margin-left: 0.54rem;
  }

  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--i_color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

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

  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav > li.active::before {
    right: initial;
    left: 0;
    width: 100%;
    display: none;
  }
  .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: calc(var(--header_height) - 0.15rem);
    min-width: 1.4rem;
    background: #fff;
    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);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.54rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    gap: 0 0.5rem;
    padding: 0 0.6rem;
  }
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 0 0.4rem;
    padding: 0 0.4rem;
  }
  .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;
  }
  /*滚动条*/
  .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;
  align-items: center;
  gap: 0 0.3rem;
  margin-left: auto;
  background: #f9f9f9;
  box-sizing: border-box;
  padding: 0 0.3rem;
  border-radius: 0.06rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
}

.search_cont,
.top_language {
  height: calc(var(--header_height) - 0.3rem);
  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: #666;
  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_r i {
  width: 1px;
  height: 0.22rem;
  background-color: #666666;
}

.top_language {
  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 #777;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .i_nav {
    padding: 0;
  }

  .top_r {
    height: var(--header_height);
    padding: 0;
    background-color: transparent;
  }
  .top_language_btn {
    padding: 0;
  }
  .top_language_btn::before {
    display: none;
  }
  .top_r i {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

.full_header_height {
  display: block;
  height: var(--header_height);
}

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

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

.banner-prev,
.banner-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border: 0.01rem solid #fff;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-prev {
  left: 1%;
}
.banner-next {
  right: 1%;
}
.banner-prev iconify-icon,
.banner-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
.banner_list .swiper-button-disabled {
  cursor: not-allowed;
}
.banner-prev:hover,
.banner-next:hover {
  background: var(--i_color);
  border: 0.01rem solid var(--i_color);
}

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

.banner-pagination {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 1.5%;
  transform: translate(-50%, 0);
}
.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;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

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

.i_txt01 {
  position: absolute;
  top: 50%;
  left: 8.2vw;
  transform: translate(0, -50%);
}

.it01_tie {
  display: flex;
  flex-direction: column;
  gap: 0.1rem 0;
}

.it01_tie h2 {
  font-size: 0.5rem;
  display: flex;
  align-items: center;
}

.it01_tie i {
  width: 1px;
  height: 0.4rem;
  display: block;
  background-color: #fff;
  margin: 0 1%;
}

.it01_tie p {
  font-size: 0.32rem;
  background-color: var(--i_color);
  padding: 0.1rem 0.1rem;
  margin-left: 0.12rem;
}

.it01_txt {
  width: 36%;
  padding: 0.3rem 0.17rem;
  backdrop-filter: blur(10px);
  position: relative;
}

.it01_txt::after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -1.5px;
}

.it01_txt::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.it01_txt i {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgb(255, 255, 255, 0.4), #fff);
  position: absolute;
  right: 0;
  top: 0;
}
.it01_txt b {
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, rgb(255, 255, 255, 0.4), #fff);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .it01_txt {
    width: 50%;
  }
  .it01_tie h2,
  .it01_tie p {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_txt01 {
    width: 94vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .it01_tie h2,
  .it01_tie p {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .it01_tie h2,
  .it01_tie p {
    font-size: 0.2rem;
  }
  .it01_txt {
    padding: 0.1rem;
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .banner_list .swiper-slide::before {
    padding-bottom: 50%;
  }
  .i_txt01 {
    background: -webkit-linear-gradient(
      right,
      transparent,
      rgb(3, 62, 152, 0.8)
    );
    color: #fff;
    padding: 0.1rem 0.08rem;
    box-sizing: border-box;
  }
  .it01_tie p {
    background-color: transparent;
    padding: 0;
  }
  .it01_txt {
    display: none;
  }
  .it01_tie h2,
  .it01_tie p {
    font-size: 0.16rem;
  }
  .it01_tie i {
    height: 0.2rem;
  }
}
@media screen and (max-width: 320px) {
  .it01_tie i {
    display: none;
  }
}

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

.Pcat_list {
  position: relative;
  overflow: hidden;
}
.Pcat_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Pcat_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.18rem;
  padding-bottom: 0.2rem;
  transition: all 0.4s ease;
}

.Pcat_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background-color: #f0f4f7;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

.Pcat_list .swiper-slide p {
  transition: all 0.4s ease;
  z-index: 10;
  position: relative;
}
.i_more {
  position: relative;
  z-index: 10;
}

/* -------------------------- */
.Pcat-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.Pcat-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;
}
.Pcat-pagination .swiper-pagination-bullet-active {
  width: 0.42rem;
  background: var(--i_color);
  border-radius: 5rem;
}

.i_more .more_href {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

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

.Pcat_list .swiper-slide:hover {
  background-color: var(--i_color);
  padding-top: 0.2rem;
}
.Pcat_list .swiper-slide:hover::before {
  opacity: 0;
}
.Pcat_list .swiper-slide:hover p {
  color: #fff;
  font-weight: bold;
}
.Pcat_list .swiper-slide:hover .Pcat_pic img {
  transform: scale(1.1);
}

.Pcat_list .swiper-slide:hover .i_more .more_href {
  width: 60%;
  background-color: #fff;
  border-color: #fff;
  border-radius: 5rem;
}

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

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

.btn_box {
  display: table;
  cursor: pointer;
}

.btn_a {
  display: flex;
  align-items: center;
  border: 1px solid var(--i_color);
  padding: 0.12rem 0.25rem;
  transition: all 0.4s ease;
  color: var(--i_color);
}

.btn_a iconify-icon {
  font-size: 0.2rem;
  margin-left: 0.15rem;
}

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

.a_btn {
  background-color: var(--i_color);
  color: #fff;
  transition: all 0.4s ease;
}

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

.hotP_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1%;
}

.hotP_list li {
  width: 32.66%;
  position: relative;
  overflow: hidden;
}

.hotP_list li a {
  width: 100%;
  position: relative;
  z-index: 20;
  overflow: hidden;
}

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

.hotP_list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 62, 152, 0.5);
  opacity: 0;
  transition: all 0.5s ease;
}

.hotP_list p {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease;
}

.hotP_list li:hover img {
  transform: scale(1.1);
}
.hotP_list li a:hover::after {
  opacity: 1;
}
.hotP_list li a:hover p {
  opacity: 1;
}

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

/* 关于公司 */
.About_Company {
  background-color: #f7f7f7;
}

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

.ac_left {
  width: 44.7%;
}

.ac_left h2 {
  font-size: 0.68rem;
  color: #222;
}

.ac_left i {
  color: var(--i_color);
}

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

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

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

.video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
}
.video_btn .icon {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: rgb(255 255 255 / 80%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}
.video_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: var(--i_color);
}

.o_line::before,
.o_line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgb(255 255 255 / 100%);
  border-radius: 50%;
  opacity: 0;
  animation: serv_one_border 1.6s 0s ease infinite;
}
.o_line:before {
  width: 50%;
  height: 50%;
}
.o_line:after {
  width: 60%;
  height: 60%;
}
@keyframes serv_one_border {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
  }
}

@media screen and (max-width: 1024px) {
  .video_btn {
    width: 120px;
    height: 120px;
  }
  .video_btn .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .video_btn {
    top: 46%;
  }
}
@media screen and (max-width: 560px) {
  .video_btn {
    width: 80px;
    height: 80px;
  }
  .video_btn .icon {
    width: 50px;
    height: 50px;
  }
  .video_btn iconify-icon {
    font-size: 30px;
  }
}

.ac_right {
  width: 61%;
  height: max-content;
  background-color: #fff;
  margin-left: -6%;
  box-sizing: border-box;
  padding: 0.8rem 0.54rem 0.6rem 1.82rem;
}

.ac_right h2 {
  font-size: 0.36rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #d8d8d8;
}

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

.acr_list {
  display: flex;
  flex-direction: column;
  gap: 0.24rem 0;
}

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

.acr_list li::before {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background-color: var(--i_color);
  margin-right: 0.1rem;
}

@media screen and (max-width: 1440px) {
  .ac_left h2 {
    font-size: 0.5rem;
  }
  .ac_right {
    width: 58%;
    padding: 0.4rem 0.4rem 0.4rem 1.4rem;
    margin-left: -4%;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .ac_right h2 {
    font-size: 0.3rem;
  }
  .acr_list {
    gap: 0.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .ac_left h2 {
    font-size: 0.38rem;
  }
  .About_Company .wrap_r {
    padding-left: 3vw;
  }
  .ac_left,
  .ac_right {
    width: 100%;
  }

  .ac_right {
    padding: 0.2rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ac_left h2 {
    font-size: 0.2rem;
  }
  .ac_right h2 {
    font-size: 0.18rem;
  }
}

/* 宣传数据 */
.i_data {
  width: 100%;
  background-color: var(--i_color);
}

.data_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.data_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.data_list li > img {
  width: 0.48rem;
}

.data_unit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.48rem;
  font-weight: bold;
}

.data_list li > div span {
  display: block;
}

.data_list li > div i {
}

.data_list li > P {
  color: #fff;
  margin-top: 0.2rem;
}

@media screen and (max-width: 1440px) {
  .data_list li > div span {
    font-size: 0.4rem;
  }
  .data_list li > div i {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .data_list li > div img {
    width: 0.4rem;
  }
  .data_list li > div span {
    font-size: 0.3rem;
  }
  .data_list li > div i {
    font-size: 0.3rem;
  }
}

@media screen and (max-width: 768px) {
  .data_list {
    gap: 0.12rem 0;
  }
  .data_list li > div img {
    width: 0.25rem;
  }
  .data_list li > div span,
  .data_list li > div i {
    font-size: 0.2rem;
  }
  .data_list li > P {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .data_list li > img {
    width: 0.3rem;
  }
  .data_list li {
    width: 100%;
  }
}

/* 工厂展示 */
.Factory_Showcase {
  position: relative;
}

.fs_img {
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
}

/*  */
.gol_partner_box {
  margin-top: 0.6rem;
  cursor: url("static/imgs/custom.png"), auto;
}

.gol_partner {
  position: relative;
}
.gol_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gol_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.gol_partner_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  position: relative;
  flex-direction: column;
  transition: width 0.3s ease;
  overflow: hidden;
  width: 20% !important;
}
.gol_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 5.3rem;
}
.gol_partner_list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.gol_partner_list .swiper-slide-active {
  width: 48% !important;
}

/* 指示器 */
.gol_partner .pt-pagination {
  display: block;
  text-align: center;
  margin: 0.4rem auto 0;
}
.gol_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  outline: none;
  transition: all 0.4s ease;
}
.gol_partner .pt-pagination .swiper-pagination-bullet-active {
  width: 0.42rem;
  border-radius: 5rem;
  position: relative;
  background: var(--i_color);
}

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

/* 应用领域 */
.Application_list {
  position: relative;
  overflow: hidden;
}
.Application_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Application_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

.Application_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.Application_list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0, 0.3);
  transition: all 0.4s ease;
}

.Application_list a::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 160%;
}

.Application_list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.Application_txt,
.Application_block {
  width: 90%;
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
}

.Application_txt h3,
.Application_block h3 {
  font-size: 0.36rem;
}

.Application_txt p,
.Application_block p {
  margin-top: 0.33rem;
  padding-bottom: 0.65rem;
  position: relative;
}

.Application_txt p::before {
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.Application_block {
  top: 10%;
  color: #333;
  opacity: 0;
}

.Application_block p::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #033e98 0%, rgba(3, 62, 152, 0) 98%);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 1025px) {
  .Application_list .swiper-slide:hover a::after {
    opacity: 0;
  }

  .Application_list .swiper-slide:hover .Application_txt {
    top: 55%;
    opacity: 0;
  }

  .Application_list .swiper-slide:hover .Application_block {
    opacity: 1;
  }
}

/* -------------------------- */
.Application-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.Application-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;
}
.Application-pagination .swiper-pagination-bullet-active {
  width: 0.42rem;
  border-radius: 5rem;
  background: var(--i_color);
}

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

@media screen and (max-width: 560px) {
  .Application_txt {
    top: 10%;
  }
  .Application_txt h3,
  .Application_block h3 {
    font-size: 0.2rem;
  }
  .Application_txt p,
  .Application_block p {
    margin-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
}

/* 主页新闻 */
.Inews_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}

.Inews_list li {
  width: 32%;
}

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

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

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

.inew_txt {
  box-sizing: border-box;
  background-color: #f6f6f6;
  padding: 0.24rem 0.2rem 0.15rem 0.2rem;
}

.inew_txt h4 {
  margin: 0.2rem 0;
}

.inew_btn {
  padding: 0.15rem 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--i_color);
  background-color: #f6f6f6;
  transition: all 0.4s ease;
}

.inew_btn {
  font-size: 0.25rem;
}

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

.Inews_list li:hover .inew_txt h4 {
  color: var(--i_color);
  font-weight: bold;
}

.Inews_list li:hover .inew_btn {
  background-color: var(--i_color);
  color: #fff;
}

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

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

/* footer */

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

.footer_top {
  border-bottom: 1px solid #d8d8d8;
}

.footer_top .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.22rem 0;
}

.footer_top a {
  width: 1.63rem;
}

.footer_top a img {
  width: 100%;
}

.footer_top p {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .footer_top p {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  .footer_top p {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.f_contact .f_tit {
  color: #333;
}

.f_cont {
  padding: 0.3rem 0;
  margin: 0.3rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 6%;
}
.f_cont dt {
  max-width: 100%;
}

.f_tit {
  margin-bottom: 0.3rem;
  font-weight: bold;
  white-space: nowrap;
  color: var(--i_color);
}

.f_cont dt.f_contact {
  width: 30%;
  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: var(--i_color);
}
.f_contact_list a,
.f_contact_list span {
  font-size: 0.18rem;
  line-height: 1.5;
}

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

.f_nav {
}
.f_nav a {
  display: block;
  padding: 6px 0;
  font-size: 0.18rem;
}
.f_nav a:hover {
  text-decoration: underline;
}

.fcr_box {
  border-top: 1px solid #d8d8d8;
}
.f_cr {
  padding: 0.24rem 0;
}
.f_cr p,
.f_cr a {
  font-size: 0.16rem;
}
.f_cr a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .f_cont_box {
    -webkit-clip-path: ellipse(90% 100% at 50% 100%);
    clip-path: ellipse(90% 100% at 50% 100%);
  }
}
@media screen and (max-width: 1024px) {
  .f_logo_big {
    width: 40%;
    margin-bottom: -5%;
  }
  .f_cont_box {
    -webkit-clip-path: ellipse(110% 100% at 50% 100%);
    clip-path: ellipse(110% 100% at 50% 100%);
  }
  .f_logo img {
    max-height: 50px;
  }
  .f_logo p {
    font-size: 15px;
  }

  .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 {
    padding-bottom: 80px;
  }
  .f_cr p,
  .f_cr a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .f_logo img {
    max-height: 34px;
  }
  .f_logo p {
    font-size: 14px;
  }

  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .f_logo_big {
    width: 60%;
    margin-bottom: -9%;
  }
  .f_cont_box {
    -webkit-clip-path: ellipse(150% 99% at 50% 100%);
    clip-path: ellipse(150% 99% at 50% 100%);
  }
  .f_cont {
    margin: 20px 0 10px;
    padding: 20px 0 10px;
  }
  .f_contact_list iconify-icon {
    font-size: 20px;
  }
  .f_contact_list a,
  .f_contact_list span {
    font-size: 14px;
  }

  .f_cr {
    padding-top: 6px;
    padding-bottom: 64px;
  }
}

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

@media screen and (max-width: 768px) {
  .fMedia a {
    width: 40px;
    height: 40px;
  }
  .fMedia iconify-icon {
    font-size: 20px;
  }
}
@media screen and (max-width: 560px) {
  .fMedia {
    gap: 0 20px;
  }
  .fMedia a {
    width: 34px;
    height: 34px;
  }
  .fMedia iconify-icon {
    font-size: 18px;
  }
}

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

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

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

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

/* Breadcrumb */
.in_position {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 0.2rem 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #222;
  position: relative;
  line-height: 20px;
}
.in_position a:first-child {
  padding-left: 0.26rem;
}

.in_position a:last-child {
  color: var(--i_color);
}

.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url(static/imgs/HOME.webp) no-repeat center;
  background-size: contain;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #222;
}

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

.in_position2 {
  position: initial;
  background: #ebf4fa;
}
.in_position2 a {
  color: #333;
}
.in_position2 a::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23333' d='m8.13 1.229l5.5 4.47a1 1 0 0 1 .37.777V14a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6.476a1 1 0 0 1 .37-.776l5.5-4.471a1 1 0 0 1 1.26 0M13 6.476L7.5 2.005L2 6.475V14h11z'/%3E%3C/svg%3E")
    no-repeat center !important;
  background-size: contain;
}
.in_position2 a:after {
  color: #333 !important;
}

@media screen and (max-width: 1024px) {
  .banner__pic::before {
    padding-bottom: 35%;
  }

  .in_position {
    position: relative;
    padding: 0.16rem 0;
    background: #ebf4fa;
  }
  .in_position a {
    font-size: 14px;
    color: #333;
  }
  .in_position a::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23333' d='m8.13 1.229l5.5 4.47a1 1 0 0 1 .37.777V14a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6.476a1 1 0 0 1 .37-.776l5.5-4.471a1 1 0 0 1 1.26 0M13 6.476L7.5 2.005L2 6.475V14h11z'/%3E%3C/svg%3E")
      no-repeat center !important;
    background-size: contain;
  }
  .in_position a:after {
    color: #333 !important;
  }
}
@media screen and (max-width: 560px) {
  .banner__pic::before {
    padding-bottom: 40%;
  }

  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 13px;
  }
}

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

/* --------------------------------- news页面 */
.news_option {
  border-bottom: 1px solid #d6d6d6;
}

.news_option_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 4%;
}

.news_option_list li {
  box-sizing: border-box;
}

.news_option_list li a {
  display: block;
  padding: 0 0.55rem 0.36rem 0.55rem;
  transition: all 0.3s ease;
}

.news_option_list .active {
  position: relative;
}

.news_option_list .active::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.news_option_list .active a {
  font-weight: bold;
  color: var(--i_color);
}

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

/* 新闻列表 */
.new__ .inew_txt,
.new__ .inew_btn {
  background-color: #fff;
}

.new_info {
  border: 1px solid #d8d8d8;
  transition: all 0.3s ease;
}

.new__ .Inews_list li:hover .new_info {
  border-color: #f6f6f6;
}

.new__ .Inews_list li:hover .inew_txt {
  background-color: #f6f6f6;
}

@media screen and (max-width: 560px) {
  .news_option_list li a {
    padding: 0.14rem;
  }
}

/* --------------------------------- contact页面 */
.cont_form {
  width: 100%;
  background-color: #f5f6f7;
  box-sizing: border-box;
  padding: 0.6rem 0.44rem 0.85rem 0.44rem;
}

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

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

.wpforms-container .wpforms-field-label,
.wp-core-ui div.wpforms-container .wpforms-field-label {
  font-weight: 500 !important;
  margin-left: 6px !important;
}

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

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

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

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

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

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

@media screen and (max-width: 1024px) {
  .cont_form {
    padding: 0.3rem;
  }
  #wpforms-94-field_1-container,
  #wpforms-94-field_2-container,
  #wpforms-94-field_3-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .cont_form {
    padding: 0.2rem;
  }
}

.c_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 2%;
}

.c_list dt {
  width: 23.5%;
  box-sizing: border-box;
  padding: 0.2rem;
}

.c_list .ico {
  margin-bottom: 0.2rem;
  width: 0.48rem;
  height: 0.48rem;
  box-sizing: border-box;
  background-color: var(--i_color);
  position: relative;
}
.c_list .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  object-fit: contain;
  object-fit: contain;
}

.c_list span {
  position: relative;
}
.c_list h5 {
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  position: relative;
}
.c_list h5::before,
.c_list h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
.c_list h5::before {
  width: 100%;
  background: var(--border_color);
}
.c_list h5::after {
  width: 50%;
  background: var(--i_color);
}
.c_list p {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.1rem;
}
.c_list a {
  font-size: 0.24rem;
  color: #222;
}

.address {
  font-size: 0.2rem;
  color: #222;
}

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

@media screen and (max-width: 1024px) {
  .c_list {
    flex-wrap: wrap;
    gap: 0.3rem 2%;
  }
  .c_list dt {
    width: 49%;
  }

  .c_list .ico {
    margin-bottom: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .c_list .ico img {
    width: 0.26rem;
    height: 0.26rem;
  }
  .c_list h5 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .c_list {
    gap: 0.16rem 2%;
  }
  .c_list h5 {
    font-size: 0.16rem;
  }
  .c_list p,
  .c_list a,
  .address {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .c_list {
    gap: 0.14rem 0;
  }
  .c_list dt {
    width: 100%;
  }
  .c_list .ico {
    width: 0.44rem;
    height: 0.44rem;
  }
  .c_list .ico img {
    width: 0.22rem;
    height: 0.22rem;
  }
  .c_list h5 {
    margin-bottom: 0.1rem;
  }
}

/* map */
.c_map {
}
.c_map {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c_map::before {
  content: "";
  display: block;
  padding-bottom: 45%;
}
.c_map iframe {
  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;
}

@media screen and (max-width: 1024px) {
  .c_map::before {
    padding-bottom: 46%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .c_map::before {
    padding-bottom: 58%;
  }
}

/* --------------------------------- application页面 */
.application_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3%;
}

.application_lists li {
  width: 31.33%;
}

.application_lists a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.application_lists a::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 150%;
}

.application_lists a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
}

.application_none {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0px 60px 0px 0px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 0.25rem 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

.application_none h3 {
  font-size: 0.32rem;
  margin-bottom: 0.24rem;
}

.application_none h4 {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
}

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

.application_block {
  opacity: 0;
  bottom: -0.3rem;
  transition: all 0.6s ease;
}

.application_block h3 {
  color: var(--i_color);
  margin-bottom: 0.2rem;
}

.application_lists li:hover .application_none {
  bottom: -0.15rem;
  opacity: 0;
}

.application_lists li:hover .application_block {
  bottom: 0;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .application_none h3 {
    font-size: 0.24rem;
  }
}
@media screen and (max-width: 1024px) {
  .application_lists li {
    width: 48.5%;
  }
  .application_none h3 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .application_lists {
    gap: 0.2rem 3%;
  }
  .application_lists li {
    width: 100%;
  }
  .application_none {
    padding: 0.2rem;
  }
}

/* --------------------------------- application详情页面 */

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_view_other span {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #999999;
  position: relative;
}
.p_view_other span iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: #fff;
}
.p_view_other p {
  font-size: 0.17rem;
}
.p_view_other p b {
  font-size: 0.18rem;
  font-weight: bold;
}

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

@media screen and (max-width: 1024px) {
  .p_view_other span {
    width: 30px;
    height: 30px;
  }
  .p_view_other span iconify-icon {
    font-size: 20px;
  }
  .p_view_other p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .p_view_other li {
    max-width: 100%;
  }
  .p_view_other span {
    order: -1;
  }
  .p_view_other p {
    font-size: 14px;
  }
  .p_view_other p b {
    font-size: 17px;
  }
}

/* 更多应用 */
.more_application {
}

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

/* Category List */
.cat_page {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.cat_nav {
  width: 23%;
  position: relative;
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 0.2rem;
}

.cat_nav_tit {
  margin-bottom: 0.24rem;
}
.cat_nav_tit h4 {
  font-size: 0.36rem;
  font-weight: bold;
}
.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
}
.cat_nav_list li {
  margin: 0 0 0.2rem;
}
.cat_nav_list li:last-child {
  margin-bottom: 0;
}

.cat_fold_tit {
  padding: 0 0.1rem 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  position: relative;
}
.cat_fold_tit a {
  width: 100%;
  padding: 0.18rem 0;
  font-size: 0.18rem;
  font-weight: bold;
}
.cat_fold_tit iconify-icon {
  flex-shrink: 0;
  padding: 0.1rem;
  margin-left: auto;
  font-size: 0.26rem;
  color: #555;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active .cat_fold_tit {
  background: var(--i_color) !important;
}
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: #fff;
}
.active .cat_fold_tit iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  box-sizing: border-box;
  padding: 0.2rem 0.16rem;
  background: #fff;
}

.cat_fold_sub a {
  width: max-content;
  padding: 0.12rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.1rem;
  color: #666;
  position: relative;
}

.cat_fold_sub a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}

.cat_fold_sub i {
  flex-shrink: 0;
  width: 0.16rem;
  height: 0.16rem;
  box-sizing: border-box;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.cat_fold_sub iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.1rem;
  color: #555;
}
.cat_fold_sub p {
  font-size: 0.16rem;
}

.cat_fold_sub dt.active a::before {
  width: 100%;
  background-color: var(--i_color);
}

.cat_fold_sub dt:hover i,
.cat_fold_sub dt.active i {
  border-color: var(--i_color);
}
.cat_fold_sub dt:hover iconify-icon,
.cat_fold_sub dt.active iconify-icon {
  color: var(--i_color);
}
.cat_fold_sub dt:hover iconify-icon {
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub dt:hover p,
.cat_fold_sub dt.active p {
  color: var(--i_color);
}

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

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 40px 30px 30px;
    background: #eee;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .cat_fold_tit {
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }
  .cat_fold_sub p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cat_nav_tit {
    padding: 12px 20px;
  }
  .cat_nav_tit h4 {
    font-size: 18px;
  }
  .cat_nav_tit iconify-icon {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .cat_nav_tit h4 {
    font-size: 16px;
  }

  .cat_nav_list li {
    margin: 0 0 14px;
  }
  .cat_fold_tit {
    padding: 0 4px 0 18px;
  }
  .cat_fold_tit a {
    font-size: 15px;
  }
  .cat_fold_tit iconify-icon {
    font-size: 22px;
  }

  .cat_fold_sub {
    padding: 24px 28px 20px;
  }
  .cat_fold_sub p {
    font-size: 14px;
  }

  .cat_nav_list {
    padding: 34px 20px 20px;
  }
}

.cat_post_show {
  width: 73%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .cat_post_show {
    width: 71%;
  }
}
@media screen and (max-width: 1024px) {
  .cat_post_show {
    width: 100%;
  }
}

.cat_info {
}
.cat_info h2 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #373434;
}
.cat_info span {
  display: block;
  margin-top: 0.1rem;
}

.p_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.26rem 2%;
}
.p_list li {
  width: 32%;
  box-sizing: border-box;
  overflow: hidden;
}

.p_list .Pcat_pic::before {
  padding-bottom: 100%;
}

.p_list li:hover .Pcat_pic {
  box-sizing: border-box;
  border: 2px solid #fff;
}

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

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

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

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

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

/* thumbnail */
.p_thumbnail_list {
  width: 100%;
  margin: 0.2rem auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s ease;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgb(0, 0, 0, 0.5);
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active figure::after {
  height: 0;
}

.p_thumbnail_list .swiper-slide-thumb-active figure {
  border: 2px solid var(--i_color);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  bottom: 8%;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.thumbnail-prev {
  left: 10%;
}
.thumbnail-next {
  left: 25%;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_atlas .swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.thumbnail-pagination {
  display: none;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  text-align: center;
  padding: 2px 6px;
  z-index: 2;
}

.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 14px;
  color: #fff;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: var(--i_color2);
}

.thumbnail-prev:hover,
.thumbnail-next:hover {
  background-color: var(--i_color);
}

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

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

  .p_atlas {
    width: 100%;
    max-width: 6rem;
    margin: 0 auto 0.46rem;
  }

  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .p_atlas_list {
    width: 100%;
  }
}

.p_title {
  width: 54.8%;
}

.pd_top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid var(--i_color);
}

.p_title h1 {
  font-weight: bold;
}

.p_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share dd {
  font-size: 0.18rem;
  font-weight: bold;
}
.p_share dt {
}
.p_share iconify-icon {
  font-size: 0.22rem;
  color: #999;
}
.p_share a:hover iconify-icon {
  color: var(--i_color);
}

.p_des article table {
}

.pMenu {
  border-top: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 5%;
}

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

.pMenu_item {
  width: 0.57rem;
  height: 0.57rem;
  background-color: #999;
  transition: all 0.4s ease;
}

.pMenu_item img {
  width: 0.3rem;
}

.pMenu li:hover .pMenu_item {
  background-color: var(--i_color);
}

.pd_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 3%;
}

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

@media screen and (max-width: 560px) {
  .pMenu {
    justify-content: center;
    gap: 0.2rem 3%;
    margin-top: 20px;
    padding-top: 20px;
  }
  .pMenu li {
    width: 48%;
  }
  .pMenu_item {
    width: 0.3rem;
    height: 0.3rem;
  }
  .pMenu_item img {
    width: 0.2rem;
  }
}

/* 产品详细信息 */
.pd_infoBox .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.pd_infoBox_left {
  width: 63.9%;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .pd_infoBox_left {
    width: 100%;
  }
  .pd_infoBox .cat_nav {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* 产品操作 (tags + Switch) */
.operate {
  background-color: #f9f9f9;
}

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

/* video */
.pd_videoBox {
  width: 100%;
  position: relative;
}
.pd_videoBox::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 42.5%;
}
.pd_video01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.youtube_btn {
  width: 6%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, 0);
}

/* 相关产品 */
.pd_Relatedproducts {
  background-color: #f9f9f9;
}

.pd_Relatedproducts .Pcat_pic::before {
  padding-bottom: 100%;
}

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

.i_choose {
  position: relative;
}
.i_choose::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(
    180deg,
    rgba(3, 62, 152, 0) 35%,
    rgb(3, 62, 152, 0.1) 100%
  );
}

.i_choose .wrap {
  z-index: 3;
}

.i_choose .hr {
  width: 100%;
  height: 1px;
  background: var(--border_color);
}

.i_choose_tit {
  padding-bottom: 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.i_choose_tit p {
  margin-left: auto;
  width: 60%;
}

.i_choose_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 6%;
  position: relative;
}

.i_choose_text {
  width: 100%;
}
.i_choose_text dt {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.16rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.i_choose_text dt:not(:last-child) {
  margin-bottom: 0.3rem;
}
.i_choose_text .pic {
  display: none;
}
.i_choose_text i {
  font-weight: bold;
  color: #666;
}
.i_choose_text span {
}
.i_choose_text h5 {
  font-weight: bold;
  color: #111;
}
.i_choose_text p {
  display: none;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  color: #444;
}
.i_choose_text dt.active i,
.i_choose_text dt.active h5 {
  color: var(--i_color);
}

.i_choose_pic {
  flex-shrink: 0;
  width: 30%;
}
.i_choose_pic li {
  display: none;
  overflow: hidden;
  position: relative;
}
.i_choose_pic li::before {
  content: "";
  display: block;
  padding-bottom: 106%;
}
.i_choose_pic li.active {
  display: block;
}
.i_choose_pic li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .i_choose_text p {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_choose_tit p {
    width: 100%;
    margin-top: 0.14rem;
  }
  .i_choose_text dt {
    padding-bottom: 16px;
  }
  .i_choose_text dt:not(:last-child) {
    margin-bottom: 16px;
  }
  .i_choose_text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .i_choose_text dt {
    flex-wrap: wrap;
  }
  .i_choose_text span {
    width: calc(100% - 60px);
  }
  .i_choose_text dt.active .pic {
    display: block;
  }
  .i_choose_text .pic {
    margin: 20px 0 0 42px;
    width: 100%;
    max-width: 360px;
  }
  .i_choose_text .pic img {
    width: 100%;
    height: auto;
  }
  .i_choose_pic {
    display: none;
  }
}
@media screen and (max-width: 560px) {
}

/* 环境展示 */
.environment_cont {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.32rem;
}

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

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

.e_pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.e_pic::before {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.e_pic::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to bottom, transparent, #000);
}
.e_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.environment_list_big figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.environment_list_big p {
  padding: 0.3rem 0.4rem;
  font-size: 0.24rem;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

/* =================================================================== */
.environment_list_thumbnail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.environment_list_thumbnail .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.environment_list_thumbnail .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.environment_list_thumbnail .e_pic::before {
  padding-bottom: 60%;
}
.environment_list_thumbnail .e_pic::after {
  display: none;
}
.environment_list_thumbnail .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environment_list_thumbnail figcaption {
  display: none;
}

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

.environment_control {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.3rem;
}
.environment_control > i {
  width: 5rem;
  height: 1px;
  background: #ccc;
}

.environment-pagination {
  font-size: 0.2rem;
  color: #999;
}
.environment-pagination .swiper-pagination-current {
  font-size: 0.28rem;
  color: var(--i_color);
}

.environment-navigation {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.22rem;
}
.environment-navigation > div {
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid #cbcbcb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.environment-navigation > div iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: var(--txt_color2);
}

.environment-navigation > div:hover {
  background: var(--i_color);
  border-color: var(--i_color);
}

.environment-navigation > div:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .environment_control > i {
    width: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .environment_list_big p {
    padding: 20px;
    font-size: 16px;
  }

  .environment-pagination {
    font-size: 15px;
  }
  .environment-pagination .swiper-pagination-current {
    font-size: 20px;
  }
  .environment-navigation > div {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .environment_cont {
    flex-wrap: wrap;
    gap: 0 0;
  }
  .environment_list_big {
    display: none !important;
  }

  .environment_list_thumbnail {
    width: 97%;
  }
  .environment_list_thumbnail .e_pic::before {
    padding-bottom: 66%;
  }
  .environment_list_thumbnail .e_pic::after {
    display: block;
  }
  .environment_list_thumbnail figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .environment_list_thumbnail p {
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .environment_control {
    position: relative;
    margin-top: 20px;
  }
  .environment_control > i {
    width: 20%;
  }
}
@media screen and (max-width: 560px) {
  .environment_control {
    gap: 0 20px;
  }
  .environment-navigation {
    gap: 0 10px;
  }
  .environment-navigation > div {
    width: 32px;
    height: 32px;
  }
}

/* 研发团队 */

.supportList {
}
.supportList dt {
}

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

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

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

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

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

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

/* --------------------------------- about页面 */

/* 关于我们 */
.aboutBox {
  position: relative;
}

.ab_pic {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.about_us {
  width: 65%;
}

.about_us h2 {
  font-size: 0.56rem;
}

.about_us h3 {
  width: 66%;
}

.about_us img {
  width: 100%;
}

.ab_img {
  width: 100%;
  display: none;
}

@media screen and (max-width: 1200px) {
  .about_us h2 {
    font-size: 0.46rem;
  }
}
@media screen and (max-width: 1024px) {
  .ab_pic {
    display: none;
  }
  .about_us {
    width: 100%;
  }
  .about_us h2 {
    font-size: 0.32rem;
  }
  .about_us h3 {
    width: 100%;
  }
  .ab_img {
    display: block;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .about_us h2 {
    font-size: 0.24rem;
  }
}

/* 选择我们 */
.Choose_box {
  position: relative;
}

.Choose_img {
  width: 36.5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.Choose_info {
  width: 67%;
  max-height: 6.4rem;
  background-color: #f2f5fa;
  transform: translateY(0.45rem);
  padding: 0.53rem 0.6rem 0.68rem 0.82rem;
  box-sizing: border-box;
  overflow: hidden;
}

.Choose_list {
  gap: 0.3rem 0;
  max-height: 5.2rem;
  padding-right: 0.4rem;
  box-sizing: border-box;
  overflow-y: auto;
}

/* 滚动条 */
.Choose_list::-webkit-scrollbar {
  width: 5px;
}

.Choose_list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.Choose_list::-webkit-scrollbar-thumb {
  background: var(--i_color);
  border-radius: 3px;
}

.Choose_list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

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

.Choose_top img {
  display: block;
  margin-right: 0.12rem;
  width: 0.48rem;
}

.Choose_item {
  gap: 0.24rem 0;
}

.Choose_item dt {
  display: flex;
  margin-left: 0.6rem;
}

.Choose_item b {
  display: block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  background-color: var(--i_color);
  margin-top: 0.07rem;
  margin-right: 0.07rem;
}

@media screen and (max-width: 1200px) {
  .Choose_img {
    width: 36%;
  }
  .Choose_list {
    max-height: 3.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .Choose_img {
    display: none;
  }
  .Choose_info {
    width: 100%;
    padding: 0.3rem;
    transform: none;
  }
  .Choose_list {
    padding-right: 0.2rem;
  }
  .Choose_top img {
    width: 0.3rem;
  }
  .Choose_item {
    margin-top: 0.1rem;
  }
  .Choose_item dt {
    margin-left: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .Choose_list::-webkit-scrollbar {
    width: 2px;
  }
  .Choose_info {
    padding: 0.3rem 0.2rem;
  }
  .Choose_list {
    max-height: 3rem;
  }
  .Choose_list {
    padding-right: 0.1rem;
  }
  .Choose_item dt {
    margin-left: 0rem;
  }
}

/* 我们的优势 */
.Our_Advantages {
  background: linear-gradient(
    180deg,
    rgba(3, 62, 152, 0) 0%,
    rgba(3, 62, 152, 0.2) 100%,
    rgba(84, 201, 250, 0.06) 100%
  );
}

.advantage_box {
  margin-top: 0.6rem;
}
.advantage_img {
  width: 100%;
  position: relative;
}
.advantage_img::after {
  content: "";
  display: block;
  padding-bottom: 31.4%;
}
.advantage_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantage_ul {
  display: flex;
  display: -webkit-flex;
  position: relative;
  z-index: 2;
}
.advantage_ul li {
  width: calc(100% / 3);
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.3rem 3%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.advantage_ul li::after {
  content: "";
  position: absolute;
  top: 250%;
  left: 0;
  width: 100%;
  height: 160%;
  background: linear-gradient(180deg, #208cc6 0%, #033e98 100%);
  transform: skewY(-15deg) translate(0, -50%);
  z-index: -1;
  transition: all 1s ease;
}
.advantage_ul li i {
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background-color: var(--i_color);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.advantage_ul li i img {
  width: 0.28rem;
  transition: all 0.3s ease;
}
.advantage_ul h3 {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  margin: 0.2rem 0;
  text-align: center;
  transition: all 0.3s ease;
}
.advantage_ul h4 {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  transition: all 0.3s ease;
}

.advantage_ul li:hover::after {
  top: 50%;
}
.advantage_ul li:hover h3,
.advantage_ul li:hover h4 {
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .advantage_ul h3 {
    font-size: 0.18rem;
    margin: 0.15rem 0;
  }
  .advantage_ul h4 {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }
  .advantage_bac {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .advantage_bac {
    padding: 0.6rem 0;
  }
  .advantage_ul h4 {
    font-size: 0.14rem;
    line-height: 0.18rem;
  }
  .advantage_ul h3 {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
  .advantage_bac {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 959px) {
  .advantage_ul li {
    width: calc((100% - 1px) / 2);
  }
  .advantage_ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .advantage_box {
    margin-top: 0.4rem;
  }
  .advantage_ul li i {
    width: 0.55rem;
    height: 0.55rem;
  }
  .advantage_ul li i iconify-icon {
    font-size: 0.24rem;
  }
}

/* 合作伙伴 */

.i_blogs_list {
  position: relative;
  overflow: hidden;
}
.i_blogs_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_blogs_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  padding-bottom: 5%;
  /* border: 1px solid #d8d8d8; */
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
  border-radius: 0.04rem;
  border: 0.01rem solid var(--border_color);
}
.i_blogs_list .swiper-slide:hover {
  border: 1px solid var(--i_color);
}
.i_blogs_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* -------------------------- */
.i_blogs-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.i_blogs-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;
}
.i_blogs-pagination .swiper-pagination-bullet-active {
  width: 0.42rem;
  border-radius: 5rem;
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .i_blogs_list .swiper-slide {
    padding-bottom: 10%;
  }
  .i_blogs-pagination .swiper-pagination-bullet-active {
    width: 0.08rem;
  }
}

@media screen and (max-width: 560px) {
  .i_blogs_list .swiper-slide {
    padding-bottom: 20%;
  }
}

/* 荣誉证书 */
.honor {
  background: url(https://lingjuimg.com/wp-content/uploads/ShengDa/2025/10/honor_ba.webp)
    no-repeat center;
  background-size: cover;
}

.zs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zs_left {
  width: 37.5%;
}
.zs_left_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.4rem;
}
.zs_left_ul li {
  font-size: 0.18rem;
  color: #666;
  line-height: 166%;
}
.zs_right {
  width: 55.3%;
}

/*  */
.zs_partner_box {
}

.zs_partner {
  position: relative;
}
.zs_partner_list {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.zs_partner_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
}
.zs_partner_list li {
  display: flex;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.zs_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.zs_partner_list .img:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}
.zs_partner_list .img img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 90%;
  object-fit: cover;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

.zs_partner_list .swiper-slide-prev .img img {
  transform: translateX(-50%) translateX(20px);
}
.zs_partner_list .swiper-slide-next .img img {
  transform: translateX(-50%) translateX(-20px);
}
.zs_partner_list .swiper-slide-active .img img {
  height: 100%;
  bottom: -5px;
}

/* 指示器 */
.zs_partner .pt-pagination {
  display: none;
  text-align: center;
  margin: 0.4rem auto 0;
}
.zs_partner .pt-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  background: #bbb;
  border-radius: 50%;
  outline: none;
}
.zs_partner .pt-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: var(--i_color);
}

/* 左右箭头 */
.zs_LR {
  display: flex;
  display: -webkit-flex;
  gap: 0.2rem;
  margin-top: 0.3rem;
}

.zs .pt-button-prev,
.zs .pt-button-next {
  width: 0.48rem;
  height: 0.48rem;
  box-sizing: border-box;
  z-index: 999;
  cursor: pointer;
  outline: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: #cbcbcc;
}
.zs .pt-button-prev iconify-icon,
.zs .pt-button-next iconify-icon {
  font-size: 0.22rem;
  color: #333;
  transition: all 0.3s ease;
}

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

@media screen and (max-width: 1440px) {
  .zs_bac {
    padding: 0.8rem 0;
    border-radius: 0 0 0 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .zs_left_ul li {
    font-size: 0.16rem;
  }
  .zs_left_ul {
    gap: 0.2rem;
    margin-top: 0.3rem;
  }
  .zs_bac {
    padding: 0.6rem 0;
    border-radius: 0 0 0 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .zs_LR {
    display: none;
  }
  .zs .pt-button-prev,
  .zs .pt-button-next {
    display: none;
  }
  .zs_partner .pt-pagination {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .zs_left {
    width: 100%;
  }
  .zs_right {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .zs_bac {
    border-radius: 0 0 0 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .zs_partner .pt-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
