/*
Theme Name: mingcang
Version: 1.0
Description: 安徽领聚数字作为Google中国区核心合作伙伴,拥有安徽省唯一的一家Google出海体验中心,为安徽本土化外贸企业出海提供一站式服务——网站搭建,谷歌SEO优化,谷歌竞价,谷歌SNS社媒营销等。
Author: 版权所有：安徽领聚
*/
@charset "utf-8";

.wrap {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 94%;
  }
}

:root {
  --i_color: #ac1e23;
  --txt-color: #333333;
  --border_color: #d9d9d9;
  --header_height: 0.85rem;
  --search_height: 0.45rem;
  --boxShadow: 0 2px 10px rgb(172 30 35 / 20%);
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --header_height: 0.5rem;
  }
}

/* 标题 */
.titleBox {
  width: max-content;
}
.titleBox h2 {
  font-size: 0.64rem;
  font-weight: bold;
  color: #fff;
}
.titleBox h3 {
  font-size: 0.64rem;
  font-weight: bold;
  color: var(--i_color);
}

/* 按钮 */
.btn_box {
  display: table;
  background: linear-gradient(to left, #ac1e23, #fe676c);
  border-radius: 5rem;
  transition: all 0.4s;
}
.btn_box > a {
  padding: 0.1rem 0.35rem;
  display: flex;
  align-items: center;
}
.btn_box > a > span {
  color: #fff;
  font-size: 0.18rem;
}
.btn_box > a > iconify-icon {
  color: #fff;
  font-size: 0.2rem;
  margin-left: 0.15rem;
}
.btn_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .btn_box > a {
    padding: 0.06rem 0.2rem;
  }
  .btn_box > a > span {
    font-size: 0.16rem;
  }
  .btn_box > a > iconify-icon {
    color: #fff;
    font-size: 0.18rem;
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 560px) {
}

/* flex居中布局 */
.flc {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------   header  ------------------------- */
.header_h {
  width: 100%;
  height: var(--header_height);
  display: none;
}

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999999999999999;
  background-color: rgba(255, 255, 255, 0.2);
}
header .wrap {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
/* header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(255 255 255 / 20%);
} */
header.fixedHeader {
  background: #fff;
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
}

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

/* logo */
.logo {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: var(--header_height);
}
.logo a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 60%;
}
.logo img {
  max-height: 100%;
}
@media screen and (max-width: 1366px) {
  .logo a {
    height: 50%;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

/* 导航 */
@media screen and (min-width: 1025px) {
  .i_nav {
    margin-left: 4%;
    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;
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

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

  .i_nav > .current-menu-item::before,
  .i_nav > .current-category-ancestor::before,
  .i_nav > .current-post-ancestor::before,
  .i_nav > .current-menu-ancestor::before,
  .i_nav > .current-menu-parent::before,
  .i_nav > li:hover::before,
  .i_nav > li.active::before {
    /* 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 {
    color: var(--i_color);
  }

  .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: 14px;
    color: #666;
    line-height: 0.34rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

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

  .i_nav .sub-menu li:hover a {
    color: var(--i_color);
  }
}
@media screen and (max-width: 1440px) {
  .i_nav {
    gap: 0 0.4rem;
  }
  .i_nav > li > a {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 1366px) {
  .i_nav {
    margin-left: 2%;
  }
  .i_nav > li > a {
    font-size: 15px;
  }
}

@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));
    margin: 0 0;
    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 {
  display: none;
  /* position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%); */
  position: relative;
  width: 22px;
  height: 16px;
  cursor: pointer;
}
.nav_menu i {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  /* background: #fff; */
  background-color: #666666;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.nav_menu::before,
.nav_menu::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #666666;
  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 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
  gap: 0 0.3rem;
}

/* search */
.top_search_btn {
  display: none;
}

.search_cont {
  --search_height: 0.45rem;
}
.search_cont form {
  width: 1.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-border-radius: 5rem;
  border-radius: 5rem;
  overflow: hidden;
  /* background: #bcbec2; */
  background-color: rgba(128, 128, 128, 0.3);
}
.search_ipt {
  width: calc(100% - var(--search_height));
  height: var(--search_height);
  box-sizing: border-box;
  padding: 0 0.1rem 0 0.2rem;
  background: none;
  font-size: 16px;
  color: #fff;
}
.search_ipt::placeholder {
  color: var(--txt-color);
  opacity: 1;
}
.search_btn {
  font-size: 0;
  color: var(--txt-color);
  width: var(--search_height);
  height: var(--search_height);
  background: url(static/imgs/search.webp) no-repeat center;
  background-size: 0.26rem;
  cursor: pointer;
}

@media screen and (max-width: 1366px) {
  .search_cont form {
    width: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .top_search_btn {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: var(--header_height);
    cursor: pointer;
    position: relative;
  }
  .top_language_btn {
    width: 0 !important;
    background-color: transparent !important;
  }
  .top_language_btn::before {
    display: none;
  }
  .top_search_btn iconify-icon {
    font-size: 0.24rem;
    /* color: #fff; */
  }

  .search_cont {
    --search_height: 0.4rem;
  }
  .search_cont {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: calc(var(--header_height) + 0.2rem);
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.2rem 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .search_cont.on {
    opacity: 1;
    visibility: visible;
    top: var(--header_height);
  }
  .search_cont form {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-color: var(--i_color);
  }
  .search_ipt {
    font-size: 13px;
  }
  .search_btn {
    /* background-color: var(--i_color); */
  }
}
@media screen and (max-width: 1024px) {
  .search_cont {
    --search_height: 0.34rem;
  }
  .search_cont {
    padding: 0.14rem 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .top_search_btn iconify-icon {
    font-size: 20px;
  }
}

.top_language {
  position: relative;
  height: var(--header_height);
  display: flex;
  align-items: center;
}

.top_language_btn {
  width: 1.4rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: var(--search_height);
  cursor: pointer;
  position: relative;
  background-color: rgba(128, 128, 128, 0.3);
  border-radius: 5rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.top_language_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.2rem;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--txt-color);
}
.top_language_btn p {
  font-size: 16px;
  color: var(--txt-color);
}
.top_language_btn iconify-icon {
  display: none;
}

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

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

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

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

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .top_language_btn p {
    display: none;
  }
  .top_language_btn iconify-icon {
    display: block;
    font-size: 0.24rem;
    /* color: #fff; */
  }
}
@media screen and (max-width: 1024px) {
  .top_language_btn iconify-icon {
    font-size: 22px;
  }

  .language_list dt > h6 {
    font-size: 15px;
  }
  .lang_list a {
    padding: 2px 0;
  }
  .lang_list .trp-ls-language-name {
    padding-left: 20px;
  }
  .lang_list .trp-ls-language-name::before {
    width: 14px;
    height: 14px;
  }
  .lang_list .trp-ls-language-name::after {
    left: 4px;
  }
}
@media screen and (max-width: 768px) {
  .language_list dt > h6 {
    font-size: 15px;
  }
}

/* ----------------------- banner  ---------------------- */

.banner_box {
  width: 100%;
  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 .i_banner_ba {
  width: 100%;
  position: relative;
  padding-bottom: 47%;
}
.i_banner_list .swiper-slide .i_banner_ba img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.i_banner_list .swiper-slide .ba_box01 {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i_banner_list .swiper-slide .ba_box01 > h2 {
  color: #fff;
  font-weight: bold;
  font-size: 0.42rem;
  text-align: center;
  width: max-content;
  border-radius: 5rem;
  padding: 0.06rem 0.2rem;
  background: linear-gradient(
    to right,
    rgba(172, 30, 35, 0) 0%,
    rgba(172, 30, 35, 1) 50%,
    rgba(172, 30, 35, 0) 100%
  );
}
.i_banner_list .swiper-slide .ba_box01 > h4 {
  font-size: 0.24rem;
  color: var(--txt-color);
  font-weight: bold;
  margin: 0.2rem 0 0.15rem 0;
}
.i_banner_list .swiper-slide .ba_box01 > p {
  width: 85%;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* banner02 */

.i_banner_list .swiper-slide .ba_box01 .ba_t_img {
  width: 100%;
  position: relative;
  padding-bottom: 9%;
}
.i_banner_list .swiper-slide .ba_box01 .ba_t_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i_banner_list .swiper-slide .ba_box01 .ba_t_img p {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0.42rem;
  color: var(--txt-color);
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.i_banner_list .swiper-slide .ba_box01 .ba02_txt {
  width: 60%;
  font-size: 0.24rem;
  color: var(--txt-color);
  font-weight: bold;
  text-align: center;
  display: block;
}

/* banner03 */
.i_banner_list .swiper-slide .ba_box03 {
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.i_banner_list .ba03_box {
  width: 100%;
  position: relative;
}

.i_banner_list .ba03_box h3 {
  color: #fff;
  font-size: 0.42rem;
  font-weight: bold;
  position: relative;
}

.i_banner_list .ba03_box h3::before {
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  top: -40%;
  background: url(static/imgs/ba03_yuan.webp) no-repeat center;
  background-size: contain;
  width: 10%;
  height: 100%;
  z-index: -1;
}

.i_banner_list .ba03_box h3::after {
  content: "";
  display: block;
  position: absolute;
  left: -1%;
  bottom: -10%;
  width: 40%;
  height: 0.35rem;
  background: linear-gradient(to left, transparent, var(--i_color));
  border-radius: 0.08rem 0 0 0.08rem;
  z-index: -1;
}

.i_banner_list .ba03_box p {
  width: 43%;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0.4rem 0;
  position: relative;
}

.i_banner_list .ba03_box p::before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 80%;
  background-color: var(--i_color);
  position: absolute;
  left: -2.5%;
  top: 50%;
  transform: translate(0, -50%);
}

.i_banner_list .ba03_box span {
  display: block;
  width: 35%;
  line-height: 1.5;
  color: #fff;
  font-size: 0.18rem;
  position: relative;
  margin-top: 0.2rem;
}

.i_banner_list .ba03_box span::before {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(static/imgs/ba03_gou.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: -6%;
  top: 5%;
}

.i_banner_list .swiper-slide .ba_box03 .btn_box {
  margin-right: auto;
  margin-left: -2%;
  margin-top: 0.4rem;
}

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

/* -------------------------- */
.i_banner-pagination {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  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);
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .i_banner_list .swiper-slide .ba_box03 {
    top: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .i_banner_list .swiper-slide .wrap {
    top: 6%;
  }
  .i_banner_list .swiper-slide .wrap > h2 {
    font-size: 0.26rem;
  }
  .i_banner_list .swiper-slide .wrap > h4 {
    font-size: 0.18rem;
  }
  .i_banner_list .swiper-slide .wrap > p {
    font-size: 0.16rem;
    margin-bottom: 0.15rem;
  }
  /* banner02 */
  .i_banner_list .swiper-slide .wrap .ba_t_img p {
    font-size: 0.26rem;
  }
  .i_banner_list .swiper-slide .wrap .ba02_txt {
    width: 80%;
    font-size: 0.18rem;
    margin-top: 0.2rem;
  }

  /* banner03 */
  .i_banner_list .ba03_box h3 {
    font-size: 0.26rem;
  }
  .i_banner_list .ba03_box h3::before {
    display: none;
  }
  .i_banner_list .ba03_box p {
    width: 60%;
    font-size: 0.18rem;
    margin: 0.2rem 0;
  }
  .i_banner_list .ba03_box p::before {
    display: none;
  }

  .i_banner_list .ba03_box h3::after {
    display: none;
  }

  .i_banner_list .ba03_box span {
    width: 40%;
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }

  .i_banner_list .ba03_box span::before {
    display: none;
  }

  .i_banner_list .swiper-slide .ba_box03 .btn_box {
    margin-left: 0;
  }

  .i_banner-prev,
  .i_banner-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .i_banner_list .swiper-slide .i_banner_ba {
    padding-bottom: 60%;
  }
  /* banner03 */
  .i_banner_list .swiper-slide .wrap {
    top: 17%;
  }
  .i_banner_list .ba03_box p {
    width: 58%;
  }
  .i_banner_list .ba03_box span {
    display: none;
  }
  .i_banner_list .swiper-slide .ba_box03 .btn_box {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .i_banner_list .swiper-slide .i_banner_ba {
    padding-bottom: 50%;
  }
  .i_banner_list .swiper-slide .wrap > h2 {
    font-size: 0.18rem;
  }
  .i_banner_list .swiper-slide .wrap > h4 {
    font-size: 0.16rem;
    font-weight: 300;
  }
  .i_banner_list .swiper-slide .wrap > p {
    display: none;
  }

  .i_banner_list .swiper-slide .ba_box01 > h4 {
    margin: 0.1rem 0 0.1rem 0;
  }

  /* banner02 */
  .i_banner_list .swiper-slide .wrap .ba_t_img img {
    display: none;
  }
  .i_banner_list .swiper-slide .wrap .ba_t_img p {
    font-size: 0.13rem;
  }
  .i_banner_list .swiper-slide .wrap .ba02_txt {
    width: 100%;
    font-size: 0.12rem;
    font-weight: 300;
    margin-top: 0.06rem;
    background: linear-gradient(
      to right,
      rgba(172, 30, 35, 0) 0%,
      rgba(172, 30, 35, 1) 50%,
      rgba(172, 30, 35, 0) 100%
    );
    color: #fff;
    padding: 0.05rem 0;
    box-sizing: border-box;
    margin-bottom: 0.06rem;
  }

  /* banner03 */
  .i_banner_list .ba03_box h3 {
    font-size: 0.14rem;
  }
  .i_banner_list .ba03_box p {
    width: 100%;
    font-size: 0.12rem;
    font-weight: 300;
    margin: 0.1rem 0;
    background: linear-gradient(
      to right,
      rgba(172, 30, 35, 0) 0%,
      rgba(172, 30, 35, 1) 50%,
      rgba(172, 30, 35, 0) 100%
    );
  }
  .i_banner_list .swiper-slide .ba_box03 .btn_box {
    margin-top: 0.1rem;
  }
  .i_banner-pagination {
    bottom: 0.1rem;
  }
}

/* 动画效果 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------- 产品系列  ---------- */
.product_range {
  width: 100%;
  background: url(static/imgs/productRangeBa.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
.product_range .wrap h2 {
  font-size: 0.48rem;
  color: var(--txt-color);
  font-weight: bold;
}
.product_range .wrap h2 i {
  color: var(--i_color);
  font-weight: bold;
}

/* ----------------------- 热销产品  ---------- */
.hot_product {
  width: 100%;
  position: relative;
}

.hot_product .hp_b_Img {
  width: 25%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hot_product .hp_b_Img .hp_b_Img_bg {
  width: 206%;
  position: relative;
  padding-bottom: 100%;
}
.hot_product .hp_b_Img .hp_b_Img_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: -30%;
}

.hot_product .hp_top {
  width: 100%;
  display: flex;
  background: url(https://lingjuimg.com/wp-content/uploads/mingcang02/2025/06/hot.webp)
    no-repeat center;
  background-size: cover;
}

.hot_product .hp_top .wrap {
  display: flex;
}

/* 左侧选项盒子 */

.hot_product .hp_top .hp_t_left {
  width: 25%;
}

.hot_product .hp_top .hp_t_left .btn_box {
  margin-top: 0.2rem;
}

.hot_product .hp_top .hp_t_right {
  width: 70%;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.5;
}

.hot_product .hp_bottom {
  position: relative;
  z-index: 3;
}

.hot_product .hp_bottom .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.hot_product .hp_bottom .hp_b_left {
  width: 12%;
  margin-top: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem 0;
  padding-bottom: 4rem;
}

.hot_product .hp_bottom .hp_b_left > li {
  width: 100%;
  color: var(--txt-color);
  font-size: 0.22rem;
  line-height: 2;
  padding: 0 0.25rem 0 0.2rem;
  box-sizing: border-box;
  cursor: pointer;
}

.hot_product .hp_bottom .hp_b_left .hp_Xactive {
  color: #fff;
  background: linear-gradient(to left, #ac1e23, #fe676c);
  border-radius: 5rem;
}

/* 右侧内容盒子 */

.hp_b_right {
  width: 76%;
  margin-top: -1.6rem;
}

.hp_b_right ul {
  width: 100%;
  display: none;
}

.hp_b_right ul > div {
  width: 100%;
  display: flex;
  gap: 0.25rem 3%;
  flex-wrap: wrap;
}

.hp_b_right .hp_Kactive {
  display: block;
}

.hp_b_right ul .hpb_r_item li {
  flex-shrink: 0;
  width: 31.33%;
  border: 1px solid rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  padding: 0.15rem 0.15rem;
  border-radius: 0.1rem;
  transition: all 0.3s;
}

.hp_b_right ul .hpb_r_item li .hpb_r_item_img {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}

.hp_b_right ul .hpb_r_item li .hpb_r_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.08rem;
}

.hp_b_right ul .hpb_r_item li p {
  font-size: 0.22rem;
  color: var(--txt-color);
  font-weight: bold;
  position: relative;
  padding: 0.15rem 0;
  transition: all 0.4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

.hp_b_right ul .hpb_r_item li p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.01rem;
  background: #d6d6d6;
  bottom: 0;
  transition: all 0.4s;
}

.hp_b_right ul .hpb_r_item li .hpb_r_item_txt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.12rem 0.1rem;
  margin: 0.12rem 0 0 0;
  border-radius: 0.08rem;
  transition: all 0.4s;
}

.hp_b_right ul .hpb_r_item li .hpb_r_item_txt span {
  font-size: 0.18rem;
  color: var(--txt-color);
  transition: all 0.4s;
}

.hp_b_right ul .hpb_r_item li .hpb_r_item_txt iconify-icon {
  font-size: 0.2rem;
  color: var(--txt-color);
  transition: all 0.4s;
}

/* li 盒子hover */

.hp_b_right ul .hpb_r_item li:hover {
  border: 1px solid var(--i_color);
}

.hp_b_right ul .hpb_r_item li:hover p {
  color: var(--i_color);
}

.hp_b_right ul .hpb_r_item li:hover p::before,
.hp_b_right ul .hpb_r_item li:hover .hpb_r_item_txt {
  background: var(--i_color);
}

.hp_b_right ul .hpb_r_item li:hover .hpb_r_item_txt span,
.hp_b_right ul .hpb_r_item li:hover .hpb_r_item_txt iconify-icon {
  color: #fff;
}

/* 热销产品最底部 */

.hot_product .hp_b_b {
  width: 100%;
  background: url(https://lingjuimg.com/wp-content/uploads/mingcang02/2025/06/hp_b_b.webp)
    no-repeat center;
  background-size: cover;
}

.hot_product .hp_b_b p {
  background: linear-gradient(to left, var(--i_color), #ff686d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0.4rem;
}

/* 搜索框 */

#searchforms2 {
  width: 50% !important;
  height: 66px !important;
  border: 1px solid var(--i_color);
  margin-left: auto;
  border-radius: 5rem;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-color: transparent !important;
}
#searchforms2 .top_search_ipt2 {
  width: 80%;
  height: 100%;
  border: none;
  padding-left: 0.2rem;
  box-sizing: border-box;
  background-color: transparent !important;
}
#searchforms2 .top_search_ipt2::placeholder {
  color: #999999;
  font-size: 0.18rem;
}
#searchforms2 .top_search_btn2 {
  width: 50px !important;
  height: 50px !important;
  background: url(static/imgs/searchBa.webp) no-repeat center;
  border-radius: 50% !important;
  margin-left: auto;
  margin-right: 0.1rem;
  cursor: pointer;
}

@media screen and (max-width: 1250px) {
  #searchforms2 {
    height: 56px !important;
  }
}

/* 热销产品自适应 */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .hot_product .hp_b_Img {
    display: none;
  }
  .hot_product .hp_top .wrap {
    flex-wrap: wrap;
  }
  .hot_product .hp_top .hp_t_left {
    width: 100%;
    display: flex;
    align-items: end;
  }

  .hot_product .hp_top .hp_t_left .btn_box {
    width: max-content;
    height: max-content;
    margin-left: 0.6rem;
  }
  .hot_product .hp_top .hp_t_right {
    width: 100%;
    margin-top: 0.2rem;
  }

  .hot_product .hp_bottom .wrap {
    flex-direction: column;
  }
  .hot_product .hp_bottom .hp_b_left {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 0;
    gap: 0.2rem 5%;
  }
  .hot_product .hp_bottom .hp_b_left > li {
    width: 16%;
  }
  .hp_b_right {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .hot_product .hp_b_b p {
    text-align: center;
  }
  #searchforms2 {
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
  }
}
@media screen and (max-width: 1024px) {
  .titleBox h2,
  .titleBox h3 {
    font-size: 0.4rem;
  }
  .hot_product .hp_bottom .hp_b_left {
    gap: 0.2rem 6.6%;
  }
  .hot_product .hp_bottom .hp_b_left > li {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .titleBox h2,
  .titleBox h3 {
    font-size: 0.32rem;
  }
  .hot_product .hp_bottom .hp_b_left > li {
    font-size: 0.18rem;
  }
  .hp_b_right ul .hpb_r_item li {
    width: 48.5%;
  }
}
@media screen and (max-width: 560px) {
  .hp_b_right ul .hpb_r_item li .hpb_r_item_txt {
    border: 1px solid rgba(51, 51, 51, 0.2);
    padding: 0.05rem 0.06rem;
  }
  .hp_b_right ul .hpb_r_item li p {
    font-size: 0.18rem;
  }
  .hp_b_right ul .hpb_r_item li .hpb_r_item_txt span {
    font-size: 0.14rem;
  }
  .hot_product .hp_b_b p {
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
  }
  #searchforms2 {
    height: 40px !important;
  }
  #searchforms2 .top_search_btn2 {
    width: 30px !important;
    height: 30px !important;
    background: url(static/imgs/search.webp) no-repeat center;
  }
  .hot_product .hp_bottom .hp_b_left {
    gap: 0.2rem 8%;
  }
  .hot_product .hp_bottom .hp_b_left > li {
    width: 28%;
    font-size: 0.14rem;
    text-align: center;
    padding: 0;
  }
}

/* ----------------------- 关于公司  ---------- */
.i_about_company {
  width: 100%;
  background: url(https://lingjuimg.com/wp-content/uploads/mingcang02/2025/06/aboutUs.webp)
    no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.i_about_company .ib_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ib_box .ib_left {
  width: 48%;
}

.ib_box .ib_left h2 {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.23);
  text-stroke: 1px rgba(255, 255, 255, 0.23);
  font-size: 1.3rem;
  font-weight: bold;
}

.ib_box .ib_left_video {
  width: 90%;
  position: relative;
  cursor: pointer;
}

.ib_box .ib_left_video::before {
  content: "";
  display: block;
  width: 95%;
  height: 90%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.2rem;
  box-sizing: border-box;
  transition: all 0.4s;
}

.ib_box .i_video {
  width: 95%;
  position: relative;
  margin-left: auto;
  padding-bottom: 55%;
}

.ib_box .i_video img {
  width: 100%;
  height: 92%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.2rem;
  transition: all 0.4s;
}

.ib_box .i_video_btn {
  width: 1rem;
  height: 1rem;
  background: url(static/imgs/video_btn.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  border-radius: 50%;
  transition: all 0.8s;
}

.ib_box .ib_left_video:hover::before {
  bottom: calc(100% - 90%);
}

.ib_box .ib_left_video:hover .i_video img {
  top: calc(100% - 92%);
}

.ib_box .ib_left_video:hover .i_video_btn {
  transform: translate(50%, -50%) rotate(240deg);
}

/* 视频播放窗口 */

.vd_full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 80%);
  z-index: 99999;
}
.vd_box {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 2;
}
.vd_box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.close_v {
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--i_color);
  z-index: 2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.close_v::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 0.44rem;
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.vd_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .vd_box {
    width: 80%;
  }
  .close_v::before {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .vd_box {
    width: 88%;
  }
  .close_v {
    top: -0.15rem;
    right: -0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .close_v::before {
    font-size: 0.3rem;
  }
}

/* 右侧文本 */

.ib_right {
  width: 48%;
}

.ib_right_title {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ib_right_title h2,
.ib_right_title h3 {
  font-size: 0.64rem;
  font-weight: bold;
  text-align: right;
}

.ib_right_title h2 {
  color: #fff;
}

.ib_right_title h3 {
  color: var(--i_color);
}

.ib_right > p {
  width: 100%;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1.6;
  margin: 0.4rem 0;
}

.ib_right_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.ib_right_data li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ib_right_data li > div {
  display: flex;
  margin-bottom: 0.25rem;
}

.ib_right_data li span {
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  transition: all 0.4s;
}

.ib_right_data li i {
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  margin-top: 0.25rem;
  margin-left: 0.05rem;
  transition: all 0.4s;
}

.ib_right_data li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
}

.ib_right_data li:hover span,
.ib_right_data li:hover i {
  color: var(--i_color);
}

.ib_right .btn_box {
  margin-left: auto;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
  .ib_box .ib_left h2 {
    font-size: 0.8rem;
  }
  .ib_box .ib_left_video {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .i_about_company .ib_box {
    flex-wrap: wrap;
  }
  .ib_box .ib_left {
    width: 100%;
  }
  .ib_box .ib_left_video {
    width: 100%;
    margin: 0.4rem 0;
  }
  .ib_box .ib_left_video::before {
    display: none;
  }
  .ib_box .i_video {
    width: 100%;
    padding-bottom: 48%;
  }
  .ib_box .i_video img {
    height: 100%;
  }
  .ib_box .i_video_btn {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ib_box .ib_left_video:hover .i_video img {
    top: 0;
  }
  .ib_box .ib_left_video:hover .i_video_btn {
    transform: translate(-50%, -50%) rotate(240deg);
  }

  .ib_right {
    width: 100%;
  }
  .ib_right_title {
    flex-direction: row;
    justify-content: center;
    gap: 0 2%;
  }
  .ib_right .btn_box {
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .ib_box .ib_left h2 {
    font-size: 0.65rem;
  }
  .ib_right_title h2,
  .ib_right_title h3 {
    font-size: 0.4rem;
  }
  .ib_right_data {
    margin-bottom: 0.4rem;
  }
  .ib_right_data li span {
    font-size: 0.5rem;
  }
  .ib_right_data li i {
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .ib_box .ib_left h2 {
    font-size: 0.4rem;
  }
  .ib_box .ib_left_video {
    margin: 0.2rem 0 0.4rem 0;
  }
  .ib_right_title h2,
  .ib_right_title h3 {
    font-size: 0.32rem;
  }
  .ib_right > p {
    margin: 0.2rem 0;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .ib_right_data li > div {
    margin-bottom: 0.1rem;
  }
  .ib_right_data li span {
    font-size: 0.36rem;
  }
  .ib_right_data li i {
    margin-top: 0.1rem;
  }
  .ib_right_data li p {
    font-size: 0.14rem;
    font-weight: 300;
  }
}

/* ----------------------- 公司宣传跳转  ---------- */
.i_publicity {
}

.i_publicity_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.i_publicity_list .i_publicity_item {
  width: 48%;
  background: url(https://lingjuimg.com/wp-content/uploads/mingcang02/2025/06/publicity01.webp)
    no-repeat center;
  background-size: cover;
  padding: 0.3rem 0.45rem;
  box-sizing: border-box;
  border-radius: 0.15rem;
  position: relative;
  overflow: hidden;
}

.i_publicity_list .i_publicity_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.15rem;
  padding: 1px;
  background: linear-gradient(to left, #ac1e23, #f14e54);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.i_publicity_list .i_publicity_item h4 {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}

.i_publicity_list .i_publicity_item p {
  width: 70%;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
  margin: 0.2rem 0;
}

.i_publicity_item .btn_box {
  background: none;
  border: 1px solid #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .i_publicity_list {
    flex-wrap: wrap;
    gap: 0.4rem 0;
  }
  .i_publicity_list .i_publicity_item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .i_publicity_list .i_publicity_item p {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .i_publicity_list {
    gap: 0.3rem 0;
  }
}

/* ----------------------- 主页新闻板块  ---------- */

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

.inews_img {
  position: absolute;
  right: -25%;
  bottom: 0;
}

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

.i_news_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i_news_top .i_news_title {
  display: flex;
  flex-direction: column;
}

.i_news_top .i_news_title h2,
.i_news_top .i_news_title h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: var(--txt-color);
}

.i_news_top .i_news_title h3 {
  color: var(--i_color);
}

/* 新闻轮播 */
.i_news_bottom {
  width: 100%;
  margin-top: 0.45rem;
}
.i_new_list {
  position: relative;
  overflow: hidden;
}
.i_new_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.i_new_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  cursor: pointer;
}

.i_new_list .swiper-slide::before {
  content: "";
  position: absolute;
  right: -9%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}

.i_new_list .swiper-slide:last-child::before {
  display: none;
}

.i_new_list .swiper-slide .in_img {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
}
.i_new_list .swiper-slide .in_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.i_new_list .swiper-slide p {
  font-size: 0.22rem;
  color: var(--txt-color);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.32rem 0;
}

.i_new_list .swiper-slide span {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.i_new_list .swiper-slide text {
  font-size: 0.16rem;
  color: #666666;
  display: block;
  margin: 0.4rem 0;
}

.i_new_list .swiper-slide .i_new_btn {
  width: 0.4rem;
  height: 0.4rem;
  background: linear-gradient(to left, #ac1e23, #fe676c);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.i_new_btn iconify-icon {
  color: #fff;
  font-size: 0.2rem;
}

.i_new_list .swiper-slide:hover .in_img img {
  transform: scale(1.1);
}

.i_new_list .swiper-slide:hover .i_new_btn {
  opacity: 1;
}

/* -------------------------- */
.i_new-pagination {
  display: block;
  margin-top: 0.7rem;
  text-align: center;
}
.i_new-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.02rem;
  display: inline-block;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.i_new-pagination .swiper-pagination-bullet-active {
  background: 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) {
  .i_news_top .i_news_title {
    flex-direction: row;
    gap: 0 6%;
  }
  .i_news_top .i_news_title h2,
  .i_news_top .i_news_title h3 {
    font-size: 0.4rem;
  }
  .i_new_list .swiper-slide {
    padding-bottom: 0.1rem;
  }
  .i_new_list .swiper-slide::before {
    display: none;
  }
  .i_new-pagination {
    margin-top: 0;
  }
  .i_new_list .swiper-slide p {
    margin: 0.2rem 0;
  }
  .i_new_list .swiper-slide text {
    margin: 0.2rem 0;
  }
  .i_new_btn {
    width: 0.28rem;
    height: 0.28rem;
  }
  .i_new_btn iconify-icon {
    font-size: 0.15rem;
  }
  .i_new-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .i_news_top .i_news_title h2,
  .i_news_top .i_news_title h3 {
    font-size: 0.32rem;
  }
  .i_new_list .swiper-slide .i_new_btn {
    opacity: 1;
  }
}
@media screen and (max-width: 560px) {
  .i_new_list .swiper-slide p {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }
  .i_new_list .swiper-slide span {
    line-height: 1.2;
  }
  .i_new_list .swiper-slide text {
    font-size: 0.14rem;
    margin: 0.12rem 0;
  }
}

/* ----------------------- 合作公司  ---------- */
.gd_box {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 40px 0;
}

.gd_list {
  width: 100%;
  display: flex;
  gap: 0 2%;
  overflow: hidden;
}

.gd_item {
  width: 14%;
  flex-shrink: 0;
  list-style: none;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all 0.4s;
}

.gd_item:hover {
  border: 1px solid var(--i_color);
}

.gd_item a {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 38%;
  background-color: #fff;
  border-radius: 5px;
}

.gd_item a img {
  width: 90%;
  height: 90%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gd_box .wrap p {
  font-size: 0.18rem;
  color: var(--txt-color);
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .gd_item {
    width: 18%;
  }
}
@media screen and (max-width: 1024px) {
  .gd_item {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .gd_item {
    width: 25%;
  }
  .gd_box .wrap p {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 560px) {
  .gd_item {
    width: 40%;
  }
}

/* ----------------------- 页脚  ---------- */
footer {
  background-color: #151515;
  width: 100%;
}

.footer_top {
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  padding-bottom: 0.4rem;
}

.footer_top .ft_box {
  display: flex;
  align-items: center;
}
.fw_t_logoBox {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.fw_t_logoBox .fw_t_logo {
  width: 1rem;
  padding-bottom: 10%;
  position: relative;
}

.fw_t_logoBox .fw_t_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.fw_t_logoBox span {
  max-width: 50%;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0.26rem;
  line-height: 0.36rem;
  padding-left: 0.2rem;
}

.fw_t_info {
  width: 12%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* .fw_t_info a {
  width: 0.45rem;
  height: 0.45rem;
} */

.fw_t_info a iconify-icon {
  font-size: 0.3rem;
  color: #8a8a8a;
  transition: all 0.4s;
}

.fw_t_info a:hover iconify-icon {
  color: #fff;
}

.footer_bottom {
  position: relative;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.footer_img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
  position: absolute;
  bottom: 0;
}

.footer_bottom .fb_box {
  width: 100%;
  display: flex;
}

.footer_bottom .fb_left {
  width: 35%;
}

.footer_bottom .fb_left h3 a {
  color: #fff;
  font-weight: bold;
  font-size: 0.32rem;
  transition: all 0.4s;
  display: block;
}

.footer_bottom .fb_left h3 a:hover {
  color: var(--i_color);
}

.footer_bottom .fb_left .fb_left_list {
  width: 100%;
  margin-top: 0.6rem;
  position: relative;
}

.fb_whatsappImg {
  position: absolute;
  right: 0;
  top: -0.2rem;
}
.fb_whatsappImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_bottom .fb_left .fb_left_list li {
  margin-top: 0.3rem;
}

.footer_bottom .fb_left .fb_left_list li a {
  font-size: 0.18rem;
  color: #d0d0d0;
  transition: all 0.4s;
}

.footer_bottom .fb_left .fb_left_list li a:hover {
  color: var(--i_color);
}

.footer_bottom .fb_left .fb_left_list li p {
  font-size: 0.18rem;
  color: #d0d0d0;
  line-height: 1.6;
}

.footer_bottom .fb_right {
  width: 55%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  z-index: 10;
}

.footer_bottom .fb_right_list {
}

.footer_bottom .fb_right_list p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.4rem;
}

.footer_bottom .fb_right_list li {
  margin-top: 0.15rem;
}

.footer_bottom .fb_right_list li a {
  color: #d0d0d0;
  font-size: 0.16rem;
  transition: all 0.4s;
}

.footer_bottom .fb_right_list li a:hover {
  color: #fff;
  text-decoration: underline;
}

.fb_right_excavators {
  width: 32%;
}

.footer_bottom .fb_right_excavators p {
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.4rem;
}

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

.footer_bottom .fb_right_excavators li {
  width: 34%;
  margin-top: 0.15rem;
}

.footer_bottom .fb_right_excavators li a {
  color: #d0d0d0;
  font-size: 0.16rem;
  transition: all 0.4s;
}

.footer_bottom .fb_right_excavators li a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_bb {
}
.f_cr {
  padding: 0.24rem 0;
}
.f_cr p,
.f_cr a {
  font-size: 0.16rem;
  color: #a1a1a1;
}
.f_cr a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .footer_bottom .fb_left {
    width: 100%;
  }
  .footer_bottom .fb_right {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .footer_top .ft_box {
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .fw_t_logoBox {
    width: 100%;
  }
  .fw_t_info {
    width: 35%;
    margin-left: 0;
  }
  .f_cr {
    padding-bottom: 80px;
  }
  .f_cr p,
  .f_cr a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .f_cr p,
  .f_cr a {
    font-size: 14px;
  }
  .fw_t_logoBox span {
    font-size: 0.24rem;
    max-width: 100%;
  }
  .footer_bottom .fb_left h3 a {
    font-size: 0.24rem;
  }
  .footer_bottom .fb_left .fb_left_list {
    margin-top: 0.3rem;
  }
  .footer_bottom .fb_left .fb_left_list li {
    margin-top: 0.15rem;
  }
  .fb_whatsappImg img {
    width: 80%;
    height: 80%;
  }
}
@media screen and (max-width: 560px) {
  .fw_t_logoBox span {
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .fw_t_info {
    width: 60%;
  }
  .footer_bottom .fb_left h3 a {
    font-size: 0.2rem;
  }
  .footer_bottom .fb_left .fb_left_list li a {
    font-size: 0.16rem;
  }
  .footer_bottom .fb_left .fb_left_list li p {
    font-size: 0.16rem;
  }
  .fb_whatsappImg img {
    width: 60%;
    height: 60%;
  }
  .f_cr {
    padding-top: 6px;
    padding-bottom: 64px;
  }
}

/* ----------------------- 分页面banner  ---------- */

.banner__ {
  font-size: 0;
  overflow: hidden;
}
.banner__ img {
  width: 100vw;
}

/* ----------------------- 面包屑  ---------- */

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: relative;
  /* margin-top: -; */
}
.in_position .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #fff;
  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: 16px;
  height: 16px;
  background: url(static/imgs/home.webp) no-repeat center;
  background-size: contain;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 10px;
  color: #fff;
}
.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;
  }
}

/* ----------------------- 新闻列表页  ---------- */
.news_box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news_img {
  position: absolute;
  top: 0;
  right: -25%;
}
.news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nb_top {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0 3%;
}

.nb_top div {
  border: 1px solid var(--i_color);
  box-sizing: border-box;
  border-radius: 5rem;

  cursor: pointer;
}

.nb_top div a {
  display: block;
  padding: 0.1rem 0.6rem;
}

.nb_top div p {
  color: var(--i_color);
  font-weight: bold;
  font-size: 0.26rem;
}

.nb_top .nbt_active {
  background-color: var(--i_color);
}

.nb_top .nbt_active p {
  color: #fff;
}

.news_box .wrap > h3 {
  font-weight: bold;
  text-align: center;
  font-size: 0.4rem;
  margin: 0.4rem 0 0.2rem 0;
}

.news_box .wrap > p {
  font-size: 0.18rem;
  color: #666666;
  text-align: center;
}

.nb_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 5%;
  position: relative;
}

.nb_list .nb_list_item {
  width: 30%;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  cursor: pointer;
}

.nb_list .nb_list_item::before {
  content: "";
  position: absolute;
  right: -9%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #dcdcdc;
}

.nb_list .nb_list_item:nth-child(3n)::before {
  display: none;
}

.nb_list .nb_list_item .in_img {
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  overflow: hidden;
  border-radius: 0.15rem;
}
.nb_list .nb_list_item .in_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
}
.nb_list .nb_list_item p {
  font-size: 0.22rem;
  color: var(--txt-color);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0.32rem 0;
}

.nb_list .nb_list_item span {
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nb_list .nb_list_item text {
  font-size: 0.16rem;
  color: #666666;
  display: block;
  margin: 0.4rem 0;
}

.nb_list .nb_list_item .i_new_btn {
  width: 0.4rem;
  height: 0.4rem;
  background: linear-gradient(to left, #ac1e23, #fe676c);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.4s;
}
.nb_list .nb_list_item .i_new_btn iconify-icon {
  color: #fff;
  font-size: 0.2rem;
}

.nb_list .nb_list_item:hover .in_img img {
  transform: scale(1.1);
}

.nb_list .nb_list_item:hover .i_new_btn {
  opacity: 1;
}

/* Paging */
.in_paging {
  --size: 30px;
  --border_radius: 5px;
  --curr_color: #ac1e23;
}
.in_paging ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.in_paging li {
  min-width: var(--size);
  margin: 0 4px;
}
.in_paging a,
.in_paging span {
  display: block;
  padding: 0 10px;
  height: var(--size);
  line-height: calc(var(--size) - 2px);
  font-size: 14px;
  color: #666;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
  overflow: hidden;
}
.in_paging i {
  margin-top: 14px;
  width: 100%;
  font-size: 13px;
  color: #888;
}
.in_paging a:hover,
.in_paging .curr_page a,
.in_paging .curr_page span {
  border-color: var(--curr_color) !important;
  background: var(--curr_color);
  color: #fff !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .nb_top div p {
    font-size: 0.2rem;
  }
  .news_box .wrap > h3 {
    font-size: 0.26rem;
    margin: 0.25rem 0 0.1rem 0;
  }
  .nb_list {
    gap: 0.3rem 5%;
  }
  .nb_list .nb_list_item {
    width: 47.5%;
    padding-bottom: 0rem;
  }
  .nb_list .nb_list_item::before {
    display: none;
  }
  .nb_list .nb_list_item text {
    margin: 0.2rem 0;
  }
  .nb_list .nb_list_item .i_new_btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news_box .wrap > h3 {
    font-size: 0.22rem;
    margin: 0.25rem 0 0.1rem 0;
  }
  .nb_list .nb_list_item p {
    font-size: 0.18rem;
    margin: 0.1rem 0;
  }
  .nb_list .nb_list_item span {
    font-size: 0.16rem;
    line-height: 1.2;
  }
  .nb_list .nb_list_item text {
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .nb_top div p {
    font-size: 0.14rem;
  }
  .news_box .wrap > h3 {
    font-size: 0.2rem;
    margin: 0.25rem 0 0.15rem 0;
  }
  .nb_list {
    gap: 0.4rem 0%;
  }
  .nb_list .nb_list_item {
    width: 100%;
    padding-bottom: 0rem;
  }
}

.i_publicity {
  position: relative;
}

.publicity_img {
  position: absolute;
  left: -20%;
  bottom: -60%;
  z-index: -1;
}

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

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

/* ----------------------- 联系我们页面  ---------- */
.contact_top {
  width: 100%;
  position: relative;
}

.contact_top .ct_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact_top .ct_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ct_title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  color: var(--txt-color);
  display: block;
}

.ct_title span {
  color: var(--i_color);
}

.contact_we {
  margin-bottom: -1.6rem;
  z-index: 10;
  position: relative;
}

.contact_we_list {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  gap: 0 3%;
}

.contact_we_list .ct_item {
  width: 22.5%;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  background: #fff url(static/imgs/ct_item.webp) no-repeat;
  background-size: cover;
  background-position: right 1.2rem;
}

/* .contact_we_list .ct_item a {
  display: block;
  width: 100%;
  height: 60%;
} */

.contact_we_list .ct_item .ct_icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.4s;
}

.contact_we_list .ct_item .ct_icon icon {
  font-size: 0.35rem;
  color: var(--i_color);
  transition: all 0.4s;
}

.contact_we_list .ct_item p {
  text-align: center;
  font-weight: bold;
  font-size: 0.2rem;
  color: var(--txt-color);
  margin-top: 1rem;
}

.contact_we_list .ct_item span {
  text-align: center;
  font-size: 0.2rem;
  color: #666666;
  display: block;
  margin: 0.2rem 0 1.4rem 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  overflow: hidden;
}

/* 第三个span */
.contact_we_list .ct_item:nth-child(3) span {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.contact_we_list .ct_item i {
  display: block;
  font-size: 0.16rem;
  font-weight: bold;
  color: #666666;
  text-align: center;
  margin-top: 0.2rem;
}

.contact_we_list .ct_item text {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  font-size: 0.16rem;
  color: #666666;
  line-height: 1.5;
}

.contact_we_list .ct_item i:not(:nth-of-type(1)) {
  margin-top: 0.05rem;
}

.contact_we_list .ct_item:hover .ct_icon {
  background: var(--i_color);
}

.contact_we_list .ct_item:hover .ct_icon icon {
  color: #fff;
  transform: scale(1.1);
}

.ct_t_code {
  width: 37%;
  position: absolute;
  bottom: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}

.ct_t_code img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .contact_we {
    margin-bottom: 0.5rem;
  }
  .contact_we_list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: normal;
    gap: 0.8rem 3%;
  }
  .contact_we_list .ct_item {
    width: 48.48%;
  }
  .ct_t_code {
    display: none;
  }

  .contact_we_list .ct_item span {
    margin: 0.2rem 0 1rem 0;
  }
  .contact_we_list .ct_item:nth-child(3) span {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .ct_title {
    font-size: 0.3rem;
  }
  .contact_we_list {
    gap: 0.6rem 3%;
  }
  .contact_we_list .ct_item {
    width: 100%;
  }
  .contact_we_list .ct_item span {
    margin: 0.2rem 0 0.3rem 0;
  }
  .contact_we_list .ct_item:last-child {
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .ct_title {
    font-size: 0.24rem;
  }
}

/* form表单 */
.con_form {
  width: 100%;
  /* z-index: -100; */
  /* margin-top: -0.5rem; */
  position: relative;
}

.con_form .wrap {
  position: relative;
  background: url(static/imgs/formBa.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0.08rem;
}

.con_form h4 {
  color: #fff;
  font-weight: bold;
  font-size: 0.48rem;
  text-align: center;
  padding-top: 2.6rem;
}

.con_form_box {
  width: 90%;
  padding-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  margin-top: 0.6rem;
}

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

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

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

#wpforms-53 .wpforms-field-container .wpforms-field > input,
#wpforms-53 .wpforms-field-container textarea {
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
  color: #fff;
}

.con_form_box .wpforms-field-medium::placeholder {
  color: #fff !important;
  opacity: 1;
}

#wpforms-53 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

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

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

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

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  #wpforms-53-field_1-container,
  #wpforms-53-field_2-container,
  #wpforms-53-field_3-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .con_form_box {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 560px) {
}

/* 地图 */

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

@media screen and (max-width: 1200px) {
  .con_form h4 {
    padding-top: 0.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .c_map::before {
    padding-bottom: 46%;
  }
  .con_form h4 {
    padding-top: 0.4rem;
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 768px) {
  .con_form h4 {
    font-size: 0.28rem;
  }
}

@media screen and (max-width: 560px) {
  .con_form h4 {
    font-size: 0.2rem;
  }
  .c_map::before {
    padding-bottom: 100%;
  }
}

/* ************************* service页面 ************************** */

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

.our_services {
  width: 100%;
  position: relative;
  background: url(static/imgs/our.webp) no-repeat center;
  background-size: cover;
}

.os_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.os_title_left {
}

.os_title_left h2,
.os_title_left h3 {
  font-size: 0.48rem;
  font-weight: bold;
  color: var(--txt-color);
}

.os_title_left h3 {
  color: var(--i_color);
}

.os_title p {
  width: 62%;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .os_title {
    flex-wrap: wrap;
    gap: 0.3rem 0;
  }
  .os_title_left {
    width: 100%;
  }
  .os_title p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .os_title {
    gap: 0.1rem 0;
  }
  .os_title_left {
    display: flex;
    gap: 0 2%;
  }
  .os_title_left h2,
  .os_title_left h3 {
    font-size: 0.32rem;
  }
  .os_title p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 560px) {
  .os_title_left h2,
  .os_title_left h3 {
    font-size: 0.28rem;
  }
  .os_title p {
    font-size: 0.16rem;
  }
}

.adv_service_ul {
  display: flex;

  gap: 0.12rem;

  margin-top: 0.6rem;
  overflow: hidden;
}

.adv_service_ul li {
  flex-grow: 1;
  width: 15.65%;
  height: 6.3rem;
  position: relative;
  transition: all 0.7s ease;
  z-index: 2;
  border-radius: 0.1rem;
}

.adv_service_ul li.adv_service_active {
  flex-grow: 1000 !important;
}

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

.adv_service_ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  transition: all 1s ease;
  border-radius: 0.1rem;
}

.adv_service_text {
  background-color: var(--i_color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem 0.22rem;
  z-index: 3;
  border-radius: 0 0 0.1rem 0.1rem;
}

.adv_service_text h3 {
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.3rem;
  min-height: 0.7rem;
  text-transform: capitalize;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.1rem;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
}

.adv_service_text h4 {
  display: none;
  font-size: 0.16rem;
  color: #fff;
  width: 37vw;
  line-height: 150%;
}

.adv_service_ul li.adv_service_active .adv_service_text {
  background: transparent;
}

.adv_service_ul li.adv_service_active .adv_service_text h3 {
  min-height: unset;
}

.adv_service_ul li.adv_service_active .adv_service_text h4 {
  display: block;

  animation: opPrevIn 0.8s cubic-bezier(0.435, 0.25, 0.15, 0.965) alternate;
}

.adv_service_ul li.adv_service_active::after {
  height: 100% !important;
}

@media screen and (max-width: 1600px) {
  .adv_service_text h4 {
    width: 42vw;
  }
}

@media screen and (max-width: 1440px) {
  .adv_service_text h3 {
    font-size: 0.2rem;

    line-height: 0.25rem;

    min-height: 0.6rem;
  }

  .adv_service_text h4 {
    font-size: 0.14rem;

    width: 43vw;
  }

  .adv_service_ul li {
    height: 6rem;
  }
}

@media screen and (max-width: 1200px) {
  .adv_service_text h3 {
    font-size: 0.18rem;

    line-height: 0.24rem;

    min-height: 0.58rem;
  }

  .adv_service_ul li {
    height: 5rem;
  }
}

@media screen and (max-width: 1024px) {
  .adv_service_ul li {
    height: 4.5rem;
  }
}

@media screen and (max-width: 960px) {
  .adv_service_ul li {
    height: 4rem;
  }

  .adv_service_ul li {
    width: 100%;
  }

  .adv_service_ul {
    margin-top: 0.4rem;

    flex-wrap: wrap;
  }

  .adv_service_text h4 {
    width: 85vw;
  }

  .adv_service_text h3 {
    min-height: unset;
  }

  .adv_service_text {
    padding: 0.3rem 0.2rem 0.2rem 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .adv_service_bac {
    padding: 0.6rem 0;
  }
}

/* 定制配件轮播板块 */
.Customized_accessories {
  width: 100%;
  background: url(static/imgs/Customized_accessories.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

.Customized_accessories_title h2 {
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
}

.Customized_accessories_title h2 i {
  color: var(--i_color);
  font-weight: bold;
}

/* 轮播 */

.environment_list {
  padding-bottom: 10px;
  position: relative;
}
.environment_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.environment_list .swiper-slide {
  opacity: 0.2;
  flex-shrink: 0;
  position: relative;
  /* overflow: hidden; */
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.environment_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.environment_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.environment_list .swiper-slide p {
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: -0.6rem;
  transform: translateX(-50%);
}

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

.environment-prev,
.environment-next {
  position: absolute;
  top: 40%;
  /* transform: translate(0, -50%); */
  width: 0.44rem;
  height: 0.44rem;
  /* background: var(--i_color); */
  background: linear-gradient(to left, #ac1e23, #fd666b);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.environment-prev {
  left: -0.22rem;
}
.environment-next {
  right: -0.22rem;
}
.environment-prev iconify-icon,
.environment-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.22rem;
  color: #fff;
}
.environment_list .swiper-button-disabled {
  cursor: not-allowed;
}
.environment-prev:hover,
.environment-next:hover {
  background: var(--i_color);
}

.environment-pagination {
  background: #666;
  position: relative;
  width: 2rem;
  height: 3px;
  display: block;
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}
.environment-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  border-radius: 6px;
  height: 9px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (max-width: 1200px) {
  .environment_list {
    overflow: hidden;
  }
  .environment-prev,
  .environment-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .environment-pagination {
    height: 2px;
  }
  .environment-pagination span {
    top: -1px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .environment-pagination {
    margin-top: 0.6rem;
  }
  .Customized_accessories_title h2 {
    font-size: 0.32rem;
  }
  .environment_list .swiper-slide p {
    bottom: -0.35rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 560px) {
  .Customized_accessories_title h2 {
    font-size: 0.28rem;
  }
  .environment_list .swiper-slide p {
    width: 100%;
    text-align: center;
    bottom: -0.3rem;
    font-size: 0.16rem;
    font-weight: 300;
  }
}

/* 服务优势 */
.service_advantage {
  width: 100%;
  background: url(static/imgs/ad.webp) no-repeat;
  background-position: left center;
  background-size: cover;
}

.service_advantage .Customized_accessories_title h2 {
  color: var(--txt-color);
}

.serviceCom_cont {
  height: 240vh;
}
.serviceCom_cont .item {
  overflow: hidden;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: sticky;
  position: -webkit-sticky;
  top: 2rem;
  margin-bottom: 0.8rem;
}
.serviceCom_cont .item::before {
  content: "";
  display: block;
  padding-bottom: 40%;
}
.serviceCom_cont .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 1));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
}

.serviceCom_cont .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceCom_cont .item i {
  position: absolute;
  top: 12%;
  left: 6%;
  z-index: 2;
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}

.serviceCom_cont .item_t {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 6%;
  z-index: 3;
}
.serviceCom_cont .item_t h6 {
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.serviceCom_cont .item_t p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .serviceCom_cont {
    height: auto;
  }
  .serviceCom_cont .item {
    position: relative;
    top: initial;
    margin-bottom: 30px;
  }
  .serviceCom_cont .item i {
    top: 40px;
    left: 30px;
    font-size: 34px;
  }
  .serviceCom_cont .item_t {
    padding: 30px 30px;
  }
  .serviceCom_cont .item_t h6 {
    font-size: 20px;
  }
  .serviceCom_cont .item_t p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .serviceCom_cont .item::before,
  .serviceCom_cont .item::after {
    display: none;
  }

  .serviceCom_cont .item img {
    position: initial;
  }

  .serviceCom_cont .item i {
    top: 20px;
    left: 20px;
  }
  .serviceCom_cont .item_t {
    position: relative;
    padding: 20px 20px;
  }
  .serviceCom_cont .item_t h6 {
    font-size: 16px;
    color: var(--i_color);
  }
  .serviceCom_cont .item_t p {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
  }
}
@media screen and (max-width: 560px) {
  .serviceCom_cont .item i {
    font-size: 26px;
  }
}

/* 如何购买 */
.buy_service {
  width: 100%;
  background: url(static/imgs/qiu.webp) no-repeat center;
  background-size: contain;
}

.buy_service .Customized_accessories_title h2 {
  color: var(--txt-color);
}

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

.buy_service .imgboxx {
  width: 26.5%;
  overflow: hidden;
  border-radius: 50%;
  padding-bottom: 26.5%;
  position: relative;
}
.buy_service .imgboxx img {
  width: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.buy_service .imgboxx img.active {
  display: block;
}
.buy_service .txtbox {
  width: 69%;
  margin-left: auto;
}
.buy_service dl dt {
  display: none;
}
.buy_service dl dt.active {
  display: block;
}
.buy_service .iconlist {
  width: 100%;
  margin-left: auto;
  justify-content: space-between;
  position: relative;
}
.buy_service .iconlist::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 38%;
  width: 93%;
  height: 1px;
  background-color: #d8d8d8;
}
.buy_service .iconlist li {
  /* width: 20%; */
  box-sizing: border-box;
  /* background: #f9f9f9; */
  text-align: center;
  justify-content: space-between;
}

.buy_service .ac .iconlist li img {
  height: 82px;
}
.buy_service .iconlist li .yxbox {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: #333;
  margin: 0.25rem auto;
  position: relative;
  z-index: 9999;
  border-radius: 50%;
}
.buy_service .iconlist li p {
  opacity: 0.4;
}
.buy_service .iconlist li.active p {
  opacity: 1;
}
.buy_service .iconlist li .imgboxx img {
  display: none;
}
.buy_service .iconlist li .imgboxx img.active {
  display: none;
}
.buy_service .iconlist li .imgbox .img2 {
  display: none;
}
.buy_service .iconlist li.active img {
  margin: 0 auto;
}
.buy_service .iconlist li.active .imgbox .img1 {
  display: none;
}
.buy_service .iconlist li.active .imgbox .img2 {
  display: block;
}
.buy_service .iconlist li.active .yxbox {
  position: relative;
  background: var(--i_color);
  border-radius: 50%;
}
.buy_service .iconlist li.active .yxbox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  background: var(--i_color);
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .buy_service .imgboxx {
    width: 60%;
    padding-bottom: 60%;
    margin: 0 auto;
    margin-bottom: 0.2rem;
  }
  .buy_service .txtbox {
    width: 100%;
  }
  .buy_service .iconlist::before {
    display: none;
  }
  .buy_service .iconlist {
    width: 100%;
  }
  .buy_service .iconlist li img {
    height: 45px;
  }
  .buy_service dl {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .buy_service {
    background: none;
  }
  .buy_service .ac .iconlist li img {
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .buy_service .ac .iconlist li img {
    height: 40px;
  }
}

/* 全球客户板块 */
.global_customer {
  width: 100%;
  background: url("static/imgs/global.webp") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.global_customer .Customized_accessories_title h2 {
  color: var(--txt-color);
}

.gol_partner_box {
  margin-top: 0.4rem;
}

.gol_partner {
  position: relative;
}
.gol_partner_list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.gol_partner_list .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-property: transform, -webkit-transform;
  display: flex;
}
.gol_partner_list li {
  width: 6.5rem;
  max-width: 80%;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transition-property: transform;
  border-radius: 0.05rem;
  overflow: hidden;
}
.gol_partner_list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 3;
  transition: all 0.5s ease;
}

.gol_partner_list li.swiper-slide-active::after {
  background: rgba(255, 255, 255, 0);
  height: 0%;
}

.gol_partner_list .img {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.gol_partner_list .img::after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.gol_partner_list .img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 80%;
  object-fit: cover;
  transition: all 0.4s;
}

.gol_partner_list .swiper-slide-active .img img {
  width: 100%;
  height: 100%;
}

.gol_partner_list li p {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  box-sizing: border-box;
  padding: 0.1rem 4%;
  border-radius: 0.06rem;
  background: var(--i_color);
  color: #fff;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.4s;
}
.gol_partner_list .swiper-slide-active p {
  bottom: 0.4rem;
}

/* 指示器 */
.gol_partner .pt-pagination {
  background: #666;
  position: relative;
  width: 2rem;
  height: 0.03rem;
  display: block;
  margin-top: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}
.gol_partner .pt-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: -0.03rem;
  width: 100%;
  border-radius: 0.03rem;
  height: 0.08rem;
  transform: translate(0, -50%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .gol_partner .pt-pagination {
    height: 0.03rem;
    margin-top: 0.4rem;
  }
  .gol_partner .pt-pagination span {
    top: -0.02rem;
    border-radius: 0.02rem;
    height: 0.06rem;
  }
}
@media screen and (max-width: 1024px) {
  .gol_partner_list li p {
    width: 100%;
  }
  .gol_partner_list .swiper-slide-active p {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .gol_partner .pt-pagination {
    height: 0.01rem;
  }
  .gol_partner .pt-pagination span {
    top: -0.02rem;
    height: 0.04rem;
  }
}
@media screen and (max-width: 560px) {
  .gol_partner_list li p {
    padding: 0.05rem 0;
    font-size: 0.16rem;
    font-weight: 300;
  }
}

/* ***************************** faq */
.bjs {
  background: url(static/imgs/faqBa.webp) no-repeat;
  background-size: auto 90%;
  background-position: center left;
}

.bjs2 {
  background: rgba(239, 162, 0 0.05);
}
.faq {
}
.faq .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq .wrap .left {
  width: 58%;
}
.faq .wrap .left .leftdiv {
  height: 500px;
  overflow-y: scroll;
  padding-right: 0.2rem;
  box-sizing: border-box;
}

.faq .wrap .left .leftdiv::-webkit-scrollbar {
  width: 2px;
}
.faq .wrap .left .leftdiv::-webkit-scrollbar-thumb {
  background: var(--i_color);
}

.faq .wrap .left dl {
  padding: 0.2rem 0;
  box-sizing: border-box;
  /* border-top: 1px solid var(--border_color); */
  border-bottom: 1px #d8d8d8 dashed;
}
.faq .wrap .left .zfx {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: var(--i_color);
  color: #fff;
}
.faq .wrap .left p {
  display: block;
  width: 90%;
}
.faq .wrap .left dd {
  display: none;
}
.faq .wrap .left dl.active dd {
  display: flex;
}
.faq .wrap .right {
  width: 36%;
}
.faq .wrap .right .imgbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.faq .wrap .right .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.faq .wrap .right .imgbox img {
  display: none;
}
.faq .wrap .right .imgbox img.active {
  display: block;
}
.nw {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .faq .nbtnbox {
    margin-top: 0.2rem;
  }
  .faq .wrap .left dl dt {
    margin-bottom: 0.15rem;
  }
  .faq .wrap .left .zfx {
    height: 30px;
    width: 30px;
  }
  .faq .wrap .left p {
    width: 80%;
  }
  .faq .wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .faq .wrap .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

.aend {
  align-items: end;
}

.fb {
  font-weight: bold;
}

.fbt {
  font-family: "noto";
}

.fm {
  font-family: "Arialm";
}

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

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

/* -----------------------  公司简介 */
.about_intro {
  width: 100%;
  background: #f4f4f4;
}

.about_intro .ai_top {
  width: 100%;
  position: relative;
  padding-bottom: 1.2rem;
}

.at_img {
  width: 100%;
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
}

.at_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ai_t_title {
  width: 90%;
  background: url(static/imgs/txtLogo.webp) no-repeat center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}

.ai_t_title h3 {
  font-size: 0.46rem;
  font-weight: bold;
  color: var(--i_color);
  padding: 1rem 0;
}

.ai_t_info {
  width: 100%;
  display: flex;
  position: relative;
}

.ai_t_nums {
  display: flex;
  flex-direction: column;
  gap: 0.4rem 0;
}

.ai_t_nums li {
  display: table;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5rem;
  position: relative;
  padding: 0.15rem 0.5rem;
}

.ai_t_nums li::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(static/imgs/num_Y.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.1rem;
}

.ai_t_nums li div {
  display: flex;
}

.ai_t_nums li div p {
  font-size: 0.56rem;
  color: var(--i_color);
  display: flex;
  align-items: flex-start;
}

.ai_t_nums li div p i {
  font-size: 0.24rem;
  font-weight: bold;
  margin-left: 0.1rem;
}

.ai_t_nums li div span {
  font-size: 0.16rem;
  color: var(--i_color);
  line-height: 1.5;
  margin-left: 0.2rem;
}

.ai_t_txt {
  width: 60%;
  font-size: 0.18rem;
  line-height: 1.6;
  color: var(--txt-color);
  margin-left: auto;
}

/* 宣传视频 */

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

.ai_v {
  width: 100%;
  position: relative;
  padding-bottom: 30%;
}

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

.v_btn {
  width: 20%;
  position: absolute;
  left: 50%;
  top: -18%;
  transform: translateX(-50%);
  cursor: pointer;
}
.v_btn div {
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  display: block;
}
.v_btn div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .ai_t_title {
    width: 100%;
    background-size: contain;
  }
  .ai_t_info {
    flex-wrap: wrap;
    gap: 0.4rem 0;
  }
  .ai_t_nums {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0.4rem 2%;
    flex-wrap: wrap;
  }
  .ai_t_nums li {
    width: 49%;
    padding: 0;
    background: none;
  }
  .ai_t_txt {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ai_t_title h3 {
    font-size: 0.32rem;
    padding: 0.6rem 0;
  }
}
@media screen and (max-width: 768px) {
  .about_intro .ai_top {
    padding-bottom: 1rem;
  }
  .ai_t_title h3 {
    font-size: 0.24rem;
    padding: 0.4rem 0;
  }
  .ai_t_nums li {
    width: 100%;
  }
  .ai_t_nums li div p {
    font-size: 0.4rem;
  }
  .ai_v {
    padding-bottom: 40%;
  }
  .v_btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 560px) {
  .about_intro .ai_top {
    padding-bottom: 0.4rem;
  }
  .ai_t_title h3 {
    font-size: 0.18rem;
    padding: 0.2rem 0;
    text-align: center;
  }
  .ai_t_nums li::before {
    width: 0.3rem;
    height: 0.3rem;
    background: url(static/imgs/num_Y.webp) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -0.1rem;
  }
  .ai_t_nums li div p {
    font-size: 0.28rem;
  }
  .ai_v {
    padding-bottom: 60%;
  }
}

/* 全球市场板块 */
.market {
  width: 100%;
}

.market .Customized_accessories_title h2 {
  color: var(--txt-color);
}

.market .Customized_accessories_title p {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
  font-size: 0.18rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.1rem;
}

/* 地图 */
.ab_map {
  width: 100%;
  margin-top: 0.4rem;
}

.golbal_map {
  position: relative;
}

.golbal_map img {
  width: 15.88rem;

  max-width: 100%;
}

.market_dian {
  position: absolute;
}

.market_dian.d1 {
  top: 29.5%;

  left: 17.5%;
}

.market_dian.d2 {
  top: 70.5%;

  left: 31.8%;
}

.market_dian.d3 {
  top: 69.5%;

  left: 55.7%;
}

.market_dian.d4 {
  top: 28.6%;

  right: 48.7%;
}

.market_dian.d5 {
  top: 25.8%;

  right: 24%;
}

.market_dian.d6 {
  bottom: 18.5%;

  right: 15.8%;
}

.market_dian .round {
  width: 0.1rem;

  height: 0.1rem;

  margin: 0 auto;

  background: var(--i_color);

  -webkit-border-radius: 50%;

  border-radius: 50%;

  position: relative;
}

.market_dian .round::before {
  opacity: 0;

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  margin: -130% 0 0 -130%;

  width: 260%;

  height: 260%;

  background: rgb(172 30 35 / 50%);

  -webkit-border-radius: 50%;

  border-radius: 50%;

  -webkit-animation: warn 1.2s ease-out;

  animation: warn 1.2s ease-out;

  animation-iteration-count: infinite;
}

@keyframes warn {
  0% {
    transform: scale(0);

    opacity: 0.5;
  }

  25% {
    transform: scale(0.15);

    opacity: 0.7;
  }

  50% {
    transform: scale(0.33);

    opacity: 0.8;
  }

  75% {
    transform: scale(0.66);

    opacity: 1;
  }

  100% {
    transform: scale(1);

    opacity: 0.2;
  }
}

.market_dian p {
  position: absolute;

  left: 50%;

  transform: translate(-50%, 0);

  margin-top: 0.1rem;

  font-size: 0.18rem;

  white-space: nowrap;

  overflow: hidden;
}

.market_dian.d4 p {
  left: initial;

  top: 50%;

  transform: translate(0, -50%);

  right: calc(100% + 0.1rem);

  margin-top: 0;
}

.market_dian.d5 p {
  bottom: calc(100% + 0.1rem);

  margin-top: 0;
}

@media screen and (max-width: 1600px) {
  .market_dian.d1 {
    top: 29.8%;
    left: 17.5%;
  }

  .market_dian.d2 {
    top: 70.5%;

    left: 31.9%;
  }

  .market_dian.d3 {
    top: 69.5%;

    left: 56.5%;
  }

  .market_dian.d4 {
    top: 28.6%;

    right: 47.9%;
  }

  .market_dian.d5 {
    top: 26%;

    right: 23.8%;
  }

  .market_dian.d6 {
    bottom: 18.6%;

    right: 15.2%;
  }
}

@media screen and (max-width: 1200px) {
  .market_dian p {
    font-size: 0.14rem;
  }
  .market .Customized_accessories_title p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .market_dian p {
    display: none;
  }
  .market .Customized_accessories_title p {
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 560px) {
  .market_dian .round {
    width: 0.07rem;

    height: 0.07rem;
  }
}

/* 轮播 */

.partner_cont {
  position: relative;
  overflow: hidden;
}
.partner_cont::before {
  content: "";
  display: block;
  padding-bottom: 15.35%;
}
.partner_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.partner_list .swiper-wrapper {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.partner_list .swiper-slide {
  flex-shrink: 0;
  height: calc((100% - 30px) / 2);
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  position: relative;
  border-radius: 0.06rem;
}
.partner_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  object-fit: contain;
}

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

@media screen and (max-width: 1024px) {
  .partner_cont::before {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 768px) {
  .partner_cont::before {
    padding-bottom: 24%;
  }
}
@media screen and (max-width: 560px) {
  .partner_cont::before {
    padding-bottom: 30%;
  }
  .partner-pagination {
    margin-top: 0;
  }
}

/* 质量优势板块 */
.homeAdv {
}

.homeAdv_tit {
  padding-bottom: 1.2rem;
  background: url(static/imgs/we.webp) no-repeat center;
  background-size: cover;
}

.homeAdv_tit .tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 0.2rem;
}
.homeAdv_tit .tit img {
  height: 0.5rem;
}

.tit img:first-of-type {
  margin-right: auto;
}

.tit img:last-of-type {
  margin-left: auto;
}

.homeAdv_tit h3,
.homeAdv_tit p {
  text-align: center;
  color: #fff;
}
.homeAdv_tit h3 {
  font-weight: bold;
}
.homeAdv_tit p {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  color: rgb(255 255 255 / 60%);
}
@media screen and (max-width: 1024px) {
  .homeAdv_tit {
    padding-bottom: 60px;
  }
  .homeAdv_tit .tit img {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .homeAdv_tit {
    padding-bottom: 40px;
  }
  .homeAdv_tit .tit {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .homeAdv_tit .tit img:first-child {
  }
  .homeAdv_tit .tit img {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .homeAdv_tit .tit {
    width: 100%;
  }
  .homeAdv_tit h3 {
    font-size: 16px;
  }
}

.homeAdv_cont {
  background: url(static/images/homeAdv_bg.webp) no-repeat center;
  background-size: cover;
}
.homeAdv_cont .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.6rem;
}

.homeAdv_contTit {
  flex-shrink: 0;
  width: 25%;
  margin-top: 0.4rem;
}
.homeAdv_contTit li {
  margin: 0.3rem 0;
  padding: 0.26rem 0.3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  background: #fff;
  box-shadow: var(--boxShadow);
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.homeAdv_contTit li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--i_color);
}
.homeAdv_contTit icon {
  font-size: 0.34rem;
  color: var(--i_color);
  position: relative;
}
.homeAdv_contTit p {
  font-size: 0.2rem;
  font-weight: bold;
  position: relative;
}

.homeAdv_contTit li.active::before {
  width: 100%;
}
.homeAdv_contTit li.active icon,
.homeAdv_contTit li.active p {
  color: #fff;
}

.homeAdv_contTit li::before,
.homeAdv_contTit icon,
.homeAdv_contTit p {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.homeAdv_contShow {
  width: 100%;
  margin-top: -0.6rem;
}
.homeAdv_contShow dt {
  position: relative;
  left: 0.5rem;
  height: 0;
  background: #fff;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  box-shadow: var(--boxShadow);
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.homeAdv_contShow dt.active {
  height: auto;
  left: 0;
}

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

.homeAdv_contShow span {
  display: block;
  padding: 0.3rem;
  color: #666;
}

@media screen and (max-width: 1440px) {
  .homeAdv_contTit {
    margin-top: 0.2rem;
    width: 27%;
  }
  .homeAdv_contTit li {
    padding: 0.22rem 0.3rem;
  }
  .homeAdv_contTit p {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1200px) {
  .homeAdv_contTit {
    margin-top: 0.1rem;
    width: 30%;
  }
  .homeAdv_contTit li {
    padding: 0.16rem 0.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .homeAdv_cont {
    padding-top: 40px;
  }
  .homeAdv_cont .wrap {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .homeAdv_contShow {
    margin-top: 0;
  }

  .homeAdv_contTit {
    margin: 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 18px 3%;
  }
  .homeAdv_contTit li {
    margin: 0 0;
    width: 47.5%;
    box-sizing: border-box;
    padding: 16px 16px;
  }
  .homeAdv_contTit icon {
    font-size: 30px;
  }
  .homeAdv_contTit p {
    font-size: 16px;
  }

  .homeAdv_contShow dt {
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .homeAdv_contTit li {
    padding: 12px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  .homeAdv_contShow span {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 560px) {
  .homeAdv_contTit li {
    padding: 10px 14px;
    gap: 0 10px;
  }
  .homeAdv_contTit icon {
    font-size: 24px;
  }
  .homeAdv_contTit p {
    font-size: 13px;
  }
}

/* 环境板块 */
.environment {
  width: 100%;
  background: url(static/imgs/environmentBa.webp) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}

/* 轮播 */

.environment .environment_list {
  padding-bottom: 10px;
  position: relative;
}
.environment .environment_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.environment .environment_list .swiper-slide {
  opacity: 1;
  flex-shrink: 0;
  position: relative;
  /* overflow: hidden; */
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.environment .environment_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 61%;
}
.environment .environment_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environment .environment_list .swiper-slide p {
  width: 100%;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 300;
  position: absolute;
  padding: 0.12rem 0;
  left: 50%;
  bottom: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  background: var(--i_color);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  transition: all 0.4s;
}

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

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

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

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

.environment .environment-pagination {
  background: #666;
  position: relative;
  width: 2rem;
  height: 3px;
  display: block;
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.environment .environment-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  border-radius: 6px;
  height: 9px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

@media screen and (max-width: 1200px) {
  .environment .environment_list {
    overflow: hidden;
  }
  .environment .environment-prev,
  .environment .environment-next {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .environment .environment-pagination {
    display: block;
    height: 2px;
  }
  .environment .environment_list .swiper-slide p {
    opacity: 1;
    font-size: 0.18rem;
  }
  .environment .environment-pagination span {
    top: -1px;
    height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .environment .environment-pagination {
    margin-top: 0.3rem;
  }
  .environment .environment_list .swiper-slide p {
    bottom: 0rem;
    font-size: 0.18rem;
    opacity: 1;
    padding: 0.06rem 0;
  }
}
@media screen and (max-width: 560px) {
  .environment .environment_list .swiper-slide p {
    width: 100%;
    text-align: center;
    bottom: 0rem;
    font-size: 0.16rem;
    font-weight: 300;
  }
}

/* 基本信息板块 */
.Basics_info {
  width: 100%;
}

.bi_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.bi_box li {
  background-color: #f5f5f5;
  padding: 0.1rem 0.4rem 0.1rem 0.25rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.bi_box li .bi_icons {
  background: var(--i_color);
  padding: 0.1rem;
}

.bi_box li .bi_icons iconify-icon {
  font-size: 0.4rem;
  color: #fff;
}

.bi_box li .bi_info {
  margin-left: 0.2rem;
}

.bi_box li .bi_info h6 {
  font-size: 0.18rem;
  color: var(--txt-color);
}

.bi_box li .bi_info a {
  font-size: 0.18rem;
  color: var(--txt-color);
  font-weight: bold;
  margin-top: 0.1rem;
  display: block;
}

.bi_box li .bi_info a i {
  font-size: 0.18rem;
  color: var(--txt-color);
  font-weight: bold;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .bi_box li {
    width: 100%;
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .bi_box li .bi_info a {
    font-size: 0.16rem;
    font-weight: 300;
    margin-top: 0rem;
  }
  .bi_box li .bi_info a i {
    font-size: 0.16rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 560px) {
  .bi_box li .bi_icons {
    padding: 0.05rem;
  }
  .bi_box li .bi_icons iconify-icon {
    font-size: 0.3rem;
  }
}

/* 荣誉证书板块 */
.Certificate_Honor {
  width: 100%;
  background: url(static/imgs/ryu.webp) no-repeat center;
  background-size: cover;
  /* background-attachment: fixed; */
}

.ch_box {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ch_box .ch_txt {
  width: 35%;
}

.ch_box .ch_txt .ch_txt_tit {
}

.ch_box .ch_txt_tit h2,
.ch_box .ch_txt_tit h3 {
  font-size: 0.48rem;
  color: var(--txt-color);
  font-weight: bold;
}

.ch_box .ch_txt_tit h3 {
  color: var(--i_color);
}

.ch_box .ch_txt p {
  font-size: 0.18rem;
  color: #3d3d3d;
  line-height: 1.6;
  margin-top: 0.45rem;
}

.ch_box .ch_imgs {
  width: 55%;
}

/* 静态图 */
.ch_box .ch_imgs .ci_img {
  width: 100%;
  position: relative;
  padding-bottom: 55%;
}

.ch_box .ch_imgs .ci_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 轮播 */
.ch_honor_list {
  position: relative;
  overflow: hidden;
}
.ch_honor_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.ch_honor_list .swiper-slide {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 60%;
}

.ch_honor_list .swiper-slide-prev {
  transform: translateX(0.4rem);
}
.ch_honor_list .swiper-slide-next {
  transform: translateX(-0.4rem);
}

.ch_honor_list .swiper-slide img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
}

.ch_honor_list .swiper-slide-active img {
  height: 100%;
  z-index: 10;
  object-fit: cover;
}

/* -------------------------- */
.ch_honor-pagination {
  display: block;
  margin-top: 0.3rem;
  text-align: center;
}
.ch_honor-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;
}
.ch_honor-pagination .swiper-pagination-bullet-active {
  background: 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) {
  .ch_box {
    flex-wrap: wrap;
  }
  .ch_box .ch_txt {
    width: 100%;
  }
  .ch_box .ch_txt .ch_txt_tit {
    display: flex;
    gap: 0 2%;
  }
  .ch_box .ch_txt p {
    margin-top: 0.2rem;
  }
  .ch_box .ch_imgs {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .ch_box .ch_txt_tit h2,
  .ch_box .ch_txt_tit h3 {
    font-size: 0.32rem;
  }
}
@media screen and (max-width: 560px) {
  .ch_box .ch_txt_tit h2,
  .ch_box .ch_txt_tit h3 {
    font-size: 0.28rem;
  }
  .ch_box .ch_txt p {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.4;
  }
  .ch_box .ch_imgs {
    margin-top: 0.2rem;
  }
  .ch_honor_list .swiper-slide-prev {
    transform: translateX(0rem);
  }
  .ch_honor_list .swiper-slide-next {
    transform: translateX(0rem);
  }
}

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

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

.product_list .p_top_img {
  width: 30%;
  position: absolute;
  top: 0;
  right: -18%;
}

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

.product_list .p_bottom_img {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: -18%;
}

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

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

.product_list .pl_left {
  flex-shrink: 0;
  width: 22%;
}
.cat_nav {
  width: 100%;
  position: relative;
  background: #faf2f2;
  box-sizing: border-box;
  padding: 0.4rem;
  border-radius: 0.2rem;
}

.cat_nav .pl_tit {
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to left, #ac1e23, #fe676c);
  border-radius: 5rem;
  padding: 0.18rem 0.2rem;
  box-sizing: border-box;
}

.cat_nav_tit {
  display: none;
}

.cat_nav_list {
}
.cat_nav_list li {
  margin-bottom: 14px;
  position: relative;
}

.cat_nav_list li span {
  background-color: #fff;
  border-radius: 5rem;
}

.cat_nav_list li.active {
  border-color: transparent;
}

.cat_fold_tit {
  padding: 0 0.2rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.cat_fold_tit a {
  padding: 0.14rem 0;
  width: 100%;
  font-size: 0.18rem;
  font-weight: bold;
  color: var(--txt-color);
}
.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;
  color: #999999;
}
.cat_fold_tit a:hover,
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: var(--i_color);
}
/* .active .cat_fold_tit {
  background: var(--i_color);
} */
.active .cat_fold_tit a {
  color: var(--i_color);
}
.active .cat_fold_tit iconify-icon {
  color: var(--i_color);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_sub {
  display: none;
  margin-top: -6px;
  padding: 0.16rem 0.2rem 0.1rem;
}
.cat_fold_sub a {
  display: block;
  padding: 0.1rem 0;
  font-size: 0.16rem;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #666666;
}
.cat_fold_sub a::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -0.2rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url("static/imgs/P_svg.webp") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cat_fold_sub a:hover::before,
.cat_fold_sub .active a::before {
  opacity: 1;
  left: 0;
}
.cat_fold_sub a:hover,
.cat_fold_sub .active a {
  padding-left: 0.24rem;
  color: var(--i_color);
}

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

  /* .active .cat_fold_tit{background: none;} */
  /* .active .cat_fold_tit a{color: var(--i_color);}
	.active .cat_fold_tit iconify-icon{color: var(--i_color); -webkit-transform:rotate(-180deg); transform:rotate(-180deg);} */

  .cat_fold_sub {
    padding: 16px 20px 10px;
  }

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 36px 30px 20px;
    -webkit-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
  }
  .cat_nav_list li {
    border-top: none;
    border-bottom: 1px solid rgb(0 88 167 / 10%);
  }
  .cat_nav_list li.active {
    border-color: rgb(0 88 167 / 10%);
  }
  .cat_fold_tit {
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  .cat_fold_tit a {
    padding: 12px 0;
    font-size: 17px;
  }
  .cat_fold_sub p {
    font-size: 15px;
  }
  .cat_fold_sub a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .cat_nav .pl_tit {
    font-size: 0.18rem;
    padding: 0.1rem 0.15rem;
    font-weight: 300;
  }
}
@media screen and (max-width: 1024px) {
  .cat_nav .pl_tit {
    display: none;
  }
  .product_list .pl_left {
    width: 100%;
  }
  .cat_nav_list li span {
    background: transparent;
  }
}
@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: 36px 20px 10px;
  }

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

/* 左侧联系信息 */
.pl_info {
  width: 100%;
  background: url(static/imgs/pl_infoBa.webp) no-repeat center;
  background-size: cover;
  border-radius: 0.2rem;
  box-sizing: border-box;
  padding: 0.2rem 0.2rem;
}

.pl_info h2 {
  color: var(--i_color);
  font-size: 0.36rem;
  font-weight: bold;
  position: relative;
}

.pl_info h2::before {
  content: "";
  display: block;
  width: 25%;
  height: 0.03rem;
  background: var(--i_color);
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}

.pl_info p {
  font-size: 0.16rem;
  color: var(--txt-color);
  display: flex;
  margin-top: 0.2rem;
}

.pl_info p a {
  display: block;
}

.pl_info div i,
.pl_info div span {
  line-height: 1.6;
}

/* 右侧产品 */

.catList_show {
  flex-shrink: 0;
  width: 74%;
  margin-left: auto;
}

.productsList {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 3%;
}
.productsList li {
  width: 31.33%;
  padding: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.productsList a {
  display: block;
}

.productsList .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.productsList .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.productsList .img::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  transition: all 0.7s ease;
}
.productsList .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}

.HP_text {
  box-sizing: border-box;
}
.HP_text h3 {
  font-size: 0.2rem;
  color: #333;
  font-weight: bold;
  line-height: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
  margin: 0.1rem 0;
}
.HP_text h4 {
  font-size: 0.18rem;
  color: var(--txt-color);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.HP_text_dl {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  margin-top: 0.3rem;
  position: relative;
}

.HP_text_dl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: -0.15rem;
  left: 0;
}

.HP_text_dl dt {
  font-size: 0.16rem;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.HP_text_dl dt::before {
  content: "●";
  display: block;
  font-size: 0.2rem;
  margin-top: -0.05rem;
  color: #d8d8d8;
  margin-right: 0.06rem;
}

.HP_text_dl dt span {
  font-size: 0.16rem;
  color: #ff0000;
}

.HP_text_dl dt span text {
  color: var(--txt-color);
}

.pr_btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.1rem;
  margin-top: 0.2rem;
  border-radius: 0.08rem;
  transition: all 0.4s;
}

.pr_btn p {
  font-size: 0.18rem;
  color: var(--txt-color);
}

.pr_btn iconify-icon {
  font-size: 0.25rem;
  color: var(--txt-color);
}

.productsList li:hover {
  border: 1px solid var(--i_color);
}

.productsList li:hover a h3 {
  color: var(--i_color);
}
.productsList li:hover .img::after {
  top: 0;
}
.productsList li:hover .HP_i {
  top: 50%;
  opacity: 1;
}

.productsList li:hover .pr_btn {
  background-color: var(--i_color);
}

.productsList li:hover .pr_btn p,
.productsList li:hover .pr_btn iconify-icon {
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .pl_info p {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .HP_text h3 {
    font-size: 0.18rem;
  }
  .HP_text_dl dt {
    white-space: normal;
  }
}

@media screen and (max-width: 1024px) {
  .catList_show {
    margin-top: 50px;
    width: 100%;
  }
  .productsList {
    gap: 36px 4%;
  }
  .productsList li {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .HP_text h3 {
    font-size: 0.16rem;
  }
  .HP_text_dl dt {
    font-size: 0.14rem;
  }
  .HP_text_dl dt span {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 768px) {
}

/* Paging */
.in_paging {
  --size: 30px;
  --border_radius: 5px;
}
.in_paging ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.in_paging li {
  min-width: var(--size);
  margin: 0 4px;
}
.in_paging a,
.in_paging span {
  display: block;
  padding: 0 10px;
  height: var(--size);
  line-height: calc(var(--size) - 2px);
  font-size: 14px;
  color: #666;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #eee;
  -webkit-border-radius: var(--border_radius);
  border-radius: var(--border_radius);
  overflow: hidden;
}
.in_paging i {
  margin-top: 14px;
  width: 100%;
  font-size: 13px;
  color: #888;
}
.in_paging a:hover,
.in_paging .curr_page a,
.in_paging .curr_page span {
  border-color: var(--i_color) !important;
  background: var(--i_color);
  color: #fff !important;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .product_list > .wrap {
    flex-wrap: wrap;
  }
  .pl_info {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pr_btn {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .productsList li {
    width: 100%;
  }
  .HP_text h4 {
    font-size: 0.14rem;
    font-weight: 300;
  }
  .HP_text_dl dt::before {
    display: none;
  }
}

/* **********************************   产品详情页 */

/* 产品基本信息 */
.p_data {
  position: relative;
  overflow: hidden;
}

.p_data .p_top_img {
  width: 30%;
  position: absolute;
  top: 0;
  right: -18%;
}

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

.p_data .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
}
@media screen and (max-width: 1024px) {
  .p_data .wrap {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}

/* atlas */
.p_atlas {
  width: 45%;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}
.p_atlas::before {
  content: "";
  display: block;
  padding-bottom: 78%;
}

/* thumbnail */
.p_thumbnail {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 16%;
  height: 90%;
  box-sizing: border-box;
}
.p_thumbnail_list {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.p_thumbnail_list .swiper-wrapper {
  flex-direction: column;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  opacity: 0.5;
  flex-shrink: 0;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.06rem;
}
.p_thumbnail_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_thumbnail_list .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--i_color);
}

.thumbnail-pagination {
  display: none;
}

.p_atlas_list {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 19%);
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: 100%;
}
.p_atlas_list .swiper-slide {
  height: 100%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p_atlas_list .swiper-slide iframe,
.p_atlas_list .swiper-slide video {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  width: 0.44rem;
  height: 0.44rem;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.thumbnail-prev {
  top: -5%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.thumbnail-next {
  bottom: -5%;
  right: 50%;
  transform: translateX(50%) rotate(90deg);
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: var(--i_color);
}
.thumbnail_list .swiper-button-disabled {
  cursor: not-allowed;
}
.thumbnail-prev:hover,
.thumbnail-next:hover {
  background: linear-gradient(to left, #ac1e23, #fe676c);
}
.thumbnail-prev:hover iconify-icon,
.thumbnail-next:hover iconify-icon {
  color: #fff;
}

.p_thumbnail .pt_box {
  width: 100%;
  height: 90%;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .thumbnail-prev {
    top: -10%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .thumbnail-next {
    bottom: -10%;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
}

@media screen and (max-width: 1024px) {
  .p_atlas {
    width: 100%;
    margin: 0 auto;
    max-width: 5rem;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .p_atlas::before {
    display: none;
  }
  .p_thumbnail {
    margin-top: 0.2rem;
    position: relative;
    transform: none;
    width: 100%;
  }

  .p_thumbnail_list {
    position: initial;
    top: initial;
    transform: none;
    height: auto;
  }
  .p_thumbnail_list .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    flex-direction: initial;
  }
  .p_thumbnail_list .swiper-slide::before {
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .p_atlas_list {
    order: -1;
    position: relative;
    width: 100%;
  }
  .p_atlas_list .swiper-slide {
    height: 0;
    padding-bottom: 100%;
  }

  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .thumbnail-pagination {
    margin-top: 0;
  }
}

.p_title {
  width: 100%;
}
.p_title h2 {
  font-size: 0.26rem;
  font-weight: bold;
  color: var(--i_color);
  margin-bottom: 0.25rem;
}

.p_title h1 {
  font-size: 0.3rem;
  font-weight: bold;
  color: var(--txt-color);
  border-bottom: 0.02rem solid #d6d6d6;
  padding-bottom: 0.25rem;
}

.p_title h3 {
  color: var(--txt-color);
}

.p_title h3 span {
  color: red;
}

.p_title h3 span text {
  color: var(--txt-color);
}

.pDes {
  margin: 0.26rem 0;
}

.pShares {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.2rem;
  position: absolute;
  bottom: -10%;
  left: 20%;
}
.pShares dt {
  font-size: 0.16rem;
  color: var(--txt-color);
}
.pShares dd iconify-icon {
  font-size: 0.24rem;
  color: #666;
}
.pShares dd:hover iconify-icon {
  color: var(--i_color);
}

.pBtn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.3rem;
  border-top: 0.02rem solid #d6d6d6;
}

.p_publicize {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.p_publicize li {
  flex-shrink: 0;
  width: 29%;
  border: 1px solid var(--i_color);
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}

.p_publicize li icon {
  color: var(--i_color);
  font-size: 0.6rem;
  transition: all 0.4s;
}

.p_publicize li p {
  color: var(--txt-color);
  font-size: 0.18rem;
  margin-top: 0.2rem;
  text-align: center;
}

.p_publicize li:hover icon {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1024px) {
  .p_title h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p_title h1 {
    font-size: 16px;
  }
}

/* 自适应 */
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .pShares {
    bottom: -8%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .pShares {
    bottom: -6%;
  }
}
@media screen and (max-width: 560px) {
  .pShares {
    bottom: -7%;
  }
  .pBtn {
    gap: 0.1rem 0.3rem;
  }
  .p_publicize {
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .p_publicize li {
    width: 100%;
  }
}

/* 选择我们盒子 */
.reason_box {
  width: 100%;
  background: url(static/imgs/reasonBa.webp) no-repeat center;
  background-size: cover;
}

.reason_box .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reason_box h2 {
  color: #fff;
  font-size: 0.46rem;
  font-weight: bold;
}

.reason_box p {
  color: #fff;
  font-size: 0.18rem;
  margin-top: 0.1rem;
  text-align: center;
}

/* 详细信息 */
.p_detail_info {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.p_detail_info .p_bottom_img {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: -18%;
}

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

.pi_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pb_left {
  flex-shrink: 0;
  width: 22%;
}

.pb_left > h2 {
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5rem;
  padding: 0.1rem 0;
  background: linear-gradient(to left, #ac1e23, #fe676c);
}

.pl_recommend {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.35rem 0;
}

.pl_recommend li {
  width: 100%;
  padding: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.pl_recommend a {
  display: block;
}

.pl_recommend .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pl_recommend .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.pl_recommend .img::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  transition: all 0.7s ease;
}
.pl_recommend .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}

.pl_recommend li:hover {
  border: 1px solid var(--i_color);
}

.pl_recommend li:hover a h3 {
  color: var(--i_color);
}
.pl_recommend li:hover .img::after {
  top: 0;
}
.pl_recommend li:hover .HP_i {
  top: 50%;
  opacity: 1;
}

.pl_recommend li:hover .pr_btn {
  background-color: var(--i_color);
}

.pl_recommend li:hover .pr_btn p,
.pl_recommend li:hover .pr_btn iconify-icon {
  color: #fff;
}

/* 右侧信息 */

.pb_right {
  width: 74%;
}

.pr_title {
  width: 100%;
  border-bottom: 0.02rem solid var(--i_color);
}

.pr_title h3 {
  width: max-content;
  font-size: 0.24rem;
  padding: 0.1rem 2%;
  font-weight: bold;
  border-radius: 0.15rem 0.15rem 0 0;
  color: #fff;
  background: linear-gradient(to left, #ac1e23, #fe676c);
}

/* 物流 */

.pr_content .P_logistics {
  width: 100%;
}
.pr_content .P_logistics h4 {
  font-size: 0.24rem;
  font-weight: bold;
  color: var(--i_color);
  display: flex;
  align-items: center;
}
.pr_content .P_logistics h4::before {
  content: "●";
  display: block;
  color: var(--i_color);
  margin-right: 0.1rem;
}
.pr_content .P_logistics p {
  color: var(--txt-color);
  font-size: 0.18rem;
  margin-top: 0.1rem;
}

.pr_content .P_logistics .pl_imgs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.2rem;
}

.pr_content .P_logistics .pl_imgs .pl_imgBox {
  position: relative;
}

.pr_content .pl_imgBox:not(:nth-child(n + 3)) {
  width: 49%;
  padding-bottom: 30%;
}

.pr_content .pl_imgBox:not(:nth-child(1)):not(:nth-child(2)) {
  width: 32%;
  padding-bottom: 36%;
}

.pr_content .P_logistics .pl_imgs .pl_imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.1rem;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .pr_content .pl_imgBox:not(:nth-child(n + 3)) {
    width: 48.5%;
  }
  .pr_content .pl_imgBox:not(:nth-child(1)):not(:nth-child(2)) {
    width: 31%;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .pr_content .P_logistics p {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .pr_content .pl_imgBox:not(:nth-child(n + 3)) {
    width: 100%;
    padding-bottom: 50%;
  }
  .pr_content .pl_imgBox:not(:nth-child(1)):not(:nth-child(2)) {
    width: 100%;
    padding-bottom: 50%;
  }
}

/* TAG */
.p_tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.06rem 0;
}
.p_tags > p {
  margin-right: 12px;
  font-size: 18px;
  font-weight: bold;
}
.p_tags a {
  display: block;
  margin-right: 0.2rem;
  font-size: 14px;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  border: 1px solid transparent;
}
.p_tags a:hover {
  color: var(--i_color);
  border: 1px solid var(--i_color);
  border-radius: 5rem;
}
@media screen and (max-width: 768px) {
  .p_tags > p {
    font-size: 15px;
  }
  .p_tags a {
    font-size: 13px;
  }
}

/* 切换 */
.p_view_other {
  padding-top: 0.2rem;
  border-top: 1px solid #ddd;
  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 .arrow_btn {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.p_view_other .arrow_btn iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.2rem;
  color: var(--i_color);
}
.p_view_other a {
  font-size: 0.16rem;
}
.p_view_other a b {
  font-weight: bold;
  margin-right: 0.3rem;
}
.p_view_other .next {
  text-align: right;
}
.p_view_other li:hover .arrow_btn {
  background: linear-gradient(to left, #ac1e23, #fe676c);
}
.p_view_other li:hover .arrow_btn iconify-icon {
  color: #fff;
}
.p_view_other a:hover {
  color: var(--i_color);
  text-decoration: underline;
}

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

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .reason_box h2 {
    font-size: 0.32rem;
  }
  .pi_box {
    flex-wrap: wrap;
  }

  .pb_left {
    width: 100%;
  }
  .pb_left > h2 {
    font-size: 0.26rem;
  }
  .pl_recommend {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.3rem;
  }
  .pl_recommend li {
    width: 48%;
    padding: 0.2rem;
  }
  .pb_right {
    width: 100%;
    order: -1;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pl_recommend {
    flex-wrap: wrap;
  }
  .pl_recommend li {
    width: 100%;
    /* padding: 0.2rem; */
  }
}
@media screen and (max-width: 560px) {
  .reason_box h2 {
    font-size: 0.24rem;
  }
  .pb_left > h2 {
    font-size: 0.2rem;
  }
}

/* 联系我们板块 */
.pFrom_box {
  background: var(--i_color);
}
.pFrom_box .wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pFrom_t {
  width: 44%;
  position: relative;
}
.pFrom_t::before {
  content: "MINGCANG";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 6.8vw;
  color: var(--i_color);
  font-weight: 900;
  text-shadow: 0 0 1px rgb(255 255 255 / 40%);
}
.pFrom_t h4 {
  color: #fff;
  font-weight: bold;
  position: relative;
}

.pFrom {
  margin-left: auto;
  width: 50%;
}

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

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

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

#wpforms-50 .wpforms-field-container .wpforms-field > input,
#wpforms-50 .wpforms-field-container textarea {
  background-color: transparent;
  border-bottom: 1px solid #e6bbbd;
}

.pFrom .wpforms-field-medium::placeholder {
  color: #fff !important;
}

#wpforms-50 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

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

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

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

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

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

  .pFrom_t {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .pFrom_t::before {
    font-size: 12vw;
  }

  .pFrom {
    width: 100%;
  }
  /* #wpforms-50 .wpforms-submit-container button {
    height: 40px;
  } */
}
@media screen and (max-width: 560px) {
  .pFrom_t::before {
    font-size: 15vw;
  }
  #wpforms-50-field_1-container,
  #wpforms-50-field_2-container {
    width: 100% !important;
  }
  #wpforms-50 .wpforms-field-container textarea {
    height: 1rem;
  }
}

/* 热销产品 */
.hot-sale_product {
  width: 100%;
  background: url(static/imgs/rp_Ba.webp) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.hp_carousel {
  width: 100%;
}

.hpc_list {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.hpc_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.hpc_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

/* -------------------------- */
.hpc-prev,
.hpc-next {
  position: absolute;
  bottom: 0;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
  border: 1px solid var(--i_color);
  cursor: pointer;
  outline: none;
  border-radius: 50%;
  -webkit-user-select: none;
  user-select: none;
}
.hpc-prev {
  left: 46.5%;
}
.hpc-next {
  right: 46.5%;
}
.hpc-prev iconify-icon,
.hpc-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.25rem;
  color: var(--i_color);
}
.hpc_list .swiper-button-disabled {
  cursor: not-allowed;
}
.hpc-prev:hover,
.hpc-next:hover {
  background: linear-gradient(to left, #ac1e23, #fe676c);
}
.hpc-prev:hover iconify-icon,
.hpc-next:hover iconify-icon {
  color: #fff;
}

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

.hp_carousel li {
  width: 31.33%;
  padding: 0.2rem;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-radius: 0.1rem;
  transition: all 0.3s;
}
.hp_carousel a {
  display: block;
}

.hp_carousel .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hp_carousel .img::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.hp_carousel .img::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  transition: all 0.7s ease;
}
.hp_carousel .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.08rem;
}

.hp_carousel li:hover {
  border: 1px solid var(--i_color);
}

.hp_carousel li:hover a h3 {
  color: var(--i_color);
}
.hp_carousel li:hover .img::after {
  top: 0;
}
.hp_carousel li:hover .HP_i {
  top: 50%;
  opacity: 1;
}

.hp_carousel li:hover .pr_btn {
  background-color: var(--i_color);
}

.hp_carousel li:hover .pr_btn p,
.hp_carousel li:hover .pr_btn iconify-icon {
  color: #fff;
}

@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1200px) {
  .hpc-prev {
    left: 45%;
  }
  .hpc-next {
    right: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .hpc_list {
    padding-bottom: 0;
  }
  .hpc-prev,
  .hpc-next {
    display: none;
  }
  .hpc-pagination {
    display: block;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .i_news_top {
    flex-wrap: wrap;
    gap: 0.2rem 0;
  }
  .i_news_top .i_news_title {
    width: 100%;
  }
}

/* 首页分类展示切换 */
.homeCategory {
  width: 100%;
  background: url(https://lingjuimg.com/wp-content/uploads/mingcang02/2025/06/productRangeBa.webp)
    no-repeat center center;
  background-size: cover;
}

.homeCategory .wrap {
  /* display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; */
}

.homeCategory .wrap .Customized_accessories_title h2 {
  color: var(--txt-color);
}

.homeCategory .wrap .hc_box {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.homeCategory_cont {
  width: 36%;
  position: relative;
}
.homeCategory_cont::before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 90%;
  height: 3.8rem;
  background: url(static/images/logo-H.webp) no-repeat top left;
  background-size: contain;
}

.homeCategory_info {
  height: 3rem;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: space-between; */
  position: relative;
}
.homeCategory_info h5 {
  font-size: 0.32rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  color: var(--i_color);
}
.homeCategory_info article {
  font-size: 0.18rem;
  color: var(--txt-color);
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 0.25rem;
}

.homeCategory_list {
  position: relative;
  padding: 0 1px;
  overflow: hidden;
}
.homeCategory_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.homeCategory_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.homeCategory_list .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  z-index: 2;
  border-radius: 0.2rem;
}
.homeCategory_list .swiper-slide::after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid var(--i_color);
  z-index: 3;
  border-radius: 0.2rem;
}
.homeCategory_list .swiper-slide-thumb-active::after {
  opacity: 1;
}
.homeCategory_list .swiper-slide i {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
}
.homeCategory_list .swiper-slide i::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}

.homeCategory_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homeCategory_pic {
  margin-left: auto;
  width: 50%;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.homeCategory_pic::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(https://lingjuimg.com/wp-content/uploads/mingcang02/2025/06/ps_Y.webp)
    no-repeat center center;
  background-size: contain;
}

.homeCategory_pic_list {
  position: relative;
  /* background: #fff; */
  overflow: hidden;
}
.homeCategory_pic_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.homeCategory_pic_list .swiper-slide {
  opacity: 0 !important;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.homeCategory_pic_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.homeCategory_pic_list .swiper-slide-active {
  opacity: 1 !important;
  z-index: 3;
}
.homeCategory_pic_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 90%;
  height: 90%;
  object-fit: contain;
}
.homeCategory_pic_list .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.3rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
  white-space: nowrap;
}

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

/* -------------  进度条  ------------- */
.homeCategory-pagination {
  background: #d0d1d3;
  position: relative;
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
.homeCategory-pagination span {
  background-color: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 6px;
  height: 3px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
@media screen and (max-width: 1440px) {
  .homeCategory_cont::before {
    height: 3.3rem;
  }
  .homeCategory_info {
    height: 2.6rem;
  }
  .homeCategory_info h5 {
    font-size: 0.34rem;
  }
  .homeCategory_list {
    width: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .homeCategory {
    padding: 60px 0;
  }
  .homeCategory_cont {
    width: 94%;
  }
  .homeCategory_cont::before {
    top: -20px;
    height: 200px;
  }
  .homeCategory_info {
    margin-top: 0.2rem;
    height: 210px;
  }
  .homeCategory_info h5 {
    font-size: 24px;
  }
  .homeCategory_list {
    width: 100%;
  }
  /* .homeCategory_pic {
    display: none;
  } */
  .homeCategory_pic {
    position: absolute;
    left: -10000px;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .homeCategory_info h5 {
    font-size: 20px;
  }
  .homeCategory_info article {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .homeCategory {
    padding: 40px 0;
  }
  .homeCategory_cont::before {
    top: -10px;
    height: 170px;
  }
  .homeCategory_info h5 {
    font-size: 18px;
  }
}

.hide {
  display: none;
}
