/*
Theme Name: Amosolar
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: #c4242b;

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

  --header_top_height: 0.36rem;

  /* 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);
  }
}

/* 通用 */

/* title */
.title_box h3 {
  font-weight: 350;
}

.title_box p {
  font-weight: 150;
}

/* button */
.btn_box {
  display: table;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn_a {
  background-color: var(--i_color);
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  border-radius: 5rem;
  transition: all 0.5s ease;
  font-size: 0.16rem;
}

.btn_a02 {
  background-color: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  border-radius: 5rem;
  font-size: 0.16rem;
  transition: all 0.5s ease;
}

.btn_a03 {
  background-color: transparent;
  border: 1px solid #333;
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  border-radius: 5rem;
  font-size: 0.16rem;
  transition: all 0.5s ease;
}

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

.btn_box:hover .btn_a02 {
  background-color: var(--i_color);
  border-color: var(--i_color);
  color: #fff;
}

.btn_box:hover .btn_a03 {
  background-color: var(--i_color);
  border-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .btn_a,
  .btn_a02,
  .btn_a03 {
    padding: 0.06rem 0.3rem;
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .btn_a,
  .btn_a02,
  .btn_a03 {
    padding: 0.05rem 0.18rem;
    font-size: 0.13rem;
  }
}

/* --- --- */

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

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

.wrap_l {
  box-sizing: border-box;
  padding-left: 11vw;
}
.wrap_r {
  box-sizing: border-box;
  padding-right: 11vw;
}
@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%;
  /* background-color: #fff; */
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2014;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

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

.header_top_active {
  /* display: none; */
  background-color: #000;
}

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

/* 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: 100%;
}
.logo img {
  max-height: 100%;
}

/* 导航 */
@media screen and (min-width: 1025px) {
  header > .wrap_header .top_nav a {
    color: #fff;
  }

  header > .wrap_header .top_search_ico iconify-icon,
  header > .wrap_header .top_language_btn iconify-icon {
    color: #fff;
  }

  header.fixedHeader .top_nav a {
    color: #333;
  }

  header.fixedHeader .top_search_ico iconify-icon,
  header.fixedHeader .top_language_btn iconify-icon {
    color: #333;
  }

  .i_nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 0.32rem;
    position: relative;
    z-index: 20251020;
    margin-left: auto;
  }

  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 38%;
    width: 0;
    height: 1px;
    background-color: var(--i_color);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
  }

  .i_nav > li > a {
    display: block;
    font-size: 0.14rem;
    color: #fff;
    /* line-height: var(--header_height); */
    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 {
    width: 100%;
    opacity: 1;
    display: none;
  }

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

  .i_nav > .current-menu-item > a,
  .i_nav > .current-category-ancestor > a,
  .i_nav > .current-post-ancestor > a,
  .i_nav > .current-menu-ancestor > a,
  .i_nav > .current-menu-parent > a,
  .i_nav > 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;
    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;
  }
  .i_nav > li > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav {
    gap: 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: calc(var(--header_height) + var(--header_top_height));
    left: 101%;
    width: 100%;
    width: 100vw;
    height: calc(100vh - var(--header_height)+ var(--header_top_height));
    background: #fff;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top: 1px solid rgb(196, 36, 43, 0.3);
    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 #f8f8f8;
    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.14rem;
    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.13rem;
    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 {
    width: 20px;
    height: 15px;
    display: block !important;
    margin-left: 0.2rem;
    margin-top: -0.05rem;
  }
}

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

.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 {
  position: relative;
}
.top_language_btn {
  position: relative;
  cursor: pointer;
}

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

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

.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: calc(var(--header_height) + var(--header_top_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;
  }
}

.full_header_height {
  display: none;
  height: calc(var(--header_height) + var(--header_top_height));
}

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

.header_top {
  height: var(--header_top_height);
  /* background-color: #000000; */
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header_top .wrap_header {
  height: var(--header_top_height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_up_left {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
  gap: 0 0.37rem;
}
.top_up_left1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.top_up_left1 iconify-icon {
  font-size: 0.2rem;
  object-fit: contain;
  margin-right: 0.05rem;
  color: #fff;
}
.top_up_left1 a {
  font-size: 0.14rem;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color: #fff;
}
.top_up_left1 a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.top_up_left1 a:hover {
}
.top_up_left1 a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

.footer_share {
  display: flex;
  display: -webkit-flex;
  gap: 0.04rem;
}
.footer_share dt {
}
.footer_share dt a {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.footer_share dt a iconify-icon {
  font-size: 0.14rem;
  color: #fff;
  transition: all 0.3s ease;
}
.footer_share dt a:hover {
  background-color: #fff;
}
.footer_share dt a:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .top_up_left {
    /* display: none; */
  }
  .footer_share {
    margin-left: auto;
    gap: 0 0.12rem;
  }
  .footer_share dt a {
    width: 0.2rem;
    height: 0.2rem;
  }
  .footer_share dt a iconify-icon {
    font-size: 0.1rem;
  }

  .header_top {
    background-color: #000 !important;
  }
}

.top_r i {
  display: block;
  width: 1px;
  height: 0.22rem;
  background-color: #333;
}

/* top_nav */
.top_nav {
  display: flex;
  gap: 0 0.54rem;
  margin-left: 0.8rem;
}

.top_nav a {
  font-size: 0.16rem;
  color: #666;
  position: relative;
  transition: all 0.4s ease;
}

.top_nav a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(static/imgs/nav_before.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: all 0.4s ease;
}

.top_nav > .current-menu-item > a,
.top_nav > .current-category-ancestor > a,
.top_nav > .current-post-ancestor > a,
.top_nav > .current-menu-ancestor > a,
.top_nav > .current-menu-parent > a {
  color: var(--i_color) !important;
  font-weight: bold;
}

.top_nav a:hover {
  color: var(--i_color) !important;
}

.top_nav a:hover::before,
.top_nav > .current-menu-item > a::before,
.top_nav > .current-category-ancestor > a::before,
.top_nav > .current-post-ancestor > a::before,
.top_nav > .current-menu-ancestor > a::before,
.top_nav > .current-menu-parent > a::before {
  opacity: 1;
}

.wrap_header .btn_box {
  margin-left: 0.69rem;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .logo a {
    height: 55%;
  }
  .top_nav {
    margin-left: 0.4rem;
  }
  .wrap_header .btn_box {
    margin-left: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .top_nav,
  .wrap_header .btn_box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

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

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

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

.fMedia {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.08rem;
}
.fMedia li {
  transition: all 0.5s ease;
}
.fMedia a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  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: #fff;
}

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

.fTit {
  margin-bottom: 0.26rem;
  font-size: 0.26rem;
  color: #fff;
}

.fNav ul {
}
.fNav li {
}
.fNav li a {
  display: block;
  padding: 0.1rem 0;
  font-weight: 320;
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.4s ease;
}
.fNav li a:hover {
  color: var(--i_color);
}

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

.f_cr .wrap {
  border-top: 1px solid #474849;
}
.f_cr p,
.f_cr a {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.f_cr a {
  margin-left: 0.1rem;
}
.f_cr a:hover {
  text-decoration: underline;
}

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

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

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

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

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

.fullMask {
  width: 100%;
  height: 100vh;
}

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

/* banner */

.banner {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.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: 50%;
}
.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;
  text-align: center;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner-pagination .swiper-pagination-bullet {
  border-radius: 1000px;
  overflow: hidden;
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 0.05rem;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.18rem;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

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

.banner01_txt01 h2 {
  font-weight: bold;
  color: #fff;
  font-size: 0.52rem;
}

.banner01_txt01 h3 {
  font-size: 0.2rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .banner {
    position: relative;
    height: auto;
  }
  .banner-prev,
  .banner-next {
    display: none;
  }
  .banner-pagination {
    display: block;
  }
  .banner01_txt01 h2 {
    font-size: 0.36rem;
  }
  .banner01_txt01 h3 {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 560px) {
  .banner01_txt01 h2 {
    font-size: 0.18rem;
  }
  .banner01_txt01 h3 {
    font-size: 0.14rem;
    margin-top: 0.14rem;
  }
  .banner-pagination {
    bottom: 0.1rem;
  }
}

.index_main {
  position: relative;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
}

/* 系列展示 */
@media screen and (min-width: 1025px) {
  .fadein__pic_box {
    height: calc(200vh + var(--header_height));
    position: relative;
  }

  .fadein__pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
  }

  .fadein__pic.fixed {
    position: fixed;
  }

  .fadein__pic.fixed_bottom {
    top: initial;
    bottom: 0;
  }

  .fadein__pic_mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: calc(100% + 2px);
    object-fit: cover;

    z-index: 2;

    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .fadein__pic_video {
    width: 100%;
    height: 100%;
    position: relative;
    /* z-index: 1; */
  }

  .fadein__pic_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.Product_Dis_txt {
  position: absolute;
  left: 50%;
  bottom: 30%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.8s;
  z-index: 100;
}

.Product_Dis_txt h3 {
  font-weight: 350;
}

.Product_Dis_txt p {
  font-weight: 150;
}

.fadein__pic_video .showP {
  opacity: 1;
  bottom: 52%;
}

@media screen and (max-width: 1440px) {
  .Product_Dis_txt {
    top: 15%;
  }
}

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

@media screen and (max-width: 560px) {
  .Product_Dis_txt {
    top: 5%;
  }
  .Product_Dis_txt h3 {
    font-size: 0.17rem;
  }
  .Product_Dis_txt p {
    font-size: 0.12rem;
    background: linear-gradient(
      to right,
      transparent,
      rgba(196, 36, 43, 0.9) 50%,
      transparent
    );
  }
}

@media screen and (max-width: 1440px) {
  .fadein__pic_video p {
    font-size: 0.4rem;
  }
}

@media screen and (max-width: 1366px) {
  .fadein__pic_video p {
    font-size: 0.36rem;
  }
}

@media screen and (max-width: 1200px) {
  .fadein__pic_video p {
    font-size: 0.32rem;
  }
}

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

  .fadein__pic_mask {
    display: none;
  }

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

  .fadein__pic_video::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }

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

  .fadein__pic_video p {
    font-size: 0.26rem;
  }
}

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

@media screen and (max-width: 560px) {
  .fadein__pic_video p {
    font-size: 0.17rem;
  }
}

/* 系列产品 */
.Series_products {
}

.Series_products_list {
  position: relative;
  overflow: hidden;
}
.Series_products_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Series_products_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.25) 0%,
    transparent 50%,
    rgba(0, 0, 0, 0.25) 100%
  );
  border-radius: 0.16rem;
}

.Series_pic {
  width: 100%;
  padding-bottom: 47.6%;
  position: relative;
  margin-top: 0.97rem;
}

.Series_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.Series_products_list .swiper-slide p {
  font-size: 0.24rem;
  margin-top: 0.36rem;
}

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

/* -------------------------- */
.Series_products-pagination {
  display: block;
  margin-top: 0.52rem;
  text-align: center;
}
.Series_products-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #d8d8d8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Series_products-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 5rem;
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Series_pic {
    margin-top: 0.4rem;
  }
  .Series_products_list .swiper-slide p {
    font-size: 0.24rem;
    margin-top: 0.2rem;
  }
  .Series_products-prev,
  .Series_products-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .Series_products_list .swiper-slide p {
    font-size: 0.17rem;
  }
  .Series_products-pagination {
    margin-top: 0.24rem;
  }
  .Series_products-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
  }
}

/* 项目展示 */
.Project_Display {
  background-color: #f7f7f7;
}

.Project_Display_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.Pdt_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.46rem;
}

