/*
Theme Name: ZhongYue
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: #2cad42;

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

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

/* 通用 */
.f450 {
  font-weight: 450;
}
.f550 {
  font-weight: 550;
}

/* botton */
.btnBox {
  display: table;
  cursor: pointer;
}
.btn_a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 5rem;
  padding: 0.12rem 0.23rem;
  color: #fff;
  position: relative;
  transition: all 0.4s ease;
}
.btn_a span {
  position: relative;
  z-index: 2;
}
.btn_a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-radius: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(105deg, #2cad42 8%, #2cada9 95%);
  transition: all 0.4s ease;
}
.btn_a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  transition: all 0.4s ease;
}
.btn_a icon {
  font-size: 0.12rem;
  position: relative;
  z-index: 2;
}

.btn_a:hover::before {
  width: 100%;
}
.btn_a:hover::after {
  opacity: 0;
}

.btn_22 {
  color: #222;
}
.btn_22::after {
  border-color: #222;
}
.btn_22:hover {
  color: #fff;
}

.btn_color::before {
  width: 100%;
}
.btn_color::after {
  opacity: 0;
}

.btn_color:hover {
  color: var(--i_color);
}
.btn_color:hover::before {
  width: 0;
}
.btn_color:hover::after {
  opacity: 1;
  background-color: #fff;
  border-color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .btn_a {
    padding: 0.06rem 0.16rem;
  }
  .btn_a span {
    font-size: 0.15rem;
  }
  .btn_a icon {
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .btn_a {
    padding: 0.02rem 0.1rem;
  }
  .btn_a span {
    font-size: 0.13rem;
  }
  .btn_a icon {
    font-size: 0.08rem;
  }
}

/* title */
.titleBox h2 {
  display: table;
  position: relative;
}
.titleBox h2 span {
  position: relative;
  z-index: 2;
}
.titleBox h2 i {
  width: 100%;
  height: 8px;
  background: linear-gradient(91deg, #2cad42 0%, #2cada9 100%);
  position: absolute;
  bottom: 12px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .titleBox h2 i {
    height: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .titleBox h2 i {
    height: 5px;
    bottom: 5px;
  }
}

/* --- --- */

.wrap {
  width: 94vw;
  max-width: 1500px;
  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.4rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 94vw;
  max-width: 1700px;
  background: #fff;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2026;
}
header.fixedHeader {
  top: 0;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}
header > .wrap {
  box-sizing: border-box;
  padding: 0 0.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

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

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

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

  .i_nav > li {
    position: relative;
  }
  .i_nav > li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -6px;
    width: 0;
    height: 0;
    background: rgb(255 126 183 / 15%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
  }

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

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

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

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

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

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

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

  .i_nav_list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(var(--header_height) + 0.2rem);
    right: 0;
    background: #fff;
    box-shadow: 0 0.04rem 0.1rem rgb(0 0 0 / 10%);
    z-index: 2014;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .i_nav_list.on {
    visibility: visible;
    opacity: 1;
    top: var(--header_height);
  }
  .i_nav_list li {
  }
  .i_nav_list a {
    display: block;
    padding: 0.06rem 0.2rem;
    font-size: 0.16rem;
    white-space: nowrap;
  }
  .i_nav_list a:hover {
    color: var(--i_color);
  }
}
@media screen and (max-width: 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: 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;
  gap: 0 0.2rem;
}
@media screen and (max-width: 1024px) {
  .top_r {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .top_r {
    --size: 0.24rem;
  }
}

.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: #222;
  cursor: pointer;
}

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

.top_language {
  padding-left: 0.2rem;
  position: relative;
}
.top_language_btn {
  padding: 0.1rem 0 0.1rem 0;
  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;
  -webkit-border-radius: 0 0 0.16rem 0.16rem;
  border-radius: 0 0 0.16rem 0.16rem;
}
.language_list.on {
  opacity: 1;
  visibility: visible;
  top: var(--header_height);
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 0.34rem;
  }
}
@media screen and (max-width: 560px) {
  .top_search {
    right: -100px;
    width: 3rem;
  }
}
.top_head {
  height: calc(var(--header_height) + 0.4rem);
}

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

/* products下拉 */
.nav_menu_products {
  display: none;
  position: fixed;
  top: var(--header_height);
  left: 50%;
  transform: translateX(-50%);
  max-width: 1700px;
  width: 94vw;
  background-color: #fafafa;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  z-index: 2026;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.fixedHeader .nav_menu_products {
  max-width: 100%;
  width: 100%;
}

.nav_menu_products .wrap {
}

.nav_menu_products dl {
  box-sizing: border-box;
  padding: 0.38rem 0 0.46rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0 1%;
  position: relative;
}
.nav_menu_products dt {
}
.nav_menu_products dt > a {
  display: block;
  font-size: 18px;
  font-weight: 550;
  color: #222;
}
.nav_menu_products ul {
  margin-top: 0.24rem;
  display: flex;
  flex-direction: column;
  gap: 0.12rem 0;
}
.nav_menu_products li {
}
.nav_menu_products li a {
  display: block;
  font-size: 18px;
  color: #666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

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

@media screen and (max-width: 1440px) {
  .nav_menu_products dl {
    padding: 0.38rem 2% 0.46rem;
  }
  .nav_menu_products dt > a {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .nav_menu_products dt > a {
    font-size: 15px;
  }
  .nav_menu_products li a {
    font-size: 14px;
  }
  .nav_menu_products li a::before {
    top: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .nav_menu_products {
    display: none !important;
  }
}

/* solutions下拉 */
.nav_menu_solutions {
  display: none;
  position: fixed;
  top: var(--header_height);
  left: 50%;
  transform: translateX(-50%);
  max-width: 1700px;
  width: 94vw;
  background-color: #fafafa;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  z-index: 2026;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.fixedHeader .nav_menu_solutions {
  max-width: 100%;
  width: 100%;
}

.nms_list {
  box-sizing: border-box;
  padding: 0.4rem 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 17%;
  position: relative;
}

.nms_list li {
  width: 22%;
}

.nms_list a {
  font-size: 0.18rem;
  font-weight: 550;
  color: #222;
  transition: all 0.3s ease;
}

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

@media screen and (max-width: 1440px) {
  .nms_list {
    padding: 0.4rem 2%;
  }
}
@media screen and (max-width: 1366px) {
  .nms_list a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .nms_list a {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .nav_menu_solutions {
    display: none !important;
  }
}

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

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

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

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

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

.ib01_txt h2 i {
  font-size: 0.56rem;
  font-weight: 550;
  background: linear-gradient(180deg, #ffffff 32%, #52dee5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  color: linear-gradient(180deg, #ffffff 32%, #52dee5 100%);
}

.ib01_txt h2 span {
  font-size: 0.56rem;
  font-weight: 550;
  color: #00f3ff;
}

.ib01_txt h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.27rem;
}
.ib01_txt h3::before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 3px;
  opacity: 0.8;
  background: linear-gradient(90deg, rgba(0, 243, 255, 0) 0%, #00f3ff 102%);
}
.ib01_txt h3::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 3px;
  opacity: 0.8;
  background: linear-gradient(270deg, rgba(0, 243, 255, 0) 0%, #00f3ff 102%);
}

@media screen and (max-width: 1440px) {
  .ib01_txt h2 span,
  .ib01_txt h2 i {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .ib01_txt {
    top: 20%;
  }
  .ib01_txt h3 {
    margin-top: 0;
  }
  .ib01_txt .btnBox {
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 1024px) {
  .i_banner-prev,
  .i_banner-next {
    display: none;
  }
  .i_banner-pagination {
    display: block;
  }
  .ib01_txt {
    top: 8%;
  }
  .ib01_txt h2 span,
  .ib01_txt h2 i {
    font-size: 0.32rem;
  }
  .ib01_txt h3 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 768px) {
  .ib01_txt h2 span,
  .ib01_txt h2 i {
    font-size: 0.2rem;
  }
  .ib01_txt h3 {
    font-size: 0.15rem;
    gap: 0;
  }
  .ib01_txt h3::before,
  .ib01_txt h3::after {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .ib01_txt {
    top: 1%;
  }
  .ib01_txt h2 span,
  .ib01_txt h2 i {
    font-size: 0.16rem;
  }
  .ib01_txt h3 {
    font-size: 0.12rem;
  }
}

/* footer */
footer {
  background-color: #292929;
}

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

.footer_top .wrap > a {
  height: 0.72rem;
}
.footer_top .wrap > a img {
  height: 100%;
}

.ft_nav {
  display: flex;
  gap: 0 0.6rem;
}

.ft_nav a {
  font-size: 0.18rem;
  font-weight: 450;
  color: #fff;
  transition: all 0.4s ease;
}
.ft_nav a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1366px) {
  .ft_nav a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer_top .wrap > a {
    height: 0.56rem;
  }
  .ft_nav {
    display: none;
  }
}

.footer_middle .wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}

.fm_a {
  width: 29.67%;
}

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

.fm_connect li {
  display: flex;
  gap: 0 8px;
}

.fm_connect iconify-icon {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.2rem;
  margin-top: 2px;
}

.fm_connect span,
.fm_connect a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  transition: all 0.3s ease;
}
.fm_connect a:hover {
  color: var(--i_color);
}

.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-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.3s ease;
}
.fMedia iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #fff;
}
.fMedia li:hover a {
  background: var(--i_color);
  border-color: var(--i_color);
}

.fm_b {
  width: 18.34%;
}

.fm_b ul,
.fm_c ul {
  display: flex;
  flex-direction: column;
  gap: 0.18rem 0;
}

.fm_b a,
.fm_c a {
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
.fm_b a:hover,
.fm_c a:hover {
  color: var(--i_color);
}

.fm_c {
  width: 16.81%;
}

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

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

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

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

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

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

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

#wpforms-80 .wpforms-submit-container {
  width: 100%;
  padding: 0 0;
}
#wpforms-80 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(99deg, #2cad42 5%, #3dafd4 100%);
  border-radius: 5rem;
}
#wpforms-80 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-80 .wpforms-submit-container button:hover {
  background: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .fm_a {
    width: 100%;
  }
  .fm_b,
  .fm_c,
  .fm_d {
    display: none;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .fMedia {
    gap: 0 20px;
  }
  .fMedia a {
    width: 34px;
    height: 34px;
  }
  .fMedia iconify-icon {
    font-size: 18px;
  }
}

.f_cr .wrap {
}
.f_cr p,
.f_cr a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  transition: all 0.3s ease;
}
.f_cr a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 560px) {
  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }
}

