/*
Theme Name: EnjoySolar
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: #207faf;
  --i_color2: #e6a92c;

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

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

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

/* button */
.btn_box {
  display: table;
  box-sizing: border-box;
  cursor: pointer;
}
.btn_a {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0.05rem;
  border: 1px solid #ffffff;
  padding: 0.1rem 0.23rem;
  color: #fff;
  transition: all 0.4s ease;
}
.btn_a icon {
  margin-left: 8px;
}
.btn_a:hover {
  border-color: var(--i_color);
  color: var(--i_color);
}

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

@media screen and (max-width: 1200px) {
  .btn_a {
    padding: 0.06rem 0.15rem;
  }
  .btn_a p {
    font-size: 0.16rem;
  }
  .btn_a icon {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  .btn_a {
    padding: 0.03rem 0.1rem;
  }
  .btn_a p {
    font-size: 0.14rem;
  }
  .btn_a icon {
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .btn_a p {
    font-size: 0.12rem;
  }
  .btn_a icon {
    font-size: 0.08rem;
  }
}

/* --- --- */

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

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

/* header */

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 2026;
  transition: all 0.6s ease;
}

.fixedHeader {
  background: #050608;
}

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

.top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* 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: 71%;
}

@media screen and (max-width: 1366px) {
  .logo img {
    max-height: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .logo img {
    max-height: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .logo img {
    max-height: 60%;
  }
}

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

  .i_nav > li {
    position: relative;
  }

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

  .i_nav > li::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s 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 {
    right: initial;
    left: 0;
    width: 100%;
  }
  .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 {
  }

  .i_nav .sub-menu {
    display: none;
    position: absolute;
    left: 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;
  }

  .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.15rem;
    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 {
    margin-left: 0.4rem;
    gap: 0 0.3rem;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav > li > a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_nav > li > a {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 1024px) {
  .i_nav {
    opacity: 0;
    position: fixed;
    top: var(--header_height);
    left: 101%;
    margin: 0 0;
    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: 20px;
    width: 30px;
    height: 30px;
    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: 20px;
  }
  .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: 20px;
  }

  .i_nav > li > a {
    padding: 0 20px;
    font-size: 16px;
    color: #222;
    line-height: 44px;
    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 40px;
    font-size: 15px;
    color: #555;
    line-height: 40px;
    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: 40px;
    height: 40px;
    background: url(static/images/public/arrow_down_hollow_hei.svg) no-repeat
      center;
    background-size: 16px;
  }
  .i_nav > li > .sub-menu b.on {
    background: url(static/images/public/arrow_up_hollow_hei.svg) no-repeat
      center;
    background-size: 16px;
  }

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

  .i_nav .sub-menu .sub-menu a {
    padding: 0 60px;
    font-size: 13px;
    color: #888;
    line-height: 36px;
    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: #fff;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before {
  top: 0;
}
.nav_menu::after {
  bottom: 0;
}

.nav_menu.on i {
  opacity: 0;
}

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

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

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

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

.top_search_ico {
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.top_search_ico::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -0.25rem;
  width: 1px;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.2);
}
.top_search_ico iconify-icon {
  font-size: var(--size);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_search_ico.on iconify-icon {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .top_search_ico::before {
    display: none;
  }
}

.top_language {
  position: relative;
  display: flex;
  align-items: center;
}
.top_language iconify-icon {
  font-size: var(--size);
  color: #fff;
}

.top_language_btn {
  padding-right: 0.22rem;
  height: var(--header_height);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.top_language_btn::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.top_language_btn p {
  font-size: 0.18rem;
  font-weight: 450;
  color: #fff;
  margin-left: 0.1rem;
}
.top_language_btn.on p {
}

.top_language_list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 0.16rem);
  right: 0;
  min-width: 1.6rem;
  background: #fff;
  box-sizing: border-box;
  box-shadow: var(--boxShadow);
  padding: 0.14rem 0.18rem 0.1rem;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top_language_list.on {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.top_language_list h6 {
  font-family: Arial;
  margin-bottom: 0.14rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.top_language_list ul {
  overflow: hidden;
}
.top_language_list li {
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.top_language_list a > span {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 8px;
  box-sizing: border-box;
  overflow: hidden;
}
.top_language_list .trp-ls-language-name {
  font-size: 15px;
  color: #666;
  line-height: 0.3rem;
}

.top_language_list li:hover {
  left: 4px;
}
.top_language_list li:hover .trp-ls-language-name {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .top_language_btn p,
  .top_language_btn::before {
    display: none;
  }
  .top_language_btn {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* search */
.top_search {
  --search_height: 0.38rem;
}
.top_search {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: calc(var(--header_height) + 0.3rem);
  left: 0;
  width: 100%;
  padding: 0.16rem 0;
  border-top: 1px solid rgb(0 0 0 / 10%);
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
.top_search.on {
  visibility: visible;
  opacity: 1;
  top: var(--header_height);
  box-shadow: var(--boxShadow);
}
.top_search form {
  width: 80%;
  margin: 0 auto;
  max-width: 5rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  overflow: hidden;
}
.top_search_ipt {
  width: 100%;
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0.12rem;
}
.top_search_btn {
  flex-shrink: 0;
  font-size: 0;
  color: #fff;
  width: calc(var(--search_height) * 1.5);
  height: var(--search_height);
  background: var(--i_color)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23FFF' d='m11.271 11.978l3.872 3.873a.5.5 0 0 0 .708 0a.5.5 0 0 0 0-.708l-3.565-3.564c2.38-2.747 2.267-6.923-.342-9.532c-2.73-2.73-7.17-2.73-9.898 0s-2.728 7.17 0 9.9a6.96 6.96 0 0 0 4.949 2.05a.5.5 0 0 0 0-1a5.96 5.96 0 0 1-4.242-1.757a6.01 6.01 0 0 1 0-8.486a6.004 6.004 0 0 1 8.484 0a6.01 6.01 0 0 1 0 8.486a.5.5 0 0 0 .034.738'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 0.2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .top_search {
    --search_height: 34px;
  }
  .top_search {
    padding: 12px 0;
  }
}
@media screen and (max-width: 560px) {
  .top_search form {
    width: 94%;
  }
}

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

/* banner */
.i_banner {
  position: relative;
}

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

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

.ib_txt01 i {
  display: block;
  width: 9%;
  height: 3px;
  background-color: #fff;
  margin-top: 0.14rem;
}

@media screen and (max-width: 1024px) {
  .ib_txt01 {
    top: 10%;
  }
}
@media screen and (max-width: 768px) {
  .ib_txt01 i {
    margin: 0.15rem 0;
  }
  .ib_txt01 h3 {
    font-size: 0.14rem;
  }
  .ib_txt01 .btn_box {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .ib_txt01 h2 {
    font-size: 0.16rem;
  }
  .ib_txt01 i {
    display: none;
  }
}

.i_banner_operate {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
  position: absolute;
  left: 8vw;
  bottom: 10%;
}

.i_banner-prev img,
.i_banner-next img {
  opacity: 0.5;
  transition: all 0.4s ease;
}
.i_banner-prev img:hover,
.i_banner-next img:hover {
  opacity: 1;
}

.i_banner-pagination {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.5);
}
.i_banner_operate .swiper-pagination-current {
  font-size: 0.24rem;
  color: #fff;
}

@media screen and (max-width: 1440px) {
  .i_banner_operate {
    left: 3vw;
  }
}
@media screen and (max-width: 1024px) {
  .i_banner_operate {
    display: none;
  }
}

/* 解决方案 */
.i_Solution {
  position: relative;
}

.big_logo {
  width: 87.31%;
  position: absolute;
  left: 50%;
  top: -43%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.i_Solution_Options {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.2rem 10%;
}
.i_Solution_Options::before {
  width: 62%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, 0);
  border-top: 1px dashed rgba(51, 51, 51, 0.4);
  z-index: -1;
}

.iso_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.iso_item_icon {
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #fff;
  transition: all 0.4s ease;
}

.iso_item_icon img {
  width: 82%;
}

.iso_item.active .iso_item_icon {
  border-color: rgba(32, 127, 175, 0.4);
}
.iso_item.active p {
  color: var(--i_color);
}

@media screen and (max-width: 1465px) {
  .i_Solution_Options {
    gap: 0.2rem 8%;
  }
}
@media screen and (max-width: 1366px) {
  .i_Solution_Options {
    justify-content: space-between;
    gap: 0.2rem 0;
  }
  .i_Solution_Options::before {
    width: 85%;
  }
  .iso_item_icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .iso_item p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .big_logo {
    top: -10%;
  }
  .i_Solution_Options::before {
    display: none;
  }
  .iso_item {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .iso_item_icon {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 560px) {
  .big_logo {
    top: 0;
  }
  .iso_item_icon {
    width: 0.45rem;
    height: 0.45rem;
  }
  .iso_item p {
    font-size: 0.12rem;
  }
}

.i_Solution_content {
  overflow: hidden;
}

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

.iscd_left {
  width: 46.5%;
}

.iscd_left h5 {
  width: max-content;
  position: relative;
  padding-bottom: 0.1rem;
}
.iscd_left h5::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e6a92c;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

@media screen and (max-width: 768px) {
  .iscd_left,
  .iscd_right {
    width: 100%;
  }
}

/* 产品展示 */
.Product_Showcase {
}

.ps_top {
  padding-top: 0.84rem;
  padding-bottom: 2rem;
  background: url(https://lingjuimg.com/wp-content/uploads/EnjoySolar/2026/02/ps_top.webp)
    no-repeat center;
  background-size: cover;
}

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

.ps_top .title_box {
  width: 69.5%;
}

.ps_bottom {
  margin-top: -1.4rem;
}

.Product_Showcase_list {
  position: relative;
  overflow: hidden;
}
.Product_Showcase_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Product_Showcase_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
}

.slide_item {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
}

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

.slide_item:hover h3,
.slide_item:hover p {
  color: var(--i_color);
}

/* -------------------------- */
.psb_operate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.36rem;
}

.Product_Showcase-prev,
.Product_Showcase-next {
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}
.Product_Showcase-prev {
}
.Product_Showcase-next {
}
.Product_Showcase-prev iconify-icon,
.Product_Showcase-next iconify-icon {
  font-size: 0.22rem;
  color: var(--i_color);
}
.Product_Showcase_list .swiper-button-disabled {
  cursor: not-allowed;
}
.Product_Showcase-prev:hover,
.Product_Showcase-next:hover {
  background: var(--i_color);
}
.Product_Showcase-prev:hover iconify-icon,
.Product_Showcase-next:hover iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .psb_operate {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ps_top {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .ps_top .title_box {
    width: 100%;
  }
  .slide_item {
    padding-top: 0.2rem;
  }
  .slide_item_text {
    margin-top: 0.2rem;
  }
  .slide_item_text h3 {
    font-size: 0.14rem;
  }
  .slide_item_text h4 {
    font-size: 0.12rem;
    margin: 0.1rem 0;
  }
  .slide_item_text p {
    font-size: 0.12rem;
  }
}

/* 关于公司 */
.About_Company {
  position: relative;
  overflow: hidden;
}

.About_Company_mark {
  font-size: 3.22rem;
  font-weight: bold;
  color: rgb(51, 51, 51, 0.05);
  position: absolute;
  right: 0;
  top: -19%;
  z-index: -1;
}

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

.ac_left {
  width: 40.32%;
}

.ac_left h2 {
  display: flex;
  align-items: center;
}
.ac_left h2::before {
  content: "";
  display: block;
  width: 47%;
  height: 4px;
  background: linear-gradient(270deg, #207faf 0%, rgba(32, 127, 175, 0) 100%);
  margin-right: 0.24rem;
}

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

.v_btn {
  width: 0.88rem;
  height: 0.88rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  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.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.3rem;
  color: var(--i_color);
}

.ac_right {
  width: 55%;
}

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

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

.ac_right_certification li {
  width: 14.16%;
  position: relative;
}
.ac_right_certification li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.ac_right_certification li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px) {
  .About_Company_mark {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .About_Company_mark {
    font-size: 2.3rem;
  }
  .ac_right article {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .About_Company_mark {
    display: none;
  }
  .ac_left,
  .ac_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .v_btn {
    width: 0.5rem;
    height: 0.5rem;
  }
  .v_btn iconify-icon {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .ac_right_certification li {
    width: 22.75%;
  }
  .ac_right article {
    font-size: 0.14rem;
  }
}

/* 数据宣传 */
.Data_promotion {
  background-color: #f4f4f4;
}

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

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

.data_num {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .dataList li {
    width: 33.33%;
  }
}
@media screen and (max-width: 560px) {
  .data_num h3 {
    font-size: 0.18rem;
  }
  .data_num b {
    font-size: 0.16rem;
  }
  .dataList p {
    font-size: 0.12rem;
  }
}

/* 成功故事 */
.Success_Story {
}

.ss_top {
  overflow: hidden;
  gap: 0.2rem 0;
}

.ss_top .title_box {
  width: 78.75%;
}

.story_content {
  position: relative;
}

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

/* -------------------------- */
.Story-pagination {
  display: block;
  text-align: center;
  position: absolute;
  left: 0.3rem;
  bottom: 9%;
}
.Story-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.02rem;
  display: inline-block;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.2);
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.Story-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.story_left {
  width: 32.75%;
  box-sizing: border-box;
  background-color: #333;
  padding: 0.8rem 0.3rem 0.8rem 0.3rem;
}

.story_place {
  display: flex;
  align-items: center;
  gap: 0 0.2rem;
}

.story_left h2 {
  margin-bottom: 0.24rem;
}

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

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

@media screen and (max-width: 1366px) {
  .story_left {
    padding: 0.4rem 0.2rem;
  }
  .Story-pagination {
    left: 0.2rem;
    bottom: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .ss_top .title_box {
    width: 100%;
  }
  .story_left,
  .story_right {
    width: 100%;
  }
  .Story-pagination {
    bottom: 2%;
  }
}
@media screen and (max-width: 560px) {
  .story_left {
    padding: 0.3rem 0.2rem;
  }
  .Story-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }

  .story_left h2 {
    font-size: 0.16rem;
    margin: 0.15rem 0;
  }
  .story_left h3 {
    font-size: 0.14rem;
  }
}

/* 主页新闻 */
.Homepage_News {
}

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

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

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

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

.homeNews_list li:last-child {
  border-bottom: none;
}

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

.homeNews_list span {
  width: 57.4%;
}
.homeNews_list span h6 {
  font-size: 0.2rem;
  font-weight: 550;
}
.homeNews_list span p {
  margin: 0.07rem 0;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.5;
}
.homeNews_list span h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.homeNews_list span p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeNews_list span i {
  font-size: 16px;
  color: #666;
}

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

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

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

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

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

.Partner_Brands_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem 3%;
}

.Partner_Brands_list li {
  width: 14.166%;
  position: relative;
  overflow: hidden;
}
.Partner_Brands_list li::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 62%;
}
.Partner_Brands_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .Partner_Brands_list li {
    width: 22.75%;
  }
}
@media screen and (max-width: 560px) {
  .Partner_Brands_list {
    gap: 0.15rem 3%;
  }
  .Partner_Brands_list li {
    width: 31.33%;
  }
}

/* 主动联系 */
.Proactive_Outreach {
  padding: 2.42rem 0 1.85rem 0;
  background: url(static/imgs/Proactive_Outreach.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.Proactive_Outreach h3 {
  width: 47%;
}

@media screen and (max-width: 1366px) {
  .Proactive_Outreach {
    padding: 2.2rem 0 1.6rem 0;
  }
}
@media screen and (max-width: 1200px) {
  .Proactive_Outreach {
    padding: 1.8rem 0 1.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .Proactive_Outreach {
    padding: 0.8rem 0;
  }
  .Proactive_Outreach h3 {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .Proactive_Outreach {
    padding: 0.4rem 0;
  }
  .Proactive_Outreach h2 {
    font-size: 0.18rem;
  }
  .Proactive_Outreach h3 {
    font-size: 0.16rem;
    margin: 0.3rem 0;
  }
}

/* footer */
footer {
  overflow: hidden;
  background-color: #222;
}

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

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

.ft_nav a {
  font-size: 0.18rem;
  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 {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #424243;
}
.fm_text {
  position: absolute;
  left: 0;
  bottom: -31%;
  font-size: 4rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.02);
}
@media screen and (max-width: 1440px) {
  .fm_text {
    font-size: 3.8rem;
    bottom: -28%;
  }
}
@media screen and (max-width: 1024px) {
  .fm_text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .fm_text {
    font-size: 2rem;
    bottom: -20%;
  }
}
@media screen and (max-width: 560px) {
  .fm_text {
    font-size: 1rem;
    bottom: -10%;
  }
}

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

.fm_a {
  width: 27.69%;
}

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

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

.fm_connect iconify-icon {
  color: #e6a92c;
  font-size: 0.2rem;
  margin-top: 2px;
}

.fm_connect span,
.fm_connect a {
  color: #fff;
  font-size: 0.16rem;
  transition: all 0.3s ease;
}
.fm_connect a:hover {
  color: #e6a92c;
}

.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%;
  background: rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  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: 19.5%;
}

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

.fm_b a,
.fm_c a {
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.3s ease;
}
.fm_b a:hover,
.fm_c a:hover {
  color: var(--i_color);
}

.fm_a,
.fm_b,
.fm_c {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .fm_a {
    width: 100%;
  }
  .fm_b,
  .fm_c {
    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: #fff;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.f_cr a:hover {
  text-decoration: underline;
}

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

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

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

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

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

.categoryBox {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 0 5%;
  overflow: hidden;
}
.catSide {
  flex-shrink: 0;
  width: 21.5%;
  position: relative;
}
.catList_show {
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 1440px) {
  /* .catSide{width: 24%;} */
}
@media screen and (max-width: 1024px) {
  .categoryBox {
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .catSide {
    width: 100%;
    padding: 0 0;
    background: none;
    border: none;
  }
  .catList_show {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
  }
}

.cat_nav {
}
.cat_nav_tit {
  margin-bottom: 0.2rem;
  position: relative;
}
.cat_nav_tit h4 {
  padding: 0 0.2rem;
  font-size: clamp(20px, 2vw, 0.28rem);
  font-weight: bold;
}
.cat_nav_tit iconify-icon {
  display: none;
}

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

.cat_fold_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0.14rem 0 0.2rem;
  gap: 0 0.2rem;
  background: rgba(32, 127, 175, 0.06);
  border-radius: 6px;
}
.cat_fold_tit a {
  padding: 0.14rem 0;
  width: 100%;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}
.cat_fold_tit iconify-icon {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.22rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active .cat_fold_tit {
  background: var(--i_color);
}
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: #fff;
}
.active .cat_fold_tit iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  margin-top: 0.1rem;
  padding: 0.12rem 0.2rem;
  background: rgba(32, 127, 175, 0.06);
  border-radius: 6px;
}
.cat_fold_sub dt {
  box-sizing: border-box;
}
.cat_fold_sub a {
  display: block;
  padding: 0.1rem 0.24rem;
  font-size: 0.17rem;
  color: #666;
  position: relative;
  transition: all 0.5s ease;
}
.cat_fold_sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.5s ease;
}

.cat_fold_sub a:hover,
.cat_fold_sub dt.active a {
  color: var(--i_color);
  text-decoration: underline;
}
.cat_fold_sub a:hover::before,
.cat_fold_sub dt.active a::before {
  background: var(--i_color);
}

@media screen and (max-width: 1366px) {
  .cat_fold_sub a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .cat_nav {
    padding: 0;
    background: none;
  }
  .cat_nav_tit {
    padding: 12px 28px;
    margin: 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid var(--i_color);
  }
  .cat_nav_tit h4 {
    padding: 0 0;
    font-size: 20px;
    color: var(--i_color);
  }
  .cat_nav_tit iconify-icon {
    display: block;
    margin-left: auto;
    font-size: 26px;
    color: var(--i_color);
  }

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 18px 0 0;
    background: #fff;
  }
  .cat_nav_list li {
    margin-bottom: 14px;
  }
  .cat_nav_list li.active {
  }
  .cat_fold_tit a {
    padding: 14px 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;
    font-weight: 300;
  }
}
@media screen and (max-width: 560px) {
  .cat_nav_tit h4 {
    font-size: 17px;
  }

  .cat_fold_tit a {
    font-size: 15px;
  }
  .cat_fold_tit iconify-icon {
    font-size: 22px;
  }
  .cat_fold_sub {
    margin-top: 10px;
  }
  .cat_fold_sub a {
    font-size: 14px;
    padding: 10px 18px;
  }
  .cat_fold_sub a::before {
    width: 6px;
    height: 6px;
  }
}

.catSide_contact {
  padding: 0.4rem 0.26rem;
  background-size: cover;
  border-radius: 6px;
  background: url(https://lingjuimg.com/wp-content/uploads/EnjoySolar/2026/02/catside-contact-bg.webp)
    no-repeat center;
  background-size: cover;
}

.catSide_contact > h3 {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.catSide_contact > h6 {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
}

.catSide_contact ul {
}
.catSide_contact li {
  margin: 0.2rem 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.12rem;
}
.catSide_contact li i {
  flex-shrink: 0;
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background: var(--i_color);
  border-radius: 50%;
  position: relative;
}
.catSide_contact li iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: #fff;
}
.catSide_contact a {
  font-size: 0.18rem;
  color: #fff;
  transition: all 0.4s ease;
}
.catSide_contact a:hover {
  color: var(--i_color);
}

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

.category_des {
}
.category_des article {
}

.pList {
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem 2%;
}
.pList li {
  width: 32%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pList {
    gap: 0.2rem 2%;
  }
  .pList li {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .pList {
    gap: 0.1rem 2%;
  }
}

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

/* 头部简述信息 */

.p_data {
  overflow: hidden;
}
.p_data .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}

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

/* thumbnail */
.p_thumbnail_list {
  width: calc(100% - 1.2rem);
  box-sizing: border-box;
  padding: 0 2px;
  margin: 0.2rem auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  flex-shrink: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 84%;
}
.p_thumbnail_list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 76%;
  object-fit: contain;
}
.p_thumbnail_list .swiper-slide-thumb-active {
  border-color: var(--i_color);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.36rem;
  height: 0.36rem;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.thumbnail-prev {
  left: 0;
}
.thumbnail-next {
  right: 0;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: #444;
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: var(--i_color);
}
.p_atlas .swiper-button-disabled {
  cursor: not-allowed;
}

.thumbnail-pagination {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  text-align: center;
  padding: 2px 6px;
  z-index: 2;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 14px;
  color: #fff;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: #fff;
}

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

  .p_atlas {
    width: 100%;
    max-width: 6rem;
    margin: 0 auto 46px;
  }
  .p_thumbnail_list {
    width: 100%;
  }
  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .p_atlas {
    margin-bottom: 40px;
  }
  .p_atlas_list {
    width: 100%;
  }
  .thumbnail-prev iconify-icon,
  .thumbnail-next iconify-icon {
    font-size: 30px;
  }
}

.p_title {
  margin-left: auto;
  width: 100%;
}

.p_cat {
  display: block;
  font-size: 16px;
  color: var(--i_color);
  margin-bottom: 0.2rem;
  font-weight: 450;
}
.p_title h1 {
  padding-bottom: 0.2rem;
  font-size: 0.2rem;
  color: #111;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
}
.p_title h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.p_des {
  border-bottom: 1px solid #e5e5e5;
}
.p_des article {
  font-size: 0.18rem;
  line-height: 1.7;
}

.pd_operate {
  gap: 0.2rem 0;
}

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

.p_share {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share > p {
  font-size: 0.18rem;
  color: #555;
}
.p_share dl {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_share dt a {
  display: block;
  width: 0.3rem;
  text-align: center;
}
.p_share dt iconify-icon {
  font-size: 0.2rem;
  color: #666;
}
.p_share a:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .p_des article {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 1024px) {
  .p_title h1 {
    font-size: 18px;
  }
  .p_des article {
    font-size: 15px;
  }
  .p_share dt iconify-icon {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .p_cat {
    font-size: 14px;
  }
  .p_title h1 {
    font-size: 17px;
  }
  .p_des article {
    font-size: 14px;
  }

  .p_btn {
    gap: 0 20px;
  }

  .p_share > p {
    font-size: 15px;
  }
  .p_share dt iconify-icon {
    font-size: 20px;
  }
}

/* 产品详情 */
.Product_Details {
}

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

.details_info {
  width: 74%;
  box-sizing: border-box;
}

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

.Product_Details_tit {
  background-color: #f3f3f3;
}

.Product_Details_tit i {
  display: block;
  width: max-content;
  padding: 0.12rem 0.52rem;
  background-color: #fff;
  position: relative;
}

.Product_Details_tit i::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
}

.Product_Details_tit i::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
}

/* 应用场景 */
.Application_scenarios {
}

.app_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}

.app_list li {
  width: 23.5%;
  box-sizing: border-box;
}

.app_pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.app_pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.app_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
.app_list li:hover img {
  transform: scale(1.1);
}

/* FAQ */
.serFAQ_list {
}

ul.serFAQ_list {
  display: flex;
  flex-direction: column;
  gap: 0.42rem 0;
}
.serFAQ_list li {
  border-bottom: 1px solid #e5e5e5;
}
.serFAQ_list li.active {
}

.serFAQ_list .tit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  cursor: pointer;
}

.serFAQ_list .tit p {
  font-size: 0.24rem;
  font-weight: 550;
}
.serFAQ_list .tit em {
  flex-shrink: 0;
  margin-left: auto;
  display: table;
  width: 0.3rem;
  height: 0.3rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 0.26rem;
}
.serFAQ_list .active .tit em {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M19 12.998H5v-2h14z'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 0.26rem;
}

.serFAQ_list .txt {
  padding-top: 0.17rem;
  display: none;
}
.serFAQ_list .txt_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

.serFAQ_list .txt article {
  color: #666;
  font-size: 0.18rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  ul.serFAQ_list {
    gap: 0.2rem 0;
  }
  .serFAQ_list li {
    padding-bottom: 0.2rem;
  }
  .serFAQ_list .tit p {
    font-size: 16px;
    line-height: 1.5;
  }
  .serFAQ_list .txt article {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  ul.serFAQ_list {
    gap: 0.1rem 0;
  }
  .serFAQ_list li {
    padding-bottom: 0.1rem;
  }
  .serFAQ_list .txt {
    padding-top: 0.1rem;
  }

  .serFAQ_list .tit p {
    font-size: 15px;
  }

  .serFAQ_list .tit em,
  .serFAQ_list .active .tit em {
    background-size: 20px;
  }
}

.pBottom {
  background: #f6f6f6;
}

.p_tags {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.16rem 0;
}
.p_tags > p {
  margin-right: 0.14rem;
  font-size: 0.18rem;
  color: #666;
  font-weight: bold;
}
.p_tags a {
  display: block;
  padding: 0.06rem 0.2rem;
  margin-right: 0.16rem;
  font-size: 0.16rem;
  color: var(--i_color);
  background: #fff;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.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: 14px;
  }
}

.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.3rem;
  height: 0.3rem;
  position: relative;
}
.p_view_other span iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #333;
}
.p_view_other p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.5;
  font-weight: 550;
}
.p_view_other p b {
  font-size: 0.18rem;
  color: #333;
  font-weight: 550;
}

.p_view_other li:hover span iconify-icon,
.p_view_other li:hover p,
.p_view_other li:hover p b {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_view_other p,
  .p_view_other p b {
    font-size: 15px;
    font-weight: 300;
  }
}
@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,
  .p_view_other p b {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .p_view_other span {
    width: 24px;
    height: 24px;
  }
  .p_view_other span iconify-icon {
    font-size: 24px;
  }
  .p_view_other p,
  .p_view_other p b {
    font-size: 14px;
  }
}

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

/* -------------------------------  解决方案页面 */

/* 能源存储 */
.Energy_storage {
}

.es_info {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.esi_left {
  width: 50%;
  box-sizing: border-box;
  padding: 0.48rem 0.84rem 0.48rem 0.4rem;
  background-color: #f7f7f7;
}

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

@media screen and (max-width: 1024px) {
  .esi_left,
  .esi_right {
    width: 100%;
  }
  .esi_left {
    padding: 0.4rem 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .esi_left {
    padding: 0.3rem 0.2rem;
  }
  .esi_left p {
    font-size: 0.14rem;
  }
}

/* 亮点 */
.Highlights {
}

.Highlights_list {
  display: flex;
  flex-wrap: wrap;
}

.Highlights_list li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0.48rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.Highlights_list img {
  width: 18.6%;
}

.Highlights_list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, #f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.4s ease;
}

.Highlights_list li:hover::before {
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .Highlights_list span {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .Highlights_list li {
    width: 50%;
  }
}
@media screen and (max-width: 560px) {
  .Highlights_list li {
    width: 100%;
    padding: 0.2rem;
  }
  .Highlights_list img {
    width: 0.3rem;
  }
  .Highlights_list p {
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
  .Highlights_list span {
    font-size: 0.14rem;
  }
}

/* 场景介绍 */
.Scene_Introduction {
}

.Scene_Introduction .wrap {
  border-bottom: 1px solid #e5e5e5;
}

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

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

.sib_right {
  --spacing: 0.75rem;
}

.sib_right {
  width: 51%;
  box-sizing: border-box;
}

.Scene_box {
  position: relative;
}

.Scene_list {
  width: calc(100% - var(--spacing) * 2);
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.Scene_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Scene_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
.Scene_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 70%;
}
.Scene_list .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.4s ease;
}
.Scene_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.Scene_list .swiper-slide p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

.Scene_list .swiper-slide:hover::after {
  opacity: 1;
}
.Scene_list .swiper-slide:hover p {
  opacity: 1;
}

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

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

@media screen and (max-width: 1200px) {
  .Scene-prev,
  .Scene-next {
    width: 0.45rem;
    height: 0.45rem;
  }
}
@media screen and (max-width: 1024px) {
  .sib_left,
  .sib_right {
    width: 100%;
  }
  .Scene_list {
    width: 100%;
  }
  .Scene-prev,
  .Scene-next {
    display: none;
  }
  .Scene-pagination {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .Scene_Introduction .wrap {
    padding-bottom: 0.2rem;
  }
  .Scene-pagination {
    margin-top: 0.1rem;
  }
}

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

.about_info .ac_right .about_info_text {
  display: block;
  -webkit-line-clamp: none;
  overflow: visible;
  text-overflow: clip;
  max-height: 3.9rem;
  overflow-y: auto;
}

.about_info_text::-webkit-scrollbar {
  width: 3px;
}
.about_info_text::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.about_info_text::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 1.5px;
}
.about_info_text::-webkit-scrollbar-thumb:hover {
  background: #666666;
}

@media screen and (max-width: 560px) {
  .about_info .ac_right .about_info_text {
    max-height: 3rem;
  }
}

/* 选择我们 */
.Choose_us {
}

.Choose_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 2%;
}

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

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

.cl_icon {
  width: 14%;
  display: block;
  transition: all 0.4s ease;
}

.Choose_list li:hover .cl_icon {
  transform: scaleX(-1);
}
.Choose_list li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Choose_list li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .cl_icon {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .cl_icon {
    margin: 0.12rem 0;
  }
  .Choose_list p {
    font-size: 0.14rem;
  }
}

/* 公司优势 */

.au_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.au_list li {
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.28rem 0 0.2rem 0;
}

.au_list li::before {
  width: 90%;
  height: 1px;
  content: "";
  display: block;
  background-color: #d6dbed;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.au_list li::after {
  width: 1px;
  height: 60%;
  content: "";
  display: block;
  background-color: #d6dbed;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.au_list li p {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 0.42rem;
  font-weight: 550;
  transition: all 0.4s ease;
}

.au_list li p i {
  margin-left: 0.06rem;
  font-weight: normal;
}

.au_list li > div {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}

.au_list .abicon {
  width: 0.24rem;
  height: 0.24rem;
}

.au_list li > div span {
  color: #666;
  margin-left: 0.15rem;
}

.au_list li:nth-child(3)::after,
.au_list li:nth-child(6)::after {
  content: none;
  display: none;
}

.au_list li:nth-child(4)::before,
.au_list li:nth-child(5)::before,
.au_list li:nth-child(6)::before {
  content: none;
  display: none;
}

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

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .au_list li {
    padding: 0.15rem 0 0.1rem 0;
  }
  .au_list li p {
    font-size: 0.26rem;
  }
  .au_list li > div {
    margin-top: 0.1rem;
  }
  .abicon {
    display: none;
  }
  .au_list li > div span {
    font-size: 0.14rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .au_list li > div span {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 560px) {
  .au_list li p {
    font-size: 0.18rem;
  }
  .au_list li > div span {
    font-size: 0.12rem;
  }

  .au_list li {
    width: 50%;
  }
  .au_list li::before {
    display: none;
  }
  .au_list li::after {
    display: none;
  }
}

/* 理念 */
.idea {
}

.idea img {
  width: 100%;
  display: block;
}

/* 证书与资质 */
.Qualifications {
  background-color: #f4f4f4;
}

.Qualifications_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.26rem 2%;
}

.Qualifications_list li {
  width: 23.5%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  padding: 0.24rem 0.25rem 0.48rem 0.34rem;
  overflow: hidden;
}

.Qualifications_list li::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: var(--i_color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: all 0.4s ease;
}

.Qualifications_list img {
  width: 52%;
}

.Qualifications_list li:hover::before {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .Qualifications_list li {
    width: 32%;
    padding: 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  .Qualifications_list p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .Qualifications_list {
    gap: 0.06rem 2%;
  }
  .Qualifications_list li {
    width: 49%;
  }
  .Qualifications_list p {
    font-size: 0.14rem;
  }
}

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

.aboutCE_list {
  position: relative;
  overflow: hidden;
}
.aboutCE_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.aboutCE_list li {
  flex-shrink: 0;
  position: relative;
  transition: all 0.5s ease;
}

.aboutCE_list li img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

@media screen and (min-width: 561px) {
  .aboutCE_list .swiper-slide-next {
    width: 50% !important;
  }
}

@media screen and (max-width: 1440px) {
  .aboutCE_list li img {
    height: 55vh;
  }
}
@media screen and (max-width: 1024px) {
  .aboutCE_list li img {
    height: 42vh;
  }

  .aboutCE-prev,
  .aboutCE-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aboutCE_list li img {
    height: 30vh;
  }
}
@media screen and (max-width: 560px) {
  .aboutCE_list li img {
    height: 20vh;
  }
}

/* --------------------- 项目案例页面 */

.Project_Cases {
}

.Project_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem 2%;
}

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

.Project_list a {
  display: block;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.18rem 0.18rem 0.37rem 0.18rem;
}

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

.Project_list h2 {
  margin-top: 0.24rem;
  margin-bottom: 0.16rem;
  transition: all 0.4s ease;
}

.Project_list h4 {
  padding-top: 0.24rem;
  border-top: 1px solid #e5e5e5;
}

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

.Project_place {
  display: flex;
  align-items: center;
  gap: 0 0.16rem;
}

.Project_place img {
  width: 0.3rem;
}

.Project_more {
  display: flex;
  align-items: center;
  gap: 0 0.08rem;
  color: #333;
}

.Project_list li:hover .Project_img img {
  transform: scale(1.1);
}
.Project_list li:hover h2 {
  color: var(--i_color);
}
.Project_list li:hover .Project_more {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Project_list {
    gap: 0.2rem 2%;
  }
  .Project_list li {
    width: 49%;
  }
}
@media screen and (max-width: 768px) {
  .Project_list a {
    padding: 0.18rem;
  }
  .Project_list h2 {
    margin: 0.15rem 0;
  }
  .Project_list h4 {
    padding-top: 0.15rem;
  }
  .Project_info {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .Project_list li {
    width: 100%;
  }
  .Project_more span {
    font-size: 0.14rem;
  }
  .Project_more icon {
    font-size: 0.1rem;
  }
}

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

.options_list {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem 0;
}

.options_list a {
  display: block;
  box-sizing: border-box;
  padding: 0 0.8rem;
  border-right: 2px solid rgba(51, 51, 51, 0.24);
}

.options_list li:last-child a {
  border-right: none;
}

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

.options_list .active a {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .options_list a {
    font-size: 0.16rem;
    padding: 0 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .options_list {
    padding-bottom: 0.1rem;
    gap: 0.1rem 0.25rem;
  }
  .options_list a {
    font-size: 0.14rem;
    padding: 0;
    border: none;
  }
}

/* 我们的服务 */
.Our_Services {
}

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

.os_list li {
  width: 49%;
  box-sizing: border-box;
  padding: 0.24rem 0.24rem 0.4rem 0.24rem;
  background: linear-gradient(180deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}

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

.osl_txt {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

.osl_txt p {
  display: flex;
  align-items: center;
}
.osl_txt p::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
  margin-right: 0.12rem;
}

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

@media screen and (max-width: 1024px) {
  .os_list li {
    padding: 0.2rem;
  }
  .os_list h3 {
    margin: 0.2rem 0;
  }
  .osl_txt {
    gap: 0.2rem 0;
  }
  .osl_txt p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .os_list li {
    width: 100%;
    padding: 0.18rem;
    background: #f4f4f4;
  }
  .os_list h3 {
    margin: 0.1rem 0;
  }
  .osl_txt {
    gap: 0.1rem 0;
  }
  .osl_txt p {
    font-size: 0.14rem;
  }
}

/* 全面服务 */
.Full_service {
  overflow: hidden;
}

.Full_service .wrap {
  gap: 0.3rem 0;
}

.full_left {
  width: 40.63%;
}

.full_right {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 4%;
}

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

.fr_icon {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #dedede;
}

.fr_icon img {
  width: 39%;
  transition: all 0.4s ease;
}

.full_right li:hover .fr_icon img {
  transform: scaleX(-1);
}
.full_right li:hover p {
  color: var(--i_color);
}

@media screen and (max-width: 1200px) {
  .fr_icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .full_left,
  .full_right {
    width: 100%;
  }
  .full_right {
    gap: 0.3rem 4%;
  }
  .fr_icon {
    width: 1rem;
    height: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .fr_icon {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media screen and (max-width: 560px) {
  .full_right {
    gap: 0.2rem 4%;
  }
  .fr_icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .full_right li p {
    font-size: 0.12rem;
  }
}

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

/* 下载列表 */
.Download_content {
}

.Download_List {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem 2%;
}

.Download_List li {
  width: 32%;
}

.Download_List a {
  display: block;
  box-sizing: border-box;
  padding: 0.18rem;
  border: 1px solid #e5e5e5;
}

.download_item {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 0.3rem;
}

.Download_List img {
  display: block;
  width: 20.5%;
  margin: 0.24rem auto;
}

@media screen and (max-width: 768px) {
  .Download_List {
    gap: 0.15rem 2%;
  }
  .Download_List li {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Download_List a {
    padding: 0.1rem;
  }
  .download_item {
    padding: 0.1rem;
  }
  .download_item h3 {
    font-size: 0.12rem;
  }
  .download_item img {
    width: 0.4rem;
    margin: 0.1rem auto;
  }
}

/* ------------------------- FAQ问答页面 */

/* FAQ */
.faq_content {
}

.faq_content .title_box a:hover {
  text-decoration: underline;
}

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

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

.news_item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem 0;
}

.ni_left {
  width: 62.5%;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
}

.ni_left span {
}

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

.news_item:hover .ni_left {
  border-color: var(--i_color);
}
.news_item:hover h4 {
  color: var(--i_color);
}
.news_item:hover .ni_right img {
  transform: scale(1.1);
}

@media screen and (max-width: 1366px) {
  .news_item h4 {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .news_list {
    gap: 0.3rem 0;
  }
  .ni_left span {
    font-size: 0.14rem;
  }
  .news_item h4 {
    margin: 0.1rem 0;
    font-size: 0.16rem;
  }
  .news_item p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .news_item h4 {
    margin: 0.05rem 0;
    font-size: 0.14rem;
  }
  .news_item p {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 560px) {
  .ni_left span {
    display: none;
  }
  .news_item h4 {
    margin: 0 0 0.05rem 0;
  }
  .news_item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ni_right {
    width: 34%;
  }
}

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

/* 联系信息 */

.contact_information {
}

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

.cib_left {
  width: 46.75%;
  box-sizing: border-box;
}

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

.cibl_txt {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 0.4rem 0.29rem 0.4rem;
  display: flex;
  gap: 0 0.3rem;
}

.cibl_txt img {
  flex-shrink: 0;
  width: 0.92rem;
  height: 0.92rem;
}

.cibl_txt h6 {
  flex-shrink: 0;
  width: 82%;
}

.cibl_txt h6 p {
  font-weight: normal;
}

.Contact_list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
  border-bottom: 1px solid #bfbcba;
}

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

.Contact_list iconify-icon {
  font-size: 0.24rem;
  color: var(--i_color);
  margin-right: 0.12rem;
}

.Contact_list a {
  font-size: 0.18rem;
  transition: all 0.4s ease;
}

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

.contact__media {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.2rem;
}
.contact__media dt {
}
.contact__media a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  transition: all 0.4s ease;
}
.contact__media iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.22rem;
  color: #333;
}

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

.cib_right {
  height: max-content;
  width: 46.75%;
  box-sizing: border-box;
  border-radius: 0.04rem;
  border: 1px solid #c2c2c2;
  padding: 0.6rem 0.7rem;
}

.contact_form {
}

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

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

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

#wpforms-177 .wpforms-field-container .wpforms-field > input,
#wpforms-177 .wpforms-field-container textarea {
  border-radius: 0;
  border-bottom: 1px solid rgb(51, 51, 51, 0.3);
}
#wpforms-177 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

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

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

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

@media screen and (max-width: 1024px) {
  .cib_left,
  .cib_right {
    width: 100%;
  }
  .cibl_txt {
    padding: 0.2rem;
  }
  .cibl_txt img {
    width: 0.72rem;
    height: 0.72rem;
  }
  .cib_right {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .cibl_txt img {
    width: 0.52rem;
    height: 0.52rem;
  }
  .cib_right {
    padding: 0.3rem 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .cibl_txt {
    padding: 0.1rem;
    gap: 0 0.1rem;
  }
  .cibl_txt img {
    width: 0.3rem;
    height: 0.3rem;
  }
  .cibl_txt h6 {
    font-size: 0.14rem;
  }
  .cibl_txt h6 p {
    font-size: 0.12rem;
    margin-top: 0.05rem;
  }

  .Contact_list {
    gap: 0.15rem 0;
  }
  .Contact_list iconify-icon {
    font-size: 0.2rem;
  }
  .Contact_list a,
  .Contact_list span,
  .Contact_list p {
    font-size: 0.14rem;
  }

  .contact__media a {
    width: 0.35rem;
    height: 0.35rem;
  }
  .contact__media iconify-icon {
    font-size: 0.2rem;
  }
}