.Pdt_list a {
  position: relative;
  transition: all 0.4s ease;
}

.Pdt_list a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--i_color);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.4s ease;
}

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

.Pdt_list li:hover a::before {
  width: 100%;
  left: 0;
  right: auto;
}

@media screen and (max-width: 1024px) {
  .Pdt_list {
    width: 100%;
    gap: 0 0.2rem;
  }
  .Pdt_list a {
    font-size: 0.16rem;
  }
}

.application_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 2%;
}

.application_lists li {
  width: 32%;
}

.application_lists a,
.Related_Projects_list a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.16rem;
}

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

.application_lists a img,
.Related_Projects_list 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: 0 0.2rem 0 0;
  background: rgba(243, 243, 243, 0.85);
  padding: 0.34rem 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

.application_none h3 {
  font-size: 0.16rem;
}

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

.application_block h3 {
  color: var(--i_color);
  font-weight: 350;
  margin-bottom: 0.1rem;
}

.application_block p {
  font-weight: 150;
}

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

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

.application_none h4,
.Related_Projects_list h4 {
  width: 0.3rem;
  height: 0.3rem;
}

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

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

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

  .application_lists li .application_block {
    bottom: 0;
    opacity: 1;
  }
  .application_lists .application_block p {
    margin-bottom: 0.1rem;
  }
}