/* 产品系列 */
.Product_Series_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.psl_item {
  width: 32%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.Base_img {
  width: 110%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  opacity: 0;
}

.psl_item a {
  display: block;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #f6f6f6;
  padding: 0.32rem;
}

.psli_img {
  width: 87%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.psli_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.psli_img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.psl_item:hover h3 {
  color: var(--i_color);
}
.psl_item:hover .Base_img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .psl_item a {
    padding: 0.2rem;
  }
  .Product_Series_list {
    gap: 0.15rem 2%;
  }
  .psl_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Product_Series_list {
    gap: 0.08rem 2%;
  }
  .psl_item a h3 {
    font-size: 0.13rem;
  }
  .psli_img {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
}

/* 我们的解决方案 */
.Our_Solution {
}

.Our_Solution_content {
  position: relative;
}

.Our_Solution_imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease;
}
.Our_Solution_imgs img.active {
  opacity: 1;
}

.os_info {
  width: 56.6%;
  border-radius: 16px;
  background: rgb(0, 0, 0, 0.6);
  box-sizing: border-box;
  padding: 0.48rem 0.5rem 1.15rem;
  display: none;
}
.os_info.active {
  display: block;
}

.os_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 17%;
}

.os_list li {
  width: 22%;
  box-sizing: border-box;
}