/* 主页新闻 */

.i_news_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  overflow: hidden;
}

.inews_left {
  width: 49.4%;
}

.inews_left_img {
  width: 100%;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}

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

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

.inews_left_time {
  background-color: var(--i_color);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  box-sizing: border-box;
  padding: 0.17rem;
  border-radius: 0.08rem;
}

.inews_left_time p {
  font-size: 0.36rem;
}

.inews_left a > h6 {
  transition: all 0.4s ease;
}

.inews_left a > text {
  margin-top: 0.08rem;
}

.inews_left:hover .inews_left_img img {
  transform: scale(1.05);
}

.inews_left:hover a > h6 {
  color: var(--i_color);
}

.inews_right {
  width: 47.45%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

.inews_right a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #d6d6d6;
}

.inr_info {
  width: 65%;
}

.inr_info h6 {
  font-weight: 350;
  margin-bottom: 0.18rem;
  transition: all 0.4s ease;
}

.inr_img {
  width: 32.5%;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}

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

.inr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.6s;
  border-radius: 0.16rem;
}

.inews_right li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

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

.inews_right li:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .inews_left,
  .inews_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inr_info {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .inews_left_time {
    left: 0.2rem;
    bottom: 0.2rem;
    padding: 0.1rem;
  }
  .inews_left_time p {
    font-size: 0.16rem;
  }
  .inr_img {
    width: 45%;
  }
}

/* 内页banner */

.banner__ {
  width: 100%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}
.banner__ > img {
  width: 100vw;
  max-height: 834px;
  object-fit: cover;
}
.banner__::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(91deg, #010818 0%, rgba(4, 13, 33, 0) 97%);
}

/* Breadcrumb */
.in_position {
  padding: 0.18rem 0;
  background: #fff;
  position: relative;
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 16px;
  color: #333;
  position: relative;
}
.in_position a:first-child {
  padding-left: 0.26rem;
}
.in_position a:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: url(static/imgs/home.webp) no-repeat center;
  background-size: contain;
  margin-top: -1.5px;
}
.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;
  }
}

/* --------------------  项目页面 */
.Project_Options {
  position: sticky;
  top: calc(var(--header_top_height) + var(--header_height));
  z-index: 999;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
}

.po_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem 15%;
}

.po_cont a {
  display: block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.po_cont a::before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5rem;
  transition: all 0.4s ease;
}
.po_cont a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid currentColor;
  color: var(--i_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.4s ease;
}

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

.po_cont a:hover::before {
  width: 100%;
}

.po_cont a:hover::after {
  opacity: 1;
  bottom: 5px;
}

.po_cont .active {
  color: var(--i_color);
  font-weight: 450;
}
.po_cont .active::before {
  width: 100%;
}
.po_cont .active::after {
  opacity: 1;
  bottom: 5px;
}

.Project_list .application_lists a::before {
  padding-bottom: 100%;
}

/* --------------------  news页面 */
.News_Options .po_cont {
  gap: 0.2rem 40%;
}

.P_search {
}

.psea_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0.35rem 0 0.35rem 0;
  display: flex;
  align-items: center;
}

.psea_box #Psearchform {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d6d6d6;
  border-radius: 5rem;
}

.psea_box .P_search_ipt {
  width: 92%;
  border-radius: 5rem;
  padding: 0.16rem 0;
  margin-left: 0.14rem;
}

.psea_box .P_search_ipt::placeholder {
  color: #666;
  font-size: 0.16rem;
  opacity: 1;
}

.psea_box .P_search_btn {
  cursor: pointer;
  color: #fff;
  font-size: 0.16rem;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  background-color: var(--i_color);
  border-radius: 5rem;
  margin-right: 0.15rem;
}

@media screen and (max-width: 1024px) {
  .P_search {
    margin: 0.2rem 0;
  }
  .psea_box {
    padding: 0.1rem 0;
  }
}

@media screen and (max-width: 560px) {
  .psea_box .P_search_ipt::placeholder {
    font-size: 0.16rem;
  }
}

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

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

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

.new_txt {
  width: 68%;
}

.new_txt text,
.new_txt p {
  font-weight: 150;
}

.new_txt h6 {
  font-weight: 450;
  margin: 0.13rem 0;
  transition: all 0.4s ease;
}

.new_txt span {
  font-weight: 350;
  transition: all 0.4s ease;
}

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

.news_list li:hover h6,
.news_list li:hover span {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .news_list a {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 0.2rem;
  }
  .new_pic {
    width: 35%;
  }
  .new_txt {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .new_pic {
    width: 45%;
  }
}

/* --------------------  下载页面 */
.Download_Options .po_cont {
  gap: 0.2rem 30%;
}

.Download_list {
  display: flex;
  flex-direction: column;
  gap: 0.19rem 0;
}

.Download_list a {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.21rem;
  border-bottom: 1px solid #d6d6d6;
}

.Download_list a p {
  transition: all 0.4s;
}

.Download_list a iconify-icon {
  font-size: 0.3rem;
  color: #333;
}

.Download_list a:hover p {
  color: var(--i_color);
  transform: translateX(10px);
}

@media screen and (max-width: 1024px) {
  .Download_Options .po_cont {
    gap: 0.2rem 10%;
  }
}

@media screen and (max-width: 560px) {
  .Download_list a p {
    font-size: 0.13rem;
  }
  .Download_list a iconify-icon {
    font-size: 0.2rem;
  }
}

/* --------------------  联系我们页面 */
.contact_Way {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f7f7f7 100%);
}

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