.os_list img {
  width: 23%;
}

.os_list li.active p {
  color: var(--i_color);
}

@media screen and (max-width: 1366px) {
  .os_info {
    width: 60%;
    padding: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .os_info {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  .os_list {
    gap: 0.2rem 5%;
  }
  .os_list li {
    width: 30%;
    box-sizing: border-box;
    border-radius: 0.1rem;
    padding: 0.2rem;
    background: rgb(0, 0, 0, 0.6);
  }
  .os_list p {
    font-weight: 450;
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 560px) {
  .os_info {
    padding: 0.3rem 0.2rem;
    background: rgb(0, 0, 0, 0.75);
  }
  .os_list {
    gap: 0.15rem 5%;
  }
  .os_list li {
    width: 47.5%;
    padding: 0.1rem;
    background: rgb(0, 0, 0, 0.75);
  }
}

/* 选择我们 */
.Choose_us .wrap_l {
  padding-right: 3.45vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.Choose_left {
  width: 38%;
}

.data_promotion {
  width: 77%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 8%;
}

.data_promotion li {
  width: 46%;
}

.data_promotion span {
  background: linear-gradient(180deg, #2cad42 0%, #3dafd4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Choose_right {
  --icon_size: 26px;
}

.Choose_right {
  width: 62%;
  position: relative;
}

.Choose_right img {
  width: 100%;
}

.iDot {
  position: absolute;
  z-index: 3;
}
.iDot .icon {
  position: relative;
  cursor: pointer;
  z-index: 4;
}
.iDot .icon::before,
.iDot .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.iDot .icon::before {
  width: calc(var(--icon_size) + 10px);
  height: calc(var(--icon_size) + 10px);
  animation: serv_one_border 1.5s 0s ease infinite;
}
.iDot .icon::after {
  opacity: 0.5;
  width: calc(var(--icon_size) + 20px);
  height: calc(var(--icon_size) + 20px);
  animation: serv_one_border 1.5s 0s ease infinite;
}
@keyframes serv_one_border {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    -o-transform: translate(-50%, -50%) scale(0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
  }
  20% {
    opacity: 0.6;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
  }
}
.iDot .icon i {
  display: block;
  width: var(--icon_size);
  height: var(--icon_size);
  background: var(--i_color)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 20px;
  border-radius: 50%;
  position: relative;
  box-shadow: 1px 2px 10px #fff;
}

.iDot span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 13vw;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0.07rem 0.07rem 0.3rem 0.07rem;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.11));
  transition:
    bottom 0.8s ease,
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.iDot span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.world_map_img {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.world_map_img::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 60%;
}
.world_map_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.iDot span p {
  margin: 0.08rem 0;
}

.iDot:hover {
  z-index: 4;
}
.iDot:hover span {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}

/* +++++++++++++++++ */
.d1 {
  top: 26.5%;
  left: 74.3%;
}

.d2 {
  top: 40%;
  left: 17.5%;
}

.d3 {
  top: 65%;
  left: 88.2%;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .Choose_left,
  .Choose_right {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .iDot span {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .iDot {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  .data_promotion {
    width: 100%;
    gap: 0.2rem 8%;
  }
  .iDot span {
    width: 30vw;
  }
}

/* 主页新闻 */
.Homepage_News {
  background-color: #f0f8f6;
}

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

.hnn_left {
  width: 49.34%;
  box-sizing: border-box;
}

.hnn_left a {
  height: 100%;
  display: block;
  border-radius: 0.12rem;
  overflow: hidden;
}

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

.date {
  position: absolute;
  bottom: 0.28rem;
  left: 0.2rem;
  background: var(--i_color);
  border-radius: 8px;
  text-align: center;
  padding: 0 0.2rem 0.1rem 0.2rem;
}
.date b {
  display: block;
  font-size: 0.36rem;
  color: #fff;
}
.date i {
  font-size: 14px;
  color: #fff;
}
.hnn_left_txt {
  height: 100%;
  background-color: #fff;
  margin-top: 4px;
  box-sizing: border-box;
  padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}

.hnn_left:hover .hnn_left_img img {
  transform: scale(1.1);
}
.hnn_left:hover h2 {
  color: var(--i_color);
}

.hnn_right {
  width: 47.67%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0.32rem 0;
}

.hnn_right li a {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.12rem;
  overflow: hidden;
}
.hnn_right_txt {
  width: 67.55%;
  box-sizing: border-box;
  padding: 0.16rem 0.1rem 0.1rem 0.2rem;
}

.hnn_right_txt p {
  margin-top: 0.08rem;
}

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

.hnn_right li:hover .hnn_right_img img {
  transform: scale(1.1);
}
.hnn_right li:hover h3 {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .hnn_left,
  .hnn_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .date {
    padding: 0 0.1rem 0.05rem 0.1rem;
  }
  .date b {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .date b {
    font-size: 0.26rem;
  }
  .hn_news,
  .hnn_right {
    gap: 0.15rem;
  }
  .hnn_right_txt {
    padding: 0.1rem;
  }
  .hnn_right_txt h3 {
    font-size: 0.16rem;
  }
}

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

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

.banner__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner__text h2 {
  width: 63%;
}
@media screen and (max-width: 1024px) {
  .banner__text h2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner__text h2 {
    font-size: 0.16rem;
  }
  .banner__text p {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .banner__text h2 {
    font-size: 0.14rem;
  }
  .banner__text p {
    font-size: 0.12rem;
  }
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #f9f9f9;
  position: relative;
}
.in_position .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 16px;
  position: relative;
  line-height: 20px;
}
.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;
  }
}

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

/* 关于我们 */
.about_us {
  background: url(static/imgs/aboutUs_Ba.webp) no-repeat center;
  background-size: cover;
}

.about_us .wrap {
  position: relative;
}

.au_present {
  width: 71.4%;
  max-height: 1.86rem;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 1rem;
}

.au_present::-webkit-scrollbar {
  width: 3px;
}
.au_present::-webkit-scrollbar-track {
  background: #d8d8d8;
}
.au_present::-webkit-scrollbar-thumb {
  background: #2cad42;
  border-radius: 1.5px;
}
.au_present::-webkit-scrollbar-thumb:hover {
  background: #25993a;
}

.au_data {
  width: 21.5%;
  position: absolute;
  top: 14%;
  right: 0;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 4px 30px 0px rgba(5, 117, 230, 0.05);
  z-index: 2;
}

.aud_item {
  box-sizing: border-box;
  padding: 0.57rem 0.64rem 0.5rem 0.9rem;
  position: relative;
}

.aud_item_num span,
.aud_item_num i {
  font-family: "DIN";
}

.aud_item::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0;
  border-bottom: 1px dashed #d8d8d8;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.aud_item:last-child::before {
  display: none;
}

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

.v_btn {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.v_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 5px 10px 0px rgba(44, 173, 66, 0.2);
  box-sizing: border-box;
  animation: pulseAnimation 3s infinite;
  z-index: -1;
}
@keyframes pulseAnimation {
  0% {
    width: 100%;
    height: 100%;
  }
  50% {
    width: 136%;
    height: 136%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}

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

@media screen and (max-width: 1024px) {
  .v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .v_btn {
    width: 0.4rem;
    height: 0.4rem;
  }
  .v_btn iconify-icon {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 1200px) {
  .aud_item {
    padding: 0.4rem 0.5rem 0.3rem 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .au_present {
    width: 100%;
    padding-right: 0.1rem;
  }
  .au_data {
    margin-top: 0.4rem;
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    display: flex;
    gap: 0 2%;
  }
  .aud_item {
    width: 32%;
    padding: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aud_item::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aud_item p {
    margin-top: 0.05rem;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  .au_data {
    margin-top: 0.3rem;
  }
  .aud_item {
    padding: 0.1rem;
  }
  .aud_item p {
    font-size: 0.12rem;
  }
}

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

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

.Environmental_txt {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(44, 173, 66, 0) 21%,
    rgba(44, 173, 66, 0.5) 100%
  );
  box-sizing: border-box;
  padding: 1.65rem 0.2rem 0.4rem 0.2rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.Environmental_list .swiper-slide-active .Environmental_txt {
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  .Environmental_txt {
    padding: 0.2rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .Environmental_txt {
    font-size: 0.13rem;
    padding: 0.1rem 0.2rem;
  }
}

/* 荣誉证书 */

.honor {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(240, 248, 246, 0.26) 50%,
    #f0f8f6 100%
  );
  padding-top: 1.5rem;
}

.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;
  gap: 0 3%;
}

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

@media screen and (max-width: 1440px) {
  .honor {
    padding-top: 1.6rem;
  }
  .zs_bac {
    padding: 0.8rem 0;
    border-radius: 0 0 0 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .honor {
    padding-top: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .honor {
    padding-top: 1rem;
  }
  .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) {
  .honor {
    padding-top: 0.5rem;
  }
  .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) {
}

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

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

.BrandsBox_txt {
  width: 33.54%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
  .BrandsBox_txt h4 {
    font-size: 0.26rem;
  }
  .BrandsBox_txt h5 {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 1024px) {
  .BrandsBox_txt h4 {
    font-size: 0.18rem;
  }
  .BrandsBox_txt h5 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .BrandsBox_txt h4 {
    font-size: 0.14rem;
    margin-bottom: 0.1rem;
  }
  .BrandsBox_txt h5 {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .BrandsBox_txt h4 {
    font-weight: normal;
    font-size: 0.12rem;
  }
}

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

.category_page {
  overflow: hidden;
}

.categoryBox {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cat_nav {
  flex-shrink: 0;
  width: 25.94%;
  box-sizing: border-box;
  padding-right: 1%;
  position: relative;
}
.catList_show {
  width: 70.9%;
}
@media screen and (max-width: 1200px) {
  .cat_nav {
    width: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .catList_show {
    width: 100%;
  }
}

.cat_nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50rem;
  height: 100%;
  background: #f9f9f9;
}
.cat_nav_tit {
  margin-bottom: 0.2rem;
  position: relative;
  display: none;
}
.cat_nav_tit h4 {
  font-size: 0.28rem;
  color: #333;
  font-weight: bold;
}
.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
  position: relative;
}
.cat_nav_list li {
  margin-bottom: 0.16rem;
  position: relative;
}

.cat_fold_tit {
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.1rem;
  border-radius: 0px 5rem 5rem 0px;
  position: relative;
}
.cat_fold_tit::before {
  content: "";
  display: block;
  width: 4px;
  height: 0;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

.cat_fold_tit a {
  padding: 0.18rem 0;
  width: 100%;
  font-size: 0.18rem;
  font-weight: 450;
}
.cat_fold_tit iconify-icon {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.24rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_tit a:hover {
  color: var(--i_color);
}
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
}
.active .cat_fold_tit {
  background: #fff;
}
.active .cat_fold_tit::before {
  height: 100%;
}
.active .cat_fold_tit a {
}
.active .cat_fold_tit iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  padding: 0.1rem 0.2rem 0.28rem;
}
.cat_fold_sub dt {
  box-sizing: border-box;
  position: relative;
}
.cat_fold_sub dt::before,
.cat_fold_sub dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  display: none;
}
.cat_fold_sub dt::before {
  left: 0;
  width: 100%;
  background: #ddd;
}
.cat_fold_sub dt::after {
  right: 0;
  width: 0;
  background: var(--i_color);
  transition: all 0.5s ease;
}
.cat_fold_sub a {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.18rem;
  color: #666;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub dt:hover::after,
.cat_fold_sub dt.active::after {
  right: initial;
  left: 0;
  width: 100%;
}
.cat_fold_sub dt:hover a,
.cat_fold_sub dt.active a {
  color: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .cat_nav_tit h4 {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .cat_nav_tit h4 {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 1024px) {
  .cat_nav::before {
    display: none;
  }

  .cat_nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: none;
  }
  .cat_nav_tit {
    padding: 14px 28px;
    margin: 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    background: var(--i_color);
    border-radius: 8px;
  }
  .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;
    margin-top: -10px;
    box-sizing: border-box;
    padding: 40px 30px 24px;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
  }
  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }
  .cat_fold_sub a {
    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;
  }

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

  .cat_nav_list {
    padding: 30px 20px 10px;
  }

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

.category_des {
}
.category_name {
  position: relative;
}
.category_name h2 {
  position: relative;
  line-height: 1.4;
  margin-bottom: 0.24rem;
}
.category_des span {
  color: #666;
}

/* 产品列表 */
.productList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.product_item {
  width: 32%;
  box-sizing: border-box;
}

.product_item a {
  display: block;
  box-sizing: border-box;
  transition: all 0.4s ease;
  padding: 0.24rem 0.27rem 0.2rem 0.34rem;
}

.product_item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.product_item_img {
  width: 69%;
  position: relative;
  overflow: hidden;
  margin-top: 0.27rem;
  margin-bottom: 0.24rem;
}
.product_item_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.product_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.product_item span {
  display: block;
  text-align: right;
  opacity: 0;
  transition: all 0.4s ease;
}

.product_item:hover a {
  background: #fafafa;
  box-shadow: 0px 4px 30px 0px rgba(12, 12, 12, 0.1);
}
.product_item:hover p {
  color: var(--i_color);
}
.product_item:hover span {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .productList {
    gap: 0.15rem 2%;
  }
  .product_item {
    width: 49%;
    background-color: #f9f9f9;
  }
}
@media screen and (max-width: 560px) {
  .productList {
    gap: 0.06rem 2%;
  }
  .product_item a {
    padding: 0.2rem;
  }
  .product_item span {
    display: none;
  }
  .product_item_img {
    margin-top: 0.1rem;
    margin-bottom: 0;
  }
}

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

/* 头部简述信息 */

.Header_information {
  padding-top: calc(0.4rem + var(--header_height));
  background-color: #f9f9f9;
}

/* 产品简述 */
.Product_Overview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.po_left {
  width: 45.2%;
  box-sizing: border-box;
}

.po_list {
  position: relative;
  overflow: hidden;
}
.po_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: url(https://lingjuimg.com/wp-content/uploads/zhongyue/2026/02/Product_Details_logo.webp)
    no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.po_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.po_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

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

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

.po_right {
  width: 49.9%;
  box-sizing: border-box;
}

.po_right_info {
  max-height: 4rem;
  overflow-y: auto;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.po_right_info::-webkit-scrollbar {
  width: 3px;
}
.po_right_info::-webkit-scrollbar-track {
  background: #d8d8d8;
}
.po_right_info::-webkit-scrollbar-thumb {
  background: #2cad42;
  border-radius: 1.5px;
}
.po_right_info::-webkit-scrollbar-thumb:hover {
  background: #25993a;
}

.po_right_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.48rem;
}

.po_right_btns .btn_22 {
  color: var(--i_color);
}
.po_right_btns .btn_22::after {
  border-color: var(--i_color);
}
.po_right_btns .btn_22:hover {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .Header_information {
    padding-top: 0rem;
  }
  .po_left,
  .po_right {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .po_right_btns {
    gap: 0 0.2rem;
  }
}

/* 产品特性 */
.Product_Features {
}

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

.Product_Features_list li {
  width: 23.5%;
  box-sizing: border-box;
  border-radius: 0.12rem;
  border: 1px solid var(--i_color);
  padding: 0.64rem 0.31rem 0.21rem 0.31rem;
  position: relative;
  overflow: hidden;
  color: #222;
  transition: all 0.4s ease;
}

.Product_Features_list span {
  font-size: 0.96rem;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 1%;
  bottom: -16%;
}

.Product_Features_list p {
  margin-top: 0.16rem;
}

.Product_Features_list i {
  display: block;
  width: 0.4rem;
  height: 3px;
  background-color: #fff;
}

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

@media screen and (max-width: 1200px) {
  .Product_Features_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .Product_Features_list li {
    width: 49%;
    padding: 0.3rem 0.2rem;
  }
  .Product_Features_list span {
    font-size: 0.6rem;
    bottom: -5%;
  }
}
@media screen and (max-width: 560px) {
  .Product_Features_list {
    gap: 0.2rem 0;
  }
  .Product_Features_list li {
    width: 100%;
  }
  .Product_Features_list span {
    font-size: 0.4rem;
  }
  .Product_Features_list h3 {
    font-size: 0.16rem;
  }
  .Product_Features_list p {
    font-size: 0.14rem;
  }
}

/* 产品优势 */
.Product_Advantages {
  background-color: #f9f9f9;
}

.pa_content {
  position: relative;
}

.pac_imgs {
  width: 39.8%;
  background: url(static/imgs/Original.webp) no-repeat center;
  background-size: contain;
  position: relative;
}
.pac_imgs::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.pac_imgs img {
  width: 55%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pc_advantage {
  width: 21.8%;
  position: absolute;
}

.pc_advantage h5 {
  margin-bottom: 0.18rem;
}

.pc_item01 {
  top: 7%;
  left: 0;
}
.pc_item02 {
  top: 7%;
  right: 0;
}
.pc_item03 {
  bottom: 20.7%;
  left: 0;
}
.pc_item04 {
  bottom: 20.7%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .pa_content {
    display: flex;
    flex-direction: column;
  }
  .pc_advantageBox {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 2%;
    order: -1;
    margin-bottom: 0.3rem;
  }
  .pc_advantage {
    width: 23.5%;
    position: static;
  }
  .pc_item01,
  .pc_item02,
  .pc_item03,
  .pc_item04 {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .pc_advantage h5 {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .pc_advantage p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .pc_advantage {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .pac_imgs {
    width: 50%;
  }
}

/* FAQ */
.FAQ_box {
}

.faq_list {
  display: flex;
  flex-direction: column;
  gap: 0.32rem 0;
}

.faq_item h3 {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.faq_item h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 50%;
  margin-right: 6px;
}

/* 信息操作 */
.Information_Operation {
  background: url(static/imgs/Information_Operation.webp) no-repeat center;
  background-size: cover;
}

.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: #fff;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  transition: all 0.4s ease;
}
.p_tags a:hover {
  background: rgba(44, 173, 66, 0.1);
  backdrop-filter: blur(10px);
  color: var(--i_color);
}
@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;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #999999;
  position: relative;
  transition: all 0.4s ease;
}
.p_view_other span iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.18rem;
  color: #666;
}
.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);
  border-color: 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: 14px;
  }
  .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;
  }
}

/* 下载中心 */
.Download_Center {
  overflow: hidden;
}

.Download_Options {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.2rem 20%;
}
.Download_Options::before {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #f7f7f7;
  z-index: -1;
}

.Download_item {
  padding: 0.32rem 0;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.Download_item::before {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  border-radius: 5rem;
  background-color: var(--i_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.Download_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid var(--i_color);
  opacity: 0;
  transition: all 0.4s ease;
}

.Download_item:hover {
  color: var(--i_color);
}
.Download_item:hover::before {
  width: 100%;
}
.Download_item:hover::after {
  opacity: 1;
}
.Download_item.active {
  color: var(--i_color);
  font-weight: 550;
}
.Download_item.active::before {
  width: 100%;
}
.Download_item.active::after {
  opacity: 1;
}

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

.Download_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 0.19rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-left: 0.06rem;
}

.Download_list iconify-icon {
  font-size: 0.24rem;
}

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

.Download_Center .btn_a {
  color: var(--i_color);
}
.Download_Center .btn_a::after {
  border-color: var(--i_color);
}
.Download_Center .btn_a:hover {
  color: #fff;
}

/* 相关产品 */
.Related_products {
}

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

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

/* --------------------------  解锁方案列表页面 */

.solution_box {
}

.solution_list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
}

.solution_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
  box-sizing: border-box;
}

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

.solution_item_txt {
  width: 30.34%;
}

.solution_item_txt p {
  display: flex;
}
.solution_item_txt p::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 3px;
  background-color: var(--i_color);
  margin-right: 0.08rem;
  margin-top: 0.12rem;
}

.solution_item:hover .solution_item_img img {
  transform: scale(1.1);
}
.solution_item:hover h3 {
  color: var(--i_color);
}

.solution_item:nth-child(even) a {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .solution_list {
    gap: 0.4rem 0;
  }
  .solution_item_img,
  .solution_item_txt {
    width: 100%;
  }
  .solution_item_txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 560px) {
  .solution_item_txt h3 {
    margin-bottom: 0.1rem;
  }
}

/* --------------------------  解锁方案详情页面 */

/* 项目特点 */
.Features_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 4.1%;
}
.Features_list li {
  width: 30.6%;
  box-sizing: border-box;
  border-radius: 0.12rem;
  box-shadow: 0px 10px 30px 0px rgba(146, 146, 146, 0.2);
  padding: 0.16rem 0.18rem;
  display: flex;
  align-items: center;
  gap: 0 0.24rem;
}

.Features_list img {
  width: 17.03%;
}

.characteristic_list {
  box-sizing: border-box;
  border-radius: 0.12rem;
  background: rgba(44, 173, 66, 0.05);
  padding: 0.48rem 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.28rem 2%;
}

.characteristic_list li {
  width: 49%;
  display: flex;
  transition: all 0.4s ease;
}
.characteristic_list li::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 3px;
  background-color: var(--i_color);
  margin-right: 0.12rem;
  margin-top: 0.19rem;
}

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

@media screen and (max-width: 1024px) {
  .characteristic_list {
    padding: 0.3rem;
  }
  .characteristic_list li {
    font-size: 0.17rem;
  }
  .characteristic_list li::before {
    width: 0.1rem;
    height: 2px;
    margin-top: 0.11rem;
  }
}
@media screen and (max-width: 768px) {
  .Features_list li {
    width: 47.95%;
    padding: 0.1rem;
  }
  .Features_list p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .Features_list {
    gap: 0.2rem 0;
  }
  .Features_list li {
    width: 100%;
  }
  .Features_list img {
    width: 0.4rem;
  }
  .Features_list p {
    font-size: 0.14rem;
  }

  .characteristic_list {
    padding: 0.2rem;
    gap: 0.2rem 0;
  }
  .characteristic_list li {
    width: 100%;
    font-size: 0.14rem;
  }
  .characteristic_list li::before {
    margin-top: 0.09rem;
  }
}

/* 系统框图 */
.System_block_diagram img {
  width: 100%;
  display: block;
}

/* 案例参考 */
.Case_Reference {
}

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

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

.application_block h3 {
  color: var(--i_color);
  font-weight: 450;
  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;
}

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

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

/* 新闻列表 */
.new_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem 2%;
}

.new_list li {
  width: 32%;
  box-sizing: border-box;
}
.new_list a {
  display: block;
}

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

.new_list_txt {
  box-sizing: border-box;
  padding: 0.16rem 0.19rem 0 0.16rem;
}

.new_list li:hover .new_list_img img {
  transform: scale(1.1);
}
.new_list li:hover h6 {
  color: var(--i_color);
}

@media screen and (max-width: 768px) {
  .new_list {
    gap: 0.3rem 2%;
  }
  .new_list li {
    width: 49%;
  }
  .new_list_txt {
    padding: 0;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .new_list {
    gap: 0.2rem 2%;
  }
  .new_list_txt h6 {
    font-size: 0.14rem;
  }
  .new_list_txt p {
    font-size: 0.12rem;
    margin: 0.05rem 0;
  }
}

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

/* 联系信息 */
.contact_information {
}

.contact_information_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 3.54%;
}

.contact_information_list li {
  width: 22.34%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_information_list img {
  width: 20%;
}

.contact_information_list i {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: 7px;
}
.contact_information_list i::before {
  content: "";
  display: block;
  width: 39%;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.contact_information_list p {
  margin-bottom: 0.17rem;
}

.contact_information_list a,
.contact_information_list span {
  font-size: 0.18rem;
  text-align: center;
  transition: all 0.4s ease;
}

.contact_information_list li:hover i::before {
  background-color: var(--i_color);
}
.contact_information_list li:hover p {
  color: var(--i_color);
}
.contact_information_list a:hover {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .contact_information_list li {
    width: 48.2%;
  }
  .contact_information_list img {
    width: 0.5rem;
  }
}
@media screen and (max-width: 560px) {
  .contact_information_list {
    gap: 0.2rem 0;
  }
  .contact_information_list li {
    width: 100%;
  }
  .contact_information_list img {
    width: 0.35rem;
  }
  .contact_information_list p {
    margin: 0.1rem 0;
    font-size: 0.16rem;
  }
  .contact_information_list a,
  .contact_information_list span {
    font-size: 0.14rem;
  }
}

/* 联系表单 */
.Contact_Form {
  background-color: #f9f9f9;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px dashed #e5e5e5;
}

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

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

#wpforms-102 .wpforms-field-container .wpforms-field-label {
  color: #666 !important;
  font-weight: normal !important;
}

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

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

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

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

#wpforms-102 .wpforms-submit-container {
  width: 260px;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
}
#wpforms-102 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(98deg, #2cad42 -13%, #3cafc9 99%);
  border-radius: 5rem;
}
#wpforms-102 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-102 .wpforms-submit-container button:hover {
  background: var(--i_color);
}