.contact_list li {
  border-radius: 0.16rem;
  width: 32%;
  transition: all 0.5s ease;
}

.contact_list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.66rem 0.2rem 0.5rem 0.2rem;
}

.contact_list img {
  width: 0.82rem;
  height: 0.82rem;
  object-fit: contain;
}

.contact_list li:hover {
  background-color: #fff;
  box-shadow: 0px 4px 10px 2px rgba(240, 240, 240, 0.8);
}

@media screen and (max-width: 1024px) {
  .contact_list li {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 10px 10px rgba(240, 240, 240, 0.9);
  }
  .contact_list img {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .contact_list a {
    padding: 0.2rem;
  }
  .contact_list img {
    width: 0.35rem;
    height: 0.35rem;
  }
}

/* form */
.contact_form {
  background-color: #fff;
}

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

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

/* #wpforms-129 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
} */

/* #wpforms-129 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
} */

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

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

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

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

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

.wpforms-container .wpforms-field-label,
.wp-core-ui div.wpforms-container .wpforms-field-label {
  font-weight: normal !important;
}

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

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

.parallax-container {
  width: 100%;
  height: 31.5vw;
  background: url(https://lingjuimg.com/wp-content/uploads/kunzhi/2025/10/about_img-1.webp)
    no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

/* 公司介绍 */
.Introduction_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4rem 0;
}

.Introduction_box .title_box {
  width: 48.8%;
  margin-top: 0.9rem;
}

.Introduction_box .title_box h3 {
  font-weight: 450;
}

.Introduction_list {
  width: 45.5%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem 12%;
  margin-top: -16%;
}

.Introduction_list li {
  width: 44%;
  height: max-content;
  padding: 0.36rem 0;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px 0px rgba(240, 240, 240, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.16rem;
}

.Introduction_icon {
  width: 1.14rem;
  height: 1.14rem;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.Introduction_icon img {
  width: 0.7rem;
}

.Introduction_list p {
  font-size: 0.52rem;
  font-weight: 350;
}

.Introduction_list li:nth-child(even) {
  margin-top: -0.247rem;
}

@media screen and (max-width: 1200px) {
  .Introduction_list p {
    font-size: 0.4rem;
  }
  .Introduction_icon img {
    width: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .Introduction_box .title_box,
  .Introduction_list {
    width: 100%;
  }

  .Introduction_list,
  .Introduction_list li:nth-child(even) {
    margin-top: 0;
  }

  .Introduction_list {
    gap: 0.4rem 4%;
  }

  .Introduction_list li {
    width: 48%;
  }

  .Introduction_list p {
    font-size: 0.3rem;
  }

  .Introduction_icon {
    width: 0.8rem;
    height: 0.8rem;
  }

  .Introduction_icon img {
    width: 0.4rem;
  }
}

@media screen and (max-width: 560px) {
  .Introduction_box .title_box {
    margin-top: 0.3rem;
  }
  .Introduction_list {
    gap: 0.2rem 4%;
  }
  .Introduction_icon {
    width: 0.65rem;
    height: 0.65rem;
  }
  .Introduction_icon img {
    width: 0.3rem;
  }
  .Introduction_list p {
    font-size: 0.2rem;
  }
}

/* 品牌历史 */
.Brand_History {
  background: url(https://lingjuimg.com/wp-content/uploads/kunzhi/2025/10/History_ba.webp)
    no-repeat center center;
  background-size: cover;
}

.course_info {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.course_info_item {
  width: 100%;
  display: none;
  transition: all 0.4s;
}

.course_info .active {
  display: block;
}

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

.course_info_txt {
  width: 41.8%;
}

.course_info_txt p {
  font-size: 0.98rem;
  font-weight: bold;
}

.course_info_txt h6 {
  display: flex;
}
.course_info_txt h6::before {
  flex-shrink: 0;
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.2rem;
  height: 0.2rem;
  margin-top: 4px;
  margin-right: 0.2rem;
  border-radius: 50%;
  border: 2px solid var(--i_color);
}

.course_info_img {
  width: 50%;
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}
.course_info_img::before {
  content: "";
  padding-bottom: 54.7%;
  display: block;
}
.course_info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.16rem;
}

.course_years_box {
  position: relative;
  padding: 0 1rem;
}

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

.course_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 0.2rem 0;
  cursor: pointer;
}

.course_item h6 {
  width: 100%;
  height: 1px;
  background-color: #c1c1c1;
  margin-top: 0.2rem;
  position: relative;
}

.course_item h6::before {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  background-color: #c1c1c1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.course_item h6::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  border: 2px solid #c1c1c1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.course_list .swiper-slide-active h6::before {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #fff;
}

.course_list .swiper-slide-active h6::after {
  width: 0.2rem;
  height: 0.2rem;
  border-color: #c4242b;
}

/* -------------------------- */
.course-prev,
.course-next {
  position: absolute;
  top: 40%;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #a2a2a2;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.course-prev {
  left: 0;
}
.course-next {
  right: 0;
}
.course-prev iconify-icon,
.course-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.26rem;
  color: #fff;
}
.course_list .swiper-button-disabled {
  cursor: not-allowed;
}
.course-prev:hover,
.course-next:hover {
  background: var(--i_color);
}

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

  .course_btns {
    display: flex;
    justify-content: space-between;
    gap: 0 0.2rem;
    margin-top: 0.2rem;
  }
  .course-prev,
  .course-next {
    width: 0.35rem;
    height: 0.35rem;
    position: relative;
  }

  .course_info {
    margin-bottom: 0.8rem;
  }
  .course_info_txt,
  .course_info_img {
    width: 100%;
  }
  .course_info_img::before {
    padding-bottom: 40%;
  }
  .course_info_txt p {
    font-size: 0.6rem;
  }
  .course_info_txt h6 {
    font-weight: 150;
  }
  .course_info_txt h6::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .course_info {
    margin-bottom: 0.4rem;
  }
  .course_info_txt p {
    font-size: 0.4rem;
  }
  .course_info_txt h6 {
    font-size: 0.14rem;
  }
  .course_info_box {
    gap: 0.25rem 0;
  }
}

/* 我们的优势 */
.Advantages_content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
  overflow: hidden;
}

.AdvantagesLeft {
  width: 27.33%;
}

.Advantages_list {
  display: flex;
  flex-direction: column;
  gap: 0.48rem 0;
}

.Advantages_list p {
  font-size: 0.56rem;
  font-weight: 350;
  color: #eaeaea;
}

.Advantages_list i {
  font-weight: 350;
}

.Advantages_list h6 {
  margin-top: 0.14rem;
  margin-left: 0.73rem;
}

.Advantages_img {
  width: 72.15%;
  position: relative;
}
.Advantages_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 51%;
}
.Advantages_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .AdvantagesBox .wrap_l {
    padding-right: 3vw;
  }
  .AdvantagesLeft,
  .Advantages_img {
    width: 100%;
  }
  .Advantages_list p {
    font-size: 0.4rem;
  }
  .Advantages_list h6 {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .Advantages_list p {
    font-size: 0.26rem;
  }
}

/* 展览 */
.exhibition_box {
  background-color: #f7f7f7;
}

.Exhibition_Carousel {
  width: 100%;
  overflow: hidden;
}

.environment .environment_list {
  position: relative;
}
.environment .environment_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.environment .environment_list .swiper-slide {
  opacity: 1;
  flex-shrink: 0;
  position: relative;
  /* overflow: hidden; */
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.exhibition_img {
  position: relative;
  border-radius: 0.16rem;
  overflow: hidden;
}

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

.environment .environment_list .swiper-slide p {
  width: 100%;
  font-size: 0.2rem;
  padding: 0.2rem 0;
  border-radius: 0px 20px 8px 8px;
  background: rgba(243, 243, 243, 0.85);
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
  /* margin-top: -0.3rem; */
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: relative;
  z-index: 10;
}

.environment .environment_list .swiper-slide:hover p {
  opacity: 1;
}

.environment .environment_list .swiper-slide-active,
.environment .environment_list .swiper-slide-next {
  opacity: 1;
}

.environment .environment_list .swiper-slide:hover .exhibition_img img {
  transform: scale(1.1);
}

/* -------------------------- */
.environment .environment-pagination {
  display: block;
  margin-top: 0.6rem;
  text-align: center;
}
.environment .environment-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 7px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.environment .environment-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: var(--i_color);
  border-radius: 5rem;
}

@media screen and (max-width: 1200px) {
  .environment .environment_list {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .environment .environment_list .swiper-slide p {
    opacity: 1;
    font-size: 0.16rem;
    margin-top: 0;
    background: rgba(243, 243, 243, 0.85);
    padding: 0.15rem 0;
  }
}
@media screen and (max-width: 768px) {
  .environment .environment-pagination {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
}

/* 遮罩默认隐藏 */
.fs-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
  cursor: zoom-out;
}
.fs-overlay.show {
  opacity: 1;
  visibility: visible;
}
.fs-overlay img {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

/* 提供产品 */
.offer_products {
  display: none;
}

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

.offer_img {
  order: 1;
  width: 53.3%;
  position: relative;
}
.offer_img::before {
  content: "";
  display: block;
  padding-bottom: 52.9%;
}
.offer_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.16rem;
}

.offer_img iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.5rem;
  cursor: pointer;
  transition: all 0.4s ease;
}

.offer_img iconify-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.offer_content {
  order: 2;
  width: 42.9%;
}

.offer_content h3 {
  font-weight: 350;
  position: relative;
}

.offer_content h3::before {
  content: "";
  display: block;
  width: 30%;
  height: 4px;
  background-color: var(--i_color);
  border-radius: 5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.offer_content p {
  font-weight: 150;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1024px) {
  .offer_products .wrap_r {
    padding-left: 3vw;
  }
  .offer_img,
  .offer_content {
    width: 100%;
  }
  .offer_content {
    order: -1;
  }
}

@media screen and (max-width: 560px) {
  .offer_img iconify-icon {
    font-size: 0.3rem;
  }
}

/* 证书 */
.Certificates_content {
}

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

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

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

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

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

.Partners_a_list,
.Partners_b_list {
  position: relative;
  overflow: hidden;
}
.Partners_a_list .swiper-wrapper,
.Partners_b_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Partners_a_list .swiper-slide,
.Partners_b_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  border-radius: 0.16rem;
  transition: all 0.4s ease;
}
.Partners_a_list .swiper-slide::before,
.Partners_b_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 58%;
}
.Partners_a_list .swiper-slide img,
.Partners_b_list .swiper-slide img {
  width: 80%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Partners_a_list .swiper-slide:hover,
.Partners_b_list .swiper-slide:hover {
  box-shadow: 0px 4px 16px 0px rgba(240, 240, 240, 0.8);
}

/* -------------------------- */
.Partners_b-pagination {
  display: block;
  margin-top: 0.6rem;
  text-align: center;
}
.Partners_b-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Partners_b-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 5rem;
  background: var(--i_color);
}

/* --------------------  生产页面 */
.production_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}

.production_list .offer_img {
  width: 46%;
}
.production_list .offer_img::before {
  padding-bottom: 63.8%;
}

.production_list .offer_content {
  width: 48.7%;
}

.production_list li:nth-child(even) .offer_img {
  order: 2;
}
.production_list li:nth-child(even) .offer_content {
  order: 1;
}

/* .production_list li:first-child .btn_box {
  display: none;
} */

/* --------------------  产品列表页面 */
.product_Options {
  position: sticky;
  top: calc(var(--header_top_height) + var(--header_height));
  z-index: 999;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
}

.product_Options .po_cont {
  gap: 0.2rem 10%;
}

/*  */
.product_top h2 {
  font-weight: 450;
}

/* 分类选项 */
.Product_Categories_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 4%;
}

.Product_Categories_list a {
  display: block;
  box-sizing: border-box;
  padding: 0.05rem 0.14rem;
  border-radius: 5rem;
  border: 1px solid transparent;
  cursor: pointer;
  color: #666;
  transition: all 0.4s ease;
}

.Product_Categories_list a.active {
  border: 1px solid var(--i_color);
  color: #333;
}

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

/* 产品列表 */
.Product_List {
  display: flex;
  gap: 0.2rem 1%;
  flex-wrap: wrap;
}

.Product_List li {
  width: 24.25%;
  transition: all 0.4s ease;
  border-radius: 0.16rem;
}

.Product_List a,
.Related_list a {
  display: block;
  box-sizing: border-box;
  padding: 0.23rem 0.2rem 0.3rem 0.2rem;
}

.Product_List p,
.Related_list p {
  font-weight: 350;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.pList_img {
  width: 86.5%;
  position: relative;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.pList_img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pList_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Product_List h3,
.Related_list h3 {
  opacity: 0;
  transition: all 0.4s ease;
}

.Product_List i,
.Related_list i {
  font-weight: 350;
  margin-right: 5px;
}

.Product_List iconify-icon,
.Related_list iconify-icon {
  font-size: 0.24rem;
}

.Product_List li:hover {
  background: #fafafa;
  box-shadow: 2px 8px 10px 2px rgba(240, 240, 240, 0.8);
}

.Product_List li:hover h3,
.Related_list li:hover h3 {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .Product_List {
    gap: 0.2rem 2%;
  }
  .Product_List li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .Product_List li {
    width: 49%;
    box-shadow: 2px 2px 10px 2px rgba(240, 240, 240, 0.8);
  }
}
@media screen and (max-width: 560px) {
  .Product_List p,
  .Related_list p {
    font-weight: normal;
  }
  .Product_List h3,
  .Related_list h3 {
    opacity: 1;
  }
  .Product_List i,
  .Related_list i {
    font-weight: normal;
  }
  .Product_List iconify-icon,
  .Related_list iconify-icon {
    font-size: 0.2rem;
  }

  .po_cont a {
    font-size: 0.13rem;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
  }
  .po_cont .active {
    font-weight: normal;
  }
  .po_cont a::before {
    height: 2px;
  }
  .po_cont a::after {
    display: none;
  }
}

/* --------------------  产品详情页面 */
.Description_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.4rem 0;
}

.PDes_left {
  width: 35%;
}

.Product_Des_list {
  position: relative;
  overflow: hidden;
}
.Product_Des_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Product_Des_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.Product_Des_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.Product_Des_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* -------------------------- */
.Product_Des-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.Product_Des-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Product_Des-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 5rem;
  background: var(--i_color);
}

.PDes_right {
  width: 60%;
}

.PDes_right h6 {
  width: max-content;
  position: relative;
}
.PDes_right h6::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.PDes_right h2 {
  font-weight: 350;
  margin-top: 0.24rem;
  font-size: 0.32rem;
}

.PDes_right_list {
  border-radius: 0.16rem;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.3rem 0.32rem 0.5rem 0.48rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.25rem 0;
}

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

.PDes_right_list h5 {
  flex-shrink: 0;
  width: 0.32rem;
  height: 0.32rem;
  background-color: var(--i_color);
  border-radius: 50%;
  margin-right: 0.12rem;
}

.PDes_right_list h4 {
  font-weight: 350;
}

.btns {
  display: flex;
  gap: 0.2rem 4%;
}

.btns .btn_a03 {
  border-color: var(--i_color);
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .PDes_left,
  .PDes_right {
    width: 100%;
  }
  .Product_Des_list .swiper-slide::before {
    padding-bottom: 40%;
  }

  .PDes_right_list {
    padding: 0.3rem 0.2rem;
  }
  .PDes_right h2 {
    font-size: 0.28rem;
  }
}

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

.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.2rem;
  font-size: 16px;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
}
.p_tags a:hover {
  background: var(--i_color);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_tags {
    gap: 12px 0;
  }
  .p_tags > p {
    font-size: 17px;
  }
  .p_tags a {
    margin-right: 16px;
    font-size: 13px;
  }
}

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_view_other span {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #a7a7a7;
  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.16rem;
}
.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;
  }
}

/* 相关产品 */
.Related_products {
  background-color: #f7f7f7;
}

.Related_list {
  position: relative;
  overflow: hidden;
}
.Related_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Related_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  border-radius: 0.16rem;
  transition: all 0.5s ease;
}

/* -------------------------- */
.Related-pagination {
  display: block;
  margin-top: 0.6rem;
  text-align: center;
}
.Related-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Related-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  background: var(--i_color);
  border-radius: 0.5rem;
}

.Related_list li:hover {
  background: #fff;
  box-shadow: 2px 8px 10px 2px rgba(240, 240, 240, 0.8);
}

@media screen and (max-width: 768px) {
  .Related_list li {
    background: #fff;
    box-shadow: 2px 2px 10px 2px rgba(240, 240, 240, 0.8);
  }
}
@media screen and (max-width: 560px) {
}

/* 相关项目 */
.Related_Projects_list {
  position: relative;
  overflow: hidden;
}
.Related_Projects_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Related_Projects_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

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

/* -------------------------- */
.Related_Projects-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.Related_Projects-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Related_Projects-pagination .swiper-pagination-bullet-active {
  width: 0.4rem;
  border-radius: 5rem;
  background: var(--i_color);
}

/* .post__box {
  flex-wrap: wrap !important;
} */

/* 默认隐藏前三个 li */
.i_nav li:nth-child(-n + 4) {
  display: none !important;
}

.fNav02 ul li:nth-child(-n + 3) {
  display: none;
}

.fNav,
.fNav02,
.f_contact {
  transform: translateY(33px);
}

/* 在 1024px 及以上显示前三个 li */
@media screen and (max-width: 1024px) {
  .i_nav li:nth-child(-n + 4) {
    display: block !important;
  }

  .fNav,
  .fNav02,
  .f_contact {
    transform: 0;
  }
}
